Class LabelPanelFactory<T>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.LabelPanelFactory<T>
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<T>>
@Component
public class LabelPanelFactory<T>
extends Object
implements GuiComponentFactory<PrismPropertyPanelContext<T>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.Component
createPanel
(PrismPropertyPanelContext<T> panelCtx) getOrder()
<IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactory
configure
-
Constructor Details
-
LabelPanelFactory
public LabelPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<T>
-
createPanel
- Specified by:
createPanel
in interfaceGuiComponentFactory<T>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<T>
-