Package 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 ofUIDL. Updates can be sent back to the server using theApplicationConnection#updateVariable()methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidupdateFromUIDL(UIDL uidl, ApplicationConnection client)Deprecated.
-
-
-
Method Detail
-
updateFromUIDL
void updateFromUIDL(UIDL uidl, ApplicationConnection client)
Deprecated.
-
-