Uses of Class
com.evolveum.midpoint.gui.impl.factory.panel.ItemPanelContext
Packages that use ItemPanelContext
Package
Description
- 
Uses of ItemPanelContext in com.evolveum.midpoint.gui.api.factoryClasses in com.evolveum.midpoint.gui.api.factory with type parameters of type ItemPanelContextModifier and TypeInterfaceDescriptioninterfaceGuiComponentFactory<T extends ItemPanelContext<?,?>> 
- 
Uses of ItemPanelContext in com.evolveum.midpoint.gui.api.registryMethods in com.evolveum.midpoint.gui.api.registry with type parameters of type ItemPanelContextModifier and TypeMethodDescription<T extends ItemPanelContext<?,?>> 
 GuiComponentFactory<T>GuiComponentRegistry.findValuePanelFactory(ItemWrapper<?, ?> parentItemWrapper, PrismValueWrapper<?> valueWrapper) 
- 
Uses of ItemPanelContext in com.evolveum.midpoint.gui.impl.factory.panelSubclasses of ItemPanelContext in com.evolveum.midpoint.gui.impl.factory.panelModifier and TypeClassDescriptionclassPrismContainerPanelContext<C extends Containerable>classclassPrismReferencePanelContext<R extends Referencable>
- 
Uses of ItemPanelContext in com.evolveum.midpoint.gui.impl.prism.panelMethods in com.evolveum.midpoint.gui.impl.prism.panel with type parameters of type ItemPanelContextModifier and TypeMethodDescriptionprotected <PC extends ItemPanelContext>
 PCPrismContainerValuePanel.createPanelCtx(org.apache.wicket.model.IModel<PrismContainerWrapper<C>> wrapper) protected <PC extends ItemPanelContext>
 PCPrismPropertyValuePanel.createPanelCtx(org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> wrapper) protected <PC extends ItemPanelContext>
 PCPrismReferenceValuePanel.createPanelCtx(org.apache.wicket.model.IModel<PrismReferenceWrapper<R>> wrapper) protected abstract <PC extends ItemPanelContext>
 PCPrismValuePanel.createPanelCtx(org.apache.wicket.model.IModel<IW> wrapper) 
- 
Uses of ItemPanelContext in com.evolveum.midpoint.gui.impl.registryMethods in com.evolveum.midpoint.gui.impl.registry with type parameters of type ItemPanelContextModifier and TypeMethodDescription<T extends ItemPanelContext<?,?>> 
 GuiComponentFactory<T>GuiComponentRegistryImpl.findValuePanelFactory(ItemWrapper<?, ?> parentItemWrapper, PrismValueWrapper<?> valueWrapper)