Package | Description |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.fieldctrlimpl.dynamic |
Modifier and Type | Class and Description |
---|---|
class |
OwDefaultComboItem
Default implementation for combo box item.
|
Modifier and Type | Method and Description |
---|---|
OwComboItem[] |
OwComboModel.getAllItems()
Get all items.
|
OwComboItem[] |
OwFieldManagerComboModel.getAllItems() |
OwComboItem[] |
OwDefaultComboModel.getAllItems() |
OwComboItem |
OwComboModel.getItemAt(int position_p)
Return the
OwComboItem object at the specified position. |
OwComboItem |
OwFieldManagerComboModel.getItemAt(int position_p) |
OwComboItem |
OwDefaultComboModel.getItemAt(int position_p) |
OwComboItem |
OwComboModel.getSelectedItem()
Return the selected
OwComboItem object. |
OwComboItem |
OwFieldManagerComboModel.getSelectedItem() |
OwComboItem |
OwDefaultComboModel.getSelectedItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
OwComboModel.isSelectedItem(OwComboItem item_p)
Check if the given item is the selected one.
|
boolean |
OwFieldManagerComboModel.isSelectedItem(OwComboItem item_p) |
boolean |
OwDefaultComboModel.isSelectedItem(OwComboItem item_p) |
void |
OwComboModel.setSelectedItem(OwComboItem item_p)
Set the given item as selected.
|
void |
OwFieldManagerComboModel.setSelectedItem(OwComboItem item_p) |
void |
OwDefaultComboModel.setSelectedItem(OwComboItem item_p) |
Modifier and Type | Method and Description |
---|---|
List<OwComboItem> |
OwDependentComboboxDataHandler.getData(OwFieldProvider fieldProvider)
Provide Combobox results which should be available as options in UI.
|
List<OwComboItem> |
OwDBDependentComboboxDataHandler.getData(OwFieldProvider fieldProvider) |
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.processDataResponse(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
List<OwComboItem> items) |
protected void |
OwDBDependentComboboxDataHandler.processRequest(String query,
Map<String,OwDBDependentComboboxDataHandler.OwWherePropDefinition> whereProps,
List<OwComboItem> result)
Process the query and add the query-results into the provided results collection,
wrapped as OwComoboItem interface.
|
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.