|
||||||||||
| 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
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,
String _label)
|
|
| Method Summary | |
|---|---|
List<org.efaps.admin.event.Return> |
executeEvents(Object _others)
Execute the underlying events. |
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. |
String |
getRenderedContent(String _script)
Get the script to render the content for the UserInterface in case that not a standard button should be rendered. |
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, getRowSpan, getTypeName, isRequired |
| 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 UIFormCellCmd(AbstractUIObject _parent,
org.efaps.admin.ui.field.FieldCommand _field,
org.efaps.db.Instance _instance,
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 List<org.efaps.admin.event.Return> executeEvents(Object _others)
throws org.efaps.util.EFapsException
_others - others
org.efaps.util.EFapsException - on errorpublic boolean isRenderButton()
renderButton.
renderButtonpublic boolean isAppend()
append.
append
public String getRenderedContent(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 String getButtonIcon()
buttonIcon.
buttonIconpublic boolean isTargetField()
public boolean isHideLabel()
UIFormCell.hideLabel.
isHideLabel in class UIFormCellUIFormCell.hideLabelpublic String getTargetField()
targetField.
targetField
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||