Class RelationSearchItemWrapper
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.search.wrapper.AbstractSearchItemWrapper<QName>
-
- com.evolveum.midpoint.gui.impl.component.search.wrapper.RelationSearchItemWrapper
-
- All Implemented Interfaces:
SelectableRow
,Serializable
public class RelationSearchItemWrapper extends AbstractSearchItemWrapper<QName>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_SUPPORTED_RELATIONS
-
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 RelationSearchItemWrapper(RelationSearchItemConfigurationType relationSearchItemConfigurationType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayableValue<QName>
getDefaultValue()
String
getHelp()
String
getName()
RelationSearchItemConfigurationType
getRelationSearchItemConfigurationType()
List<QName>
getRelationsForSearch()
Class<RelationSearchItemPanel>
getSearchItemPanelClass()
List<QName>
getSupportedRelations()
String
getTitle()
boolean
isEnabled()
boolean
isVisible()
-
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
-
-
-
-
Field Detail
-
F_SUPPORTED_RELATIONS
public static final String F_SUPPORTED_RELATIONS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RelationSearchItemWrapper
public RelationSearchItemWrapper(RelationSearchItemConfigurationType relationSearchItemConfigurationType)
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
- Overrides:
isEnabled
in classAbstractSearchItemWrapper<QName>
-
isVisible
public boolean isVisible()
- Overrides:
isVisible
in classAbstractSearchItemWrapper<QName>
-
getSearchItemPanelClass
public Class<RelationSearchItemPanel> getSearchItemPanelClass()
- Specified by:
getSearchItemPanelClass
in classAbstractSearchItemWrapper<QName>
-
getName
public String getName()
- Specified by:
getName
in classAbstractSearchItemWrapper<QName>
-
getHelp
public String getHelp()
- Specified by:
getHelp
in classAbstractSearchItemWrapper<QName>
-
getTitle
public String getTitle()
- Specified by:
getTitle
in classAbstractSearchItemWrapper<QName>
-
getDefaultValue
public DisplayableValue<QName> getDefaultValue()
- Specified by:
getDefaultValue
in classAbstractSearchItemWrapper<QName>
-
getRelationSearchItemConfigurationType
public RelationSearchItemConfigurationType getRelationSearchItemConfigurationType()
-
-