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

java.lang.Object
  |
  +--org.scrashmeow.ojb.console.ui.control.grid.GridDispatchButton
All Implemented Interfaces:
GridItem, java.io.Serializable, ViewControl

public class GridDispatchButton
extends java.lang.Object
implements GridItem

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
GridDispatchButton()
          Constructor for GridData.
 
Method Summary
 java.lang.Object getData()
          Method getData @add-javadoc!!!
 boolean getDisabled()
          Returns the disabled.
 java.lang.String getDispatchProperty()
          Returns the dispatchProperty.
 boolean getIsAction()
          Method getIsAction @add-javadoc!!!
 boolean getIsDispatchAction()
          Method getIsDispatchAction @add-javadoc!!!
 boolean getLocalized()
          Method getLocalized @add-javadoc!!!
 java.lang.String getOnclick()
          Returns the onclick.
 java.lang.String getPath()
          Method getPath @add-javadoc!!!
 void setData(java.lang.Object data)
          Sets the data.
 void setDisabled(boolean disabled)
          Sets the disabled.
 void setDispatchProperty(java.lang.String dispatchProperty)
          Sets the dispatchProperty.
 void setOnclick(java.lang.String onclick)
          Sets the onclick.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridDispatchButton

public GridDispatchButton()
Constructor for GridData.

Method Detail

getData

public java.lang.Object getData()
Description copied from interface: GridItem
Method getData @add-javadoc!!!

Specified by:
getData in interface GridItem
Returns:
@add-javadoc!!!
See Also:
GridItem.getData()

getIsAction

public boolean getIsAction()
Description copied from interface: GridItem
Method getIsAction @add-javadoc!!!

Specified by:
getIsAction in interface GridItem
Returns:
@add-javadoc!!!
See Also:
GridItem.getIsAction()

getIsDispatchAction

public boolean getIsDispatchAction()
Description copied from interface: GridItem
Method getIsDispatchAction @add-javadoc!!!

Specified by:
getIsDispatchAction in interface GridItem
Returns:
@add-javadoc!!!
See Also:
GridItem.getIsDispatchAction()

getLocalized

public boolean getLocalized()
Description copied from interface: GridItem
Method getLocalized @add-javadoc!!!

Specified by:
getLocalized in interface GridItem
Returns:
@add-javadoc!!!
See Also:
GridItem.getLocalized()

getPath

public java.lang.String getPath()
Description copied from interface: GridItem
Method getPath @add-javadoc!!!

Specified by:
getPath in interface GridItem
Returns:
@add-javadoc!!!
See Also:
GridItem.getPath()

setData

public void setData(java.lang.Object data)
Sets the data.

Parameters:
data - The data to set

getDispatchProperty

public java.lang.String getDispatchProperty()
Returns the dispatchProperty.

Specified by:
getDispatchProperty in interface GridItem
Returns:
String

setDispatchProperty

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

Parameters:
dispatchProperty - The dispatchProperty to set

getOnclick

public java.lang.String getOnclick()
Returns the onclick.

Specified by:
getOnclick in interface GridItem
Returns:
String

setOnclick

public void setOnclick(java.lang.String onclick)
Sets the onclick.

Parameters:
onclick - The onclick to set

getDisabled

public boolean getDisabled()
Returns the disabled.

Specified by:
getDisabled in interface GridItem
Returns:
boolean

setDisabled

public void setDisabled(boolean disabled)
Sets the disabled.

Parameters:
disabled - The disabled to set


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