| Interface | Description |
|---|---|
| IItemProvider<T> |
| Class | Description |
|---|---|
| Compositor<COLLECTIONTYPE extends Collection<T>,T> |
The Compositor is a fast- or one-click collector using a base-type to create composition instances from.
|
| Controller<COLLECTIONTYPE extends Collection<T>,T> |
Special
BeanCollector to show a list of beans providing their actions. the defined bean should have some
actions to change attributes in an easy way - like de- or increasing a value. |
| CSheet |
Provides calculation sheets as tables with columns and rows. each cell is owned by an
MapValue as BeanValue. |
| Increaser<T> |
holds properties to create new instances with an increasing attribute
|
| QueryResult<COLLECTIONTYPE extends Collection<T>,T> |
Special
BeanCollector to show the result of an SQL or JPAQL Query gotten by a defined query-name in a
QueryPool. |
| Statistic<COLLECTIONTYPE extends Collection<T>,T> |
Does a statistic by doing a group by on all columns.
|
Copyright © 2012–2020. All rights reserved.