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
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable RoleAnalysisOptionTypegetAnalysisOption(@NotNull PrismPropertyPanelContext<ClusteringAttributeSettingType> panelCtx) getOrder()protected InputPanel<IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) voidregister()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:
getPanelin classAbstractInputGuiComponentFactory<ClusteringAttributeSettingType>
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ClusteringAttributeSettingType>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<ClusteringAttributeSettingType>
-
getAnalysisOption
@Nullable public @Nullable RoleAnalysisOptionType getAnalysisOption(@NotNull @NotNull PrismPropertyPanelContext<ClusteringAttributeSettingType> panelCtx)
-