Package com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType
Enum Class ResourceGuideAssociationTypeTileState
java.lang.Object
java.lang.Enum<ResourceGuideAssociationTypeTileState>
com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.ResourceGuideAssociationTypeTileState
- All Implemented Interfaces:
Serializable,Comparable<ResourceGuideAssociationTypeTileState>,Constable
public enum ResourceGuideAssociationTypeTileState
extends Enum<ResourceGuideAssociationTypeTileState>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescription@NotNull org.apache.wicket.model.IModel<Badge>badgeModel(@NotNull ResourceAssociationTypeWizardChoicePanel panel) static @NotNull ResourceGuideAssociationTypeTileStatecomputeState(ResourceAssociationTypeWizardChoicePanel.ResourceAssociationTypePreviewTileType tile, @NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ShadowAssociationTypeDefinitionType>> valueModel) static @Nullable StringgetTooltipKey(ResourceAssociationTypeWizardChoicePanel.ResourceAssociationTypePreviewTileType tile, @NotNull ShadowAssociationTypeDefinitionType real) booleanisLocked()Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL
-
CONFIGURED
-
RECOMMENDED
-
TEMPORARY_LOCKED
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
badgeModel
@NotNull public @NotNull org.apache.wicket.model.IModel<Badge> badgeModel(@NotNull @NotNull ResourceAssociationTypeWizardChoicePanel panel) -
isLocked
public boolean isLocked() -
computeState
@NotNull public static @NotNull ResourceGuideAssociationTypeTileState computeState(@NotNull ResourceAssociationTypeWizardChoicePanel.ResourceAssociationTypePreviewTileType tile, @NotNull @NotNull org.apache.wicket.model.IModel<PrismContainerValueWrapper<ShadowAssociationTypeDefinitionType>> valueModel) -
getTooltipKey
@Nullable public static @Nullable String getTooltipKey(@NotNull ResourceAssociationTypeWizardChoicePanel.ResourceAssociationTypePreviewTileType tile, @NotNull @NotNull ShadowAssociationTypeDefinitionType real)
-