Uses of Class
org.dashbuilder.displayer.DisplayerSubType
-
Packages that use DisplayerSubType Package Description org.dashbuilder.displayer org.dashbuilder.displayer.impl -
-
Uses of DisplayerSubType in org.dashbuilder.displayer
Methods in org.dashbuilder.displayer that return DisplayerSubType Modifier and Type Method Description static DisplayerSubTypeDisplayerSubType. getByName(String str)DisplayerSubTypeDisplayerSettings. getSubtype()static DisplayerSubTypeDisplayerSubType. valueOf(String name)Returns the enum constant of this type with the specified name.static DisplayerSubType[]DisplayerSubType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.displayer that return types with arguments of type DisplayerSubType Modifier and Type Method Description List<DisplayerSubType>DisplayerType. getSubTypes()Methods in org.dashbuilder.displayer with parameters of type DisplayerSubType Modifier and Type Method Description voidDisplayerSettings. setSubtype(DisplayerSubType subtype)TDisplayerSettingsBuilder. subtype(DisplayerSubType displayerSubType)Set the DisplayerSettings' subtype.Constructors in org.dashbuilder.displayer with parameters of type DisplayerSubType Constructor Description DisplayerSettings(DisplayerType displayerType, DisplayerSubType subType) -
Uses of DisplayerSubType in org.dashbuilder.displayer.impl
Methods in org.dashbuilder.displayer.impl with parameters of type DisplayerSubType Modifier and Type Method Description TAbstractDisplayerSettingsBuilder. subtype(DisplayerSubType displayerSubType)
-