Class Field.FieldBuilder<K,​F extends Field<K>,​B extends Field.FieldBuilder<K,​F,​B>>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FieldBuilder​(K name)  
    • Constructor Detail

      • FieldBuilder

        protected FieldBuilder​(K name)
    • Method Detail

      • sortable

        public B sortable​(boolean sortable)
      • noIndex

        public B noIndex​(boolean noIndex)
      • build

        public F build()
      • newField

        protected abstract F newField​(K name)