| AddDeleteColumn<M,I,S> |
Column that Displays Confirm, Cancel and Delete buttons
|
| AddDeletePanel<M,I> |
Backing Panel for the AddDeleteColumn
displays: Add, Cancel, and Delete buttons
|
| CheckBoxPanel<M,I,S> |
Backing Panel for EditableCheckBoxColumn
Panel with a Checkbox that updates the property of the row immediately after
user leaves the field.
|
| DropDownChoiceColumn<M,I,T,S> |
|
| DropDownChoicePanel<M,I,P,S> |
|
| EditableCellPanel<M,I,P,S> |
|
| EditableCheckBoxColumn<M,I,S> |
Property column that uses a CheckBoxPanel as cell component
when the item is selected.
|
| EditableLocalDateColumn<M,I,S> |
|
| EditablePropertyColumn<M,I,P,S> |
Property column that uses a TextFieldPanel as cell component when the item is selected.
|
| EditablePropertyTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,P,S> |
Tree column that allows to edit the property when item is selected.
|
| LocalDateTextFieldPanel<M,I,S> |
Backing Panel for EditableLocalDateColumn
Panel with a LocalDateTextField that updates the property of the row immediately after
user leaves the field.
|
| SubmitCancelColumn<M,I,S> |
|
| TextFieldPanel<M,I,P,S> |
Panel with a TextField that updates the property of the row immediately after user leaves the
field.
|