Class NavItemEditorSettings.Flags
- java.lang.Object
-
- org.dashbuilder.client.navigation.widget.editor.NavItemEditorSettings.Flags
-
- Enclosing class:
- NavItemEditorSettings
public class NavItemEditorSettings.Flags extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringGOTO_PERSPECTIVEstatic StringNEW_DIVIDERstatic StringNEW_GROUPstatic StringNEW_PERSPECTIVEstatic StringONLY_RUNTIME_PERSPECTIVESstatic StringPERSPECTIVE_CONTEXT
-
Constructor Summary
Constructors Constructor Description Flags()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyToAllChildren()
-
-
-
Field Detail
-
NEW_GROUP
public static final String NEW_GROUP
- See Also:
- Constant Field Values
-
NEW_PERSPECTIVE
public static final String NEW_PERSPECTIVE
- See Also:
- Constant Field Values
-
NEW_DIVIDER
public static final String NEW_DIVIDER
- See Also:
- Constant Field Values
-
ONLY_RUNTIME_PERSPECTIVES
public static final String ONLY_RUNTIME_PERSPECTIVES
- See Also:
- Constant Field Values
-
GOTO_PERSPECTIVE
public static final String GOTO_PERSPECTIVE
- See Also:
- Constant Field Values
-
PERSPECTIVE_CONTEXT
public static final String PERSPECTIVE_CONTEXT
- See Also:
- Constant Field Values
-
-