Class DefaultContainerablePanelFactory<C extends Containerable>
- java.lang.Object
 - 
- com.evolveum.midpoint.gui.impl.factory.panel.DefaultContainerablePanelFactory<C>
 
 
- 
- All Implemented Interfaces:
 GuiComponentFactory<PrismContainerPanelContext<C>>
@Component public class DefaultContainerablePanelFactory<C extends Containerable> extends Object implements GuiComponentFactory<PrismContainerPanelContext<C>>
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultContainerablePanelFactory() 
- 
Method Summary
All 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.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:
 matchin interfaceGuiComponentFactory<C extends Containerable>
 
- 
createPanel
public org.apache.wicket.Component createPanel(PrismContainerPanelContext<C> panelCtx)
- Specified by:
 createPanelin interfaceGuiComponentFactory<C extends Containerable>
 
- 
getOrder
public Integer getOrder()
- Specified by:
 getOrderin interfaceGuiComponentFactory<C extends Containerable>
 
 - 
 
 -