Uses of Interface
com.axemble.vdoc.sdk.interfaces.IOptionList.IOption
Package
Description
-
Uses of IOptionList.IOption in com.axemble.vdoc.sdk.components
Modifier and TypeMethodDescriptionvoid
MappingStructure.setListOptions
(List<IOptionList.IOption> options) -
Uses of IOptionList.IOption in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionCollection
<? extends IOptionList.IOption> Collection
<? extends IOptionList.IOption> Modifier and TypeMethodDescriptionvoid
ProcessResource.setList
(String propertyName, Collection<? extends IOptionList.IOption> values) void
WorkflowModuleImpl.setList
(IResource resource, String propertyName, Collection<? extends IOptionList.IOption> values) -
Uses of IOptionList.IOption in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionCollection
<? extends IOptionList.IOption> Collection
<? extends IOptionList.IOption> Gets the available values of a list property.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 TypeMethodDescriptionvoid
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. -
Uses of IOptionList.IOption in com.axemble.vdoc.sdk.interfaces.ui
Modifier and TypeMethodDescriptionvoid
IAbstractField.setList
(Collection<? extends IOptionList.IOption> list) Set field list -
Uses of IOptionList.IOption in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionCollection
<? extends IOptionList.IOption> Gets the available values of a list property.Modifier and TypeMethodDescriptionvoid
IBaseWorkflowModule.setList
(IResource resource, String propertyName, Collection<? extends IOptionList.IOption> values) Sets the list of available values to a list property.