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

Type
Name
Summary

Constant representing a accordionpanel element.

Constant representing an element of the Button type.

Constant representing an element of the Calendar type.

Constant representing an element of the Check type.

Constant representing a combobox element.

Constant representing a form element.

Constant representing a Group of elements.

Constant representing a html area element.

Constant representing an element of the ImageMedia type.

Constant representing an element of the Label type.

Constant representing a listbox element.

Constant representing a multi selection listbox element.

Constant representing an element of the Password type.

Constant representing an element of the Portal type.

Constant representing an element of the Radios type.

Constant representing a rectangle element.

Constant representing a rtf area of element.

Constant representing a spinner element.

Constant representing a splitpane element.

Constant representing an element of the Tabpanel type.

Constant representing an element of the TextArea type.

Constant representing an element of the TextField type.

Constant representing a typeahead element.

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?