Interface Field<T>

All Known Implementing Classes:
StandardField

public interface Field<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    An optional description for users who want to improve exploration of an existing application state.
    A human readable name for this field.
    Retrieve the instance that this field references.
  • Method Details

    • name

      String name()
      A human readable name for this field. Often used to label the web-ui tab.
    • value

      T value()
      Retrieve the instance that this field references.
    • description

      Optional<String> description()
      An optional description for users who want to improve exploration of an existing application state.