Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.definitions.IFragmentDefinition
Packages that use IFragmentDefinition
-
Uses of IFragmentDefinition in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return IFragmentDefinitionModifier and TypeMethodDescriptionIFormToolProvider.getCurrentFragment()
Get the current fragment -
Uses of IFragmentDefinition in com.axemble.vdoc.sdk.interfaces.ui.definitions
Methods in com.axemble.vdoc.sdk.interfaces.ui.definitions that return IFragmentDefinitionModifier and TypeMethodDescriptionIFragmentDefinition.clone
(IBlockDefinition parentBlockDefinition) Clone the fragment definitionIBlockDefinition.getFragmentByName
(String name) Get fragment by nameMethods in com.axemble.vdoc.sdk.interfaces.ui.definitions that return types with arguments of type IFragmentDefinitionModifier and TypeMethodDescriptionIBlockDefinition.getFragments()
Get fragmentsIBlockDefinition.getFragmentsRecursively()
Get all fragments recursivelyMethods in com.axemble.vdoc.sdk.interfaces.ui.definitions with parameters of type IFragmentDefinitionModifier and TypeMethodDescriptionvoid
IBlockDefinition.addFragment
(IFragmentDefinition fragment) Add fragment to blockvoid
IBlockDefinition.removeFragment
(IFragmentDefinition fragment) Remove fragment to block