Uses of Class
org.neotropic.util.visual.tree.nodes.AbstractNode
-
-
Uses of AbstractNode in com.neotropic.kuwaiba.modules.commercial.ipam.visual
Subclasses of AbstractNode in com.neotropic.kuwaiba.modules.commercial.ipam.visual Modifier and Type Class Description classIpamNodeA node used in the Tree Grid of the IPAM module -
Uses of AbstractNode in com.neotropic.kuwaiba.modules.commercial.whman.nodes
Subclasses of AbstractNode in com.neotropic.kuwaiba.modules.commercial.whman.nodes Modifier and Type Class Description classWarehouseManagerNodeRepresents a node in the pool items tree. -
Uses of AbstractNode in org.neotropic.kuwaiba.core.configuration.filters.nodes
Subclasses of AbstractNode in org.neotropic.kuwaiba.core.configuration.filters.nodes Modifier and Type Class Description classFilterDefinitionNodeRepresents a filter definition in the node. -
Uses of AbstractNode in org.neotropic.kuwaiba.modules.commercial.softman.nodes
Subclasses of AbstractNode in org.neotropic.kuwaiba.modules.commercial.softman.nodes Modifier and Type Class Description classSoftwareObjectNodeNodes to display the software tree grid explorer. -
Uses of AbstractNode in org.neotropic.kuwaiba.modules.core.datamodelman.nodes
Subclasses of AbstractNode in org.neotropic.kuwaiba.modules.core.datamodelman.nodes Modifier and Type Class Description classDataModelNodeRepresents a node in the data model manager tree. -
Uses of AbstractNode in org.neotropic.kuwaiba.modules.core.favorites.nodes
Subclasses of AbstractNode in org.neotropic.kuwaiba.modules.core.favorites.nodes Modifier and Type Class Description classFavoritesManagerNodeRepresents a node in the folder items tree. -
Uses of AbstractNode in org.neotropic.kuwaiba.modules.core.navigation.navtree.nodes
Subclasses of AbstractNode in org.neotropic.kuwaiba.modules.core.navigation.navtree.nodes Modifier and Type Class Description classInventoryObjectNodeRepresents a Node in the Navigation module's TreeGrid. -
Uses of AbstractNode in org.neotropic.kuwaiba.modules.core.queries.nodes
Subclasses of AbstractNode in org.neotropic.kuwaiba.modules.core.queries.nodes Modifier and Type Class Description classPoolNodeRepresents a root node in the scripts tree.classScriptNodeRepresents a node in the scripts tree. -
Uses of AbstractNode in org.neotropic.kuwaiba.modules.core.templateman.visual
Subclasses of AbstractNode in org.neotropic.kuwaiba.modules.core.templateman.visual Modifier and Type Class Description classPortTemplateNodeRepresents a port in template manager module TreeGrid editor for templateclassTemplateNodeRepresents a node in template manager module TreeGrid editor for template -
Uses of AbstractNode in org.neotropic.kuwaiba.modules.core.userman.nodes
Subclasses of AbstractNode in org.neotropic.kuwaiba.modules.core.userman.nodes Modifier and Type Class Description classGroupNodeRepresents a root node in the main tree.classUserNodeRepresents a node in the main tree. -
Uses of AbstractNode in org.neotropic.kuwaiba.modules.optional.reports.nodes
Subclasses of AbstractNode in org.neotropic.kuwaiba.modules.optional.reports.nodes Modifier and Type Class Description classClassNodeRepresents a node in the reports tree.classReportNodeRepresents a node in the reports tree. -
Uses of AbstractNode in org.neotropic.kuwaiba.modules.optional.serviceman.components
Subclasses of AbstractNode in org.neotropic.kuwaiba.modules.optional.serviceman.components Modifier and Type Class Description classServiceManTreeNodeNodes to display the service manager tree grid explorer -
Uses of AbstractNode in org.neotropic.util.visual.icons
Methods in org.neotropic.util.visual.icons with parameters of type AbstractNode Modifier and Type Method Description StringBasicTreeNodeIconGenerator. apply(AbstractNode item) -
Uses of AbstractNode in org.neotropic.util.visual.tree
Classes in org.neotropic.util.visual.tree with type parameters of type AbstractNode Modifier and Type Class Description classBasicTree<T extends AbstractNode>A tree that extends the features of the Tree Grid and makes use of the Nodes APIclassNavTreeGrid<T extends AbstractNode>A tree grid that extends the features of the Tree Grid and makes use of the Nodes API also allows a custom data provider (with treeData) to facilitate the single node refreshing and lazy loading per level, Warning: still has no pagination!
-