Class ResourceAttributesSearchFilterPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<SearchFilterType>
com.evolveum.midpoint.gui.impl.factory.panel.searchfilter.SearchFilterPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.searchfilter.ResourceAttributesSearchFilterPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<SearchFilterType>>,Serializable
@Component
public class ResourceAttributesSearchFilterPanelFactory
extends SearchFilterPanelFactory
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected InputPanelgetPanel(PrismPropertyPanelContext<SearchFilterType> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.searchfilter.SearchFilterPanelFactory
configure, registerMethods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
ResourceAttributesSearchFilterPanelFactory
public ResourceAttributesSearchFilterPanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<SearchFilterType>>- Overrides:
matchin classSearchFilterPanelFactory
-
getPanel
- Overrides:
getPanelin classSearchFilterPanelFactory
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<SearchFilterType>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<SearchFilterType>
-