Class IconColorPanelFactory
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.IconColorPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<String>>,Serializable
@Component
public class IconColorPanelFactory
extends TextPanelFactory<String>
implements Serializable
Factory for Color of IconType container. Factory creating basic text input panel with insight.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected InputPanelgetPanel(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, registerMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
IconColorPanelFactory
public IconColorPanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>- Overrides:
matchin classTextPanelFactory<String>
-
getPanel
- Overrides:
getPanelin classTextPanelFactory<String>
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<String>
-