Uses of Class
com.evolveum.midpoint.gui.api.component.Badge
-
Packages that use Badge Package Description com.evolveum.midpoint.gui.api.component Package for reusable and stable GUI Wicket Components.com.evolveum.midpoint.gui.api.component.wizard com.evolveum.midpoint.gui.impl.page.self.requestAccess -
-
Uses of Badge in com.evolveum.midpoint.gui.api.component
Constructor parameters in com.evolveum.midpoint.gui.api.component with type arguments of type Badge Constructor Description BadgeListPanel(String id, org.apache.wicket.model.IModel<List<Badge>> model)BadgePanel(String id, org.apache.wicket.model.IModel<Badge> model) -
Uses of Badge in com.evolveum.midpoint.gui.api.component.wizard
Methods in com.evolveum.midpoint.gui.api.component.wizard that return types with arguments of type Badge Modifier and Type Method Description default org.apache.wicket.model.IModel<List<Badge>>WizardStep. getTitleBadges() -
Uses of Badge in com.evolveum.midpoint.gui.impl.page.self.requestAccess
Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess that return types with arguments of type Badge Modifier and Type Method Description org.apache.wicket.model.IModel<List<Badge>>RoleCatalogPanel. getTitleBadges()org.apache.wicket.model.IModel<List<Badge>>ShoppingCartPanel. getTitleBadges()
-