Interface TabChangeListenerTagDeclaration
-
public interface TabChangeListenerTagDeclaration
Register an TabChangedListener instance on the UIComponent associated with the closest parent UIComponent custom action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setBinding(jakarta.el.ValueExpression binding)
The value binding expression to a TabChangeListener.void
setType(jakarta.el.ValueExpression type)
Fully qualified Java class name of a TabChangeListener to be created and registered.
-