Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.definitions.IContentDefinition
-
Uses of IContentDefinition in com.axemble.vdoc.sdk.interfaces.ui.definitions
Modifier and TypeInterfaceDescriptioninterface
Base interface for block definitioninterface
Base interface for component definitioninterface
Base interface for component definitionModifier 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 subFormIncludeModifier 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 valueModifier and TypeMethodDescriptionIBlockDefinition.findAllNodes()
Find all children node Even nodes in subFormIFragmentDefinition.getChildren()
Get the fragment's childrenList
<? extends IContentDefinition> IBlockDefinition.getNodes()
Get nodesModifier and TypeMethodDescriptionvoid
IFragmentDefinition.addChild
(IContentDefinition child) Add a child to the fragmentvoid
IBlockDefinition.addNode
(IContentDefinition node) Add nodevoid
IBlockDefinition.addNodeAfter
(IContentDefinition node, IContentDefinition addedNode) Add node addedNode after nodevoid
IFragmentDefinition.removeChild
(IContentDefinition child) Remove a child to the fragmentvoid
IBlockDefinition.removeNode
(IContentDefinition node) Remove node