Class ClusteringAttributeFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<ClusteringAttributeSettingType>
com.evolveum.midpoint.gui.impl.factory.panel.mining.ClusteringAttributeFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ClusteringAttributeSettingType>>
@Component
public class ClusteringAttributeFactory
extends AbstractInputGuiComponentFactory<ClusteringAttributeSettingType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable RoleAnalysisOptionType
getAnalysisOption
(@NotNull PrismPropertyPanelContext<ClusteringAttributeSettingType> panelCtx) getOrder()
protected InputPanel
<IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
ClusteringAttributeFactory
public ClusteringAttributeFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getPanel
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<ClusteringAttributeSettingType>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ClusteringAttributeSettingType>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<ClusteringAttributeSettingType>
-
getAnalysisOption
@Nullable public @Nullable RoleAnalysisOptionType getAnalysisOption(@NotNull @NotNull PrismPropertyPanelContext<ClusteringAttributeSettingType> panelCtx)
-