Modifier and Type | Method and Description |
---|---|
OwField |
OwClipboardContentOwField.getField() |
OwField |
OwFieldManager.getField(String strID_p)
get the Field from the given ID
|
OwField |
OwSearchCriteriaView.getField(String strFieldClassName_p)
implementation for the OwFieldProvider interface
|
OwField |
OwStandardFieldManager.getField(String complexid_p)
get the field from the given complex ID
<fieldid>.<dimension 0>.<dimension 1>...<dimension n> |
Modifier and Type | Method and Description |
---|---|
void |
OwClipboard.addContent(OwField content_p)
Add content (field content) to the clipboard.
|
void |
OwFieldManager.clearFieldError(OwField field_p)
Clears the errors associated with the given field.
If no errors remain the OwFieldManager.m_FieldErrors map is set to null |
String |
OwFieldManager.getFieldJSErrorCtrlID(OwField field_p)
get the ID that should be used for the HTML element to display JavaScript errors
keep the ID in sync, so that JS Errors can be displayed as well.
|
String |
OwFieldManager.getSafeFieldError(OwField field_p)
writes a error message for the requested field, if the field contained an invalid value after user edited it.
|
void |
OwFieldManager.insertEditField(Writer w_p,
OwField field_p)
Format and displays the value attached to the fieldClass in HTML for use in a HTML Form.
|
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 |
OwFieldManager.insertLabel(Writer w_p,
boolean readOnlyView_p,
boolean readOnly_p,
OwField field_p,
String suffix_p,
boolean writeLabel_p)
Renders a property control label on the given Writer
|
void |
OwStandardFieldManager.insertLabel(Writer w_p,
boolean readOnlyView_p,
boolean readOnly_p,
OwField property_p,
String suffix_p,
boolean writeLabel_p)
Renders a property control label on the given Writer.
value type are considered at rendering time. |
void |
OwFieldManagerControl.insertLabel(Writer w_p,
String suffix_p,
OwField field,
String strID_p,
boolean writeLabel_p)
Renders a property control label on the given Writer.
value type are considered at rendering time. |
void |
OwFieldManager.insertReadOnlyField(Writer w_p,
OwField field_p)
Format and displays the value attached to the fieldClass in HTML
|
void |
OwClipboard.setContent(OwField content_p)
Set the content of the field to clipboard.
|
void |
OwFieldManager.setFieldError(OwField field_p,
String strError_p)
Sets the given error message for the given field.
|
Constructor and Description |
---|
OwClipboardContentOwField(OwField field_p) |
Modifier and Type | Method and Description |
---|---|
OwField |
OwObjectPropertyFormularView.getField(String strFieldClassName_p)
implementation for the OwFieldProvider interface
|
OwField |
OwObjectPropertyView.getField(String strFieldClassName_p)
implementation for the OwFieldProvider interface
|
OwField |
OwObjectListViewEXTJSGrid.getField(String strFieldClassName_p)
Methods for OwFieldProvider interface **
|
OwField |
OwObjectListViewRow.getField(String strFieldClassName_p) |
OwField |
OwObjectListViewThumbnails.getField(String strFieldClassName_p) |
Modifier and Type | Interface and Description |
---|---|
interface |
OwProperty
Base interface for object properties.
|
Modifier and Type | Class and Description |
---|---|
class |
OwSearchPathField
Search template criteria-field for path entries.
|
class |
OwStandardClassSelectObject
Class object value for search templates to filter for object classes and object types.
|
class |
OwStandardContentBasedRetrivalObject
CBR value for search templates to perform cbr searches.
|
static class |
OwStandardCrossMappings.OwCrossDecoratorSearchNode.OwWrappedSearchCriteria
OwWrappedSearchCriteria.
|
class |
OwStandardProperty
Standard Implementation for object properties.
A property contains the name and value of a object property. |
Modifier and Type | Method and Description |
---|---|
OwField |
OwFileObject.getField(String strFieldClassName_p)
implementation of the OwFieldProvider interface
get a field with the given field definition class name
|
OwField |
OwObjectSkeleton.getField(String strFieldClassName_p)
implementation of the OwFieldProvider interface
get a field with the given field definition class name
|
OwField |
OwStandardSearchTemplate.getField(String strFieldClassName_p)
implementation of the OwFieldProvider interface
get a field with the given field definition class name
|
OwField |
OwStandardDecoratorObject.getField(String strFieldClassName_p) |
OwField |
OwStandardVirtualFolderObjectFactory.getField(String strFieldClassName_p)
implementation of the OwFieldProvider interface
get a field with the given field definition class name
|
OwField |
OwStandardVirtualFolderObjectFactory.OwSearchTemplateWrapper.getField(String strFieldClassName_p) |
Modifier and Type | Method and Description |
---|---|
protected OwSearchNode |
OwStandardSearchTemplate.createSearchNode(OwField field_p,
int iOp_p,
int iAttributes_p,
String strUniqueName_p,
String strInstruction_p,
Collection wildcarddefinitions_p)
(overridable) factory method
|
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 |
OwStandardDecoratorSearchCriteria
OwSearchCriteria wrapper to implement a decorator pattern.
|
Modifier and Type | Method and Description |
---|---|
OwField |
OwSearchNode.OwSearchNodeFieldProvider.getField(String strFieldClassName_p)
get a field with the given field definition class name
|
OwField |
OwFieldProvider.getField(String strFieldClassName_p)
get a field with the given field definition class name
|
Constructor and Description |
---|
OwSearchNode(OwField field_p,
int iOp_p,
int iAttributes_p)
create a search node with a criteria
|
OwSearchNode(OwField field_p,
int iOp_p,
int iAttributes_p,
String strUniqueName_p,
String strInstruction_p,
Collection wildcarddefinitions_p)
create a search node with a criteria
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
OwFieldManagerControlObject.insertLabel(Writer w_p,
String suffix_p,
OwField field,
String strID_p,
boolean writeLabel_p) |
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. |
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. |
Modifier and Type | Method and Description |
---|---|
protected OwComboModel |
OwDependentComboboxFieldControl.createComboModel(OwField field,
List<OwComboItem> items)
(overridable)
Factory method for creation of the combo model, for combo box rendering.
|
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) |
Modifier and Type | Class and Description |
---|---|
static class |
OwStandardHistoryModifiedPropertyValue.OwModifiedField
OwModifiedField.
|
Modifier and Type | Method and Description |
---|---|
OwField |
OwStandardHistoryEntry.getField(String strFieldClassName_p)
implementation of the OwFieldProvider interface
get a field with the given field definition class name
|
OwField |
OwHistoryModifiedPropertyValue.getNewValue()
try to get the old value before the modification happens
|
OwField |
OwStandardHistoryModifiedPropertyValue.getNewValue()
try to get the new value before the modification happens
|
OwField |
OwHistoryModifiedPropertyValue.getOldValue()
try to get the old value before the modification happens
|
OwField |
OwStandardHistoryModifiedPropertyValue.getOldValue()
try to get the old value before the modification happens
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.