|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jzeno.echo.DefaultInvalidMarker
public class DefaultInvalidMarker
Constructor Summary | |
---|---|
DefaultInvalidMarker()
|
Method Summary | |
---|---|
java.lang.String |
getInitializeScript(Connection connection,
InstancePeer instancePeer,
ComponentPeer invalidPeers)
|
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 |
---|
public DefaultInvalidMarker()
Method Detail |
---|
public java.lang.String getInitializeScript(Connection connection, InstancePeer instancePeer, ComponentPeer invalidPeers)
getInitializeScript
in interface InvalidMarker
public Element render(RenderingContext rc, Element parentElement, ComponentPeer componentPeer, java.util.List errors, java.util.List messages)
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.
render
in interface InvalidMarker
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |