Child pages
  • JSEvent

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 ClientssWordListSmartClientsWordListWebClientsWordListNGClientsWordListMobileClient

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 JSEvent.Constant for the CTRL modifier that can be returned by JSEvent.Constant for the META modifier that can be returned by JSEvent.Constant for the SHIFT modifier that can be returned by JSEvent.Constant returned by JSEvent.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.

servoy sSummary12%30%58%height: 30px;3Methods Summaryreturns 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 JSEvent.returns the source component/element of the event.Returns the time the event occurred.returns the event type see the JSEvents 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,MobileClient
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,MobileClient
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,MobileClient
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,MobileClient
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,MobileClient
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,MobileClient
sam

Sample

sIdentjavascriptlastDetailRow MODIFIER_ALTname

MODIFIER_ALT

dessIndentConstant for the ALT modifier that can be returned by JSEvent.getModifiers();ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascriptlastDetailRow MODIFIER_CTRLname

MODIFIER_CTRL

dessIndentConstant for the CTRL modifier that can be returned by JSEvent.getModifiers();ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascriptlastDetailRow MODIFIER_METAname

MODIFIER_META

dessIndentConstant for the META modifier that can be returned by JSEvent.getModifiers();retReturns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClientsam

Sample

sIdentjavascriptlastDetailRow MODIFIER_SHIFT

name

MODIFIER_SHIFT

dessIndentConstant for the SHIFT modifier that can be returned by JSEvent.getModifiers();ret

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascriptlastDetailRow NONEname

NONE

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

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascriptlastDetailRow RIGHTCLICKname

RIGHTCLICK

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

Returns

sIndentclients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascriptlastDetailRow 

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
,MobileClientsam

Sample

sIdentjavascript
lastDetailRow
 

functionservoy sDetail2100%height:30px2Methods DetailsgetElementNamename

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
,MobileClientsam

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
,MobileClientsam

Sample

sIdentjavascript
lastDetailRow
 getModifiersname

getModifiers()

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

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
,MobileClientsam

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
,MobileClientsam

Sample

sIdentjavascript
lastDetailRow
 getTimestampname

getTimestamp()

dessIndent
Returns the time the event occurred.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
,MobileClientsam

Sample

sIdentjavascript
lastDetailRow
 getTypename

getType()

dessIndent
returns the event type see the JSEvents constants what it can return.
Plugins can create events with there own types.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
,MobileClientsam

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
,MobileClientsam

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
,MobileClientsam

Sample

sIdentjavascript
lastDetailRow