Interface Component.Focusable

Interface implemented by components which can obtain input focus.

Synopsis

Inheritance Path.  com.itmill.toolkit.ui.Component.Focusable

focus()

Set focus to this component.

getFocusableId()

Parameters

return

Unique id of focusable.

Get unique ID of focusable. This will be used to move input focus directly to this component.

getTabIndex()

Parameters

return

Positive tab order of this focusable. Negative of zero means unspecified tab order.

Get Tabulator index of this Focusable component.

setTabIndex(int)

Parameters

tabIndex

Positive tab order of this focusable. Negative of zero means unspecified tab order.

Set Tabulator index of this Focusable component.