|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PaintException | |
---|---|
com.vaadin.event | |
com.vaadin.event.dd.acceptcriteria | |
com.vaadin.server | |
com.vaadin.ui |
Uses of PaintException in com.vaadin.event |
---|
Methods in com.vaadin.event that throw PaintException | |
---|---|
void |
ActionManager.paintActions(java.lang.Object actionTarget,
PaintTarget paintTarget)
|
Uses of PaintException in com.vaadin.event.dd.acceptcriteria |
---|
Methods in com.vaadin.event.dd.acceptcriteria that throw PaintException | |
---|---|
void |
ServerSideCriterion.paint(PaintTarget target)
|
void |
AcceptCriterion.paint(PaintTarget target)
|
void |
ClientSideCriterion.paint(PaintTarget target)
|
void |
SourceIs.paintContent(PaintTarget target)
|
void |
ContainsDataFlavor.paintContent(PaintTarget target)
|
void |
Or.paintContent(PaintTarget target)
|
void |
Not.paintContent(PaintTarget target)
|
void |
And.paintContent(PaintTarget target)
|
protected void |
ClientSideCriterion.paintContent(PaintTarget target)
|
void |
TargetDetailIs.paintContent(PaintTarget target)
|
void |
ServerSideCriterion.paintResponse(PaintTarget target)
|
void |
AcceptCriterion.paintResponse(PaintTarget target)
This needs to be implemented iff criterion does some lazy server side initialization. |
void |
ClientSideCriterion.paintResponse(PaintTarget target)
|
Uses of PaintException in com.vaadin.server |
---|
Methods in com.vaadin.server that throw PaintException | |
---|---|
void |
PaintTarget.addAttribute(java.lang.String name,
boolean value)
Adds a boolean attribute to component. |
void |
JsonPaintTarget.addAttribute(java.lang.String name,
boolean value)
|
void |
PaintTarget.addAttribute(java.lang.String name,
Component value)
Adds a Component type attribute. |
void |
JsonPaintTarget.addAttribute(java.lang.String name,
Component value)
|
void |
PaintTarget.addAttribute(java.lang.String name,
double value)
Adds a double attribute to component. |
void |
JsonPaintTarget.addAttribute(java.lang.String name,
double value)
|
void |
PaintTarget.addAttribute(java.lang.String name,
float value)
Adds a float attribute to component. |
void |
JsonPaintTarget.addAttribute(java.lang.String name,
float value)
|
void |
PaintTarget.addAttribute(java.lang.String name,
int value)
Adds a integer attribute to component. |
void |
JsonPaintTarget.addAttribute(java.lang.String name,
int value)
|
void |
PaintTarget.addAttribute(java.lang.String name,
long value)
Adds a long attribute to component. |
void |
JsonPaintTarget.addAttribute(java.lang.String name,
long value)
|
void |
PaintTarget.addAttribute(java.lang.String name,
java.util.Map<?,?> value)
TODO |
void |
JsonPaintTarget.addAttribute(java.lang.String name,
java.util.Map<?,?> value)
|
void |
PaintTarget.addAttribute(java.lang.String name,
Resource value)
Adds a resource attribute to component. |
void |
JsonPaintTarget.addAttribute(java.lang.String name,
Resource value)
|
void |
PaintTarget.addAttribute(java.lang.String name,
java.lang.String value)
Adds a string attribute to component. |
void |
JsonPaintTarget.addAttribute(java.lang.String name,
java.lang.String value)
|
void |
PaintTarget.addCharacterData(java.lang.String text)
Adds CDATA node to target UIDL-tree. |
void |
JsonPaintTarget.addCharacterData(java.lang.String text)
|
void |
PaintTarget.addSection(java.lang.String sectionTagName,
java.lang.String sectionData)
Prints single XMLsection. |
void |
JsonPaintTarget.addSection(java.lang.String sectionTagName,
java.lang.String sectionData)
Prints the single text section. |
void |
PaintTarget.addText(java.lang.String text)
Adds text node. |
void |
JsonPaintTarget.addText(java.lang.String str)
Prints XML-escaped text. |
void |
PaintTarget.addUIDL(java.lang.String uidl)
Adds UIDL directly. |
void |
JsonPaintTarget.addUIDL(java.lang.String xml)
Adds XML directly to UIDL. |
void |
PaintTarget.addUploadStreamVariable(VariableOwner owner,
java.lang.String name)
Adds a upload stream type variable. |
void |
JsonPaintTarget.addUploadStreamVariable(VariableOwner owner,
java.lang.String name)
Adds a upload stream type variable. |
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
boolean value)
Adds a boolean type variable. |
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
boolean value)
|
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
Component value)
Adds a Component type variable. |
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
Component value)
|
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
double value)
Adds a double type variable. |
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
double value)
|
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
float value)
Adds a float type variable. |
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
float value)
|
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
int value)
Adds a int type variable. |
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
int value)
|
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
long value)
Adds a long type variable. |
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
long value)
|
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
StreamVariable value)
Adds details about StreamVariable to the UIDL stream. |
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
StreamVariable value)
|
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
java.lang.String value)
Adds a string type variable. |
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
java.lang.String value)
|
void |
PaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
java.lang.String[] value)
Adds a string array type variable. |
void |
JsonPaintTarget.addVariable(VariableOwner owner,
java.lang.String name,
java.lang.String[] value)
|
void |
PaintTarget.addXMLSection(java.lang.String sectionTagName,
java.lang.String sectionData,
java.lang.String namespace)
Prints single XML section. |
void |
JsonPaintTarget.addXMLSection(java.lang.String sectionTagName,
java.lang.String sectionData,
java.lang.String namespace)
Adds XML section with namespace. |
void |
JsonPaintTarget.close()
Closes the paint target. |
void |
PaintTarget.endPaintable(Component paintable)
Prints paintable element end tag. |
void |
JsonPaintTarget.endPaintable(Component paintable)
|
void |
PaintTarget.endTag(java.lang.String tagName)
Prints element end tag. |
void |
JsonPaintTarget.endTag(java.lang.String tagName)
Prints the element end tag. |
protected org.json.JSONObject |
BootstrapHandler.getApplicationParameters(BootstrapHandler.BootstrapContext context)
Deprecated. |
protected java.lang.String |
AbstractCommunicationManager.getInitialUIDL(WrappedRequest request,
UI uI)
Deprecated. Generates the initial UIDL message that can e.g. |
static void |
LegacyPaint.paint(Component component,
PaintTarget target)
Paints the Paintable into a UIDL stream. |
void |
Page.paintContent(PaintTarget target)
|
void |
LegacyComponent.paintContent(PaintTarget target)
Paints the Paintable into a UIDL stream. |
PaintTarget.PaintStatus |
PaintTarget.startPaintable(Component paintable,
java.lang.String tag)
Prints element start tag of a paintable section. |
PaintTarget.PaintStatus |
JsonPaintTarget.startPaintable(Component connector,
java.lang.String tagName)
|
void |
PaintTarget.startTag(java.lang.String tagName)
Prints element start tag. |
void |
JsonPaintTarget.startTag(java.lang.String tagName)
|
void |
JsonPaintTarget.startTag(java.lang.String tagName,
boolean isChildNode)
Prints the element start tag. |
void |
AbstractCommunicationManager.writeUidlResponse(WrappedRequest request,
boolean repaintAll,
java.io.PrintWriter outWriter,
UI ui,
boolean analyzeLayouts)
Deprecated. |
Constructors in com.vaadin.server that throw PaintException | |
---|---|
JsonPaintTarget(AbstractCommunicationManager manager,
java.io.PrintWriter outWriter,
boolean cachingRequired)
Creates a new JsonPaintTarget. |
Uses of PaintException in com.vaadin.ui |
---|
Methods in com.vaadin.ui that throw PaintException | |
---|---|
void |
DateField.paintContent(PaintTarget target)
|
void |
Tree.paintContent(PaintTarget target)
Paints any needed component-specific things to the given UIDL stream. |
void |
Tree.TargetInSubtree.paintContent(PaintTarget target)
|
void |
ListSelect.paintContent(PaintTarget target)
|
void |
PopupView.paintContent(PaintTarget target)
Paint (serialize) the component for the client. |
void |
TwinColSelect.paintContent(PaintTarget target)
|
void |
Window.paintContent(PaintTarget target)
|
void |
OptionGroup.paintContent(PaintTarget target)
|
void |
ComboBox.paintContent(PaintTarget target)
|
void |
RichTextArea.paintContent(PaintTarget target)
|
void |
MenuBar.paintContent(PaintTarget target)
Paint (serialise) the component for the client. |
void |
GridLayout.paintContent(PaintTarget target)
Paints the contents of this component. |
void |
Form.paintContent(PaintTarget target)
Deprecated. |
void |
TreeTable.paintContent(PaintTarget target)
|
void |
Panel.paintContent(PaintTarget target)
|
void |
AbstractTextField.paintContent(PaintTarget target)
|
void |
NativeSelect.paintContent(PaintTarget target)
|
void |
Table.paintContent(PaintTarget target)
|
void |
Link.paintContent(PaintTarget target)
Paints the content of this component. |
void |
Embedded.paintContent(PaintTarget target)
Invoked when the component state should be painted. |
void |
CustomLayout.paintContent(PaintTarget target)
|
void |
UI.paintContent(PaintTarget target)
|
void |
Upload.paintContent(PaintTarget target)
Paints the content of this component. |
void |
PopupDateField.paintContent(PaintTarget target)
|
void |
ProgressIndicator.paintContent(PaintTarget target)
Paints the content of this component. |
void |
AbstractSelect.paintContent(PaintTarget target)
Paints the content of this component. |
void |
TabSheet.paintContent(PaintTarget target)
Paints the content of this component. |
void |
DragAndDropWrapper.paintContent(PaintTarget target)
|
protected void |
OptionGroup.paintItem(PaintTarget target,
java.lang.Object itemId)
|
protected void |
AbstractSelect.paintItem(PaintTarget target,
java.lang.Object itemId)
|
void |
Tree.TreeDropCriterion.paintResponse(PaintTarget target)
|
void |
Table.TableDropCriterion.paintResponse(PaintTarget target)
|
protected void |
TreeTable.paintRowAttributes(PaintTarget target,
java.lang.Object itemId)
|
protected void |
Table.paintRowAttributes(PaintTarget target,
java.lang.Object itemId)
A method where extended Table implementations may add their custom attributes for rows. |
protected void |
Table.paintRowHeader(PaintTarget target,
java.lang.Object[][] cells,
int indexInRowbuffer)
|
protected void |
TreeTable.paintRowIcon(PaintTarget target,
java.lang.Object[][] cells,
int indexInRowbuffer)
|
protected void |
Table.paintRowIcon(PaintTarget target,
java.lang.Object[][] cells,
int indexInRowbuffer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |