Uses of Class
org.dashbuilder.navigation.layout.LayoutNavigationRefType
-
Packages that use LayoutNavigationRefType Package Description org.dashbuilder.navigation.layout -
-
Uses of LayoutNavigationRefType in org.dashbuilder.navigation.layout
Methods in org.dashbuilder.navigation.layout that return LayoutNavigationRefType Modifier and Type Method Description LayoutNavigationRefTypeLayoutNavigationRef. getType()static LayoutNavigationRefTypeLayoutNavigationRefType. valueOf(String name)Returns the enum constant of this type with the specified name.static LayoutNavigationRefType[]LayoutNavigationRefType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dashbuilder.navigation.layout with parameters of type LayoutNavigationRefType Constructor Description LayoutNavigationRef(LayoutNavigationRefType type, String name)
-