static ImmutableFormTag.Builder |
ImmutableFormTag.builder() |
|
ImmutableFormTag.Builder |
ImmutableFormTag.Builder.created(Date created) |
Initializes the value for the created attribute.
|
ImmutableFormTag.Builder |
ImmutableFormTag.Builder.description(String description) |
|
ImmutableFormTag.Builder |
ImmutableFormTag.Builder.formId(String formId) |
Initializes the value for the formId attribute.
|
ImmutableFormTag.Builder |
ImmutableFormTag.Builder.formName(String formName) |
Initializes the value for the formName attribute.
|
ImmutableFormTag.Builder |
ImmutableFormTag.Builder.from(FormTag instance) |
Fill a builder with attribute values from the provided FormTag instance.
|
ImmutableFormTag.Builder |
ImmutableFormTag.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableFormTag.Builder |
ImmutableFormTag.Builder.refName(String refName) |
Initializes the value for the refName attribute.
|
ImmutableFormTag.Builder |
ImmutableFormTag.Builder.type(FormTag.Type type) |
Initializes the value for the type attribute.
|