public class GxClientKeypressModel
The model is used to represent a keypress on the client
Modifier and Type | Field and Description |
---|---|
BBjString | Code! A DOMString with the code value of the physical key represented by the event. |
BBjNumber | IsAltDown! A Boolean that is true if the Alt key was active when the key event was generated. |
BBjNumber | IsCtrlDown! A Boolean that is true if the Ctrl key was active when the key event was generated. |
BBjNumber | IsShiftDown! A Boolean that is true if the Shift key was active when the key event was generated. |
BBjNumber | KeyCode! A Number representing the Unicode reference number of the key. For keys whose char attribute contains multiple characters, this is the Unicode value of the first character in that attribute. |
public BBjString Code!
A DOMString with the code value of the physical key represented by the event.
public BBjNumber IsAltDown!
A Boolean that is true if the Alt key was active when the key event was generated.
public BBjNumber IsCtrlDown!
A Boolean that is true if the Ctrl key was active when the key event was generated.
public BBjNumber IsShiftDown!
A Boolean that is true if the Shift key was active when the key event was generated.
public BBjNumber KeyCode!
A Number representing the Unicode reference number of the key. For keys whose char attribute contains multiple characters, this is the Unicode value of the first character in that attribute.