Uses of Class
com.saperion.ngc.navigation.HiddenFolders.HideableFolders
-
Packages that use HiddenFolders.HideableFolders Package Description com.saperion.ngc.navigation Package for navigation component classes. -
-
Uses of HiddenFolders.HideableFolders in com.saperion.ngc.navigation
Methods in com.saperion.ngc.navigation that return HiddenFolders.HideableFolders Modifier and Type Method Description static HiddenFolders.HideableFolders
HiddenFolders.HideableFolders. getByNodeClass(java.lang.Class<? extends NaviTreeNode> nodeClass)
Returns the HideableFolders enum constant that correlates with the specified node-class.static HiddenFolders.HideableFolders
HiddenFolders.HideableFolders. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HiddenFolders.HideableFolders[]
HiddenFolders.HideableFolders. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ngc.navigation with parameters of type HiddenFolders.HideableFolders Modifier and Type Method Description static boolean
HiddenFolders. isHidden(HiddenFolders.HideableFolders folder)
-