Uses of Class
org.wicketstuff.gchart.ColumnRole
-
Packages that use ColumnRole Package Description org.wicketstuff.gchart -
-
Uses of ColumnRole in org.wicketstuff.gchart
Methods in org.wicketstuff.gchart that return ColumnRole Modifier and Type Method Description ColumnRoleColumnDeclaration. getRole()static ColumnRoleColumnRole. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnRole[]ColumnRole. 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 ColumnRole Modifier and Type Method Description voidColumnDeclaration. setRole(ColumnRole role)Set role of column.Constructors in org.wicketstuff.gchart with parameters of type ColumnRole Constructor Description ColumnDeclaration(String id, ColumnType type, ColumnRole role)Constructor with role.ColumnDeclaration(ColumnType type, ColumnRole role)Constructor with role.
-