Uses of Interface
com.wewebu.ow.server.field.OwField

Packages that use OwField
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.field   
com.wewebu.ow.server.fieldctrlimpl   
com.wewebu.ow.server.history   
 

Uses of OwField in com.wewebu.ow.server.app
 

Methods in com.wewebu.ow.server.app that return OwField
 OwField OwClipboardContentOwField.getField()
           
 OwField OwStandardFieldManager.getField(String complexid_p)
          get the field from the given complex ID
 OwField OwSearchCriteriaView.getField(String strFieldClassName_p)
          implementation for the OwFieldProvider interface
 OwField OwFieldManager.getField(String strID_p)
          get the Field from the given ID
 

Methods in com.wewebu.ow.server.app with parameters of type OwField
 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  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.
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.
 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.
 

Constructors in com.wewebu.ow.server.app with parameters of type OwField
OwClipboardContentOwField(OwField field_p)
           
 

Uses of OwField in com.wewebu.ow.server.dmsdialogs.views
 

Methods in com.wewebu.ow.server.dmsdialogs.views that return OwField
 OwField OwObjectPropertyView.getField(String strFieldClassName_p)
          implementation for the OwFieldProvider interface
 OwField OwObjectPropertyFormularView.getField(String strFieldClassName_p)
          implementation for the OwFieldProvider interface
 OwField OwObjectListViewThumbnails.getField(String strFieldClassName_p)
           
 OwField OwObjectListViewRow.getField(String strFieldClassName_p)
           
 OwField OwObjectListViewEXTJSGrid.getField(String strFieldClassName_p)
          Methods for OwFieldProvider interface **
 

Uses of OwField in com.wewebu.ow.server.ecm
 

Subinterfaces of OwField in com.wewebu.ow.server.ecm
 interface OwProperty
           Base interface for object properties.
 

Classes in com.wewebu.ow.server.ecm that implement OwField
 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.
 

Methods in com.wewebu.ow.server.ecm that return OwField
 OwField OwStandardVirtualFolderObjectFactory.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 OwObjectSkeleton.getField(String strFieldClassName_p)
          implementation of the OwFieldProvider interface get a field with the given field definition class name
 OwField OwFileObject.getField(String strFieldClassName_p)
          implementation of the OwFieldProvider interface get a field with the given field definition class name
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwField
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
 

Uses of OwField in com.wewebu.ow.server.field
 

Classes in com.wewebu.ow.server.field that implement OwField
 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.
 

Methods in com.wewebu.ow.server.field that return OwField
 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
 

Constructors in com.wewebu.ow.server.field with parameters of type OwField
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
 

Uses of OwField in com.wewebu.ow.server.fieldctrlimpl
 

Methods in com.wewebu.ow.server.fieldctrlimpl with parameters of type OwField
 void OwNumberFieldControl.insertEditField(Writer w_p, OwFieldDefinition fieldDef_p, OwField field_p, String strID_p)
           
 void OwNextDaysDateControl.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 OwFieldManagerControlNote.insertEditField(Writer w_p, OwFieldDefinition fieldDef_p, OwField field_p, String strID_p)
           
 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 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 OwFieldManagerControlClass.insertEditField(Writer w_p, OwFieldDefinition fieldDef_p, OwField field_p, String strID_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.
 

Uses of OwField in com.wewebu.ow.server.history
 

Classes in com.wewebu.ow.server.history that implement OwField
static class OwStandardHistoryModifiedPropertyValue.OwModifiedField
           OwModifiedField.
 

Methods in com.wewebu.ow.server.history that return OwField
 OwField OwStandardHistoryEntry.getField(String strFieldClassName_p)
          implementation of the OwFieldProvider interface get a field with the given field definition class name
 OwField OwStandardHistoryModifiedPropertyValue.getNewValue()
          try to get the new value before the modification happens
 OwField OwHistoryModifiedPropertyValue.getNewValue()
          try to get the old value before the modification happens
 OwField OwStandardHistoryModifiedPropertyValue.getOldValue()
          try to get the old value before the modification happens
 OwField OwHistoryModifiedPropertyValue.getOldValue()
          try to get the old value before the modification happens
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.