Uses of Class
org.neotropic.util.visual.tree.nodes.AbstractNode
-
-
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.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
-
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.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.pools.nodes
Subclasses of AbstractNode in org.neotropic.kuwaiba.modules.optional.pools.nodes Modifier and Type Class Description class
PoolObjectNode
Represents a node in the pool items 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.util.visual.icons
Methods in org.neotropic.util.visual.icons with parameters of type AbstractNode Modifier and Type Method Description com.vaadin.flow.server.AbstractStreamResource
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 API
-