|
||||||||||
| 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
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,
java.lang.String _cellValue,
java.lang.String _cellTitle,
java.lang.String _icon,
java.lang.String _label,
java.lang.String _attrTypeName)
Constructor. |
|
UIFormCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldvalue,
java.lang.String _cellValue,
java.lang.String _cellTitle,
java.lang.String _label,
java.lang.String _attrTypeName)
Constructor used on search and create. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCellLabel()
This is the getter method for the instance variable cellLabel. |
UIPicker |
getPicker()
Getter method for instance variable picker. |
int |
getRowSpan()
This is the getter method for the instance variable rowSpan. |
java.lang.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. |
boolean |
isValuePicker()
Getter method for instance variable #valuePicker. |
| 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 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 UIFormCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldvalue,
java.lang.String _cellValue,
java.lang.String _cellTitle,
java.lang.String _label,
java.lang.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,
java.lang.String _cellValue,
java.lang.String _cellTitle,
java.lang.String _icon,
java.lang.String _label,
java.lang.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 java.lang.String getTypeName()
attrTypeName
.
attrTypeNamepublic java.lang.String getCellLabel()
cellLabel.
cellLabelpublic boolean isRequired()
required.
requiredpublic boolean isHideLabel()
hideLabel.
hideLabelpublic int getRowSpan()
rowSpan.
rowSpanpublic boolean isValuePicker()
#valuePicker.
#valuePickerpublic UIPicker getPicker()
picker.
picker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||