Interface TabChangeListenerTagDeclaration
public interface TabChangeListenerTagDeclaration
Register an TabChangedListener instance on the UIComponent
 associated with the closest parent UIComponent custom action.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetBinding(javax.el.ValueExpression binding) The value binding expression to a TabChangeListener.voidsetType(javax.el.ValueExpression type) Fully qualified Java class name of a TabChangeListener to be created and registered.
- 
Method Details- 
setTypevoid setType(javax.el.ValueExpression type) Fully qualified Java class name of a TabChangeListener to be created and registered.
- 
setBindingvoid setBinding(javax.el.ValueExpression binding) The value binding expression to a TabChangeListener.
 
-