org.springframework.richclient.widget
Interface SelectionWidget
- All Superinterfaces:
- Widget
- All Known Implementing Classes:
- AbstractDataEditorWidget, DefaultDataEditorWidget, ItemDataEditor, SupplierDataEditor
public interface SelectionWidget
- extends Widget
Widget that can pass a selection of objects, i.e. a table in which a selection can be made
- Author:
- jh
setSelectionCommand
void setSelectionCommand(ActionCommand command)
- Command called to set the selection for the widget. I.e. a double-click listener on the table
that selects the current selected row and closes the view to the table.sluiten
- Parameters:
command
-
removeSelectionCommand
void removeSelectionCommand()
getSelection
Object getSelection()
- Returns:
- The selected object(s)
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.