Uses of Interface
com.vaadin.server.PaintTarget
-
Packages that use PaintTarget Package Description com.vaadin.event com.vaadin.event.dd.acceptcriteria com.vaadin.server com.vaadin.server.communication com.vaadin.ui -
-
Uses of PaintTarget in com.vaadin.event
Methods in com.vaadin.event with parameters of type PaintTarget Modifier and Type Method Description void
ActionManager. paintActions(Object actionTarget, PaintTarget paintTarget)
-
Uses of PaintTarget in com.vaadin.event.dd.acceptcriteria
Methods in com.vaadin.event.dd.acceptcriteria with parameters of type PaintTarget Modifier and Type Method Description void
AcceptCriterion. paint(PaintTarget target)
void
ClientSideCriterion. paint(PaintTarget target)
void
ServerSideCriterion. paint(PaintTarget target)
void
And. paintContent(PaintTarget target)
protected void
ClientSideCriterion. paintContent(PaintTarget target)
void
ContainsDataFlavor. paintContent(PaintTarget target)
void
Not. paintContent(PaintTarget target)
void
Or. paintContent(PaintTarget target)
void
ServerSideCriterion. paintContent(PaintTarget target)
void
SourceIs. paintContent(PaintTarget target)
void
TargetDetailIs. paintContent(PaintTarget target)
void
AcceptCriterion. paintResponse(PaintTarget target)
This needs to be implemented if and only if a criterion does some lazy server side initialization.void
ClientSideCriterion. paintResponse(PaintTarget target)
void
ServerSideCriterion. paintResponse(PaintTarget target)
-
Uses of PaintTarget in com.vaadin.server
Classes in com.vaadin.server that implement PaintTarget Modifier and Type Class Description class
JsonPaintTarget
User Interface Description Language Target.Methods in com.vaadin.server with parameters of type PaintTarget Modifier and Type Method Description static void
LegacyPaint. paint(Component component, PaintTarget target)
Paints the Paintable into a UIDL stream.void
Page. paintContent(PaintTarget target)
-
Uses of PaintTarget in com.vaadin.server.communication
Methods in com.vaadin.server.communication with parameters of type PaintTarget Modifier and Type Method Description void
ConnectorTypeWriter. write(UI ui, Writer writer, PaintTarget target)
Writes a JSON object containing connector-ID-to-type-ID mappings for each dirty Connector in the given UI.void
LegacyUidlWriter. write(UI ui, Writer writer, PaintTarget target)
Writes a JSON array containing the changes of all dirtyLegacyComponent
s in the given UI. -
Uses of PaintTarget in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type PaintTarget Modifier and Type Method Description void
CustomLayout. paintContent(PaintTarget target)
void
DragAndDropWrapper. paintContent(PaintTarget target)
Deprecated.void
LegacyComponent. paintContent(PaintTarget target)
Deprecated.Paints the Paintable into a UIDL stream.void
MenuBar. paintContent(PaintTarget target)
Paint (serialize) the component for the client.void
Panel. paintContent(PaintTarget target)
void
UI. paintContent(PaintTarget target)
void
Upload. paintContent(PaintTarget target)
Paints the content of this component.void
Window. paintContent(PaintTarget target)
-