Uses of Class
org.wicketstuff.gchart.ColumnType
-
Packages that use ColumnType Package Description org.wicketstuff.gchart -
-
Uses of ColumnType in org.wicketstuff.gchart
Methods in org.wicketstuff.gchart that return ColumnType Modifier and Type Method Description ColumnTypeColumnDeclaration. getType()static ColumnTypeColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnType[]ColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wicketstuff.gchart with parameters of type ColumnType Modifier and Type Method Description voidColumnDeclaration. setType(ColumnType type)Constructors in org.wicketstuff.gchart with parameters of type ColumnType Constructor Description ColumnDeclaration(String id, ColumnType type)Default constructor.ColumnDeclaration(String id, ColumnType type, IModel<String> labelModel)Constructor with label.ColumnDeclaration(String id, ColumnType type, ColumnRole role)Constructor with role.ColumnDeclaration(ColumnType type)Default constructor.ColumnDeclaration(ColumnType type, String label)Constructor with label as String.ColumnDeclaration(ColumnType type, IModel<String> labelModel)Constructor with label.ColumnDeclaration(ColumnType type, ColumnRole role)Constructor with role.
-