Class 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(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.