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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleanReturns 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.inthashCode()voidsetDisplayName(String displayName) voidvoidtoString() 
- 
Field Details
- 
F_VALUE
- See Also:
 
 - 
F_LABEL
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SearchValue
public SearchValue() - 
SearchValue
 - 
SearchValue
 
 - 
 - 
Method Details
- 
getDescription
Description copied from interface:DisplayableValueReturns 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:
 getDescriptionin interfaceDisplayableValue<T>
 - 
getValue
Description copied from interface:DisplayableValueRetuns actual value. This may not be user-friendly.- Specified by:
 getValuein interfaceDisplayableValue<T>
 - 
getLabel
Description copied from interface:DisplayableValueReturns short user-friendly label. Catalog key may be returned instead of actual text.- Specified by:
 getLabelin interfaceDisplayableValue<T>
 - 
setLabel
 - 
setValue
 - 
getDisplayName
 - 
setDisplayName
 - 
clear
public void clear() - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -