Uses of Class
com.wewebu.ow.server.app.OwFieldManagerControl

Packages that use OwFieldManagerControl
com.wewebu.ow.server.app   
com.wewebu.ow.server.fieldctrlimpl   
 

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

Methods in com.wewebu.ow.server.app that return OwFieldManagerControl
 OwFieldManagerControl OwStandardFieldManager.getFieldControlByClass(String strFieldClassName_p)
          get a field control by the given field class name
 OwFieldManagerControl OwStandardFieldManager.getFieldControlByType(String strJavaClassName_p)
          get a field control by the given java class type
 

Methods in com.wewebu.ow.server.app with parameters of type OwFieldManagerControl
 void OwStandardFieldManager.attachFieldControlByClass(String strFieldClassName_p, OwFieldManagerControl control_p, Node configNode_p)
          attach a field control to the fieldmanager
abstract  void OwFieldManager.attachFieldControlByClass(String strFieldClassName_p, OwFieldManagerControl control_p, Node configNode_p)
          attach a field control to the fieldmanager
 void OwStandardFieldManager.attachFieldControlByType(String strJavaClassName_p, OwFieldManagerControl control_p, Node configNode_p)
          attach a field control to the fieldmanager
abstract  void OwFieldManager.attachFieldControlByType(String strJavaClassName_p, OwFieldManagerControl control_p, Node configNode_p)
          attach a field control to the fieldmanager
 

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

Subclasses of OwFieldManagerControl in com.wewebu.ow.server.fieldctrlimpl
 class OwFieldManagerControlClass
           Control to display a Image Property.
 class OwFieldManagerControlImage
           Control to display a Image Property.
 class OwFieldManagerControlImageInsteadOfValue
           Control to display an image depending of an property value.
 class OwFieldManagerControlModifiedProperties
           Control to display a array of OwHistoryModifiedPropertyValue.
 class OwFieldManagerControlNote
           Field control implementation for notes.
 class OwFieldManagerControlObject
           Field Control to display properties of type OwObject.
 class OwLastDaysDateControl
           Control to display a last days select box for OwLastDaysDate.
 class OwNextDaysDateControl
           Control to display a next days select box for OwNextDaysDate.
 class OwNumberFieldControl
           Field control implementation for Number based fields.
The field rendering and updating relies on Java's NumberFormat.
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.