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 SummaryConstructors
- 
Method SummaryModifier 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.TextPanelFactoryprepareAutoCompleteList, registerMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactoryconfigure, createPanel, getRegistry
- 
Constructor Details- 
IconCssClassPanelFactorypublic IconCssClassPanelFactory()
 
- 
- 
Method Details- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
- matchin interface- GuiComponentFactory<PrismPropertyPanelContext<String>>
- Overrides:
- matchin class- TextPanelFactory<String>
 
- 
getPanel- Overrides:
- getPanelin class- TextPanelFactory<String>
 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<String>>
- Overrides:
- getOrderin class- AbstractInputGuiComponentFactory<String>
 
 
-