Class ProjectSearchItemWrapper
- java.lang.Object
- 
- com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractSearchItemWrapper<ObjectReferenceType>
- 
- com.evolveum.midpoint.gui.impl.component.search.wrapper.ProjectSearchItemWrapper
 
 
- 
- All Implemented Interfaces:
- SelectableRow,- Serializable
 
 public class ProjectSearchItemWrapper extends AbstractSearchItemWrapper<ObjectReferenceType> - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractSearchItemWrapperF_APPLY_FILTER, F_DISPLAYABLE_VALUE, F_HELP, F_NAME, F_SELECTED, F_TITLE, F_VALUE
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProjectSearchItemWrapper(UserInterfaceFeatureType projectConfig)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayableValue<ObjectReferenceType>getDefaultValue()StringgetHelp()StringgetName()PrismReferenceDefinitiongetProjectRefDef()protected PrismReferenceDefinitiongetReferenceDefinition(ItemName refName)Class<ProjectSearchItemPanel>getSearchItemPanelClass()StringgetTitle()booleanisVisible()- 
Methods inherited from class com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractSearchItemWrapperapplyPredefinedFilter, canRemoveSearchItem, clearValue, equals, getFilterExpression, getParameterName, getParameterValueType, getPredefinedFilter, getValue, hashCode, isApplyFilter, isEnabled, isSelected, setApplyFilter, setCanConfigure, setFilterExpression, setParameterName, setParameterValueType, setPredefinedFilter, setSelected, setValue, setVisible
 
- 
 
- 
- 
- 
Constructor Detail- 
ProjectSearchItemWrapperpublic ProjectSearchItemWrapper(UserInterfaceFeatureType projectConfig) 
 
- 
 - 
Method Detail- 
getSearchItemPanelClasspublic Class<ProjectSearchItemPanel> getSearchItemPanelClass() - Specified by:
- getSearchItemPanelClassin class- AbstractSearchItemWrapper<ObjectReferenceType>
 
 - 
getDefaultValuepublic DisplayableValue<ObjectReferenceType> getDefaultValue() - Specified by:
- getDefaultValuein class- AbstractSearchItemWrapper<ObjectReferenceType>
 
 - 
getNamepublic String getName() - Specified by:
- getNamein class- AbstractSearchItemWrapper<ObjectReferenceType>
 
 - 
getHelppublic String getHelp() - Specified by:
- getHelpin class- AbstractSearchItemWrapper<ObjectReferenceType>
 
 - 
getTitlepublic String getTitle() - Specified by:
- getTitlein class- AbstractSearchItemWrapper<ObjectReferenceType>
 
 - 
getProjectRefDefpublic PrismReferenceDefinition getProjectRefDef() 
 - 
getReferenceDefinitionprotected PrismReferenceDefinition getReferenceDefinition(ItemName refName) 
 - 
isVisiblepublic boolean isVisible() - Overrides:
- isVisiblein class- AbstractSearchItemWrapper<ObjectReferenceType>
 
 
- 
 
-