|
Class Summary |
| AddDeleteColumn<M,I> |
Created by IntelliJ IDEA. |
| AddDeletePanel<M,I> |
Panel for the AddDeleteColumn displays: Add, Cancel, and Delete buttons
Created by IntelliJ IDEA. |
| CheckBoxPanel<M,I> |
Panel with a Checkbox that updates the property of the row immediately after
user leaves the field. |
| CheckBoxPropertyColumn<M,I> |
Property column that uses a CheckBoxPanel as cell component
when the item is selected. |
| DatePropertyColumn<M,I> |
Property column that uses a DateTextFieldPanel as cell component
when the item is selected. |
| DateTextFieldPanel<M,I> |
Panel with a DateTextField that updates the property of the row immediately after
user leaves the field. |
| DropDownChoiceColumn<M,I,T> |
Property column that uses a DropDownChoicePanel as cell component
when the item is selected. |
| DropDownChoicePanel<M,I,P> |
Panel with a DropDownChoice that updates the property of the row immediately after
user leaves the field. |
| EditableCellPanel<M,I,P> |
|
| EditablePropertyColumn<M,I,P> |
Property column that uses a TextFieldPanel as cell component when the item is selected. |
| EditablePropertyTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,P> |
Tree column that allows to edit the property when item is selected. |
| SubmitCancelColumn<M,I> |
|
| TextFieldPanel<M,I,P> |
Panel with a TextField that updates the property of the row immediately after user leaves the
field. |