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
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.wicket.ComponentcreatePanel(PrismContainerPanelContext<C> panelCtx) getOrder()<IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>> 
 booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactoryconfigure
- 
Constructor Details- 
MetadataPanelFactorypublic MetadataPanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
- matchin interface- GuiComponentFactory<C extends Containerable>
 
- 
createPanel- Specified by:
- createPanelin interface- GuiComponentFactory<C extends Containerable>
 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<C extends Containerable>
 
 
-