org.scrashmeow.ojb.console.ui.control.grid
Class GridActionBar

java.lang.Object
  |
  +--org.scrashmeow.ojb.console.ui.control.grid.GridActionBar
All Implemented Interfaces:
java.io.Serializable, ViewControl
Direct Known Subclasses:
CrudGridActionBar

public class GridActionBar
extends java.lang.Object
implements ViewControl

Author:
Alexander_Bibighaus To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Constructor Summary
GridActionBar()
          Constructor for GridActionBar.
 
Method Summary
 void addAction(GridItem action)
          Method addAction @add-javadoc!!!
 java.util.List getActions()
          Returns the actions.
 void setActions(java.util.List actions)
          Sets the actions.
 void setDispatchProperty(java.lang.String dispatchProperty)
          Sets the dispatchProperty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridActionBar

public GridActionBar()
Constructor for GridActionBar.

Method Detail

getActions

public java.util.List getActions()
Returns the actions.

Returns:
List

setActions

public void setActions(java.util.List actions)
Sets the actions.

Parameters:
actions - The actions to set

addAction

public void addAction(GridItem action)
Method addAction @add-javadoc!!!

Parameters:
action - @add-javadoc!!!

setDispatchProperty

public void setDispatchProperty(java.lang.String dispatchProperty)
Sets the dispatchProperty.

Parameters:
dispatchProperty - The dispatchProperty to set


Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.