Documentation

Search 

Contents

  1. Introduction
  2. Getting Started
  3. ICEfaces Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. ICEfaces Tag Reference

10. ICEfaces Tag Reference

Contents > ICEfaces Tag Reference > ice:tabChangeListener

ice:tabChangeListener

The ice:tabChangeListener tag registers a TabChangeListener with a parent ice:panelTabSet component. This tag has only one attribute ("type") that specifies the fully qualified class name implementing the com.icesoft.faces.component.paneltabset.TabChangeListener interface. An instance of your class will be notified when the user changes to a different tab.

Example

<ice:tabChangeListener type="com.mycompany.event.TabChangeListener" />

HTML Output

(No output.)

Rendered Output

Tag Attributes

type Text
Required
The type attribute sets the name of the class that will be added to the HtmlPanelTabbedPane component as a TabChangeListener.