Class ObjectClassSearchItem
- java.lang.Object
-
- com.evolveum.midpoint.web.component.search.SearchItem
-
- com.evolveum.midpoint.web.component.search.PropertySearchItem<QName>
-
- com.evolveum.midpoint.web.component.search.ObjectClassSearchItem
-
- All Implemented Interfaces:
DebugDumpable
,Serializable
public class ObjectClassSearchItem extends PropertySearchItem<QName>
- Author:
- skublik
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.web.component.search.SearchItem
SearchItem.Type
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ObjectClassSearchItem(Search search, SearchItemDefinition definition)
ObjectClassSearchItem(Search search, SearchItemDefinition definition, @NotNull org.apache.wicket.model.IModel<List<SearchItem>> itemsModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DisplayableValue<QName>>
getAllowedValues(PageBase pageBase)
SearchItem.Type
getSearchItemType()
protected String
getTitle(PageBase pageBase)
DisplayableValue<QName>
getValue()
-
Methods inherited from class com.evolveum.midpoint.web.component.search.PropertySearchItem
getDisplayName, getHelp, getName, getPath, isVisible, setDisplayName, setValue, setVisible, toString, transformToFilter
-
Methods inherited from class com.evolveum.midpoint.web.component.search.SearchItem
canRemoveSearchItem, debugDump, debugDump, getDefinition, getSearch, isApplyFilter, isEditWhenVisible, isEnabled, isFixed, setApplyFilter, setDefinition, setEditWhenVisible, setFixed
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
ObjectClassSearchItem
public ObjectClassSearchItem(Search search, SearchItemDefinition definition, @NotNull @NotNull org.apache.wicket.model.IModel<List<SearchItem>> itemsModel)
-
ObjectClassSearchItem
public ObjectClassSearchItem(Search search, SearchItemDefinition definition)
-
-
Method Detail
-
getAllowedValues
public List<DisplayableValue<QName>> getAllowedValues(PageBase pageBase)
- Overrides:
getAllowedValues
in classPropertySearchItem<QName>
-
getSearchItemType
public SearchItem.Type getSearchItemType()
- Overrides:
getSearchItemType
in classPropertySearchItem<QName>
-
getValue
public DisplayableValue<QName> getValue()
- Overrides:
getValue
in classPropertySearchItem<QName>
-
getTitle
protected String getTitle(PageBase pageBase)
- Overrides:
getTitle
in classSearchItem
-
-