Class IconCssClassPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory<String>
com.evolveum.midpoint.gui.impl.factory.panel.IconCssClassPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<String>>
,Serializable
@Component
public class IconCssClassPanelFactory
extends TextPanelFactory<String>
implements Serializable
Factory for Css class of IconType container. Factory creating basic text input panel with insight.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
protected InputPanel
getPanel
(PrismPropertyPanelContext<String> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory
prepareAutoCompleteList, register
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
IconCssClassPanelFactory
public IconCssClassPanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>
- Overrides:
match
in classTextPanelFactory<String>
-
getPanel
- Overrides:
getPanel
in classTextPanelFactory<String>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<String>
-