ELEMENT_TYPES
Overview
The ELEMENT_TYPES defines constants for identifying various UI components in Servoy. It provides values such as BUTTON, CALENDAR, and TEXT_FIELD to help developers determine an element's type and manage its behavior during scripting. Practical examples show how these constants can be used in scripts to implement specific logic based on the element type. This simplifies working with Servoy's UI components and enhances customization capabilities.
Constants Summarized
Constants Detailed
ACCORDIONPANEL
Constant representing a accordionpanel element.
Type String
Sample
BUTTON
Constant representing an element of the Button type.
Type String
Sample
CALENDAR
Constant representing an element of the Calendar type.
Type String
Sample
CHECK
Constant representing an element of the Check type.
Type String
Sample
COMBOBOX
Constant representing a combobox element.
Type String
Sample
FORM
Constant representing a form element.
Type String
Sample
GROUP
Constant representing a Group of elements.
Type String
Sample
HTML_AREA
Constant representing a html area element.
Type String
Sample
IMAGE_MEDIA
Constant representing an element of the ImageMedia type.
Type String
Sample
LABEL
Constant representing an element of the Label type.
Type String
Sample
LISTBOX
Constant representing a listbox element.
Type String
Sample
MULTISELECT_LISTBOX
Constant representing a multi selection listbox element.
Type String
Sample
PASSWORD
Constant representing an element of the Password type.
Type String
Sample
PORTAL
Constant representing an element of the Portal type.
Type String
Sample
RADIOS
Constant representing an element of the Radios type.
Type String
Sample
RECTANGLE
Constant representing a rectangle element.
Type String
Sample
RTF_AREA
Constant representing a rtf area of element.
Type String
Sample
SPINNER
Constant representing a spinner element.
Type String
Sample
SPLITPANE
Constant representing a splitpane element.
Type String
Sample
TABPANEL
Constant representing an element of the Tabpanel type.
Type String
Sample
TEXT_AREA
Constant representing an element of the TextArea type.
Type String
Sample
TEXT_FIELD
Constant representing an element of the TextField type.
Type String
Sample
TYPE_AHEAD
Constant representing a typeahead element.
Type String
Sample
Last updated
Was this helpful?