Class NavItemEditorSettings


  • public class NavItemEditorSettings
    extends Object
    • Constructor Detail

      • NavItemEditorSettings

        public NavItemEditorSettings()
    • Method Detail

      • setLiteralGroup

        public void setLiteralGroup​(String literalGroup)
      • setLiteralPerspective

        public void setLiteralPerspective​(String literalPerspective)
      • setLiteralDivider

        public void setLiteralDivider​(String literalDivider)
      • getLiteralGroup

        public String getLiteralGroup()
      • getLiteralPerspective

        public String getLiteralPerspective()
      • getLiteralDivider

        public String getLiteralDivider()
      • isNewGroupEnabled

        public boolean isNewGroupEnabled()
      • isNewGroupEnabled

        public boolean isNewGroupEnabled​(org.dashbuilder.navigation.NavItem navItem)
      • isNewPerspectiveEnabled

        public boolean isNewPerspectiveEnabled()
      • setNewPerspectiveEnabled

        public NavItemEditorSettings setNewPerspectiveEnabled​(boolean newPerspectiveEnabled)
      • isNewPerspectiveEnabled

        public boolean isNewPerspectiveEnabled​(org.dashbuilder.navigation.NavItem navItem)
      • isNewDividerEnabled

        public boolean isNewDividerEnabled()
      • setNewDividerEnabled

        public NavItemEditorSettings setNewDividerEnabled​(boolean newDividerEnabled)
      • isNewDividerEnabled

        public boolean isNewDividerEnabled​(org.dashbuilder.navigation.NavItem navItem)
      • onlyRuntimePerspectives

        public boolean onlyRuntimePerspectives​(org.dashbuilder.navigation.NavItem navItem)
      • isGotoPerspectiveEnabled

        public boolean isGotoPerspectiveEnabled()
      • setGotoPerspectiveEnabled

        public NavItemEditorSettings setGotoPerspectiveEnabled​(boolean gotoPerspectiveEnabled)
      • isGotoPerspectiveEnabled

        public boolean isGotoPerspectiveEnabled​(org.dashbuilder.navigation.NavItem navItem)
      • isPerspectiveContextEnabled

        public boolean isPerspectiveContextEnabled()
      • setPerspectiveContextEnabled

        public NavItemEditorSettings setPerspectiveContextEnabled​(boolean perspectiveContextEnabled)
      • isPerspectiveContextEnabled

        public boolean isPerspectiveContextEnabled​(org.dashbuilder.navigation.NavItem navItem)
      • getMaxLevels

        public int getMaxLevels()
      • getMaxLevels

        public int getMaxLevels​(String navItemId)
      • isOnlyRuntimePerspectives

        public boolean isOnlyRuntimePerspectives()
      • setOnlyRuntimePerspectives

        public NavItemEditorSettings setOnlyRuntimePerspectives​(boolean onlyRuntimePerspectives)