Class | Description |
---|---|
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. |
DateTextFieldPanel<M,I,S> |
Backing Panel for
EditableDateColumn
Panel with a DateTextField that updates the property of the row immediately after
user leaves the field. |
DateTextFieldPanel.DefaultDateTextField | |
DropDownChoiceColumn<M,I,T,S> |
Property column that uses a
DropDownChoicePanel as cell component
when the item is selected. |
DropDownChoicePanel<M,I,P,S> |
Backing Panel for
DropDownChoiceColumn with a DropDownChoice
that updates the property of the row immediately after the user leaves the field. |
EditableCellPanel<M,I,P,S> | |
EditableCheckBoxColumn<M,I,S> |
Property column that uses a
CheckBoxPanel as cell component
when the item is selected. |
EditableDateColumn<M,I,S> |
Property column that uses a
DateTextFieldPanel as cell component
when the item is selected. |
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.
|
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.
|
Copyright © 2015. All rights reserved.