Last updated

API / geotoolkit / css / CssStyle / PseudoClass

Enumeration: PseudoClass

css.CssStyle.PseudoClass

Enum of the supported css pseudo classes

Table of contents

Enumeration Members

Contents

Enumeration Members

Disabled

Disabled = "disabled"

Disabled pseudo class is added to show the current status of nodes with enabled/disabled states


Enabled

Enabled = "enabled"

Enabled pseudo class is added to show the current status of nodes with enabled/disabled states


Highlight

Highlight = "highlight"

Highlight pseudo class is added for highlighted nodes


Hover

Hover = "hover"

Hover pseudo class is added for nodes under current cursor position


Selection

Selection = "selection"

Selection pseudo class is added for nodes to mark it as selected by the user