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 voidActionManager. 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 voidAcceptCriterion. paint(PaintTarget target)voidClientSideCriterion. paint(PaintTarget target)voidServerSideCriterion. paint(PaintTarget target)voidAnd. paintContent(PaintTarget target)protected voidClientSideCriterion. paintContent(PaintTarget target)voidContainsDataFlavor. paintContent(PaintTarget target)voidNot. paintContent(PaintTarget target)voidOr. paintContent(PaintTarget target)voidServerSideCriterion. paintContent(PaintTarget target)voidSourceIs. paintContent(PaintTarget target)voidTargetDetailIs. paintContent(PaintTarget target)voidAcceptCriterion. paintResponse(PaintTarget target)This needs to be implemented if and only if a criterion does some lazy server side initialization.voidClientSideCriterion. paintResponse(PaintTarget target)voidServerSideCriterion. paintResponse(PaintTarget target) -
Uses of PaintTarget in com.vaadin.server
Classes in com.vaadin.server that implement PaintTarget Modifier and Type Class Description classJsonPaintTargetUser Interface Description Language Target.Methods in com.vaadin.server with parameters of type PaintTarget Modifier and Type Method Description static voidLegacyPaint. paint(Component component, PaintTarget target)Paints the Paintable into a UIDL stream.voidPage. 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 voidConnectorTypeWriter. 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.voidLegacyUidlWriter. write(UI ui, Writer writer, PaintTarget target)Writes a JSON array containing the changes of all dirtyLegacyComponents 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 voidCustomLayout. paintContent(PaintTarget target)voidDragAndDropWrapper. paintContent(PaintTarget target)Deprecated.voidLegacyComponent. paintContent(PaintTarget target)Deprecated.Paints the Paintable into a UIDL stream.voidMenuBar. paintContent(PaintTarget target)Paint (serialize) the component for the client.voidPanel. paintContent(PaintTarget target)voidUI. paintContent(PaintTarget target)voidUpload. paintContent(PaintTarget target)Paints the content of this component.voidWindow. paintContent(PaintTarget target)
-