|
||||||||||
| 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
org.efaps.ui.wicket.models.cell.UIFormCellCmd
public class UIFormCellCmd
TODO comment!
| Nested Class Summary | |
|---|---|
static class |
UIFormCellCmd.ExecutionStatus
Enum is used to set for this UIFormCellCmd which status of execution it is in. |
| Constructor Summary | |
|---|---|
UIFormCellCmd(AbstractUIObject _parent,
org.efaps.admin.ui.field.FieldCommand _field,
org.efaps.db.Instance _instance,
java.lang.String _label)
|
|
| Method Summary | |
|---|---|
java.util.List<org.efaps.admin.event.Return> |
executeEvents(java.lang.Object _others)
Execute the underlying events. |
java.lang.String |
getButtonIcon()
Getter method for the instance variable buttonIcon. |
UIFormCellCmd.ExecutionStatus |
getExecutionStatus()
Getter method for instance variable executionStatus. |
org.efaps.admin.ui.field.FieldCommand |
getFieldCommand()
Get the field this UIFormCellCmd belongs to. |
java.lang.String |
getRenderedContent(java.lang.String _script)
Get the script to render the content for the UserInterface in case that not a standard button should be rendered. |
java.lang.String |
getTargetField()
Getter method for instance variable targetField. |
boolean |
isAppend()
Getter method for instance variable append. |
boolean |
isHideLabel()
This is the getter method for the instance variable UIFormCell.hideLabel. |
boolean |
isRenderButton()
Getter method for instance variable renderButton. |
boolean |
isTargetField()
|
| Methods inherited from class org.efaps.ui.wicket.models.cell.UIFormCell |
|---|
getCellLabel, getPicker, getRowSpan, getTypeName, isRequired, isValuePicker |
| 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 UIFormCellCmd(AbstractUIObject _parent,
org.efaps.admin.ui.field.FieldCommand _field,
org.efaps.db.Instance _instance,
java.lang.String _label)
throws org.efaps.util.EFapsException
_parent - Parent object_field - field this cellbelongs to_instance - instance this field belongs to_label - label of the field
org.efaps.util.EFapsException - on error| Method Detail |
|---|
public java.util.List<org.efaps.admin.event.Return> executeEvents(java.lang.Object _others)
throws org.efaps.util.EFapsException
_others - others
org.efaps.util.EFapsException - on errorpublic boolean isRenderButton()
renderButton.
renderButtonpublic boolean isAppend()
append.
append
public java.lang.String getRenderedContent(java.lang.String _script)
throws org.efaps.util.EFapsException
_script - additional script from the UserInterface
org.efaps.util.EFapsException - on errorpublic UIFormCellCmd.ExecutionStatus getExecutionStatus()
executionStatus.
executionStatuspublic org.efaps.admin.ui.field.FieldCommand getFieldCommand()
public java.lang.String getButtonIcon()
buttonIcon.
buttonIconpublic boolean isTargetField()
public boolean isHideLabel()
UIFormCell.hideLabel.
isHideLabel in class UIFormCellUIFormCell.hideLabelpublic java.lang.String getTargetField()
targetField.
targetField
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||