Class MetadataPanelFactory<C extends Containerable>
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.factory.panel.MetadataPanelFactory<C>
-
- All Implemented Interfaces:
GuiComponentFactory<PrismContainerPanelContext<C>>
@Component public class MetadataPanelFactory<C extends Containerable> extends Object implements GuiComponentFactory<PrismContainerPanelContext<C>>
-
-
Constructor Summary
Constructors Constructor Description MetadataPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.Component
createPanel(PrismContainerPanelContext<C> panelCtx)
Integer
getOrder()
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
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
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
- Specified by:
match
in interfaceGuiComponentFactory<C extends Containerable>
-
createPanel
public org.apache.wicket.Component createPanel(PrismContainerPanelContext<C> panelCtx)
- Specified by:
createPanel
in interfaceGuiComponentFactory<C extends Containerable>
-
getOrder
public Integer getOrder()
- Specified by:
getOrder
in interfaceGuiComponentFactory<C extends Containerable>
-
-