|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface TPTLazyLoadingLayout.LazyLoader
Implement this interface in your long initialing component and move all lenghty stuff into the lazyLoad
method, returning the fully initializing component at the end
Method Summary | |
---|---|
java.lang.String |
getLazyLoadingMessage()
Provides an informational message, which is shown together with a progress indicator during the loading process. |
com.vaadin.ui.Component |
lazyLoad(TPTLazyLoadingLayout layout)
Implement all your lenghty stuff here. |
Method Detail |
---|
java.lang.String getLazyLoadingMessage()
com.vaadin.ui.Component lazyLoad(TPTLazyLoadingLayout layout)
layout
- instance of TPTLazyLoadingLayout. You can use this instance to update a progress status or customize any informational components on the fly.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |