
Classes | |
| interface | Keys |
Public Member Functions | |
| String | buttonClass () |
| String | buttonLabel () |
| WOComponent | editObjectAction () |
| WOComponent | editObjectInPageAction () |
| ERMDEditButton (WOContext context) | |
| boolean | isEditable () |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(ERMDEditButton.class) |
object
isEntityEditable editConfigurationName classForEditObjButton editButtonLabel
| ERMDEditButton | ( | WOContext | context | ) |
| String buttonClass | ( | ) |
CSS class for the edit button.
Defaults to "Button ObjButton EditObjButton"
| String buttonLabel | ( | ) |
Label for the edit button
Defaults to "Edit"
| WOComponent editObjectAction | ( | ) |
Action performed by the edit button
| WOComponent editObjectInPageAction | ( | ) |
Action performed by edit button if in-line editing is disabled
| boolean isEditable | ( | ) |
Determines whether the entity is editable
final Logger log = Logger.getLogger(ERMDEditButton.class) [static, private] |
logging support
Reimplemented from ERMDActionButton.
1.5.8