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 iff 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 voidAbstractSelect. paintContent(PaintTarget target)Paints the content of this component.voidAbstractTextField. paintContent(PaintTarget target)voidCalendar. paintContent(PaintTarget target)voidComboBox. paintContent(PaintTarget target)voidCustomLayout. paintContent(PaintTarget target)voidDateField. paintContent(PaintTarget target)voidDragAndDropWrapper. paintContent(PaintTarget target)voidEmbedded. paintContent(PaintTarget target)Invoked when the component state should be painted.voidForm. paintContent(PaintTarget target)Deprecated.voidLegacyComponent. paintContent(PaintTarget target)Deprecated.Paints the Paintable into a UIDL stream.voidListSelect. paintContent(PaintTarget target)voidMenuBar. paintContent(PaintTarget target)Paint (serialise) the component for the client.voidNativeSelect. paintContent(PaintTarget target)voidOptionGroup. paintContent(PaintTarget target)voidPanel. paintContent(PaintTarget target)voidPopupDateField. paintContent(PaintTarget target)voidRichTextArea. paintContent(PaintTarget target)voidTable. paintContent(PaintTarget target)voidTree. paintContent(PaintTarget target)Paints any needed component-specific things to the given UIDL stream.voidTree.TargetInSubtree. paintContent(PaintTarget target)voidTreeTable. paintContent(PaintTarget target)voidTwinColSelect. paintContent(PaintTarget target)voidUI. paintContent(PaintTarget target)voidUpload. paintContent(PaintTarget target)Paints the content of this component.voidWindow. paintContent(PaintTarget target)protected voidAbstractSelect. paintItem(PaintTarget target, Object itemId)protected voidOptionGroup. paintItem(PaintTarget target, Object itemId)voidTable.TableDropCriterion. paintResponse(PaintTarget target)voidTree.TreeDropCriterion. paintResponse(PaintTarget target)protected voidTable. paintRowAttributes(PaintTarget target, Object itemId)A method where extended Table implementations may add their custom attributes for rows.protected voidTreeTable. paintRowAttributes(PaintTarget target, Object itemId)protected voidTable. paintRowHeader(PaintTarget target, Object[][] cells, int indexInRowbuffer)protected voidTable. paintRowIcon(PaintTarget target, Object[][] cells, int indexInRowbuffer)protected voidTreeTable. paintRowIcon(PaintTarget target, Object[][] cells, int indexInRowbuffer)
-