Package | Description |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.fieldctrlimpl.dynamic |
Modifier and Type | Class and Description |
---|---|
class |
OwDefaultComboModel
Default implementation for combo box model.
|
class |
OwFieldManagerComboModel
Combo Box Model used when
OwFieldManager needs to display combobox fields. |
Modifier and Type | Field and Description |
---|---|
protected OwComboModel |
OwBaseComboboxRenderer.m_model
the model
|
Modifier and Type | Method and Description |
---|---|
protected OwComboModel |
OwStandardFieldManager.createComboBoxModel(OwFieldDefinition fieldDef_p,
Object value_p,
boolean fAllowEmptyField_p)
Creates a model for combobox.
|
Modifier and Type | Method and Description |
---|---|
OwComboboxRenderer |
OwMainAppContext.createComboboxRenderer(OwComboModel model_p,
String strID_p,
OwFieldDefinition fieldDefinition_p,
OwFieldProvider fieldProvider_p,
OwString description_p)
Creates a renderer component for comboboxes.
|
void |
OwComboboxRenderer.setModel(OwComboModel model_p)
Set the combo model items.
|
void |
OwBaseComboboxRenderer.setModel(OwComboModel model_p) |
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.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.