Modifier and Type | Method and Description |
---|---|
protected OwFieldDefinition |
OwCSQLCProcessor.retrieveDefinition(OwSearchCriteria criteria_p) |
Modifier and Type | Method and Description |
---|---|
protected String |
OwCSQLCProcessor.createQueryFieldName(OwFieldDefinition fieldDefinition_p,
OwCSQLCProcessor.OwProcessContext context_p) |
protected abstract OwColumnQualifier |
OwCSQLCProcessor.createQueryFieldQualifier(OwFieldDefinition fieldDefinition_p,
OwCSQLCProcessor.OwProcessContext context_p) |
Modifier and Type | Field and Description |
---|---|
protected OwFieldDefinition |
OwBaseComboboxRenderer.m_fieldDefinition
the field definition
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
OwFieldManager.convertValue(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
Will extract the value from request, and transform it into dependent type representation defined by OwFieldDefinition.
|
Object |
OwStandardFieldManager.convertValue(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p) |
protected OwComboModel |
OwStandardFieldManager.createComboBoxModel(OwFieldDefinition fieldDef_p,
Object value_p,
boolean fAllowEmptyField_p)
Creates a model for combobox.
|
OwComboboxRenderer |
OwMainAppContext.createComboboxRenderer(OwComboModel model_p,
String strID_p,
OwFieldDefinition fieldDefinition_p,
OwFieldProvider fieldProvider_p,
OwString description_p)
Creates a renderer component for comboboxes.
|
static OwClass[] |
OwInsertLabelHelper.fromFieldValue(Object value_p,
OwFieldDefinition fieldDef_p) |
protected OwFieldManagerControl |
OwStandardFieldManager.getFieldControl(OwFieldDefinition fieldDef)
Helper method to get an registered OwFieldManagerControl for specific field definition.
|
void |
OwStandardFieldManager.insertChoiceListControl(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p,
boolean fAllowEmptyField_p)
Insert choice list for enum fields as default HTML single selectable list.
|
protected void |
OwStandardFieldManager.insertEditableBoolean(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
Insert a field for editing boolean properties, the
rendered input field is preset with three CSS classes for customization.
|
protected void |
OwStandardFieldManager.insertEditableString(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
Insert a HTML input text field, which depends on the max value size
of the property renders a single line Textfield or a multi line Textarea.
|
abstract void |
OwFieldManagerControl.insertEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p)
format and displays the value attached to the fieldClass in HTML for use in a HTML Form.
|
protected abstract void |
OwFieldManager.insertEditFieldInternal(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p)
Format and displays the value attached to the fieldClass in HTML for use in a HTML form.
|
protected void |
OwStandardFieldManager.insertEditFieldInternal(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p)
format and displays the value attached to the PropertyClass in HTML for use in a HTML Form.
|
abstract void |
OwFieldManagerControl.insertReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p)
format and displays the value attached to the PropertyClass in HTML
|
protected abstract void |
OwFieldManager.insertReadOnlyFieldInternal(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p)
Format and displays the value attached to the fieldClass in HTML
|
protected void |
OwStandardFieldManager.insertReadOnlyFieldInternal(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p)
formates and displays the value attached to the PropertyClass in HTML
|
protected void |
OwStandardFieldManager.insertSingleComplexEditFieldInternal(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
insert a complex field
|
protected void |
OwStandardFieldManager.insertSingleComplexReadOnlyFieldInternal(Writer w_p,
OwFieldDefinition fieldDef_p,
Object[] value_p)
Inserts a read only complex field
|
void |
OwStandardFieldManager.insertSingleEditFieldInternal(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
Render a single value editing.
|
void |
OwStandardFieldManager.insertSingleReadOnlyFieldInternal(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p)
Render a single read-only value
|
void |
OwComboboxRenderer.setFieldDefinition(OwFieldDefinition fieldDefinition_p)
Set the field definition.
|
void |
OwBaseComboboxRenderer.setFieldDefinition(OwFieldDefinition fieldDefinition_p) |
protected Object |
OwStandardFieldManager.updateComplexSingleFieldInternal(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
update a single complex field type
|
abstract Object |
OwFieldManagerControl.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
update the property value upon request and validates the new value.
|
protected abstract Object |
OwFieldManager.updateFieldInternal(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
update the property value upon request and validates the new value.
|
protected Object |
OwStandardFieldManager.updateFieldInternal(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
update the property value upon request and validates the new value.
|
Object |
OwStandardFieldManager.updateSingleFieldInternal(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
update a single value of a property value upon request and validates the new value.
|
protected void |
OwStandardFieldManager.validateValue(Object value_p,
OwFieldDefinition fieldDef_p) |
protected void |
OwStandardFieldManager.writeAddMultiValueItemLink(Writer w_p,
OwFieldDefinition fieldDef_p,
String strID_p)
Overridable method to insert the "Add" Link after a multi-valued field.
|
protected void |
OwStandardFieldManager.writeRemoveMultiValueItemLink(Writer w_p,
OwFieldDefinition fieldDef_p,
int index_p,
String strID_p)
Overridable method to insert the "Delete" Link after each item of a multi-valued field.
|
Modifier and Type | Method and Description |
---|---|
static Collection |
OwObjectListView.getFilterOperators(OwFieldDefinition fielddef_p)
get a collection of possible filter operators for a given field
|
Constructor and Description |
---|
OwObjectListView.OwFilterEntry(OwFieldDefinition info_p,
int iOperator_p) |
OwObjectListView.OwFilterEntry(OwFieldDefinition info_p,
OwFieldDefinitionProvider fieldDefinitionProvider_p,
String sResourceName_p,
int iOperator_p) |
Modifier and Type | Interface and Description |
---|---|
interface |
OwPropertyClass
Base interface for property class descriptions.
|
Modifier and Type | Class and Description |
---|---|
class |
OwFieldPropertyClassWrapper
Property class wrapper for OwFields.
|
protected static class |
OwFileObject.OwFilePropertyClass
Property class definition for the OwStandardProperty properties.
|
static class |
OwResource.OwClassDescriptionPropertyClass
Special property class for ClassDescription property.
|
static class |
OwResource.OwObjectNamePropertyClass
Special property class for the object name property.
|
static class |
OwResource.OwObjectPathPropertyClass
Special property class for the object path property.
|
static class |
OwResource.OwResourcePropertyClass
Special property class for resource property.
|
static class |
OwResource.OwSpecialPropertyClass
Class description for special classes, which are added manually.
|
static class |
OwResource.OwVersionSeriesPropertyClass
Special property class for VersionSeries ID property.
|
static class |
OwSearchPathField.OwSearchPathFieldClass
OwSearchPathFieldClass.
|
static class |
OwStandardClassSelectObject.OwStandardClassSelectObjectClass
Class description for on the fly created search fields.
|
static class |
OwStandardContentBasedRetrivalObject.OwStandardContentBasedRetrivalObjectClass
Class description for on the fly created search fields.
|
static class |
OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria
OwWrappedSearchCriteria.
|
class |
OwStandardPropertyClass
Standard Implementation for property class descriptions.
|
static class |
OwStandardSearchTemplate.OwFieldDefinitionEnumExchangeWrapper |
static class |
OwStandardSearchTemplate.OwOnTheFlySearchFieldDescription
class description for on the fly created search fields
|
static class |
OwVirtualLinkPropertyClasses.OwLinkFilterPropertyClass
Virtual property to be used for filtering/retrieving specific Link types.
|
static class |
OwVirtualLinkPropertyClasses.OwLinkRelationPropertyClass
Special PropertyClass for handling OwObjectLink requests.
|
static class |
OwVirtualLinkPropertyClasses.OwLinkSourcePropertyClass
PropertyClass for the Link source definition.
|
static class |
OwVirtualLinkPropertyClasses.OwLinkTargetPropertyClass
PropertyClass for the Link-target definition.
|
Modifier and Type | Field and Description |
---|---|
protected OwFieldDefinition |
OwStandardSearchTemplate.OwFieldDefinitionEnumExchangeWrapper.m_fieldDefinition
the wrapped OwFieldDefinition
|
Modifier and Type | Method and Description |
---|---|
OwFieldDefinition |
OwStandardProperty.getFieldDefinition()
get the corresponding field definition of the field
|
OwFieldDefinition |
OwStandardContentBasedRetrivalObject.getFieldDefinition()
get the corresponding field definition of the field
|
OwFieldDefinition |
OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria.getFieldDefinition() |
OwFieldDefinition |
OwStandardClassSelectObject.getFieldDefinition()
get the corresponding field definition of the field
|
OwFieldDefinition |
OwSearchPathField.getFieldDefinition() |
protected OwFieldDefinition |
OwStandardSearchTemplate.getFieldDefinitionProviderField(String strFieldDefinitionName_p,
String strResourceName_p)
(overridable) method for field definition provider based definition creation
|
protected OwFieldDefinition |
OwStandardSearchTemplate.getPropertyClassInternal(String strClassName_p,
OwXMLUtil node_p)
resolve the requested search field definition or create a on the fly class description
|
Modifier and Type | Method and Description |
---|---|
Object |
OwStandardCrossMappings.convert(Object value_p,
OwFieldDefinition from_p,
OwFieldDefinition to_p) |
Object |
OwCrossMappings.convert(Object value_p,
OwFieldDefinition from_p,
OwFieldDefinition to_p) |
static Object |
OwStandardObjectClass.createInitialNullValue(OwFieldDefinition fieldDefinition_p,
boolean fArrayInit_p)
create a null value for the given field definition
in case of a complex value, returns an array of null's for the complex properties
|
protected OwSearchNode |
OwStandardSearchTemplate.createSearchNode(OwFieldDefinition fieldDefinition_p,
int iOp_p,
Object oInitialAndDefaultValue_p,
int iAttributes_p,
String strUniqueName_p,
String strInstruction_p,
Collection wildcarddefinitions_p)
(overridable) factory method
|
protected OwSearchNode |
OwStandardSearchTemplate.createSearchNode(OwFieldDefinition fieldDefinition_p,
int iOp_p,
Object oInitialAndDefaultValue_p,
int iAttributes_p,
String strUniqueName_p,
String strInstruction_p,
Collection wildcarddefinitions_p,
Object minValue_p,
Object maxValue_p,
Object defaultValue_p,
String sJavaClassName_p)
(overridable) factory method
|
protected OwSearchNode |
OwStandardSearchTemplate.createSubclassNode(OwFieldDefinition fieldDefinition_p,
int iOp_p,
Object oInitialAndDefaultValue_p,
int iAttributes_p,
String strUniqueName_p,
String strInstruction_p,
Collection wildcarddefinitions_p,
Object minValue_p,
Object maxValue_p,
Object defaultValue_p,
String sJavaClassName_p)
(overridable)
|
static Object |
OwStandardPropertyClass.getValueFromNode(Node node_p,
OwFieldDefinition definition_p)
create a value for the field described by this class with the given XML Node serialization
|
static Object |
OwStandardPropertyClass.getValueFromString(String text_p,
OwFieldDefinition definition_p)
create a value for the field described by this class with the given String serialization
|
protected Object |
OwStandardSearchTemplate.resolveLiteralValue(String contextname_p,
OwFieldDefinition propClass_p,
Node literal_p)
resolve the given literal node to a property / criteria value
|
protected Object |
OwStandardVirtualFolderObjectFactory.resolveLiteralValue(String contextname_p,
OwFieldDefinition propClass_p,
Node literal_p)
resolve the given literal node to a property / criteria value
|
Constructor and Description |
---|
OwFieldPropertyClassWrapper(OwFieldDefinition fielddefinition_p)
create a property class out of a field definition
|
OwStandardSearchTemplate.OwFieldDefinitionEnumExchangeWrapper(OwFieldDefinition fieldDefinition_p,
OwEnumCollection exchangedEnum_p) |
Modifier and Type | Class and Description |
---|---|
class |
OwSearchCriteria
Search criteria tuple containing property, operator and value.
|
class |
OwSearchCriteriaFieldDefOverride
Overridden OwSearchCriteria to set specific max, min, default and native
values for custom controls.
|
class |
OwStandardDecoratorFieldDefinition
OwFieldDefinition wrapper to implement a decorator pattern.
|
class |
OwStandardDecoratorSearchCriteria
OwSearchCriteria wrapper to implement a decorator pattern.
|
Modifier and Type | Field and Description |
---|---|
protected OwFieldDefinition |
OwStandardFieldColumnInfo.m_fielddefinition
field info for the column
|
protected OwFieldDefinition |
OwSearchCriteria.m_FieldDefinition
field definition defining this search criteria
|
Modifier and Type | Method and Description |
---|---|
OwFieldDefinition |
OwSearchCriteria.getFieldDefinition()
get the corresponding field definition of the field
|
OwFieldDefinition |
OwStandardDecoratorSearchCriteria.getFieldDefinition() |
OwFieldDefinition |
OwField.getFieldDefinition()
get the corresponding field definition of the field
|
OwFieldDefinition |
OwFieldDefinitionProvider.getFieldDefinition(String strFieldDefinitionName_p,
String strResourceName_p)
get a field definition for the given name and resource
NOTE: Since there is no knowledge about the object class the field is attached to, the returned field definition represents an estimation.
|
abstract OwFieldDefinition |
OwStandardDecoratorFieldDefinition.getWrappedFieldDefinition()
get the decorated object, to be implemented be overridden classes
|
Constructor and Description |
---|
OwSearchNode(OwFieldDefinition fieldDefinition_p,
int iOp_p,
Object oInitialAndDefaultValue_p,
int iAttributes_p)
create a search node with a criteria
|
OwSearchNode(OwFieldDefinition fieldDefinition_p,
int iOp_p,
Object oInitialAndDefaultValue_p,
int iAttributes_p,
String strUniqueName_p,
String strInstruction_p,
Collection wildcarddefinitions_p)
create a search node with a criteria
|
OwSearchNode(OwFieldDefinition fieldDefinition_p,
int iOp_p,
Object oInitialAndDefaultValue_p,
int iAttributes_p,
String strUniqueName_p,
String strInstruction_p,
Collection wildcarddefinitions_p,
Object minValue_p,
Object maxValue_p,
Object defaultValue_p,
String sJavaClassName_p)
decorator pattern to and override a search node with a criteria
|
OwStandardFieldColumnInfo(OwFieldDefinition field_p)
construct and initialize Column info tuple
|
OwStandardFieldColumnInfo(OwFieldDefinition field_p,
int iAlignment_p)
construct and initialize Column info tuple
|
OwStandardFieldColumnInfo(OwFieldDefinition field_p,
int iAlignment_p,
int iWidth_p)
construct and initialize Column info tuple
|
Modifier and Type | Method and Description |
---|---|
protected int |
OwNumberFieldControl.calculateFieldSize(OwFieldDefinition fieldDef_p)
(Overridable)
Returns the calculated field size (maximum amount of characters
entering into field) for the given field definition.
|
protected OwClass[] |
OwFieldManagerControlClass.fromFieldValue(Object value_p,
OwFieldDefinition fieldDef_p)
Converts the field value to an array of
OwClass objects considering the field definition. |
protected void |
OwNumberFieldControl.insertAddArrayItemLink(Writer w_p,
OwFieldDefinition fieldDef_p,
String strID_p)
Adds element addition link for array fields.
|
protected void |
OwFieldManagerControlClass.insertClassOption(Writer w_p,
OwFieldDefinition fieldDef_p,
OwClass value_p,
int optionIndex_p)
HTML class defining <option> element insertion method
|
void |
OwNextDaysDateControl.insertEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p) |
void |
OwFieldManagerControlNote.insertEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p) |
void |
OwLastDaysDateControl.insertEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p) |
void |
OwFieldManagerControlObject.insertEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p)
formates and displays the value attached to the fieldClass in HTML for use in a HTML Form.
|
void |
OwNumberFieldControl.insertEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p) |
void |
OwFieldManagerControlClass.insertEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p) |
void |
OwFieldManagerControlImage.insertEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p)
Formats and displays the value attached to the fieldClass in HTML for use in a HTML Form.
|
void |
OwFieldManagerControlModifiedProperties.insertEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p) |
void |
OwFieldManagerControlImageInsteadOfValue.insertEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p)
Formats and displays the value attached to the fieldClass in HTML for use in a HTML Form.
|
protected void |
OwFieldManagerControlNote.insertPersistedEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p)
OwFieldManagerControl.insertEditField(Writer, OwFieldDefinition, OwField, String) hook
for volatile field instances. |
void |
OwNextDaysDateControl.insertReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p) |
void |
OwFieldManagerControlNote.insertReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p) |
void |
OwLastDaysDateControl.insertReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p) |
void |
OwFieldManagerControlObject.insertReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p)
formats and displays the value attached to the PropertyClass in HTML
|
void |
OwNumberFieldControl.insertReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p) |
void |
OwFieldManagerControlClass.insertReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p) |
void |
OwFieldManagerControlImage.insertReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p)
Formats and displays the value attached to the PropertyClass in HTML
|
void |
OwFieldManagerControlModifiedProperties.insertReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p) |
void |
OwFieldManagerControlImageInsteadOfValue.insertReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p)
Formats and displays the value attached to the PropertyClass in HTML
|
protected void |
OwNumberFieldControl.insertRemoveArrayItemLink(Writer w_p,
OwFieldDefinition fieldDef_p,
int index_p,
String strID_p)
Adds element removal link for array fields.
|
protected void |
OwNumberFieldControl.insertSingleEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String id_p,
String errorFieldId_p)
Inserts a single value, editable HTML control.
|
protected void |
OwFieldManagerControlClass.insertSingleReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p) |
void |
OwNumberFieldControl.insertSingleReadOnlyField(Writer w_p,
OwFieldDefinition fieldDef_p,
String id_p,
Object value_p)
Inserts a single-value non-editable HTML control.
|
protected void |
OwFieldManagerControlNote.insertTextArea(Writer w_p,
OwFieldDefinition fieldDef_p,
String value_p,
String errorCause_p,
String strID_p)
Inserts a HTML text area with error and value displayed for insertEditable hook methods.
|
protected void |
OwFieldManagerControlNote.insertVolatileEditField(Writer w_p,
OwFieldDefinition fieldDef_p,
OwField field_p,
String strID_p)
OwFieldManagerControl.insertEditField(Writer, OwFieldDefinition, OwField, String) hook
for volatile field instances. |
void |
OwFieldManagerControlImage.renderImage(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p)
displays a image
|
void |
OwFieldManagerControlImageInsteadOfValue.renderImage(Writer w_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String id_p)
render an image depending on provided value
|
protected void |
OwFieldManagerControlObject.renderObjectReferenceLink(Writer w_p,
OwFieldDefinition fieldDef_p,
OwObjectReference obj_p,
String strID_p,
boolean fEdit_p)
insert a link for OwObject values
|
protected void |
OwFieldManagerControlObject.renderObjectReferenceLinkInternal(Writer w_p,
OwFieldDefinition fieldDef_p,
OwObjectReference obj_p,
String strID_p,
boolean fEdit_p)
insert a link for OwObject values
|
protected void |
OwFieldManagerControlObject.renderPasteObjectLink(Writer w_p,
String strID_p,
OwFieldDefinition fieldDef_p)
render the clipboard paste link
|
protected Object |
OwFieldManagerControlClass.toFieldValue(OwClass[] classValues_p,
OwFieldDefinition fieldDef_p)
Converts an
OwClass array to a field value considering the field definition
If the field is not defined as an array the value at index 0 is returned. |
Object |
OwNextDaysDateControl.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p) |
Object |
OwFieldManagerControlNote.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p) |
Object |
OwLastDaysDateControl.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p) |
Object |
OwFieldManagerControlObject.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
update the property value upon request and validates the new value.
|
Object |
OwNumberFieldControl.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p) |
Object |
OwFieldManagerControlClass.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p) |
Object |
OwFieldManagerControlImage.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
update the property value upon request and validates the new value.
|
Object |
OwFieldManagerControlModifiedProperties.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p) |
Object |
OwFieldManagerControlImageInsteadOfValue.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
update the property value upon request and validates the new value.
|
protected Object |
OwFieldManagerControlNote.updatePersistedField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
OwFieldManagerControl.updateField(HttpServletRequest, OwFieldDefinition, Object, String) hook
for persisted field instances. |
Object |
OwNumberFieldControl.updateSingleField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p,
boolean updateErrors_p)
Updates a single value field.
|
protected Object |
OwFieldManagerControlNote.updateVolatileField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p)
OwFieldManagerControl.updateField(HttpServletRequest, OwFieldDefinition, Object, String) hook
for volatile field instances. |
protected Number |
OwNumberFieldControl.validateNumber(String id_p,
Number value_p,
OwFieldDefinition fieldDef_p,
boolean updateErrors_p)
Validates a
Number value against a given OwFieldDefinition . |
Modifier and Type | Method and Description |
---|---|
protected void |
OwDependentComboboxFieldControl.insertComboField(Writer w,
OwFieldDefinition fieldDef,
OwField field,
String strID)
Render a combo box for value representations.
|
void |
OwDependentComboboxFieldControl.insertEditField(Writer w,
OwFieldDefinition fieldDef,
OwField field,
String strID) |
protected void |
OwDependentComboboxFieldControl.insertEditTextField(Writer w,
OwFieldDefinition fieldDef,
Object currentValue,
String id)
(overridable)
Default rendering in case combo box should not be rendered.
|
void |
OwDependentComboboxFieldControl.insertReadOnlyField(Writer w,
OwFieldDefinition fieldDef_p,
Object value_p) |
Object |
OwDependentComboboxFieldControl.updateField(javax.servlet.http.HttpServletRequest request_p,
OwFieldDefinition fieldDef_p,
Object value_p,
String strID_p) |
Modifier and Type | Class and Description |
---|---|
static class |
OwStandardHistoryEntry.OwStandardHistoryEntryPropertyClass
Property class description of history entry object properties.
|
Modifier and Type | Method and Description |
---|---|
OwFieldDefinition |
OwHistoryModifiedPropertyValue.getFieldDefinition()
get the modified property field definition
|
OwFieldDefinition |
OwStandardHistoryModifiedPropertyValue.getFieldDefinition()
get the modified property field definition
|
OwFieldDefinition |
OwStandardHistoryModifiedPropertyValue.OwModifiedField.getFieldDefinition() |
Constructor and Description |
---|
OwStandardHistoryModifiedPropertyValue.OwModifiedField(Object value_p,
OwFieldDefinition fieldDefinition_p) |
Modifier and Type | Method and Description |
---|---|
OwFieldDefinition |
OwSimpleHistoryManager.getFieldDefinition(String strFieldDefinitionName_p,
String strResourceName_p)
get a field definition for the given name and resource
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.