Uses of Enum Class
com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.widgets.model.IdentifyWidgetItem.ComponentType
Packages that use IdentifyWidgetItem.ComponentType
-
Uses of IdentifyWidgetItem.ComponentType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.widgets.model
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.widgets.model that return IdentifyWidgetItem.ComponentTypeModifier and TypeMethodDescriptionIdentifyWidgetItem.getType()Returns the enum constant of this class with the specified name.static IdentifyWidgetItem.ComponentType[]IdentifyWidgetItem.ComponentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.widgets.model with parameters of type IdentifyWidgetItem.ComponentTypeModifierConstructorDescriptionIdentifyWidgetItem(@NotNull IdentifyWidgetItem.ComponentType type, @Nullable org.apache.wicket.model.IModel<String> image, @NotNull org.apache.wicket.model.IModel<String> title, @NotNull org.apache.wicket.model.IModel<String> description, @NotNull org.apache.wicket.model.IModel<String> score, @NotNull org.apache.wicket.model.IModel<String> navigationReference)