Class SearchValue<T>
java.lang.Object
com.evolveum.midpoint.gui.impl.component.search.SearchValue<T>
- All Implemented Interfaces:
DisplayableValue<T>
,Serializable
- Author:
- Viliam Repan (lazyman)
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
Returns longer description that can be used as a help text, tooltip or for similar purpose.getLabel()
Returns short user-friendly label.getValue()
Retuns actual value.int
hashCode()
void
setDisplayName
(String displayName) void
void
toString()
-
Field Details
-
F_VALUE
- See Also:
-
F_LABEL
- See Also:
-
-
Constructor Details
-
SearchValue
public SearchValue() -
SearchValue
-
SearchValue
-
-
Method Details
-
getDescription
Description copied from interface:DisplayableValue
Returns longer description that can be used as a help text, tooltip or for similar purpose. Catalog key may be returned instead of actual text.- Specified by:
getDescription
in interfaceDisplayableValue<T>
-
getValue
Description copied from interface:DisplayableValue
Retuns actual value. This may not be user-friendly.- Specified by:
getValue
in interfaceDisplayableValue<T>
-
getLabel
Description copied from interface:DisplayableValue
Returns short user-friendly label. Catalog key may be returned instead of actual text.- Specified by:
getLabel
in interfaceDisplayableValue<T>
-
setLabel
-
setValue
-
getDisplayName
-
setDisplayName
-
clear
public void clear() -
equals
-
hashCode
public int hashCode() -
toString
-