Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.definitions.IFragmentDefinition
Packages that use IFragmentDefinition
- 
Uses of IFragmentDefinition in com.axemble.vdoc.sdk.interfacesMethods 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.definitionsMethods 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 TypeMethodDescriptionvoidIBlockDefinition.addFragment(IFragmentDefinition fragment) Add fragment to blockvoidIBlockDefinition.removeFragment(IFragmentDefinition fragment) Remove fragment to block