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 class
IpamNode
A 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 class
WarehouseManagerNode
Represents 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 class
FilterDefinitionNode
Represents 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 class
SoftwareObjectNode
Nodes 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 class
DataModelNode
Represents 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 class
FavoritesManagerNode
Represents 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 class
InventoryObjectNode
Represents 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 class
PoolNode
Represents a root node in the scripts tree.class
ScriptNode
Represents 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 class
PortTemplateNode
Represents a port in template manager module TreeGrid editor for templateclass
TemplateNode
Represents 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 class
GroupNode
Represents a root node in the main tree.class
UserNode
Represents 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 class
ClassNode
Represents a node in the reports tree.class
ReportNode
Represents 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 class
ServiceManTreeNode
Nodes 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 String
BasicTreeNodeIconGenerator. 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 class
BasicTree<T extends AbstractNode>
A tree that extends the features of the Tree Grid and makes use of the Nodes APIclass
NavTreeGrid<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!
-