Interface | Description |
---|---|
BiFunction<T,U,R> |
Determines an output value based on two input values.
|
ClickListeners.MyListener | |
Injector |
This interface defines injection contract between vaadin application and
vaadin renderer.
|
LazyDtoContainer.DtoLoader<DTO> |
Interface for the data loader to which LazyDtoContainer delegates the
actual data loading.
|
LazyLspsContainer.LazyLspsLoader |
Interface for the data loader to which LazyTableContainer delegates the
actual data loading.
|
SerializablePredicate<T> | |
TransactionAccessor |
Interface for accessing DB transactions.
|
Class | Description |
---|---|
ClickListeners | |
Couple<T,P> | |
EjbRefInjector |
EJB injector for Vaadin components or any other objects.
|
Events |
Util class which provides methods to create some of the
most used events.
|
Hints |
Utility class for handling component presentation hints.
|
Hints.Size |
Queries/sets width/height of a Vaadin component.
|
LazyDtoContainer<DTO> |
Lazy-loading container implementation for easier access to LSPS service APIs
that accept
PagingCriteria and return DtoList . |
LazyLspsContainer |
Lazy-loading container implementation for data loaded from LSPS context.
|
Listeners |
Provides methods related to lsps listeners.
|
Listeners.ComponentValueChangeListener |
Special value change listener that will try to commit the field on each value change
and mark the field as invalid if the commit fails.
|
LspsUIBase |
An ui implementation which does not perform navigation right away.
|
LspsVaadinServlet |
Custom VaadinServlet extensions
|
LspsVaadinServletRequest |
Custom VaadinServletRequest extension Fixes the upload problem on Weblogic
|
LspsVaadinServletService |
Extensions to standard VaadinServletService.
|
SetVariant<V> |
A set variant, allows access to set items.
|
TransactionAccessorImpl |
Default implementation of
TransactionAccessor . |
UIComponents |
Util class with various methods related to lsps renderer components
|
UserInfo |
Bean for accessing all user-related data.
|
Utils |
Utility methods.
|
VaadinDynamicThemeFilter |
A servlet filter which allows additional Vaadin themes loading in runtime.
|
VaadinServletWithTransaction |
Vaadin servlet that commits DB transactions (if any was created during request processing)
that access application logic.
|
Variant<T> |
Fluent API for returning record values.
|
Variant.ClosureResultOrigin | |
Variant.ClosureVariant |
Wraps a closure and forces you to specify the scope in which the closure is executed.
|
Variant.CollectionVariant<T extends Collection<V>,V> |
A set variant, allows iterating over collections.
|
Variant.DereferenceOrigin | |
Variant.ListVariant<V> |
A list variant, allows access to list items.
|
Variant.MapVariant<K,V> |
A map variant, allows access to map items.
|
Variant.MethodResultOrigin | |
Variant.Origin |
Tracks where variants came from.
|
Variant.PropertyOrigin | |
Variant.RecordOrigin | |
Variant.RecordVariant |
Accesses
RecordHolder properties. |
Variant.ReferenceOrigin | |
Variant.ScopedClosureVariant |
Wraps a closure and an execution scope.
|
WResource |
Converts LSPS resources to Vaadin resources.
|
WResource.WFileResource |
A resource representing a file.
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.