public class BaseActionEventDrop extends BaseActionEvent
getDragInfo() you receive the matching string
between the DRAGSEND information of the sending component and the DROPRECEIVE
information of the receiving component.
EVTYPE_ACTIVEX_PARAMS, EVTYPE_AREAFOCUSGAINED, 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_DETAILINVOKE, EVTYPE_DRAGSTARTED, EVTYPE_DROP, EVTYPE_DROPCOPY, EVTYPE_FILECREATEDIRECTORY, EVTYPE_FILEDOWNLOAD_FINISHED, EVTYPE_FILEUPLOAD_UPLOAD, EVTYPE_FILEUPLOAD_UPLOADASYNCHRONOUSFINISEHD, 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_LINK, EVTYPE_LONGCLICKEND, EVTYPE_MEDIAPLAYER, EVTYPE_MENUITEM_SELECT, EVTYPE_MENULOAD, EVTYPE_MESSAGE, EVTYPE_NAVBUTTONPRESS, EVTYPE_OBJECTHEADERICONINVOKE, EVTYPE_OBJECTHEADERINTROINVOKE, EVTYPE_OBJECTHEADERTITLEINVOKE, EVTYPE_OBJECTHEADERTITLESELECTORINVOKE, EVTYPE_OSMVIEWERSEELCTION, EVTYPE_PDFPRINTERNOTIFICATION, EVTYPE_POPUP_CLOSE, EVTYPE_POPUPMENULOAD, EVTYPE_QRCODESCAN, EVTYPE_RANGESELECTION, EVTYPE_RGRAPHPOINTSELECTION, EVTYPE_ROLLINGCONTAINERICONINVOKE, EVTYPE_SCAN, EVTYPE_SCENEJSCALLBACK, EVTYPE_SCHEDULE_SIZECHANGED, 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 and Description |
|---|
BaseActionEventDrop(UIComponent component,
java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIfDroppedInZoneEdgesLeftBottom() |
boolean |
checkIfDroppedInZoneEdgesLeftTop() |
boolean |
checkIfDroppedInZoneEdgesRightBottom() |
boolean |
checkIfDroppedInZoneEdgesRightTop() |
boolean |
checkIfDroppedInZoneHorizontalsplitLeft() |
boolean |
checkIfDroppedInZoneHorizontalsplitRight() |
boolean |
checkIfDroppedInZoneSidesandcenterBottom() |
boolean |
checkIfDroppedInZoneSidesandcenterCenter() |
boolean |
checkIfDroppedInZoneSidesandcenterLeft() |
boolean |
checkIfDroppedInZoneSidesandcenterRight() |
boolean |
checkIfDroppedInZoneSidesandcenterTop() |
boolean |
checkIfDroppedInZoneSidesBottom() |
boolean |
checkIfDroppedInZoneSidesLeft() |
boolean |
checkIfDroppedInZoneSidesRight() |
boolean |
checkIfDroppedInZoneSidesTop() |
boolean |
checkIfDroppedInZoneVerticalsplitBottom() |
boolean |
checkIfDroppedInZoneVerticalsplitTop() |
int |
getDeltaX()
This the delta of the rectangle that is moved while drag & dropping
compared to the position of the mouse cursor.
|
int |
getDeltaY()
This the delta of the rectangle that is moved while drag & dropping
compared to the position of the mouse cursor.
|
java.lang.String |
getDragInfo()
This is the information that was passed from the component
from which the drag & drop was initiated.
|
int |
getGridIndex() |
float |
getPercentageDeltaX()
This is the "deltaX" value, now expressed as percentage figure -
based on the width of the component on which the drop happened.
|
float |
getPercentageDeltaY()
This is the "deltaY" value, now expressed as percentage figure -
based on the height of the component on which the drop happened.
|
float |
getPercentageHorizontaAsFloat()
Location of the drop position in percentages of the size of
the component, on which the drop was executed.
|
int |
getPercentageHorizontal()
Location of the drop position in percentages of the size of
the component, on which the drop was executed.
|
int |
getPercentageVertical()
Location of the drop position in percentages of the size of
the component, on which the drop was executed.
|
float |
getPercentageVerticalAsFloat()
Location of the drop position in percentages of the size of
the component, on which the drop was executed.
|
int |
getPixelX()
X-Pixel position of the drop position.
|
int |
getPixelY()
Y-Pixel position of the drop position.
|
getCommand, getEventInfo, getInternalReference, getOnlyCallIfObjectIsAvailable, getParams, getSourceComment, getSourceConfiginfo, getSourceReference, isImmediate, isPrior, readParam, setImmediate, setInternalReference, setOnlyCallIfObjectIsAvailable, setPriorpublic BaseActionEventDrop(UIComponent component,
java.lang.String type)
public java.lang.String getDragInfo()
public int getPercentageVertical()
public int getPercentageHorizontal()
public float getPercentageVerticalAsFloat()
public float getPercentageHorizontaAsFloat()
public int getPixelX()
public int getPixelY()
public int getDeltaX()
public int getDeltaY()
public int getGridIndex()
public float getPercentageDeltaX()
public float getPercentageDeltaY()
public boolean checkIfDroppedInZoneSidesTop()
public boolean checkIfDroppedInZoneSidesBottom()
public boolean checkIfDroppedInZoneSidesLeft()
public boolean checkIfDroppedInZoneSidesRight()
public boolean checkIfDroppedInZoneHorizontalsplitLeft()
public boolean checkIfDroppedInZoneHorizontalsplitRight()
public boolean checkIfDroppedInZoneVerticalsplitTop()
public boolean checkIfDroppedInZoneVerticalsplitBottom()
public boolean checkIfDroppedInZoneEdgesLeftTop()
public boolean checkIfDroppedInZoneEdgesRightTop()
public boolean checkIfDroppedInZoneEdgesLeftBottom()
public boolean checkIfDroppedInZoneEdgesRightBottom()
public boolean checkIfDroppedInZoneSidesandcenterTop()
public boolean checkIfDroppedInZoneSidesandcenterBottom()
public boolean checkIfDroppedInZoneSidesandcenterLeft()
public boolean checkIfDroppedInZoneSidesandcenterRight()
public boolean checkIfDroppedInZoneSidesandcenterCenter()
Copyright © CaptainCasa Gmbh. All Rights Reserved.