Uses of Class
org.dellroad.stuff.vaadin8.FieldBuilder
-
-
Uses of FieldBuilder in org.dellroad.stuff.vaadin8
Methods in org.dellroad.stuff.vaadin8 that return FieldBuilder Modifier and Type Method Description FieldBuilder<T>FieldBuilder. buildAndBind()Introspect forFieldBuilderannotations on getter methods of the configured class, and create and bind the corresponding fields.FieldBuilder<T>FieldBuilder. buildAndBind(T bean)Introspect forFieldBuilderannotations on getter methods of the configured class, create and bind the corresponding fields, and set the given bean in theBinder.FieldBuilder<T>FieldBuilder. setEditorBindings(Grid<T> grid)Set this instance's field bindings as the editor bindings for the corresponding columns in the givenGrid.
-