Class TextAreaPanelFactory<T extends Serializable>
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
-
- com.evolveum.midpoint.gui.impl.factory.panel.TextAreaPanelFactory<T>
-
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<T>>
@Component public class TextAreaPanelFactory<T extends Serializable> extends AbstractInputGuiComponentFactory<T>
-
-
Constructor Summary
Constructors Constructor Description TextAreaPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getOrder()
protected InputPanel
getPanel(PrismPropertyPanelContext<T> panelCtx)
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
void
register()
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
-
getPanel
protected InputPanel getPanel(PrismPropertyPanelContext<T> panelCtx)
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<T extends Serializable>
-
getOrder
public Integer getOrder()
- Specified by:
getOrder
in interfaceGuiComponentFactory<T extends Serializable>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<T extends Serializable>
-
-