|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.wicket.models.AbstractInstanceObject
org.efaps.ui.wicket.models.objects.UIRow
public class UIRow
Class represents one row in the UITable.
| Constructor Summary | |
|---|---|
UIRow(AbstractUIObject _parent)
Constructor used in case that no instances are given. |
|
UIRow(AbstractUIObject _parent,
java.lang.String _instanceKeys)
The constructor creates a new instance of class Row. |
|
| Method Summary | |
|---|---|
void |
add(UITableCell _cellmodel)
The instance method adds a new attribute value (from instance AttributeTypeInterface) to the values. |
void |
addHidden(UIHiddenCell _hiddenCell)
Add a hidden cell to this row. |
java.util.List<UIHiddenCell> |
getHidden()
Getter method for instance variable hidden. |
org.efaps.db.Instance |
getInstanceFromManager()
|
AbstractUIObject |
getParent()
Getter method for the instance variable parent. |
int |
getSize()
The instance method returns the size of the array list values. |
java.lang.String |
getUserinterfaceId()
Getter method for the instance variable userinterfaceId. |
java.util.List<UITableCell> |
getValues()
This is the getter method for the values variable values. |
boolean |
hasInstanceManager()
|
void |
setUserinterfaceId(java.lang.String _userinterfaceId)
Setter method for instance variable userinterfaceId. |
| 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 |
|---|
public UIRow(AbstractUIObject _parent)
_parent - Parent object of this row
public UIRow(AbstractUIObject _parent,
java.lang.String _instanceKeys)
_parent - Parent object of this row_instanceKeys - string with all oids for this row| Method Detail |
|---|
public void add(UITableCell _cellmodel)
AttributeTypeInterface) to the values.
_cellmodel - cell model to addvaluespublic void addHidden(UIHiddenCell _hiddenCell)
_hiddenCell - hidden cell to be addedpublic java.util.List<UIHiddenCell> getHidden()
hidden.
hiddenpublic int getSize()
values.
valuesvaluespublic java.util.List<UITableCell> getValues()
values.
valuesvaluespublic java.lang.String getUserinterfaceId()
userinterfaceId.
userinterfaceIdpublic void setUserinterfaceId(java.lang.String _userinterfaceId)
userinterfaceId.
_userinterfaceId - value for instance variable userinterfaceIdpublic AbstractUIObject getParent()
parent.
parent
public org.efaps.db.Instance getInstanceFromManager()
throws org.efaps.util.EFapsException
getInstanceFromManager in class AbstractInstanceObjectorg.efaps.util.EFapsException - on errorAbstractInstanceObject.getInstanceFromManager()public boolean hasInstanceManager()
hasInstanceManager in class AbstractInstanceObjectAbstractInstanceObject.hasInstanceManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||