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.
@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 theApplicationConnection#updateVariable()
methods.
-
-
Method Summary
All Methods Modifier and Type Method and Description void
updateFromUIDL(UIDL uidl, ApplicationConnection client)
Deprecated.
-
-
-
Method Detail
-
updateFromUIDL
void updateFromUIDL(UIDL uidl, ApplicationConnection client)
Deprecated.
-
-