Package | Description |
---|---|
com.whitestein.lsps.vaadin.forms | |
com.whitestein.lsps.vaadin.forms.bam |
This package contains support classes for the BAM Library module.
|
com.whitestein.lsps.vaadin.forms.dashboard | |
com.whitestein.lsps.vaadin.forms.datasource | |
com.whitestein.lsps.vaadin.forms.singlecomponentcontainer | |
com.whitestein.lsps.vaadin.forms.validation |
Modifier and Type | Class and Description |
---|---|
class |
ComponentWithValue<T> |
class |
WAbstractChart
A base class for all chart components.
|
class |
WAbstractComboBox |
class |
WAbstractMultiSelect<T>
Provides basic support for Vaadin
AbstractSelect , for selecting multiple values. |
class |
WAbstractSelect<T>
Provides basic support for Vaadin
AbstractSelect , for selecting a single value. |
class |
WAbstractSplitPanel |
class |
WAbstractTable
Basic groundwork for a table.
|
class |
WAbstractTextField |
class |
WAccordion
Vertical tab sheet.
|
class |
WActionLink |
class |
WBrowserFrame |
class |
WButton |
class |
WCalendar
A calendar component.
|
class |
WCartesianChart |
class |
WCheckBox |
class |
WCheckBoxList |
class |
WComboBox |
class |
WComponentGroup |
class |
WCssLayout
This class represents a CSS layout component.
|
class |
WCustomField |
class |
WDateField |
class |
WDecimalField |
class |
WDownload
A component for downloading resources.
|
class |
WFormLayout |
class |
WGaugeChart
This class represents a gauge chart.
|
class |
WGrid
Represents Vaadin Grid, backed by forms::DataSource.
|
class |
WGridLayout |
class |
WHorizontalLayout |
class |
WHorizontalSplitPanel |
class |
WImage |
class |
WInputComponentWithValue<T> |
class |
WLabel |
class |
WLink |
class |
WMapDisplay
A Map Display component.
|
class |
WMultiselectComboBox |
class |
WMultiSelectList |
class |
WOrderedComponentGroup |
class |
WPasswordField |
class |
WPdfViewer |
class |
WPieChart
A pie chart.
|
class |
WPolarChart |
class |
WRadioButtonList |
class |
WRichTextArea |
class |
WSearchComboBox
Combo-box fine tuned for showing large sets of data and lazy query container filtering.
|
class |
WSingleSelectList |
class |
WSlider |
class |
WTable |
class |
WTabSheet |
class |
WTextArea
Expandable textarea.
|
class |
WTextField |
class |
WTokenField |
class |
WTree
Allows selection of a single item from a list which is formatted as a tree.
|
class |
WTreeTable |
class |
WUpload |
class |
WVerticalLayout |
class |
WVerticalSplitPanel |
Modifier and Type | Method and Description |
---|---|
protected List<FormComponent> |
WComponentGroup.getChildren() |
Modifier and Type | Method and Description |
---|---|
Variant.RecordVariant |
Form.getDef(FormComponent component)
Returns the LSPS Record instance, mapped one-to-one to given Vaadin Form Component instance.
|
static void |
Form.listener(FormComponent component,
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
Form.get() ). |
Constructor and Description |
---|
WTab(FormComponent contents)
Creates a new tab for the provided content.
|
Modifier and Type | Class and Description |
---|---|
class |
WSortableLayout
A vertical layout supporting reordering of the contained components
using 'Drag and Drop'.
|
Modifier and Type | Method and Description |
---|---|
protected List<FormComponent> |
WSortableLayout.getChildren() |
Modifier and Type | Class and Description |
---|---|
class |
WGridStackDashboard |
Constructor and Description |
---|
ToStringValueProvider(FormComponent owner) |
Modifier and Type | Class and Description |
---|---|
class |
WCollapsible |
class |
WDropZone |
class |
WPanel |
class |
WPopup |
class |
WSingleComponentContainer |
Modifier and Type | Method and Description |
---|---|
protected void |
ErrorMessageController.addErrorMessage(String message,
FormComponent component)
Adds an error message to a component.
|
void |
ErrorMessageController.clearErrorMessages(FormComponent component)
Clears error messages on the component and all it's descendants.
|
protected void |
ErrorMessageController.clearErrorMessagesOnComponent(FormComponent component)
Clears all error messages on the given component.
|
void |
ErrorMessageController.displayErrorMessages(List<ConstraintViolation> constraintViolations,
FormComponent root)
Displays constraint violations error messages on the form components.
|
protected boolean |
ErrorMessageController.mapConstraintViolation(ConstraintViolation violation,
FormComponent component)
Checks whether the constraint violation error message should be displayed on the component and if yes
then shows the error message on the component.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.