Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.definitions.IContentDefinition
Packages that use IContentDefinition
- 
Uses of IContentDefinition in com.axemble.vdoc.sdk.interfaces.ui.definitionsSubinterfaces of IContentDefinition in com.axemble.vdoc.sdk.interfaces.ui.definitionsModifier and TypeInterfaceDescriptioninterfaceBase interface for block definitioninterfaceBase interface for component definitioninterfaceBase interface for component definitionMethods in com.axemble.vdoc.sdk.interfaces.ui.definitions with type parameters of type IContentDefinitionModifier and TypeMethodDescription<T extends IContentDefinition>
 List<T> IBlockDefinition.findAllNodes(Class<T> interfaceDefinition) Find all nodes recursively by interfaceDefinition Even nodes in subForm<T extends IContentDefinition>
 IContentDefinitionIBlockDefinition.findNodeByAttribute(Class<T> interfaceDefinition, String attributeName, String value, boolean recursive) Find node by interface definition class attribute name and value<T extends IContentDefinition>
 List<T> Find nodes by interfaceDefinition<T extends IContentDefinition>
 List<T> IBlockDefinition.getAllNodes()Get all nodes recursively, except nodes in subFormIncludeMethods in com.axemble.vdoc.sdk.interfaces.ui.definitions that return IContentDefinitionModifier and TypeMethodDescriptionIContentDefinition.clone()Clone content definitionIContentDefinition.clone(boolean keepId) Clone content definitionFind node by id<T extends IContentDefinition>
 IContentDefinitionIBlockDefinition.findNodeByAttribute(Class<T> interfaceDefinition, String attributeName, String value, boolean recursive) Find node by interface definition class attribute name and valueMethods in com.axemble.vdoc.sdk.interfaces.ui.definitions that return types with arguments of type IContentDefinitionModifier and TypeMethodDescriptionIBlockDefinition.findAllNodes()Find all children node Even nodes in subFormIFragmentDefinition.getChildren()Get the fragment's childrenList<? extends IContentDefinition> IBlockDefinition.getNodes()Get nodesMethods in com.axemble.vdoc.sdk.interfaces.ui.definitions with parameters of type IContentDefinitionModifier and TypeMethodDescriptionvoidIFragmentDefinition.addChild(IContentDefinition child) Add a child to the fragmentvoidIBlockDefinition.addNode(IContentDefinition node) Add nodevoidIBlockDefinition.addNodeAfter(IContentDefinition node, IContentDefinition addedNode) Add node addedNode after nodevoidIFragmentDefinition.removeChild(IContentDefinition child) Remove a child to the fragmentvoidIBlockDefinition.removeNode(IContentDefinition node) Remove node