org.efaps.ui.wicket.models.cell
Class UIFormCellSet
java.lang.Object
org.efaps.ui.wicket.models.AbstractInstanceObject
org.efaps.ui.wicket.models.cell.UIAbstractCell
org.efaps.ui.wicket.models.cell.UITableCell
org.efaps.ui.wicket.models.cell.UIFormCell
org.efaps.ui.wicket.models.cell.UIFormCellSet
- All Implemented Interfaces:
- java.io.Serializable, org.apache.wicket.IClusterable
public class UIFormCellSet
- extends UIFormCell
TODO comment
- Version:
- $Id: UIFormCellSet.java 3447 2009-11-29 22:46:39Z tim.moxter $
- Author:
- jmox
- See Also:
- Serialized Form
|
Constructor Summary |
UIFormCellSet(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
org.efaps.db.Instance _instance,
java.lang.String _value,
java.lang.String _icon,
java.lang.String _label,
boolean _edit)
|
| Methods inherited from class org.efaps.ui.wicket.models.cell.UITableCell |
executeEvents, getAlign, getAutoCompletion, getCellTitle, getCompareValue, getFieldUpdate, getFieldUpdateEvent, getIcon, getReference, isAutoComplete, isCheckOut, isFieldUpdate, isFixedWidth, isMultiRows, setReference |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIFormCellSet
public UIFormCellSet(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
org.efaps.db.Instance _instance,
java.lang.String _value,
java.lang.String _icon,
java.lang.String _label,
boolean _edit)
throws org.efaps.util.EFapsException
- Parameters:
_fieldValue - _oid - _value - _icon - _required - _label - _edit -
- Throws:
org.efaps.util.EFapsException
getNewCount
public int getNewCount()
isEditMode
public boolean isEditMode()
add
public void add(int _x,
int _y,
java.lang.String _value)
- Parameters:
child - _value -
getYsize
public int getYsize()
- Returns:
getXsize
public int getXsize()
getXYValue
public java.lang.String getXYValue(int _x,
int _y)
- Parameters:
x - _y -
- Returns:
addDefiniton
public void addDefiniton(int _x,
java.lang.String _definition)
getDefinitionsize
public int getDefinitionsize()
getDefinitionValue
public java.lang.String getDefinitionValue(int _x)
addInstance
public void addInstance(int _y,
org.efaps.db.Instance _instance)
- Parameters:
y - next -
getInstance
public org.efaps.db.Instance getInstance(int _y)
Copyright © 2003-2010 The eFaps Team. All Rights Reserved.