Class ObjectCollectionListSearchItemWrapper
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractSearchItemWrapper<T>
-
- com.evolveum.midpoint.gui.impl.component.search.wrapper.FilterableSearchItemWrapper<String>
-
- com.evolveum.midpoint.gui.impl.component.search.wrapper.ObjectCollectionListSearchItemWrapper
-
- All Implemented Interfaces:
SelectableRow,Serializable
public class ObjectCollectionListSearchItemWrapper extends FilterableSearchItemWrapper<String>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractSearchItemWrapper
F_APPLY_FILTER, F_DISPLAYABLE_VALUE, F_HELP, F_NAME, F_SELECTED, F_TITLE, F_VALUE
-
-
Constructor Summary
Constructors Constructor Description ObjectCollectionListSearchItemWrapper(@NotNull Class<?> type, List<CompiledObjectCollectionView> collectionViews)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectFiltercreateFilter(Class type, PageBase pageBase, VariablesMap variables)DisplayableValue<String>getDefaultValue()StringgetHelp()StringgetName()Class<ObjectCollectionListSearchItemPanel>getSearchItemPanelClass()StringgetTitle()List<DisplayableValue<String>>getViewNameList()-
Methods inherited from class com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractSearchItemWrapper
applyPredefinedFilter, canRemoveSearchItem, clearValue, equals, getFilterExpression, getParameterName, getParameterValueType, getPredefinedFilter, getValue, hashCode, isApplyFilter, isEnabled, isSelected, isVisible, setApplyFilter, setCanConfigure, setFilterExpression, setParameterName, setParameterValueType, setPredefinedFilter, setSelected, setValue, setVisible
-
-
-
-
Constructor Detail
-
ObjectCollectionListSearchItemWrapper
public ObjectCollectionListSearchItemWrapper(@NotNull @NotNull Class<?> type, List<CompiledObjectCollectionView> collectionViews)
-
-
Method Detail
-
getViewNameList
public List<DisplayableValue<String>> getViewNameList()
-
getSearchItemPanelClass
public Class<ObjectCollectionListSearchItemPanel> getSearchItemPanelClass()
- Specified by:
getSearchItemPanelClassin classAbstractSearchItemWrapper<String>
-
getName
public String getName()
- Specified by:
getNamein classAbstractSearchItemWrapper<String>
-
getTitle
public String getTitle()
- Specified by:
getTitlein classAbstractSearchItemWrapper<String>
-
getHelp
public String getHelp()
- Specified by:
getHelpin classAbstractSearchItemWrapper<String>
-
createFilter
public ObjectFilter createFilter(Class type, PageBase pageBase, VariablesMap variables)
- Specified by:
createFilterin classFilterableSearchItemWrapper<String>
-
getDefaultValue
public DisplayableValue<String> getDefaultValue()
- Specified by:
getDefaultValuein classAbstractSearchItemWrapper<String>
-
-