Interface GuiComponentFactory<T extends ItemPanelContext<?,?>> 
- All Known Implementing Classes:
- AbstractGuiComponentFactory,- AbstractInputGuiComponentFactory,- AbstractIntentFactory,- AbstractObjectClassFactory,- AssociationAndExpressionPanelFactory,- AssociationRefPanelFactory,- AttributeMappingItemPathPanelFactory,- AutoCompleteReferencePanelFactory,- ConditionPanelFactory,- CorrelatorItemRefPanelFactory,- DatePanelFactory,- DefaultContainerablePanelFactory,- DropDownChoicePanelFactory,- DurationPanelFactory,- DurationWithOneElementPanelFactory,- EnumPanelFactory,- ExecuteScriptPanelFactory,- ExpressionPanelFactory,- ItemPathPanelFactory,- LabelPanelFactory,- LifecycleStatePanelFactory,- LinkedReferencePanelFactory,- LockoutStatusPanelFactory,- LoggingAppenderPanelFactory,- LoggingPackagePanelFactory,- MailServerPanelFactory,- MetadataPanelFactory,- ModificationsPanelFactory,- ObjectDeltaPanelFactory,- ParameterTypePanelFactory,- PasswordHintPanelFactory,- PolyStringEditorPanelFactory,- ProfilingLoggerLevelPanelFactory,- QNameAttributePanelFactory,- QueryTextAreaPanelFactory,- RangePanelFactory,- RelationPanelFactory,- ResourceAttributeRefPanelFactory,- ResourceAttributesSearchFilterPanelFactory,- ResourceIntentFactory,- ResourceObjectClassFactory,- SearchFilterPanelFactory,- SmsGatewayPanelFactory,- SourceOrTargetOfMappingPanelFactory,- TaskIntentFactory,- TaskObjectClassFactory,- TextAreaPanelFactory,- TextPanelFactory,- ThreeStateComboPanelFactory,- UploadDownloadPanelFactory,- ValueSelectorSliderPanelFactory,- VariableBindingDefinitionTypePanelFactory,- WorkItemDetailsPanelFactory
public interface GuiComponentFactory<T extends ItemPanelContext<?,?>> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault voidorg.apache.wicket.ComponentcreatePanel(T panelCtx) getOrder()<IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>> 
 booleanmatch(IW wrapper, VW valueWrapper) 
- 
Method Details- 
match<IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) 
- 
createPanel
- 
getOrderInteger getOrder()
- 
configure
 
-