We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.
Interface Paintable
-
All Known Implementing Classes:
CustomLayoutConnector
,DragAndDropWrapperConnector
,LegacyConnector
,MenuBarConnector
,PanelConnector
,UIConnector
,UploadConnector
,WindowConnector
@Deprecated public interface Paintable
Deprecated.An interface used by client-side widgets or paintable parts to receive updates from the corresponding server-side components in the form of
UIDL
. Updates can be sent back to the server using theApplicationConnection#updateVariable()
methods.
-
-
Method Summary
All Methods Modifier and Type Method Description void
updateFromUIDL​(UIDL uidl, ApplicationConnection client)
Deprecated.
-
-
-
Method Detail
-
updateFromUIDL
void updateFromUIDL​(UIDL uidl, ApplicationConnection client)
Deprecated.
-
-