Uses of Class
org.dashbuilder.displayer.DisplayerType
-
Packages that use DisplayerType Package Description org.dashbuilder.displayer -
-
Uses of DisplayerType in org.dashbuilder.displayer
Methods in org.dashbuilder.displayer that return DisplayerType Modifier and Type Method Description static DisplayerTypeDisplayerType. getByName(String str)DisplayerTypeDisplayerSettings. getType()static DisplayerTypeDisplayerType. valueOf(String name)Returns the enum constant of this type with the specified name.static DisplayerType[]DisplayerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.displayer with parameters of type DisplayerType Modifier and Type Method Description voidDisplayerSettings. setType(DisplayerType displayerType)Constructors in org.dashbuilder.displayer with parameters of type DisplayerType Constructor Description DisplayerSettings(DisplayerType displayerType)DisplayerSettings(DisplayerType displayerType, DisplayerSubType subType)
-