Uses of Class
org.neotropic.util.visual.icons.IconGenerator
-
-
Uses of IconGenerator in org.neotropic.kuwaiba.modules.commercial.softman.explorers
Constructors in org.neotropic.kuwaiba.modules.commercial.softman.explorers with parameters of type IconGenerator Constructor Description DialogSoftwareManagerSearch(TranslationService ts, ApplicationEntityManager aem, BusinessEntityManager bem, IconGenerator iconGenerator, Consumer<Object> consumerSearch)
-
Uses of IconGenerator in org.neotropic.kuwaiba.modules.commercial.sync.components
Constructors in org.neotropic.kuwaiba.modules.commercial.sync.components with parameters of type IconGenerator Constructor Description SearchInventaryObject(TranslationService ts, BusinessEntityManager bem, IconGenerator iconGenerator, Consumer<Object> consumerSearch)
-
Uses of IconGenerator in org.neotropic.kuwaiba.modules.core.navigation.explorers
Constructors in org.neotropic.kuwaiba.modules.core.navigation.explorers with parameters of type IconGenerator Constructor Description DialogNavigationSearch(TranslationService ts, BusinessEntityManager bem, IconGenerator iconGenerator, Consumer<Object> consumerSearch)
-
Uses of IconGenerator in org.neotropic.kuwaiba.modules.core.navigation.navtree
Constructors in org.neotropic.kuwaiba.modules.core.navigation.navtree with parameters of type IconGenerator Constructor Description NavigationTree(com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider<T,Void> dataProvider, IconGenerator<T> iconGenerator)
NavigationTree(IconGenerator<T> iconGenerator)
-
Uses of IconGenerator in org.neotropic.kuwaiba.modules.optional.serviceman.explorers
Constructors in org.neotropic.kuwaiba.modules.optional.serviceman.explorers with parameters of type IconGenerator Constructor Description DialogServiceManagerSearch(TranslationService ts, BusinessEntityManager bem, MetadataEntityManager mem, IconGenerator iconGenerator, String classToApply, String placeHolder, Consumer<Object> consumerSearch)
-
Uses of IconGenerator in org.neotropic.kuwaiba.modules.optional.topoman.tools
Constructors in org.neotropic.kuwaiba.modules.optional.topoman.tools with parameters of type IconGenerator Constructor Description AddObjectSelector(TranslationService ts, BusinessEntityManager bem, MxGraphCanvas mxGraphCanvas, IconGenerator iconGenerator)
Constructs aTopologyAddObject
with the specified parameters. -
Uses of IconGenerator in org.neotropic.util.visual.grids
Constructors in org.neotropic.util.visual.grids with parameters of type IconGenerator Constructor Description IconNameCellGrid(com.vaadin.flow.component.Component cmpName, String className, IconGenerator iconGenerator)
ConstructorIconNameCellGrid(String displayName, String className, IconGenerator iconGenerator)
This constructor is used when this renderer represents entities that are not inventory objects, such as relationship name nodes in the Relationship Explorer. -
Uses of IconGenerator in org.neotropic.util.visual.icons
Subclasses of IconGenerator in org.neotropic.util.visual.icons Modifier and Type Class Description class
BasicTreeNodeIconGenerator
Implementation that provides the ability to generate small icons for nodes in trees it generates small icon for objectclass
ClassNameIconGenerator
Implementation that provides the ability to generate small icons for kuwaiba objects -
Uses of IconGenerator in org.neotropic.util.visual.tree
Constructors in org.neotropic.util.visual.tree with parameters of type IconGenerator Constructor Description BasicTree(com.vaadin.flow.data.provider.hierarchy.HierarchicalDataProvider<T,Void> dataProvider, IconGenerator<T> iconGenerator)
-