| Package | Description |
|---|---|
| com.vaadin.generator |
| Modifier and Type | Method and Description |
|---|---|
NestedClassGenerator |
NestedClassGenerator.withFluentSetters(boolean fluentSetters)
Sets whether the generated POJO should contain fluent setters or not.
|
NestedClassGenerator |
NestedClassGenerator.withNameHint(String nameHint)
Sets the name hint that will be used to generate the final name of the
generated class.
|
NestedClassGenerator |
NestedClassGenerator.withType(ComponentObjectType type)
Sets the
ComponentObjectType this generator will use to create
the getters and setters for the properties. |
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.