org.efaps.ui.wicket.models.cell
Class UIHiddenCell

java.lang.Object
  extended by org.efaps.ui.wicket.models.AbstractInstanceObject
      extended by org.efaps.ui.wicket.models.cell.UIAbstractCell
          extended by org.efaps.ui.wicket.models.cell.UIHiddenCell
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.IClusterable

public class UIHiddenCell
extends UIAbstractCell

TODO comment!

Version:
$Id: UIHiddenCell.java 3447 2009-11-29 22:46:39Z tim.moxter $
Author:
The eFaps Team
See Also:
Serialized Form

Constructor Summary
UIHiddenCell(AbstractUIObject _parent, org.efaps.admin.datamodel.ui.FieldValue _fieldValue, java.lang.String _instanceKey, java.lang.String _cellvalue)
           
 
Method Summary
 boolean isAdded()
          Getter method for instance variable added.
 void setAdded(boolean _added)
          Setter method for instance variable added.
 
Methods inherited from class org.efaps.ui.wicket.models.cell.UIAbstractCell
getAttribute, getCellValue, getComponent, getDisplay, getField, getFieldId, getInstanceFromManager, getName, getParent, getTarget, getUiClass, hasInstanceManager, setComponent
 
Methods inherited from class org.efaps.ui.wicket.models.AbstractInstanceObject
getInstance, getInstanceKey, setInstanceKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIHiddenCell

public UIHiddenCell(AbstractUIObject _parent,
                    org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
                    java.lang.String _instanceKey,
                    java.lang.String _cellvalue)
Parameters:
_parent - parent
_fieldValue - field value
_instanceKey - instance key
_cellvalue - value of the cell
Method Detail

isAdded

public boolean isAdded()
Getter method for instance variable added.

Returns:
value of instance variable added

setAdded

public void setAdded(boolean _added)
Setter method for instance variable added.

Parameters:
_added - value for instance variable added


Copyright © 2003-2010 The eFaps Team. All Rights Reserved.