protected abstract static class Field.FieldBuilder<K,F extends Field<K>,B extends Field.FieldBuilder<K,F,B>>
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
FieldBuilder(K name) |
| Modifier and Type | Method and Description |
|---|---|
F |
build() |
protected abstract F |
newField(K name) |
B |
noIndex(boolean noIndex) |
B |
sortable(boolean sortable) |