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.web This package implement web terminal for both AJAX-capable and more limited web browsers. 
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, 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, int value)
          Adds a int 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 CompositeErrorMessage.paint(PaintTarget target)
           
 void SystemError.paint(PaintTarget target)
           
 void Paintable.paint(PaintTarget target)
           Paints the paintable into a UIDL stream.
 void UserError.paint(PaintTarget target)
           
 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.web
 

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

Constructors in com.itmill.toolkit.terminal.web that throw PaintException
AjaxPaintTarget(AjaxVariableMap variableMap, AjaxApplicationManager manager, OutputStream output)
          Creates a new XMLPrintWriter, without automatic line flushing.
WebPaintTarget(HttpVariableMap variableMap, UIDLTransformerType type, ApplicationServlet webAdapterServlet, Theme theme)
          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 CustomComponent.paint(PaintTarget target)
           
 void OrderedLayout.paintContent(PaintTarget target)
          Paints the content of this component.
 void TextField.paintContent(PaintTarget target)
           
 void Upload.paintContent(PaintTarget target)
          Paints the content of this component.
 void FrameWindow.paintContent(PaintTarget target)
          Paints the window contents.
 void DateField.paintContent(PaintTarget target)
           
 void Embedded.paintContent(PaintTarget target)
          Invoked when the component state should be painted.
 void Form.paintContent(PaintTarget target)
           
 void ProgressIndicator.paintContent(PaintTarget target)
          Paints the content of this component.
 void Table.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 ExpandLayout.paintContent(PaintTarget target)
           
 void Window.paintContent(PaintTarget target)
          Paints the content of this component.
 void Panel.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 TabSheet.paintContent(PaintTarget target)
          Paints the content of this component.
 void AbstractField.paintContent(PaintTarget target)
           
 void CustomLayout.paintContent(PaintTarget target)
          Paints the content of this component.
 void Button.paintContent(PaintTarget target)
          Paints the content of this component.
 void Label.paintContent(PaintTarget target)
          Paints the content of this component.
 void GridLayout.paintContent(PaintTarget target)
          Paints the contents of this component.
 void Link.paintContent(PaintTarget target)
          Paints the content of this component.
 void Select.paintContent(PaintTarget target)
          Paints the content of this component.
 



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