Uses of Class
org.neotropic.util.visual.icons.IconGenerator
-
-
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)
-
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, IconGenerator iconGenerator, Consumer<Object> consumerSearch)
-
Uses of IconGenerator in org.neotropic.kuwaiba.visualization.api
Subclasses of IconGenerator in org.neotropic.kuwaiba.visualization.api Modifier and Type Class Description class
ViewNodeIconGenerator
Generates icons to the business object view nodes -
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)
Constructor -
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 objecclass
ClassMetadataIconGenerator
Implementation that provides the ability to generate small icons for class metadataclass
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)
-