Class BaseActionEventToggle

All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventToggle extends BaseActionEvent
Event that is sent with a flush event of a client side component.
See Also:
  • Constructor Details

    • BaseActionEventToggle

      public BaseActionEventToggle(UIComponent component, String type)
  • Method Details

    • getKeyCommand

      public String getKeyCommand()
      Command that is triggering the toggling:
      "toggle" ==> toggling
      "left" ==> cursor left behavior
      "right" ==> cursor right behavior