| Package | Description |
|---|---|
| com.holonplatform.vaadin7.components | |
| com.holonplatform.vaadin7.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValidatableInput<T> |
ValidatableInput.from(com.vaadin.ui.Field<T> field)
Create a
ValidatableInput component type from given Field instance. |
static <T> ValidatableInput<T> |
ValidatableInput.from(com.vaadin.ui.Field<T> field,
boolean inheritValidators)
Create a
ValidatableInput component type from given Field instance. |
static <T> ValidatableInput<T> |
ValidatableInput.from(Input<T> input)
Create a
ValidatableInput from given Input instance. |
| 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 | Interface and Description |
|---|---|
interface |
ValidatableInputBuilder<T,C extends ValidatableInput<T>>
ValidatableInput builder. |
| Modifier and Type | Method and Description |
|---|---|
ValidatableInputBuilder<T,ValidatableInput<T>> |
InputBuilder.validatable()
Build a
ValidatableInput input component. |
Copyright © 2019 The Holon Platform. All rights reserved.