Child pages
  • JSDNDEvent

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Cache
indextrue
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClient

servoy sSummary12%30%58%height: 30px;3Constants SummaryConstant returned by JSEvent.Constant returned by JSEvent.Constant returned by JSEvent.Constant returned by JSEvent.Constant returned by JSEvent.Constant returned by JSEvent.Constant for the ALT modifier that can be returned by JSDNDEvent.Constant for the CTRL modifier that can be returned by JSDNDEvent.Constant for the META modifier that can be returned by JSDNDEvent.Constant for the SHIFT modifier that can be returned by JSDNDEvent.Constant returned by JSEvent.Constant returned by JSDNDEvent.Constant returned by JSDNDEvent.Constant returned by JSDNDEvent.Constant returned by JSDNDEvent.Constant returned by JSEvent.

servoy sSummary12%30%58%height: 30px;3Property SummaryA data object that specific events can set, a user can set data back to the system for events that supports this.The event data mime type.

servoy sSummary12%30%58%height: 30px;3Methods SummaryReturns the result of the drag action.returns the name of the element, can be null if the form was the source of the event.returns the name of the form the element was placed on.Returns the modifiers of the event, see JSDNDEvent.Returns the record of the event.returns the source component/element of the event.Returns the time the event occurred.returns the dnd event type see the JSDNDEvents constants what it can return.Returns the x position of the event, relative to the component that fired it, if applicable.Returns the y position of the event, relative to the component that fired it, if applicable.

constantservoy sDetail2100%height:30px2Constants DetailsACTIONname

ACTION

dessIndentConstant returned by JSEvent.getType() in a method that is attached to an onAction event.ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascriptlastDetailRow DATACHANGEname

DATACHANGE

dessIndentConstant returned by JSEvent.getType() in a method that is attached to an onDataChange event.ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascriptlastDetailRow DOUBLECLICKname

DOUBLECLICK

dessIndentConstant returned by JSEvent.getType() in a method that is attached to an onDoubleClick event.ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascriptlastDetailRow FOCUSGAINEDname

FOCUSGAINED

dessIndentConstant returned by JSEvent.getType() in a method that is attached to an onFocusGained or the forms onElementFocusGained event.ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascriptlastDetailRow FOCUSLOSTname

FOCUSLOST

dessIndentConstant returned by JSEvent.getType() in a method that is attached to an onFocusLost or the forms onElementFocusLost event.ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascriptlastDetailRow FORMname

FORM

dessIndentConstant returned by JSEvent.getType() in a method that is attached to a form event (like onShow) or command (like onDeleteRecord)ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascriptlastDetailRow MODIFIER_ALTname

MODIFIER_ALT

dessIndent
Constant for the ALT modifier that can be returned by JSDNDEvent.getModifiers();
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
 MODIFIER_CTRLname

MODIFIER_CTRL

dessIndent
Constant for the CTRL modifier that can be returned by JSDNDEvent.getModifiers();
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
 MODIFIER_METAname

MODIFIER_META

dessIndent
Constant for the META modifier that can be returned by JSDNDEvent.getModifiers();
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
 MODIFIER_SHIFTname

MODIFIER_SHIFT

dessIndent
Constant for the SHIFT modifier that can be returned by JSDNDEvent.getModifiers()
;ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascriptlastDetailRow&nbsp
;
NONEnameNONE
dessIndentConstant returned by JSEvent.getType() if the event is not used in a known event or command.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
,NGClientsam

Sample

sIdentjavascript
lastDetailRow
 ONDRAGname

ONDRAG

dessIndent
Constant returned by JSDNDEvent.getType() in a method that is attached to an onDrag event.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
 ONDRAGENDname

ONDRAGEND

dessIndent
Constant returned by JSDNDEvent.getType() in a method that is attached to an onDragEnd event.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
 ONDRAGOVERname

ONDRAGOVER

dessIndent
Constant returned by JSDNDEvent.getType() in a method that is attached to an onDragOver event.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
 ONDROPname

ONDROP

dessIndent
Constant returned by JSDNDEvent.getType() in a method that is attached to an onDrop event.
ret

Returns

sIndentclientsSupported Clients
sIndentSmartClient,WebClientsam

Sample

sIdentjavascriptlastDetailRow RIGHTCLICKname

RIGHTCLICK

dessIndentConstant returned by JSEvent.getType() in a method that is attached to an onRightClick event.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
,NGClientsam

Sample

sIdentjavascript
lastDetailRow
 

propertyservoy sDetail2100%height:30px2Property Detailsdataname

data

dessIndent
A data object that specific events can set, a user can set data back to the system for events that supports this.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow dataMimeTypename

dataMimeType

dessIndent
The event data mime type.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
 

functionservoy sDetail2100%height:30px2Methods DetailsgetDragResultname

getDragResult()

dessIndent
Returns the result of the drag action.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow getElementNamename

getElementName()

dessIndent
returns the name of the element, can be null if the form was the source of the event.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
 getFormNamename

getFormName()

dessIndent
returns the name of the form the element was placed on.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
 getModifiersname

getModifiers()

dessIndent
Returns the modifiers of the event, see JSDNDEvent.MODIFIER_XXXX for the modifiers that can be returned.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
 getRecordname

getRecord()

dessIndent
Returns the record of the event.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
 getSourcename

getSource()

dessIndent
returns the source component/element of the event.
If it has a name the getElementName() is the name of this component.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
 getTimestampname

getTimestamp()

dessIndent
Returns the time the event occurred.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
 getTypename

getType()

dessIndent
returns the dnd event type see the JSDNDEvents constants what it can return.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient
sam

Sample

sIdentjavascript
lastDetailRow
 getXname

getX()

dessIndent
Returns the x position of the event, relative to the component that fired it, if applicable.
For example drag'n'drop events will set the x,y positions.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow
 getYname

getY()

dessIndent
Returns the y position of the event, relative to the component that fired it, if applicable.
For example drag'n'drop events will set the x,y positions.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow