Uses of Enum Class
com.evolveum.midpoint.gui.api.component.progressbar.ProgressBar.State
Packages that use ProgressBar.State
Package
Description
-
Uses of ProgressBar.State in com.evolveum.midpoint.gui.api.component.progressbar
Methods in com.evolveum.midpoint.gui.api.component.progressbar that return ProgressBar.StateModifier and TypeMethodDescriptionProgressBar.getState()static ProgressBar.StateReturns the enum constant of this class with the specified name.static ProgressBar.State[]ProgressBar.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.gui.api.component.progressbar with parameters of type ProgressBar.StateConstructors in com.evolveum.midpoint.gui.api.component.progressbar with parameters of type ProgressBar.StateModifierConstructorDescriptionProgressBar(double value, ProgressBar.State state) ProgressBar(double value, ProgressBar.State state, LocalizableMessage text) -
Uses of ProgressBar.State in com.evolveum.midpoint.gui.impl.page.admin.certification.helpers
Methods in com.evolveum.midpoint.gui.impl.page.admin.certification.helpers that return ProgressBar.State -
Uses of ProgressBar.State in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier.panel.categorization
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier.panel.categorization that return ProgressBar.StateModifier and TypeMethodDescriptionCategorizationValueModel.getProgressBarColor()CategorySelectionProvider.CategoryData.state()Returns the value of thestaterecord component.Constructors in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel.outlier.panel.categorization with parameters of type ProgressBar.StateModifierConstructorDescriptionCategorizationValueModel(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) CategoryData(String helpKey, int count, ProgressBar.State state, String labelKey, String cssClass) Creates an instance of aCategoryDatarecord class.