Modifier and Type | Interface and Description |
---|---|
static interface |
Form.Builder.ConstructorStep<T> |
static interface |
Form.Builder.DescriptionStep<T> |
static interface |
Form.Builder.FieldStep<T> |
Modifier and Type | Method and Description |
---|---|
Form.Builder.DescriptionStep<T> |
title(java.util.function.Function<AcceptLanguage,java.lang.String> titleFunction)
Adds a function that receives the HTTP request language and returns
the form's title.
|
Form.Builder.DescriptionStep<T> title(java.util.function.Function<AcceptLanguage,java.lang.String> titleFunction)
titleFunction
- the function that receives the HTTP request
language and returns the form's title