Interface DisplayableValue<T>

All Known Implementing Classes:
ModelAuthorizationAction, SearchValue

public interface DisplayableValue<T>
Author:
Radovan Semancik
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns longer description that can be used as a help text, tooltip or for similar purpose.
    Returns short user-friendly label.
    Retuns actual value.
  • Method Details

    • getValue

      T getValue()
      Retuns actual value. This may not be user-friendly.
    • getLabel

      String getLabel()
      Returns short user-friendly label. Catalog key may be returned instead of actual text.
    • getDescription

      String getDescription()
      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.