public interface LspsAppConnector extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getApplicationMessage(String messageKey) |
UIComponentFactory |
getComponentFactory()
Returns component factory that should be used by the LSPS Vaadin
renderer.
|
LspsConverterFactory |
getConverterFactory() |
FormComponentFactory |
getFormsComponentFactory() |
MapHolder |
getHistory(ExecutionContext context)
This method should return the history of the navigation within the UI.
|
Injector |
getInjector() |
LspsLocalizer |
getLocalizer() |
LspsScreenFactory |
getScreenFactory()
Returns screen factory that should be used by the renderer to render
modeled forms.
|
TransactionAccessor |
getTransactionAccessor() |
LspsUrlFactory |
getUrlFactory() |
MapHolder getHistory(ExecutionContext context)
context
- LspsScreenFactory getScreenFactory()
LspsScreenFactoryImpl
, which will add support custom application
screens.UIComponentFactory getComponentFactory()
UIComponentFactoryImpl
, which will add support custom
application components.LspsConverterFactory getConverterFactory()
LspsUrlFactory getUrlFactory()
Injector getInjector()
Injector
which should be used by the lsps vaadin rendererTransactionAccessor getTransactionAccessor()
TransactionAccessor
LspsLocalizer getLocalizer()
String getApplicationMessage(String messageKey)
messageKey
- FormComponentFactory getFormsComponentFactory()
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.