|
||||||||||
| 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
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,
String _cellvalue,
String _cellTitle,
String _icon)
Constructor. |
|
| Method Summary | |
|---|---|
List<org.efaps.admin.event.Return> |
executeEvents(Object _others,
org.efaps.admin.event.EventType _eventType)
Method to execute the events. |
String |
getAlign()
Getter method for the instance variable align. |
List<org.efaps.admin.event.Return> |
getAutoCompletion(Object _others)
Method to get the auto completion event. |
String |
getCellTitle()
This is the getter method for the instance variable cellTitle. |
Object |
getCompareValue()
This is the getter method for the instance variable compareValue . |
List<org.efaps.admin.event.Return> |
getFieldUpdate(Object _others)
Method to get the field update event. |
String |
getFieldUpdateEvent()
Getter method for instance variable fieldUpdateEvent. |
String |
getIcon()
This is the getter method for the instance variable icon. |
UIPicker |
getPicker()
Getter method for instance variable picker. |
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()
|
boolean |
isValuePicker()
Getter method for instance variable #valuePicker. |
void |
setAutoComplete(boolean _autoComplete)
Setter method for instance variable autoComplete. |
void |
setCellTitle(String _cellTitle)
Setter method for instance variable cellTitle. |
void |
setReference(String _reference)
This is the setter method for the instance variable reference. |
| 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 UITableCell(AbstractUIObject _parent,
org.efaps.admin.datamodel.ui.FieldValue _fieldValue,
org.efaps.db.Instance _instance,
String _cellvalue,
String _cellTitle,
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 String getAlign()
align.
alignpublic String getReference()
reference.
referencepublic void setReference(String _reference)
reference.
_reference - the reference to setpublic Object getCompareValue()
compareValue .
compareValuepublic String getCellTitle()
cellTitle.
cellTitlepublic void setCellTitle(String _cellTitle)
cellTitle.
_cellTitle - value for instance variable cellTitlepublic String getIcon()
icon.
iconpublic boolean isFixedWidth()
fixedWidth.
fixedWidthpublic boolean isCheckOut()
public boolean isMultiRows()
public List<org.efaps.admin.event.Return> executeEvents(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.
autoCompletepublic void setAutoComplete(boolean _autoComplete)
autoComplete.
_autoComplete - value for instance variable autoComplete
public List<org.efaps.admin.event.Return> getAutoCompletion(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 String getFieldUpdateEvent()
fieldUpdateEvent.
fieldUpdateEvent
public List<org.efaps.admin.event.Return> getFieldUpdate(Object _others)
throws org.efaps.util.EFapsException
_others - object to be passed to the executed event
org.efaps.util.EFapsException - on errorpublic boolean isValuePicker()
#valuePicker.
#valuePickerpublic UIPicker getPicker()
picker.
picker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||