Uses of Class
com.itmill.toolkit.terminal.PaintException

Packages that use PaintException
com.itmill.toolkit.data Provides interfaces for the data layer which contains classes for typed data values, data collections, and handlers. 
com.itmill.toolkit.terminal Provides classes and interfaces that wrap the terminal-side functionalities for the server-side application. 
com.itmill.toolkit.terminal.gwt.server   
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of PaintException in com.itmill.toolkit.data
 

Methods in com.itmill.toolkit.data that throw PaintException
 void Buffered.SourceException.paint(PaintTarget target)
           
 void Validator.InvalidValueException.paint(PaintTarget target)
           
 

Uses of PaintException in com.itmill.toolkit.terminal
 

Methods in com.itmill.toolkit.terminal that throw PaintException
 void PaintTarget.addAttribute(String name, boolean value)
          Adds a boolean attribute to component.
 void PaintTarget.addAttribute(String name, double value)
          Adds a double attribute to component.
 void PaintTarget.addAttribute(String name, float value)
          Adds a float attribute to component.
 void PaintTarget.addAttribute(String name, int value)
          Adds a integer attribute to component.
 void PaintTarget.addAttribute(String name, long value)
          Adds a long attribute to component.
 void PaintTarget.addAttribute(String name, Resource value)
          Adds a resource attribute to component.
 void PaintTarget.addAttribute(String name, String value)
          Adds a string attribute to component.
 void PaintTarget.addCharacterData(String text)
          Adds CDATA node to target UIDL-tree.
 void PaintTarget.addSection(String sectionTagName, String sectionData)
          Prints single XMLsection.
 void PaintTarget.addText(String text)
          Adds text node.
 void PaintTarget.addUIDL(String uidl)
          Adds UIDL directly.
 void PaintTarget.addUploadStreamVariable(VariableOwner owner, String name)
          Adds a upload stream type variable.
 void PaintTarget.addVariable(VariableOwner owner, String name, boolean value)
          Adds a boolean type variable.
 void PaintTarget.addVariable(VariableOwner owner, String name, double value)
          Adds a double type variable.
 void PaintTarget.addVariable(VariableOwner owner, String name, float value)
          Adds a float type variable.
 void PaintTarget.addVariable(VariableOwner owner, String name, int value)
          Adds a int type variable.
 void PaintTarget.addVariable(VariableOwner owner, String name, long value)
          Adds a long type variable.
 void PaintTarget.addVariable(VariableOwner owner, String name, String value)
          Adds a string type variable.
 void PaintTarget.addVariable(VariableOwner owner, String name, String[] value)
          Adds a string array type variable.
 void PaintTarget.addXMLSection(String sectionTagName, String sectionData, String namespace)
          Prints single XML section.
 void PaintTarget.endTag(String tagName)
          Prints element end tag.
 void SystemError.paint(PaintTarget target)
           
 void Paintable.paint(PaintTarget target)
           Paints the Paintable into a UIDL stream.
 void CompositeErrorMessage.paint(PaintTarget target)
           
 void UserError.paint(PaintTarget target)
           
 void PaintTarget.paintReference(Paintable paintable, String referenceName)
          Paints a component reference as an attribute to current tag.
 boolean PaintTarget.startTag(Paintable paintable, String tag)
          Prints element start tag of a paintable section.
 void PaintTarget.startTag(String tagName)
          Prints element start tag.
 

Uses of PaintException in com.itmill.toolkit.terminal.gwt.server
 

Methods in com.itmill.toolkit.terminal.gwt.server that throw PaintException
 void JsonPaintTarget.addAttribute(String name, boolean value)
          Adds a boolean attribute to component.
 void JsonPaintTarget.addAttribute(String name, double value)
          Adds a double attribute to component.
 void JsonPaintTarget.addAttribute(String name, float value)
          Adds a float attribute to component.
 void JsonPaintTarget.addAttribute(String name, int value)
          Adds a integer attribute to component.
 void JsonPaintTarget.addAttribute(String name, long value)
          Adds a long attribute to component.
 void JsonPaintTarget.addAttribute(String name, Resource value)
          Adds a resource attribute to component.
 void JsonPaintTarget.addAttribute(String name, String value)
          Adds a string attribute to component.
 void JsonPaintTarget.addCharacterData(String text)
           
 void JsonPaintTarget.addSection(String sectionTagName, String sectionData)
          Prints the single text section.
 void JsonPaintTarget.addText(String str)
          Prints XML-escaped text.
 void JsonPaintTarget.addUIDL(String xml)
          Adds XML directly to UIDL.
 void JsonPaintTarget.addUploadStreamVariable(VariableOwner owner, String name)
          Adds a upload stream type variable.
 void JsonPaintTarget.addVariable(VariableOwner owner, String name, boolean value)
          Adds a boolean type variable.
 void JsonPaintTarget.addVariable(VariableOwner owner, String name, double value)
          Adds a double type variable.
 void JsonPaintTarget.addVariable(VariableOwner owner, String name, float value)
          Adds a float type variable.
 void JsonPaintTarget.addVariable(VariableOwner owner, String name, int value)
          Adds a int type variable.
 void JsonPaintTarget.addVariable(VariableOwner owner, String name, long value)
          Adds a long type variable.
 void JsonPaintTarget.addVariable(VariableOwner owner, String name, String value)
          Adds a string type variable.
 void JsonPaintTarget.addVariable(VariableOwner owner, String name, String[] value)
          Adds a string array type variable.
 void JsonPaintTarget.addXMLSection(String sectionTagName, String sectionData, String namespace)
          Adds XML section with namespace.
 void JsonPaintTarget.close()
          Closes the paint target.
 void JsonPaintTarget.endTag(String tagName)
          Prints the element end tag.
 void JsonPaintTarget.paintReference(Paintable paintable, String referenceName)
           
 boolean JsonPaintTarget.startTag(Paintable paintable, String tagName)
           
 void JsonPaintTarget.startTag(String tagName)
           
 void JsonPaintTarget.startTag(String tagName, boolean isChildNode)
          Prints the element start tag.
 

Constructors in com.itmill.toolkit.terminal.gwt.server that throw PaintException
JsonPaintTarget(CommunicationManager manager, PrintWriter outWriter, boolean cachingRequired)
          Creates a new XMLPrintWriter, without automatic line flushing.
 

Uses of PaintException in com.itmill.toolkit.ui
 

Methods in com.itmill.toolkit.ui that throw PaintException
 void AbstractComponent.paint(PaintTarget target)
           
 void Table.paintContent(PaintTarget target)
           
 void DateField.paintContent(PaintTarget target)
           
 void Label.paintContent(PaintTarget target)
          Paints the content of this component.
 void ListSelect.paintContent(PaintTarget target)
           
 void Button.paintContent(PaintTarget target)
          Paints the content of this component.
 void AbstractComponent.paintContent(PaintTarget target)
          Paints any needed component-specific things to the given UIDL stream.
 void Window.paintContent(PaintTarget target)
          Paints the content of this component.
 void Form.paintContent(PaintTarget target)
           
 void TabSheet.paintContent(PaintTarget target)
          Paints the content of this component.
 void OptionGroup.paintContent(PaintTarget target)
           
 void AbstractLayout.paintContent(PaintTarget target)
           
 void Upload.paintContent(PaintTarget target)
          Paints the content of this component.
 void CustomComponent.paintContent(PaintTarget target)
           
 void AbstractField.paintContent(PaintTarget target)
           
 void MenuBar.paintContent(PaintTarget target)
          Paint (serialise) the component for the client.
 void TextField.paintContent(PaintTarget target)
           
 void UriFragmentUtility.paintContent(PaintTarget target)
           
 void SplitPanel.paintContent(PaintTarget target)
          Paints the content of this component.
 void Tree.paintContent(PaintTarget target)
          Paints any needed component-specific things to the given UIDL stream.
 void AbstractOrderedLayout.paintContent(PaintTarget target)
          Paints the content of this component.
 void RichTextArea.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 NativeSelect.paintContent(PaintTarget target)
           
 void Link.paintContent(PaintTarget target)
          Paints the content of this component.
 void CustomLayout.paintContent(PaintTarget target)
          Paints the content of this component.
 void GridLayout.paintContent(PaintTarget target)
          Paints the contents of this component.
 void OrderedLayout.paintContent(PaintTarget target)
          Deprecated.  
 void Select.paintContent(PaintTarget target)
          Paints the content of this component.
 void PopupView.paintContent(PaintTarget target)
          Paint (serialize) the component for the client.
 void TwinColSelect.paintContent(PaintTarget target)
           
 void Slider.paintContent(PaintTarget target)
           
 void Embedded.paintContent(PaintTarget target)
          Invoked when the component state should be painted.
 void Panel.paintContent(PaintTarget target)
          Paints the content of this component.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.