net.sf.jzeno.echo
Class SpecificInvalidMarker

java.lang.Object
  extended by net.sf.jzeno.echo.SpecificInvalidMarker
All Implemented Interfaces:
InvalidMarker

public class SpecificInvalidMarker
extends java.lang.Object
implements InvalidMarker


Constructor Summary
SpecificInvalidMarker()
           
 
Method Summary
 java.lang.String getInitializeScript(Connection connection, InstancePeer instancePeer, ComponentPeer componentPeer)
           
 Element render(RenderingContext rc, Element parentElement, ComponentPeer componentPeer, java.util.List errors, java.util.List messages)
           This method can perform extra rendering to indicate that a dynamic component is invalid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecificInvalidMarker

public SpecificInvalidMarker()
Method Detail

render

public Element render(RenderingContext rc,
                      Element parentElement,
                      ComponentPeer componentPeer,
                      java.util.List errors,
                      java.util.List messages)
Description copied from interface: InvalidMarker

This method can perform extra rendering to indicate that a dynamic component is invalid. The parent element where the component will be rendered is passed in, and the renderer may optionally return a different parent if required. Otherwise it should return the parent passed in as an argument.

Specified by:
render in interface InvalidMarker

getInitializeScript

public java.lang.String getInitializeScript(Connection connection,
                                            InstancePeer instancePeer,
                                            ComponentPeer componentPeer)
Specified by:
getInitializeScript in interface InvalidMarker