| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components | |
| com.holonplatform.vaadin7.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValidatableInputBuilder<T,ValidatableInput<T>> |
ValidatableInput.builder(Input<T> input)
Get a fluent builder to create and setup a
ValidatableInput from given Input. |
| Modifier and Type | Method and Description |
|---|---|
ValidatableInputBuilder<T,C> |
ValidatableInputBuilder.required()
Sets the
Input as required. |
ValidatableInputBuilder<T,C> |
ValidatableInputBuilder.required(com.holonplatform.core.i18n.Localizable message)
Sets the
Input as required, using given message as validation error message. |
default ValidatableInputBuilder<T,C> |
ValidatableInputBuilder.required(String message)
Sets the
Input as required, using given message as validation error message. |
default ValidatableInputBuilder<T,C> |
ValidatableInputBuilder.required(String message,
String messageCode,
Object... arguments)
Sets the
Input as required, using given message as validation error message. |
ValidatableInputBuilder<T,C> |
ValidatableInputBuilder.required(com.holonplatform.core.Validator<T> validator)
Set the
Input as required, using given Validator to check the input value. |
ValidatableInputBuilder<T,ValidatableInput<T>> |
InputBuilder.validatable()
Build a
ValidatableInput input component. |
ValidatableInputBuilder<T,C> |
ValidatableInputBuilder.validateOnValueChange(boolean validateOnValueChange)
|
ValidatableInputBuilder<T,C> |
ValidatableInputBuilder.validationStatusHandler(ValidationStatusHandler validationStatusHandler)
Set the
ValidationStatusHandler to use to input validation status changes. |
default ValidatableInputBuilder<T,C> |
ValidatableInputBuilder.withVaadinValidator(com.vaadin.data.Validator validator)
|
ValidatableInputBuilder<T,C> |
ValidatableInputBuilder.withValidator(com.holonplatform.core.Validator<T> validator)
|
Copyright © 2019 The Holon Platform. All rights reserved.