Class BaseActionEventRearrange

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.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(javax.faces.component.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