search

goog.ui.Component.State

Provided By
Typenumber

Common component states. Components may have distinct appearance depending on what state(s) apply to them. Not all components are expected to support all states.

Values

ACTIVE

Component is active (or "pressed").

ALL

Union of all supported component states.

CHECKED

Component is checked.

DISABLED

Component is disabled.

FOCUSED

Component has focus.

HOVER

Component is highlighted.

OPENED

Component is opened (expanded). Applies to tree nodes, menu buttons, submenus, zippys (zippies?), etc.

SELECTED

Component is selected.