Class LabelPanelFactory<T>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.LabelPanelFactory<T>
- All Implemented Interfaces:
- GuiComponentFactory<PrismPropertyPanelContext<T>>
@Component
public class LabelPanelFactory<T>
extends Object
implements GuiComponentFactory<PrismPropertyPanelContext<T>>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.wicket.ComponentcreatePanel(PrismPropertyPanelContext<T> 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- 
LabelPanelFactorypublic LabelPanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
- matchin interface- GuiComponentFactory<T>
 
- 
createPanel- Specified by:
- createPanelin interface- GuiComponentFactory<T>
 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<T>
 
 
-