com.vaadin.client
Interface Paintable

All Known Implementing Classes:
AbstractDateFieldConnector, CalendarConnector, ComboBoxConnector, CustomLayoutConnector, DragAndDropWrapperConnector, EmbeddedConnector, FormConnector, GridLayoutConnector, InlineDateFieldConnector, LegacyConnector, ListSelectConnector, MenuBarConnector, NativeSelectConnector, OptionGroupBaseConnector, OptionGroupConnector, PanelConnector, PasswordFieldConnector, PopupDateFieldConnector, RichTextAreaConnector, TableConnector, TextAreaConnector, TextFieldConnector, TextualDateConnector, TreeConnector, TreeTableConnector, TwinColSelectConnector, UIConnector, UploadConnector, WindowConnector

Deprecated.

@Deprecated
public interface Paintable

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 the ApplicationConnection#updateVariable() methods.


Method Summary
 void updateFromUIDL(UIDL uidl, ApplicationConnection client)
          Deprecated.  
 

Method Detail

updateFromUIDL

void updateFromUIDL(UIDL uidl,
                    ApplicationConnection client)
Deprecated. 


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.