public class TabbedPanelHoverPolicy extends Enum
HoverListener
,
Serialized FormModifier and Type | Field and Description |
---|---|
static TabbedPanelHoverPolicy |
ALWAYS
Always hover policy.
|
static TabbedPanelHoverPolicy |
ALWAYS_AND_EXCLUDE
Always and exclude hover policy.
|
static TabbedPanelHoverPolicy |
NEVER
Never hover policy.
|
static TabbedPanelHoverPolicy |
NO_HOVERED_CHILD
No hovered child hover policy.
|
static TabbedPanelHoverPolicy |
ONLY_WHEN_DEEPEST
Only when deepest hover policy.
|
Modifier and Type | Method and Description |
---|---|
static TabbedPanelHoverPolicy[] |
getHoverPolicies()
Gets the hover policies.
|
public static final TabbedPanelHoverPolicy NEVER
public static final TabbedPanelHoverPolicy ALWAYS
public static final TabbedPanelHoverPolicy NO_HOVERED_CHILD
public static final TabbedPanelHoverPolicy ONLY_WHEN_DEEPEST
public static final TabbedPanelHoverPolicy ALWAYS_AND_EXCLUDE
public static TabbedPanelHoverPolicy[] getHoverPolicies()