Class TextSearchItemWrapperFactory
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.search.factory.AbstractSearchItemWrapperFactory<String,TextSearchItemWrapper>
-
- com.evolveum.midpoint.gui.impl.component.search.factory.TextSearchItemWrapperFactory
-
public class TextSearchItemWrapperFactory extends AbstractSearchItemWrapperFactory<String,TextSearchItemWrapper>
-
-
Constructor Summary
Constructors Constructor Description TextSearchItemWrapperFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TextSearchItemWrapper
createSearchWrapper(SearchItemContext ctx)
boolean
match(SearchItemContext ctx)
-
Methods inherited from class com.evolveum.midpoint.gui.impl.component.search.factory.AbstractSearchItemWrapperFactory
create, setupParameterOptions
-
-
-
-
Method Detail
-
createSearchWrapper
protected TextSearchItemWrapper createSearchWrapper(SearchItemContext ctx)
- Specified by:
createSearchWrapper
in classAbstractSearchItemWrapperFactory<String,TextSearchItemWrapper>
-
match
public boolean match(SearchItemContext ctx)
- Specified by:
match
in classAbstractSearchItemWrapperFactory<String,TextSearchItemWrapper>
-
-