|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.util.Enum
net.infonode.tabbedpanel.TabbedPanelHoverPolicy
public class TabbedPanelHoverPolicy
TabbedPanelHoverPolicy defines the hover policy, i.e. when a tabbed panel should consider itself hovered by the mouse and the HoverListener should be called. This policy affects the tabbed panel, the tab area, the tab area components area and the content area (if the tabbed panel has a content area).
HoverListener
,
Serialized FormField Summary | |
---|---|
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. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
private |
TabbedPanelHoverPolicy(int value,
java.lang.String name)
|
Method Summary | |
---|---|
static TabbedPanelHoverPolicy[] |
getHoverPolicies()
Gets the hover policies. |
Methods inherited from class net.infonode.util.Enum |
---|
decode, getName, getObject, getValue, readResolve, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
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
Constructor Detail |
---|
private TabbedPanelHoverPolicy(int value, java.lang.String name)
Method Detail |
---|
public static TabbedPanelHoverPolicy[] getHoverPolicies()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |