Uses of Interface
com.axemble.vdoc.sdk.interfaces.IList
Packages that use IList
Package
Description
-
Uses of IList in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IListMethods in com.axemble.vdoc.sdk.impl that return IListMethods in com.axemble.vdoc.sdk.impl that return types with arguments of type IListMethods in com.axemble.vdoc.sdk.impl with parameters of type IList -
Uses of IList in com.axemble.vdoc.sdk.interfaces
Subinterfaces of IList in com.axemble.vdoc.sdk.interfacesModifier and TypeInterfaceDescriptioninterface
The Extenal list interfaceinterface
The option list interfaceinterface
Deprecated.use IOptionList/IExternalListinterface
Deprecated.use IOptionList/IExternalListMethods in com.axemble.vdoc.sdk.interfaces that return IListModifier and TypeMethodDescriptionRetrieves a specified list object by passing its name.IProperty.getList()
Retrieves the associated list.Deprecated.Use getList( IContext context, ILibrary library, String name ) method instead from theIBaseLibraryModule
.Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IListModifier and TypeMethodDescriptionCollection
<? extends IList> ICatalog.getLists()
Retrieves all the lists of the catalog.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IList -
Uses of IList in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IListModifier and TypeMethodDescriptionGets a list object from a catalog by its name.Gets a list object from a catalog by its name.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IListModifier and TypeMethodDescriptionCollection
<? extends IList> Gets a collection of a the lists available on a specifiedICatalog
object.Collection
<? extends IList> Gets a collection of a the lists available on a specifiedICatalog
object.