| Class | Description |
|---|---|
| BooleanPropertyColumn<T,S> |
PropertyColumn which display booleans
|
| DecimalPropertyColumn<T,S> |
PropertyColumn which display numbers with decimal format
|
| EnumPropertyColumn<T,S> |
PropertyColumns which display corresponding messages for enum values
|
| LinkableImagePropertyColumn<T,S> |
Column embeded in a datatable which represent an linkable image
|
| LinkPropertyColumn<T,S> |
Column embeded in a datatable which represent a link code from
https://cwiki.apache.org/WICKET/adding-links-in-a-defaultdatatable.html
|
| MapValuePropertyColumn<T,S,U> |
PropertyColumn which display string resulting values of applying model value on a map.
|
| PercentPropertyColumn<T,S> |
PropertyColumns which display numbers with percent format
|
| ShortDatePropertyColumn<T,S> |
PropertyColumns which display dates with a short format
|
Copyright © 2009-2013 IRD. All Rights Reserved.