| |
|
| java.lang.Object org.osbl.client.wings.form.GenericObjectViewer
All known Subclasses: org.osbl.client.wings.devtools.hibernate.HibernateQueryViewer, org.osbl.identity.gui.IdentityViewer,
GenericObjectViewer | abstract public class GenericObjectViewer implements ObjectViewer(Code) | | A generic base class, that implements basic ObjectViewer functionality.
It encapsulates an ObjectForm.
|
deselectObjectAction | protected DeselectObjectAction deselectObjectAction(Code) | | |
listAction | protected ListAction listAction(Code) | | |
nextAction | protected NextAction nextAction(Code) | | |
previousAction | protected PreviousAction previousAction(Code) | | |
selectObjectAction | protected SelectObjectAction selectObjectAction(Code) | | |
showAction | protected ShowAction showAction(Code) | | |
GenericObjectViewer | public GenericObjectViewer()(Code) | | |
getFormActions | protected List<Action> getFormActions()(Code) | | Provide the ListAction, PreviousAction, NextAction and SaveAction and append the object conform actions if any.
a list of actions, displayed along with the conform. |
getListActions | protected List<Action> getListActions()(Code) | | Provide the ChooseAction and append the object list actions if any.
a list of actions, displayed along with the list. |
getSelectedObjects | public List getSelectedObjects()(Code) | | |
initializeForm | abstract protected ObjectForm initializeForm()(Code) | | Create and initialize the conform component.
the conform component |
initializeList | abstract protected ObjectList initializeList()(Code) | | Create and initialize the list component.
the list component |
initializeViewer | protected void initializeViewer()(Code) | | Initializations like installing global object actions go here.
Override this method for your own initializations.
|
setSelectedObject | public void setSelectedObject(Object object)(Code) | | |
setSelectedObjects | public void setSelectedObjects(List objects)(Code) | | |
setSelectionMode | public void setSelectionMode(int selectionMode)(Code) | | |
showForm | public void showForm()(Code) | | |
showList | public void showList()(Code) | | |
|
|
|