- ColumnDefinition - Class in de.twenty11.skysail.common.grids
-
Defines a grid column.
- ColumnDefinition() - Constructor for class de.twenty11.skysail.common.grids.ColumnDefinition
-
default constructor needed for json / jackson de-/serialization.
- ColumnDefinition(String) - Constructor for class de.twenty11.skysail.common.grids.ColumnDefinition
-
constructor with name for the column definition.
- Columns - Class in de.twenty11.skysail.common.grids
-
Manages a data grids' list of columns.
- Columns(ColumnsBuilder) - Constructor for class de.twenty11.skysail.common.grids.Columns
-
Constructor creating the columnsList from a columnBuilder.
- Columns() - Constructor for class de.twenty11.skysail.common.grids.Columns
-
for json.
- ColumnsBuilder - Class in de.twenty11.skysail.common.grids
-
Subclasses have to implement the configure method, which typically looks something like
addColumn("col1").setWidth(100).addColumn("col2")...
- ColumnsBuilder() - Constructor for class de.twenty11.skysail.common.grids.ColumnsBuilder
-
Creates a new ColumnsBuilder object which gets a map of parameters.
- ColumnSortOrderComparator - Class in de.twenty11.skysail.common.grids
-
must be "consistent with equals", see treeMap javadoc.
- ColumnSortOrderComparator() - Constructor for class de.twenty11.skysail.common.grids.ColumnSortOrderComparator
-
- compare(ColumnDefinition, ColumnDefinition) - Method in class de.twenty11.skysail.common.grids.ColumnSortOrderComparator
-
sorts the columnDefinitions according to their absolute sorting value.
- ConfigurationProvider - Interface in de.twenty11.skysail.common.config
-
- configure() - Method in class de.twenty11.skysail.common.forms.FormBuilder
-
The central method to configure the chain of columns.
- configure() - Method in class de.twenty11.skysail.common.grids.ColumnsBuilder
-
The central method to configure the chain of columns.
- ConstraintViolations<T> - Class in de.twenty11.skysail.common.forms
-
- ConstraintViolations() - Constructor for class de.twenty11.skysail.common.forms.ConstraintViolations
-
- ConstraintViolations(Set<ConstraintViolation<T>>) - Constructor for class de.twenty11.skysail.common.forms.ConstraintViolations
-