| Class | Description |
|---|---|
| ActionCellEditor |
A CellEditor for Actions
|
| ActionGroup | |
| AutoCompletionListener |
JComboBox Listener that refresh the list of items based on text that is typed on
the ComboBoxEditor.
|
| BeanAction |
Add bean properties to Actions to configure friendly in Spring bean configuration files
|
| ComboLinker |
Links two combos by a property name
|
| DialogAcceptAction<T> |
Accept Action for View Dialog
|
| DialogAction |
Base class for Dialog Actions
|
| DialogCancelAction |
Cancel Action for ViewDialog
|
| EditorCancelAction<T> |
Action for cancel button on editors
|
| EditorSaveAction<T> |
Action for editors save button.
|
| FilterAutoCompletionListener |
AutoComletionListener based on PersistentService and PatternFilter
|
| ListCompletionListener |
List Completion Listner
|
| TableListener |
Listen clicks on table with TableModelListener and
execute RowActions on actions columns.
|
| ViewAction<T> |
Action that hold a View property
|
| ViewCancelAction<T> |
Cancel action for view dialogs, ask user before close if the view
is in dirty state.
|
| ViewSaveAction<T> |
Generic Save Action for ViewDialog.
|
Copyright © 2014 JDAL. All Rights Reserved.