Package | Description |
---|---|
com.whitestein.lsps.lang |
This is the main package for the LSPS expression language.
|
com.whitestein.lsps.vaadin.internal.model | |
com.whitestein.lsps.vaadin.internal.model.forms | |
com.whitestein.lsps.vaadin.internal.model.uicommon |
Modifier and Type | Method and Description |
---|---|
protected <E> Collection<E> |
RecordWrapper.toCollection(CollectionHolder collection,
Class<E> clazz,
RecordWrapperFactory factory)
Converts a given collection of LSPS records to record wrappers using a given factory.
|
protected <E> List<E> |
RecordWrapper.toList(ListHolder list,
Class<E> clazz,
RecordWrapperFactory factory)
Converts a given list of LSPS records to record wrappers using a given factory.
|
protected <E> Set<E> |
RecordWrapper.toSet(SetHolder set,
Class<E> clazz,
RecordWrapperFactory factory)
Converts a given set of LSPS records to record wrappers using a given factory.
|
Modifier and Type | Class and Description |
---|---|
class |
RecordWrapperFactoryImpl |
Modifier and Type | Field and Description |
---|---|
static RecordWrapperFactory |
RecordWrapperFactoryImpl.INSTANCE |
Modifier and Type | Class and Description |
---|---|
class |
FormsRecordWrapperFactoryImpl |
Modifier and Type | Field and Description |
---|---|
static RecordWrapperFactory |
FormsRecordWrapperFactoryImpl.INSTANCE |
Modifier and Type | Class and Description |
---|---|
class |
UicommonRecordWrapperFactoryImpl |
Modifier and Type | Field and Description |
---|---|
static RecordWrapperFactory |
UicommonRecordWrapperFactoryImpl.INSTANCE |
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.