|
||||||||||
| 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.cell.UIAbstractCell
public abstract class UIAbstractCell
TODO comment!
| Constructor Summary | |
|---|---|
UIAbstractCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
java.lang.String _instanceKey,
java.lang.String _cellvalue)
|
|
| Method Summary | |
|---|---|
org.efaps.admin.datamodel.Attribute |
getAttribute()
Method to get the Attribute used for this cell. |
java.lang.String |
getCellValue()
This is the getter method for the instance variable #cellvalue. |
org.apache.wicket.markup.html.WebMarkupContainer |
getComponent()
Getter method for instance variable component. |
org.efaps.admin.ui.field.Field.Display |
getDisplay()
Getter method for instance variable display. |
org.efaps.admin.ui.field.Field |
getField()
Get the field this cell belong to. |
long |
getFieldId()
Getter method for instance variable fieldId. |
org.efaps.db.Instance |
getInstanceFromManager()
|
java.lang.String |
getName()
This is the getter method for the instance variable name. |
AbstractUIObject |
getParent()
Getter method for instance variable parent. |
org.efaps.admin.ui.AbstractCommand.Target |
getTarget()
This is the getter method for the instance variable target. |
org.efaps.admin.datamodel.ui.UIInterface |
getUiClass()
This is the getter method for the instance variable uiClass. |
boolean |
hasInstanceManager()
|
void |
setComponent(org.apache.wicket.markup.html.WebMarkupContainer component)
Setter method for instance variable component. |
| 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 UIAbstractCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
java.lang.String _instanceKey,
java.lang.String _cellvalue)
_parent - parent_fieldValue - field value_instanceKey - instance key_cellvalue - value of the cell| Method Detail |
|---|
public AbstractUIObject getParent()
parent.
parentpublic long getFieldId()
fieldId.
fieldIdpublic org.efaps.admin.ui.field.Field getField()
public java.lang.String getName()
name.
namepublic org.efaps.admin.ui.AbstractCommand.Target getTarget()
target.
targetpublic org.efaps.admin.datamodel.ui.UIInterface getUiClass()
uiClass.
uiClasspublic org.efaps.admin.ui.field.Field.Display getDisplay()
display.
displaypublic java.lang.String getCellValue()
#cellvalue.
#cellvalue
public org.efaps.admin.datamodel.Attribute getAttribute()
throws org.efaps.util.cache.CacheReloadException
org.efaps.util.cache.CacheReloadException - on errorpublic boolean hasInstanceManager()
hasInstanceManager in class AbstractInstanceObjectAbstractInstanceObject.hasInstanceManager()
public org.efaps.db.Instance getInstanceFromManager()
throws org.efaps.util.EFapsException
getInstanceFromManager in class AbstractInstanceObjectorg.efaps.util.EFapsException - on errorAbstractInstanceObject.getInstanceFromManager()public org.apache.wicket.markup.html.WebMarkupContainer getComponent()
component.
componentpublic void setComponent(org.apache.wicket.markup.html.WebMarkupContainer component)
component.
component - value for instance variable component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||