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

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

public class GridSimpleData
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
GridSimpleData()
           
GridSimpleData(java.lang.String data)
           
 
Method Summary
 java.lang.Object getData()
          Method getData @add-javadoc!!!
 boolean getDisabled()
          Method getDisabled @add-javadoc!!!
 java.lang.String getDispatchProperty()
          Method getDispatchProperty @add-javadoc!!!
 boolean getIsAction()
          Method getIsAction @add-javadoc!!!
 boolean getIsDispatchAction()
          Method getIsDispatchAction @add-javadoc!!!
 boolean getLocalized()
          Method getLocalized @add-javadoc!!!
 java.lang.String getOnclick()
          Method getOnclick @add-javadoc!!!
 java.lang.String getPath()
          Method getPath @add-javadoc!!!
 void setData(java.lang.Object data)
          Sets the data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridSimpleData

public GridSimpleData()

GridSimpleData

public GridSimpleData(java.lang.String data)
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()

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()

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()

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()
Description copied from interface: GridItem
Method getDispatchProperty @add-javadoc!!!

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

getOnclick

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

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

getDisabled

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

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


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