Home | Trees | Indices | Help |
|
---|
|
object --+ | IPaintTarget
This interface defines the methods for painting XML to the UIDL stream.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Prints single XMLsection. Prints full XML section. The section data is escaped from XML tags and surrounded by XML start and end-tags.
|
Prints element start tag of a paintable section. Starts a paintable section using the given tag. The IPaintTarget may implement a caching scheme, that checks the paintable has actually changed or can a cached version be used instead. This method should call the startTag method. If the Paintable is found in cache and this function returns true it may omit the content and close the tag, in which case cached content should be used.
|
Paints a component reference as an attribute to current tag. This method is meant to enable component interactions on client side. With reference the client side component can communicate directly to other component. Note! This was experimental api and got replaced by addAttribute.
Deprecated: use addAttribute or addVariable instead |
Prints element end tag. If the parent tag is closed before every child tag is closed an PaintException is raised.
|
Adds a boolean attribute to component. Attributes must be added before any content is written.
|
Adds details about The urls in UIDL message may use Muntjac specific protocol. Before
actually using the urls on the client side, they should be passed via
Note that in current terminal implementation StreamVariables are cleaned from the terminal only when:
Most commonly a component developer can just ignore this issue, but with strict memory requirements and lots of StreamVariables implementations that reserve a lot of memory this may be a critical issue.
|
Adds a upload stream type variable.
|
Prints single XML section. Prints full XML section. The section data must be XML and it is surrounded by XML start and end-tags.
|
Adds UIDL directly. The UIDL must be valid in accordance with the UIDL.dtd
|
Adds text node. All the contents of the text are XML-escaped.
|
Adds CDATA node to target UIDL-tree.
|
|
@return true if a full repaint has been requested. E.g. refresh in a browser window or such. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:53 2013 | http://epydoc.sourceforge.net |