Uses of Interface
com.axemble.vdoc.sdk.interfaces.IOptionList.IOption
Packages that use IOptionList.IOption
Package
Description
- 
Uses of IOptionList.IOption in com.axemble.vdoc.sdk.componentsMethods in com.axemble.vdoc.sdk.components that return types with arguments of type IOptionList.IOptionMethod parameters in com.axemble.vdoc.sdk.components with type arguments of type IOptionList.IOptionModifier and TypeMethodDescriptionvoidMappingStructure.setListOptions(List<IOptionList.IOption> options) 
- 
Uses of IOptionList.IOption in com.axemble.vdoc.sdk.implClasses in com.axemble.vdoc.sdk.impl that implement IOptionList.IOptionMethods in com.axemble.vdoc.sdk.impl that return IOptionList.IOptionMethods in com.axemble.vdoc.sdk.impl that return types with arguments of type IOptionList.IOptionModifier and TypeMethodDescriptionCollection<? extends IOptionList.IOption> Collection<? extends IOptionList.IOption> Methods in com.axemble.vdoc.sdk.impl with parameters of type IOptionList.IOptionMethod parameters in com.axemble.vdoc.sdk.impl with type arguments of type IOptionList.IOptionModifier and TypeMethodDescriptionvoidProcessResource.setList(String propertyName, Collection<? extends IOptionList.IOption> values) voidWorkflowModuleImpl.setList(IResource resource, String propertyName, Collection<? extends IOptionList.IOption> values) 
- 
Uses of IOptionList.IOption in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IOptionList.IOptionModifier 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.Method parameters in com.axemble.vdoc.sdk.interfaces with type arguments of type IOptionList.IOptionModifier and TypeMethodDescriptionvoidIResource.setList(String propertyName, Collection<? extends IOptionList.IOption> value) Sets the available values for a list property.voidIMappingStructure.setListOptions(List<IOptionList.IOption> options) Sets options displayed on the selection "value of list" in the mapping component.voidIOptionList.setOptions(Collection<IOptionList.IOption> options) Sets the collection of options.
- 
Uses of IOptionList.IOption in com.axemble.vdoc.sdk.interfaces.uiMethod parameters in com.axemble.vdoc.sdk.interfaces.ui with type arguments of type IOptionList.IOptionModifier and TypeMethodDescriptionvoidIAbstractField.setList(Collection<? extends IOptionList.IOption> list) Set field list
- 
Uses of IOptionList.IOption in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IOptionList.IOptionMethods in com.axemble.vdoc.sdk.modules that return types with arguments of type IOptionList.IOptionModifier and TypeMethodDescriptionCollection<? extends IOptionList.IOption> Gets the available values of a list property.Method parameters in com.axemble.vdoc.sdk.modules with type arguments of type IOptionList.IOptionModifier and TypeMethodDescriptionvoidIBaseWorkflowModule.setList(IResource resource, String propertyName, Collection<? extends IOptionList.IOption> values) Sets the list of available values to a list property.