Class BaseActionEventPopupMenuItem
java.lang.Object
java.util.EventObject
org.eclnt.jsfserver.base.faces.event.FacesEvent
org.eclnt.jsfserver.base.faces.event.ActionEvent
org.eclnt.jsfserver.elements.BaseActionEvent
org.eclnt.jsfserver.elements.events.BaseActionEventPopupMenuItem
- All Implemented Interfaces:
Serializable,IBaseActionEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
sourceFields inherited from interface org.eclnt.jsfserver.elements.IBaseActionEvent
EVTYPE_ACTIVEX_PARAMS, EVTYPE_AREAFOCUSGAINED, EVTYPE_BROWSEREVENTMESSAGE, EVTYPE_CAMERASNAP, EVTYPE_CCFEDITTRANSFER, EVTYPE_CHARTCLICK, EVTYPE_CHARTDOMAINZOOM, EVTYPE_CHARTJSPOINTSELECTION, EVTYPE_CHARTMOUSECLICK, EVTYPE_CLIENTDATAGRAMRECEIVE, EVTYPE_CLIENTFILEPOLL, EVTYPE_CLIENTFILEREMOVALMESSAGE, EVTYPE_CLIENTFOCUSCHANGE, EVTYPE_CLIENTHTTPRECEIVE, EVTYPE_CLIENTHTTPSEND, EVTYPE_CLIENTJSCALLRESULT, EVTYPE_CLIENTMETHODRECEIVE, EVTYPE_CLIENTSERIALRECEIVE, EVTYPE_CLIENTSOCKETRECEIVE, EVTYPE_CLIENTSUBDEVICE, EVTYPE_CLIENTUSBFILEREADER, EVTYPE_CLIPBOARD_GET, EVTYPE_COMBOBOX_LOADONDEMAND, EVTYPE_COMBOFIELD_VALUEHELP, EVTYPE_COPYCLIPBOARD, EVTYPE_DETAILINVOKE, EVTYPE_DRAGSTARTED, EVTYPE_DROP, EVTYPE_DROPCOPY, EVTYPE_FILECREATEDIRECTORY, EVTYPE_FILEDOWNLOAD_FINISHED, EVTYPE_FILEUPLOAD_UPLOAD, EVTYPE_FILEUPLOAD_UPLOADASYNCHRONOUSFINISEHD, EVTYPE_FINISHEDRENDERING, EVTYPE_FIXGRID_COLUMNUPDATE, EVTYPE_FIXGRID_FIRSTLINEUP, EVTYPE_FIXGRID_LASTLINEDOWN, EVTYPE_FIXGRID_ROWCONTROLSELECT, EVTYPE_FIXGRID_ROWEXECUTE, EVTYPE_FIXGRID_ROWMOVE, EVTYPE_FIXGRID_ROWSELECT, EVTYPE_FIXGRID_ROWSHIFTSELECT, EVTYPE_FIXGRID_SCROLL, EVTYPE_FIXGRID_SCROLLANDREFOCUS, EVTYPE_FIXGRID_SEARCH, EVTYPE_FIXGRID_SELECTALL, EVTYPE_FIXGRID_SELECTORTITLEICON, EVTYPE_FIXGRID_SORT, EVTYPE_FIXGRID_SYNC, EVTYPE_FLUSH, EVTYPE_FOCUSGAINED, EVTYPE_FOCUSLOST, EVTYPE_FXCHARTSELECTION, EVTYPE_GEOLOCATIONUPDATE, EVTYPE_HELP, EVTYPE_IFRAMEINCLUDECALLBACK, EVTYPE_IMAGEMAPAREASELECTED, EVTYPE_INVOKE, EVTYPE_KEYSEQUENCE, EVTYPE_LAZYLOADING, EVTYPE_LINK, EVTYPE_LONGCLICKEND, EVTYPE_MEDIAPLAYER, EVTYPE_MENUITEM_SELECT, EVTYPE_MENULOAD, EVTYPE_MESSAGE, EVTYPE_MOUSEOUT, EVTYPE_MOUSEOVER, EVTYPE_MULTISCAN, EVTYPE_NAVBUTTONPRESS, EVTYPE_OBJECTHEADERICONINVOKE, EVTYPE_OBJECTHEADERINTROINVOKE, EVTYPE_OBJECTHEADERTITLEINVOKE, EVTYPE_OBJECTHEADERTITLESELECTORINVOKE, EVTYPE_OSMVIEWERSEELCTION, EVTYPE_PAINTAREAITEMMOVERESIZE, EVTYPE_PAINTAREALINEITEMMOVERESIZE, EVTYPE_PDFPRINTERNOTIFICATION, EVTYPE_POPUP_CLOSE, EVTYPE_POPUPMENULOAD, EVTYPE_QRCODESCAN, EVTYPE_RANGESELECTION, EVTYPE_REARRANGE, EVTYPE_RGRAPHPOINTSELECTION, EVTYPE_ROLLINGCONTAINERICONINVOKE, EVTYPE_SCAN, EVTYPE_SCENEJSCALLBACK, EVTYPE_SCHEDULE_SIZECHANGED, EVTYPE_SCROLL, EVTYPE_SEARCH, EVTYPE_SENDIMAGE, EVTYPE_SLIDECONTAINER, EVTYPE_SUBPAGE_CLICK, EVTYPE_SUBPAGE_CLICKRIGHT, EVTYPE_SUGGESTION, EVTYPE_SVGELEMENTSELECTION, EVTYPE_TABCLOSE, EVTYPE_TILEDELETE, EVTYPE_TILEMOVE, EVTYPE_TOKENDELETE, EVTYPE_TOOLTIPENDED, EVTYPE_TOOLTIPSTARTED, EVTYPE_TREENODE_TOGGLE, EVTYPE_TRIPLEPANE, EVTYPE_VALIDATE, EVTYPE_WINDOWSIZECHANGED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintIn case that the popup menu was executed on a grid item: row-index of the grid item.intIn case that the popup menu was executed on a grid item: value of "sbvalue" (refer toFIXGRIDBinding.getSbvalue()) that was present in the client when menu item was executed.floatLocation of the drop position in percentages of the size of the component, on which the click was executed.intLocation of the drop position in percentages of the size of the component, on which the click was executed.intLocation of the drop position in percentages of the size of the component, on which the click was executed.floatLocation of the drop position in percentages of the size of the component, on which the click was executed.intX-Pixel position of the drop position.intY-Pixel position of the drop position.Methods inherited from class org.eclnt.jsfserver.elements.BaseActionEvent
getCommand, getEventInfo, getInternalReference, getOnlyCallIfObjectIsAvailable, getParam, getParams, getSourceComment, getSourceConfiginfo, getSourceReference, isImmediate, isPrior, readParam, setImmediate, setInternalReference, setOnlyCallIfObjectIsAvailable, setPriorMethods inherited from class org.eclnt.jsfserver.base.faces.event.FacesEvent
getComponent, getPhaseId, getSource, setPhaseIdMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
BaseActionEventPopupMenuItem
-
-
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 toFIXGRIDBinding.getSbvalue()) that was present in the client when menu item was executed.
-