Package com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier.panel.categorization
Class CategorizationValueModel
java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier.panel.categorization.CategorizationValueModel
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCategorizationValueModel(org.apache.wicket.model.IModel<String> helpModel, boolean visible, int integerValue, double doubleValue, ProgressBar.State progressBarColor, org.apache.wicket.model.IModel<String> title, String textClass) -
Method Summary
Modifier and TypeMethodDescriptionprotected static @NotNull org.apache.wicket.markup.html.WebMarkupContainerbuildDistributionRolePanel(@NotNull PageBase pageBase, boolean isRoleSelected, @NotNull RoleAnalysisSessionType session, String panelId, boolean advanced, String title, Class<?> typeClass) doubleorg.apache.wicket.model.IModel<String>intorg.apache.wicket.model.IModel<String>getTitle()booleanprotected static @NotNull List<CategorizationValueModel>prepareDistributionCatalog(@NotNull PageBase pageBase, @NotNull RoleAnalysisIdentifiedCharacteristicsItemsType itemContainer, boolean isRoleSelected, boolean advanced, RoleAnalysisOptionType sessionAnalysisOption)
-
Constructor Details
-
CategorizationValueModel
public CategorizationValueModel(org.apache.wicket.model.IModel<String> helpModel, boolean visible, int integerValue, double doubleValue, ProgressBar.State progressBarColor, org.apache.wicket.model.IModel<String> title, String textClass)
-
-
Method Details
-
getIntegerValue
public int getIntegerValue() -
getDoubleValue
public double getDoubleValue() -
getTitle
-
getTextClass
-
getHelpModel
-
getProgressBarColor
-
isVisible
public boolean isVisible() -
buildProgressBar
-
prepareDistributionCatalog
@NotNull protected static @NotNull List<CategorizationValueModel> prepareDistributionCatalog(@NotNull @NotNull PageBase pageBase, @NotNull @NotNull RoleAnalysisIdentifiedCharacteristicsItemsType itemContainer, boolean isRoleSelected, boolean advanced, RoleAnalysisOptionType sessionAnalysisOption) -
buildDistributionRolePanel
@NotNull protected static @NotNull org.apache.wicket.markup.html.WebMarkupContainer buildDistributionRolePanel(@NotNull @NotNull PageBase pageBase, boolean isRoleSelected, @NotNull @NotNull RoleAnalysisSessionType session, String panelId, boolean advanced, String title, Class<?> typeClass)
-