Class FieldList.Builder

  • Enclosing class:
    FieldList

    public static class FieldList.Builder
    extends Object
    Provides a field list builder.
    • Constructor Detail

      • Builder

        public Builder​(List<Field> contents)
        Creates a new builder with the specified fields.
        Parameters:
        contents - the fields in this builder
    • Method Detail

      • rowSpacing

        public FieldList.Builder rowSpacing​(Float rowSpacing)
        Sets the row spacing for this field list.
        Parameters:
        rowSpacing - the row spacing
        Returns:
        returns this object
      • build

        public FieldList build()
        Builds a new field list with the current configuration.
        Returns:
        returns a new field list