Interface TabChangeListenerTagDeclaration


public interface TabChangeListenerTagDeclaration
Register an TabChangedListener instance on the UIComponent associated with the closest parent UIComponent custom action.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setBinding(javax.el.ValueExpression binding)
    The value binding expression to a TabChangeListener.
    void
    setType(javax.el.ValueExpression type)
    Fully qualified Java class name of a TabChangeListener to be created and registered.
  • Method Details

    • setType

      void setType(javax.el.ValueExpression type)
      Fully qualified Java class name of a TabChangeListener to be created and registered.
    • setBinding

      void setBinding(javax.el.ValueExpression binding)
      The value binding expression to a TabChangeListener.