Class BaseActionEventPopupMenuLoad

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.BaseActionEventPopupMenuLoad
All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventPopupMenuLoad extends BaseActionEvent
Event that is associated with a client side request of a popup menu. This event is called if the component has defined a POPUPMENU and has defined POPUPMENUROUNDTRIP as "true".
See Also:
  • Constructor Details

    • BaseActionEventPopupMenuLoad

      public BaseActionEventPopupMenuLoad(javax.faces.component.UIComponent component, String type)
  • Method Details

    • getPopupMenuId

      public String getPopupMenuId()
      Returns the id of the POPUPMENU that is associated with the component that sent this request.
    • getGridIndex

      public int getGridIndex()
      In case of being used within a grid then the grid item index is passed.