Class BaseActionEventRearrange

All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventRearrange extends BaseActionEvent
Event that is sent by adaptive components when the content is rearranged.
See Also:
  • Constructor Details

    • BaseActionEventRearrange

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

    • getRearrangeMode

      public String getRearrangeMode()
      Name of arrangement mode. The naming is specific to the component that fires the event. Example: component ADAPTIVETOOLBAR: "expanded", "condensed".
      Returns:
      null if no parameter was passed