abstract void |
UIBeanEditor.addForDisplay(UIResponseContext aResponse) |
Deprecated.
Adds HTML or DHTML content to the HTTP response, so as to display the
current element's value within the record form, when the element is read-only.
|
void |
UIBeanEditor.addForDisplayInTable(UIResponseContext aResponse) |
Deprecated.
Adds HTML or DHTML content to the HTTP response, so as to display the
current element's value within the tabular view.
|
abstract void |
UIBeanEditor.addForEdit(UIResponseContext aResponse) |
Deprecated.
Adds HTML or DHTML content to HTTP response, so that the end user can edit the
current element's value within the record form.
|
void |
UIBeanEditor.addForEditInTable(UIResponseContext aResponse) |
Deprecated.
Adds HTML or DHTML content to HTTP response, so that the end user can edit the
current element's value within the tabular view.
|
void |
UIBeanEditor.addForNull(UIResponseContext aResponse) |
Deprecated.
Adds HTML or DHTML content to the HTTP response, so as to display the
fact that the current value is not defined (null) in cases
when the field is in read-only mode.
|
void |
UIBeanEditor.addForNullInTable(UIResponseContext aResponse) |
Deprecated.
Adds HTML or DHTML content to the HTTP response, used to
denote that the current value is not defined (null) in the
cell of the table view in cases when the field is in read-only mode.
|
void |
UIBeanEditor.addForPrint(UIResponseContext aResponse) |
Deprecated.
|
void |
UIBeanEditor.addList(UIResponseContext aResponse) |
Deprecated.
Overrides to add HTML or DHTML content to the HTTP response,
so as to display or edit the current element's whole List within the
record form.
|
static UIHttpManagerComponent |
UIHttpManagerComponent.createOnUIBeanContext(UIResponseContext aContext) |
Deprecated.
|
UserMessage |
UIBeanEditor.getMessageForSettingNull(UIResponseContext aResponse) |
Deprecated.
Returns the message to display in the user interface
when setting the value of the associated element to null .
|
UserMessage |
UIBeanEditor.getMessageForSettingValue(UIResponseContext aResponse) |
Deprecated.
Returns the message to display in the user interface
when editing a value of the associated element;
the action is available when the current value is undefined (null)
in the user interface.
|