Package | Description |
---|---|
com.axemble.vdoc.sdk.components | |
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.interfaces.ui | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
List<IOptionList.IOption> |
MappingStructure.getListOptions() |
Modifier and Type | Method and Description |
---|---|
void |
MappingStructure.setListOptions(List<IOptionList.IOption> options) |
Constructor and Description |
---|
MappingStructure(String name,
String label,
String description,
String dataType,
boolean isMandatory,
boolean isVisible,
int mappingType,
List<IMappingStructure> childValues,
List<IOptionList.IOption> options) |
ParameterizedMappingStructure(String name,
String label,
String description,
String dataType,
boolean isMandatory,
boolean isVisible,
int mappingType,
List<IMappingStructure> childValues,
List<IOptionList.IOption> options) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IOptionList.IOption> |
IResource.getList(String propertyName)
Gets the available values of a list property.
|
Collection<? extends IOptionList.IOption> |
IListMappingProvider.getList(T mappedObject,
String name) |
List<IOptionList.IOption> |
IMappingStructure.getListOptions()
Retrieves options displayed on the selection "value of list" in the mapping component.
|
Collection<? extends IOptionList.IOption> |
IOptionList.getOptions()
Gets the collection of options.
|
Modifier and Type | Method and Description |
---|---|
void |
IResource.setList(String propertyName,
Collection<? extends IOptionList.IOption> value)
Sets the available values for a list property.
|
void |
IMappingStructure.setListOptions(List<IOptionList.IOption> options)
Sets options displayed on the selection "value of list" in the mapping component.
|
void |
IOptionList.setOptions(Collection<IOptionList.IOption> options)
Sets the collection of options.
|
Modifier and Type | Method and Description |
---|---|
void |
IAbstractField.setList(Collection<? extends IOptionList.IOption> list)
Set field list
|
Modifier and Type | Method and Description |
---|---|
IOptionList.IOption |
IBaseWorkflowModule.createListOption(Object key,
String text) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IOptionList.IOption> |
IBaseWorkflowModule.getList(IResource resource,
String propertyName)
Gets the available values of a list property.
|
Modifier and Type | Method and Description |
---|---|
void |
IBaseWorkflowModule.setList(IResource resource,
String propertyName,
Collection<? extends IOptionList.IOption> values)
Sets the list of available values to a list property.
|
Copyright © 2022 Visiativ. All rights reserved.