java.lang.Object
com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier.panel.categorization.CategorizationValueModel
All Implemented Interfaces:
Serializable

public class CategorizationValueModel extends Object implements Serializable
See Also:
  • 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

      public org.apache.wicket.model.IModel<String> getTitle()
    • getTextClass

      public String getTextClass()
    • getHelpModel

      public org.apache.wicket.model.IModel<String> getHelpModel()
    • getProgressBarColor

      public ProgressBar.State getProgressBarColor()
    • isVisible

      public boolean isVisible()
    • buildProgressBar

      public ProgressBar 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)