logo

/Select Box|v1.1.0

Class

new Item()item.jsline 17

An item.
You can get Item by SelectBox.getItem() and SelectBox.getItems().

Instance Methods

getIndex()item.jsline 226

Return an item's index.

RETURNS:
{

number

}

getLabel()item.jsline 218

Return an item's label.

RETURNS:
{

string

}

getValue()item.jsline 210

Return an item's value.

RETURNS:
{

string

}

isDisabled()item.jsline 243

Return whether an item is disabled or not.
The result is true if any of the items and item groups are disabled.

RETURNS:
{

boolean

}

isSelected()item.jsline 234

Return whether an item is selected or not.

RETURNS:
{

boolean

}
Resizable