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 SummaryConstructors Constructor Description MetadataPanelFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.ComponentcreatePanel(PrismContainerPanelContext<C> panelCtx)IntegergetOrder()<IW extends ItemWrapper<?,?>>
 booleanmatch(IW wrapper)voidregister()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactoryconfigure
 
- 
 
- 
- 
- 
Method Detail- 
register@PostConstruct public void register() 
 - 
matchpublic <IW extends ItemWrapper<?,?>> boolean match(IW wrapper) - Specified by:
- matchin interface- GuiComponentFactory<C extends Containerable>
 
 - 
createPanelpublic org.apache.wicket.Component createPanel(PrismContainerPanelContext<C> panelCtx) - Specified by:
- createPanelin interface- GuiComponentFactory<C extends Containerable>
 
 - 
getOrderpublic Integer getOrder() - Specified by:
- getOrderin interface- GuiComponentFactory<C extends Containerable>
 
 
- 
 
-