Class AbstractSearchItemWrapperFactory<T,PSW extends PropertySearchItemWrapper<T>>
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.search.factory.AbstractSearchItemWrapperFactory<T,PSW>
-
- Direct Known Subclasses:
AutocompleteSearchItemWrapperFactory
,AvailableMarkItemWrapperFactory
,ChoicesSearchItemWrapperFactory
,DateSearchItemWrapperFactory
,DeadShadowSearchItemWrapperFactory
,ItemPathSearchItemWrapperFactory
,ObjectClassSearchItemWrapperFactory
,ProcessedObjectTypeItemWrapperFactory
,ReferenceSearchItemWrapperFactory
,TextSearchItemWrapperFactory
public abstract class AbstractSearchItemWrapperFactory<T,PSW extends PropertySearchItemWrapper<T>> extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractSearchItemWrapperFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description PSW
create(SearchItemContext ctx)
protected abstract PSW
createSearchWrapper(SearchItemContext ctx)
abstract boolean
match(SearchItemContext ctx)
protected void
setupParameterOptions(SearchItemContext ctx, PSW searchItem)
-
-
-
Method Detail
-
createSearchWrapper
protected abstract PSW createSearchWrapper(SearchItemContext ctx)
-
create
public PSW create(SearchItemContext ctx)
-
setupParameterOptions
protected void setupParameterOptions(SearchItemContext ctx, PSW searchItem)
-
match
public abstract boolean match(SearchItemContext ctx)
-
-