| Package | Description |
|---|---|
| com.whitestein.lsps.vaadin.forms | |
| com.whitestein.lsps.vaadin.forms.datasource | |
| com.whitestein.lsps.vaadin.forms.validation | |
| com.whitestein.lsps.vaadin.util |
| Modifier and Type | Field and Description |
|---|---|
protected Form |
FormComponent.form
Every component maintains a link to its owner form.
|
| Modifier and Type | Method and Description |
|---|---|
static Form |
Form.get()
Returns the current form the expression is executing in.
|
static Form |
Form.getNull()
Gets the current form from bound to the current thread the expression is executed in
or
null if there is no form instance bound to the current thread. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Form.callInForm(Form form,
Runnable runnable)
Call any listener body in this, in order for the methods called from the listener to have access to the form
instance (via
get()). |
ErrorMessageController |
FormComponentFactory.createErrorMessageController(Form form)
Creates an error message controller for the form.
|
static RecordHolder |
RecordUtils.createFileRecord(Form form,
String name,
String mime,
int size,
byte[] content)
Creates a file record.
|
| Constructor and Description |
|---|
SetHolderConverter(Form form) |
VariantConverter(Form form)
Creates a new converter used in the given form.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueProvider |
LspsValueProvider.create(Variant.RecordVariant valueProvider,
Form form)
A factory method for the LSPS value provider.
|
| Constructor and Description |
|---|
LocalizingValueProvider(ValueProvider delegate,
Form form) |
Lsps(Variant.RecordVariant ds,
Form form) |
| Modifier and Type | Field and Description |
|---|---|
protected Form |
ErrorMessageController.form
A form this controller controls error messages for.
|
| Constructor and Description |
|---|
ErrorMessageController(Form form)
Creates a new error message controller for the provided form.
|
| Constructor and Description |
|---|
WFileResource(Variant.ClosureVariant closure,
boolean forceSave,
Form form)
Creates a resource representing a file.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.