public interface OwDependentComboboxDataHandler
Data handler interface for dependent combo box field control. Implementing classes can be used to control the value of the combo box field, and are responsible for retrieving the data from 3rd party systems.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Method and Description |
---|---|
List<OwComboItem> |
getData(OwFieldProvider fieldProvider)
Provide Combobox results which should be available as options in UI.
|
List<String> |
getDependentFieldIds()
Return a list of Id's on which fields of the field provider the handler is dependent.
|
void |
init(OwAppContext context,
OwXMLUtil configuration)
Init method called when OwFieldControl is successfully initialized
and attached to context.
|
void init(OwAppContext context, OwXMLUtil configuration) throws OwException
context
- OwAppContext where OwFieldControl is attachedconfiguration
- OwXMLUtil configuration informationOwException
List<OwComboItem> getData(OwFieldProvider fieldProvider) throws OwException
fieldProvider
- OwFieldProvider current context object who define fieldsOwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.