Class ScopeSearchItemWrapper
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractSearchItemWrapper<SearchBoxScopeType>
-
- com.evolveum.midpoint.gui.impl.component.search.wrapper.ScopeSearchItemWrapper
-
- All Implemented Interfaces:
SelectableRow,Serializable
public class ScopeSearchItemWrapper extends AbstractSearchItemWrapper<SearchBoxScopeType>
- 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 ScopeSearchItemWrapper(ScopeSearchItemConfigurationType scopeConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayableValue<SearchBoxScopeType>getDefaultValue()StringgetHelp()StringgetName()Class<ScopeSearchItemPanel>getSearchItemPanelClass()StringgetTitle()booleanisEnabled()booleanisVisible()-
Methods inherited from class com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractSearchItemWrapper
applyPredefinedFilter, canRemoveSearchItem, clearValue, equals, getFilterExpression, getParameterName, getParameterValueType, getPredefinedFilter, getValue, hashCode, isApplyFilter, isSelected, setApplyFilter, setCanConfigure, setFilterExpression, setParameterName, setParameterValueType, setPredefinedFilter, setSelected, setValue, setVisible
-
-
-
-
Constructor Detail
-
ScopeSearchItemWrapper
public ScopeSearchItemWrapper(ScopeSearchItemConfigurationType scopeConfig)
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
- Overrides:
isEnabledin classAbstractSearchItemWrapper<SearchBoxScopeType>
-
isVisible
public boolean isVisible()
- Overrides:
isVisiblein classAbstractSearchItemWrapper<SearchBoxScopeType>
-
getSearchItemPanelClass
public Class<ScopeSearchItemPanel> getSearchItemPanelClass()
- Specified by:
getSearchItemPanelClassin classAbstractSearchItemWrapper<SearchBoxScopeType>
-
getDefaultValue
public DisplayableValue<SearchBoxScopeType> getDefaultValue()
- Specified by:
getDefaultValuein classAbstractSearchItemWrapper<SearchBoxScopeType>
-
getName
public String getName()
- Specified by:
getNamein classAbstractSearchItemWrapper<SearchBoxScopeType>
-
getHelp
public String getHelp()
- Specified by:
getHelpin classAbstractSearchItemWrapper<SearchBoxScopeType>
-
getTitle
public String getTitle()
- Specified by:
getTitlein classAbstractSearchItemWrapper<SearchBoxScopeType>
-
-