Class BaseActionEventPopupMenuItem

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

public class BaseActionEventPopupMenuItem extends BaseActionEvent
See Also:
  • Constructor Details

    • BaseActionEventPopupMenuItem

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

    • getPercentageVertical

      public int getPercentageVertical()
      Location of the drop position in percentages of the size of the component, on which the click was executed.
    • getPercentageHorizontal

      public int getPercentageHorizontal()
      Location of the drop position in percentages of the size of the component, on which the click was executed.
    • getPercentageVerticalAsFloat

      public float getPercentageVerticalAsFloat()
      Location of the drop position in percentages of the size of the component, on which the click was executed.
    • getPercentageHorizontaAsFloat

      public float getPercentageHorizontaAsFloat()
      Location of the drop position in percentages of the size of the component, on which the click was executed.
    • getPixelX

      public int getPixelX()
      X-Pixel position of the drop position.
    • getPixelY

      public int getPixelY()
      Y-Pixel position of the drop position.
    • getGridIndex

      public int getGridIndex()
      In case that the popup menu was executed on a grid item: row-index of the grid item. This is the index of the currently rendered item - not the item-index of the full grid!
    • getGridSbvalue

      public int getGridSbvalue()
      In case that the popup menu was executed on a grid item: value of "sbvalue" (refer to FIXGRIDBinding.getSbvalue()) that was present in the client when menu item was executed.