dropMode([mode])

Class: PasswordField. Method inherited from UIComponent.

Description:

Sets a drop mode for components: Table, List, Tree.

Parameters:

Name Type Description

[mode]

DropMode

Enum value: DropMode.[On|Insert|OnOrInsert]. On - allows data to be dropped on list items. Insert - allows to drop data between list items.

Returns:

Returns this component if an argument is provided; otherwise, returns the current drop mode as one of the DropMode enum values.

Type: DropMode | this

Also See: