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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
SearchValuepublic SearchValue()
- 
SearchValue
- 
SearchValue
 
- 
- 
Method Details- 
getDescriptionDescription 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 interface- DisplayableValue<T>
 
- 
getValueDescription copied from interface:DisplayableValueRetuns actual value. This may not be user-friendly.- Specified by:
- getValuein interface- DisplayableValue<T>
 
- 
getLabelDescription copied from interface:DisplayableValueReturns short user-friendly label. Catalog key may be returned instead of actual text.- Specified by:
- getLabelin interface- DisplayableValue<T>
 
- 
setLabel
- 
setValue
- 
getDisplayName
- 
setDisplayName
- 
clearpublic void clear()
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-