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 - 
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactory
configure 
- 
Constructor Details
- 
MetadataPanelFactory
public MetadataPanelFactory() 
 - 
 - 
Method Details
- 
register
@PostConstruct public void register() - 
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
 matchin interfaceGuiComponentFactory<C extends Containerable>
 - 
createPanel
- Specified by:
 createPanelin interfaceGuiComponentFactory<C extends Containerable>
 - 
getOrder
- Specified by:
 getOrderin interfaceGuiComponentFactory<C extends Containerable>
 
 -