Interface FieldDescriptionProvider

All Known Implementing Classes:
ListingFieldDescriptionProvider

public interface FieldDescriptionProvider
Provides descriptions for fields in a field panel
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a description for the given location and field.
  • Method Details

    • getDescription

      String getDescription(FieldLocation loc, Field field)
      Gets a description for the given location and field.
      Parameters:
      loc - the FieldLocation to get a description for
      field - the Field to get a description for
      Returns:
      a String describing the given field location