|
||||||||||
| 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
public class UITableCell
This class represents the model wich is used for rendering the components of
one cell inside a Table.It uses a Field as
the base for the data.
| Constructor Summary | |
|---|---|
UITableCell(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)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.List<org.efaps.admin.event.Return> |
executeEvents(java.lang.Object _others,
org.efaps.admin.event.EventType _eventType)
Method to execute the events. |
java.lang.String |
getAlign()
Getter method for the instance variable align. |
java.util.List<org.efaps.admin.event.Return> |
getAutoCompletion(java.lang.Object _others)
Method to get the auto completion event. |
java.lang.String |
getCellTitle()
This is the getter method for the instance variable cellTitle. |
java.lang.Object |
getCompareValue()
This is the getter method for the instance variable compareValue
. |
java.util.List<org.efaps.admin.event.Return> |
getFieldUpdate(java.lang.Object _others)
Method to get the field update event. |
java.lang.String |
getFieldUpdateEvent()
Getter method for instance variable fieldUpdateEvent. |
java.lang.String |
getIcon()
This is the getter method for the instance variable icon. |
java.lang.String |
getReference()
This is the getter method for the instance variable reference. |
boolean |
isAutoComplete()
Getter method for instance variable autoComplete. |
boolean |
isCheckOut()
This method returns if the field is a link which makes a checkout. |
boolean |
isFieldUpdate()
Getter method for instance variable fieldUpdate. |
boolean |
isFixedWidth()
This is the getter method for the instance variable fixedWidth. |
boolean |
isMultiRows()
|
void |
setReference(java.lang.String _reference)
This is the setter method for the instance variable reference. |
| 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 UITableCell(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)
throws org.efaps.util.EFapsException
_parent - parent ui object_fieldValue - FieldValue_cellvalue - Value for the cell_cellTitle - title for the cell, if null will be set to _cellvalue_icon - icon of the cell_instance - Instance
org.efaps.util.EFapsException - on error| Method Detail |
|---|
public java.lang.String getAlign()
align.
alignpublic java.lang.String getReference()
reference.
referencepublic void setReference(java.lang.String _reference)
reference.
_reference - the reference to setpublic java.lang.Object getCompareValue()
compareValue
.
compareValuepublic java.lang.String getCellTitle()
cellTitle.
cellTitlepublic java.lang.String getIcon()
icon.
iconpublic boolean isFixedWidth()
fixedWidth.
fixedWidthpublic boolean isCheckOut()
public boolean isMultiRows()
public java.util.List<org.efaps.admin.event.Return> executeEvents(java.lang.Object _others,
org.efaps.admin.event.EventType _eventType)
throws org.efaps.util.EFapsException
_others - object to be passed to the executed event._eventType - type of the event to be executed
org.efaps.util.EFapsException - on errorpublic boolean isAutoComplete()
autoComplete.
autoComplete
public java.util.List<org.efaps.admin.event.Return> getAutoCompletion(java.lang.Object _others)
throws org.efaps.util.EFapsException
_others - object to be passed to the executed event
org.efaps.util.EFapsException - on errorpublic boolean isFieldUpdate()
fieldUpdate.
fieldUpdatepublic java.lang.String getFieldUpdateEvent()
fieldUpdateEvent.
fieldUpdateEvent
public java.util.List<org.efaps.admin.event.Return> getFieldUpdate(java.lang.Object _others)
throws org.efaps.util.EFapsException
_others - object to be passed to the executed event
org.efaps.util.EFapsException - on error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||