NextApp Echo3
v3.0.b4

nextapp.echo.app.serial.property
Class GridLayoutDataPeer

java.lang.Object
  extended by nextapp.echo.app.serial.property.LayoutDataPeer
      extended by nextapp.echo.app.serial.property.CellLayoutDataPeer
          extended by nextapp.echo.app.serial.property.GridLayoutDataPeer
All Implemented Interfaces:
SerialPropertyPeer

public class GridLayoutDataPeer
extends CellLayoutDataPeer

SerialPropertyPeer for GridLayoutData properties.


Constructor Summary
GridLayoutDataPeer()
           
 
Method Summary
 void toXml(Context context, java.lang.Class objectClass, org.w3c.dom.Element propertyElement, java.lang.Object propertyValue)
          Translates an object to an XML representation of a property.
 
Methods inherited from class nextapp.echo.app.serial.property.LayoutDataPeer
toProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridLayoutDataPeer

public GridLayoutDataPeer()
Method Detail

toXml

public void toXml(Context context,
                  java.lang.Class objectClass,
                  org.w3c.dom.Element propertyElement,
                  java.lang.Object propertyValue)
           throws SerialException
Description copied from interface: SerialPropertyPeer
Translates an object to an XML representation of a property.

Specified by:
toXml in interface SerialPropertyPeer
Overrides:
toXml in class CellLayoutDataPeer
Parameters:
context - the relevant context
objectClass - the class of the property value
propertyElement - the XML <p> element in which the property value should be rendered
propertyValue - the property value
Throws:
SerialException
See Also:
SerialPropertyPeer.toXml(nextapp.echo.app.util.Context, java.lang.Class, org.w3c.dom.Element, java.lang.Object)

NextApp Echo3
v3.0.b4