Package | Description |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.fieldctrlimpl | |
com.wewebu.ow.server.fieldctrlimpl.dynamic |
Modifier and Type | Field and Description |
---|---|
protected Map<String,OwFieldManagerControl> |
OwStandardFieldManager.m_FieldCtrlMap
map of OwFieldManagerControl controls
|
Modifier and Type | Method and Description |
---|---|
protected OwFieldManagerControl |
OwStandardFieldManager.getFieldControl(OwFieldDefinition fieldDef)
Helper method to get an registered OwFieldManagerControl for specific field definition.
|
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
|
Modifier and Type | Method and Description |
---|---|
abstract void |
OwFieldManager.attachFieldControlByClass(String strFieldClassName_p,
OwFieldManagerControl control_p,
Node configNode_p)
attach a field control to the field manager
|
void |
OwStandardFieldManager.attachFieldControlByClass(String strFieldClassName_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 field manager
|
void |
OwStandardFieldManager.attachFieldControlByType(String strJavaClassName_p,
OwFieldManagerControl control_p,
Node configNode_p)
attach a field control to the fieldmanager
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
OwDependentComboboxFieldControl
Configurable dependency FieldControl.
Can load values dependent on other field values, from different Data provider. |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.