API / geotoolkit / css / CssStyle / PseudoClass
Enum of the supported css pseudo classes
Enumeration Members
• Disabled = "disabled"
Disabled pseudo class is added to show the current status of nodes with enabled/disabled states
• Enabled = "enabled"
Enabled pseudo class is added to show the current status of nodes with enabled/disabled states
• Highlight = "highlight"
Highlight pseudo class is added for highlighted nodes
• Hover = "hover"
Hover pseudo class is added for nodes under current cursor position
• Selection = "selection"
Selection pseudo class is added for nodes to mark it as selected by the user