|
||||||||||
| 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.AbstractUICell
org.efaps.ui.wicket.models.cell.UITableCell
org.efaps.ui.wicket.models.cell.UIFormCell
public class UIFormCell
This class represents the model wich is used for rendering the components of
two cells inside a form. The first is holding the label for the second one
which contains the value.
It uses a Field as the base for the data.
| Constructor Summary | |
|---|---|
UIFormCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
org.efaps.db.Instance _instance,
String _cellValue,
String _cellTitle,
String _icon,
String _label,
String _attrTypeName)
Constructor. |
|
UIFormCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldvalue,
String _cellValue,
String _cellTitle,
String _label,
String _attrTypeName)
Constructor used on search and create. |
|
| Method Summary | |
|---|---|
String |
getCellLabel()
This is the getter method for the instance variable cellLabel. |
int |
getRowSpan()
This is the getter method for the instance variable rowSpan. |
String |
getTypeName()
This is the getter method for the instance variable attrTypeName
. |
boolean |
isHideLabel()
This is the getter method for the instance variable hideLabel. |
boolean |
isRequired()
This is the getter method for the instance variable required. |
| Methods inherited from class org.efaps.ui.wicket.models.cell.UITableCell |
|---|
executeEvents, getAlign, getAutoCompletion, getCellTitle, getCompareValue, getFieldUpdate, getFieldUpdateEvent, getIcon, getPicker, getReference, isAutoComplete, isCheckOut, isFieldUpdate, isFixedWidth, isMultiRows, isValuePicker, setAutoComplete, setCellTitle, setReference |
| Methods inherited from class org.efaps.ui.wicket.models.cell.AbstractUICell |
|---|
getAttribute, getCellValue, getComponent, getDisplay, getField, getFieldId, getInstanceFromManager, getName, getParent, getTarget, getUiClass, hasInstanceManager, setCellValue, setComponent, toString |
| 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, wait, wait, wait |
| Constructor Detail |
|---|
public UIFormCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldvalue,
String _cellValue,
String _cellTitle,
String _label,
String _attrTypeName)
throws org.efaps.util.EFapsException
_parent - parent ui object_fieldvalue - FieldValue of the Cell_cellValue - Value of the Cell_cellTitle - title for the cell, if null will be set to _cellvalue_label - Label for the Cell_attrTypeName - Name of the Type of Attribute
org.efaps.util.EFapsException - on error
public UIFormCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
org.efaps.db.Instance _instance,
String _cellValue,
String _cellTitle,
String _icon,
String _label,
String _attrTypeName)
throws org.efaps.util.EFapsException
_parent - parent ui object_fieldValue - FieldValue used for this Cell_instance - Instance of the Cell_cellValue - Value for the Cell_cellTitle - title for the cell, if null will be set to _cellvalue_icon - icon of the cell_label - Label of the Cell_attrTypeName - Name of the Type of Attribute
org.efaps.util.EFapsException - on error| Method Detail |
|---|
public String getTypeName()
attrTypeName
.
attrTypeNamepublic String getCellLabel()
cellLabel.
cellLabelpublic boolean isRequired()
required.
requiredpublic boolean isHideLabel()
hideLabel.
hideLabelpublic int getRowSpan()
rowSpan.
rowSpan
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||