Package com.vaadin.client
Interface Paintable
-
- All Known Implementing Classes:
AbstractDateFieldConnector,CalendarConnector,ComboBoxConnector,CustomLayoutConnector,DateFieldConnector,DragAndDropWrapperConnector,EmbeddedConnector,FormConnector,InlineDateFieldConnector,LegacyConnector,ListSelectConnector,MenuBarConnector,NativeSelectConnector,OptionGroupBaseConnector,OptionGroupConnector,PanelConnector,PasswordFieldConnector,PopupDateFieldConnector,RichTextAreaConnector,TableConnector,TextAreaConnector,TextFieldConnector,TextualDateConnector,TreeConnector,TreeTableConnector,TwinColSelectConnector,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.
-
-