public interface Field
Since:
3.9.0
  • Method Details

    • id

      @NotNull String id()
    • label

      @NotNull String label()
    • description

      @NotNull String description()
      Returns:
      the description of the field which usually contains hints about how the field is used.
    • render

      @NotNull Renderer render(@NotNull Fields fields)
      Returns renderer for the selected field from the given fields. In future there will be also possibility to configure the rendering by user, so the returned renderer will be already configured, but the caller can override this configuration.