EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.layout
Class HtmlLayoutData

java.lang.Object
  extended by echopoint.layout.HtmlLayoutData
All Implemented Interfaces:
Serializable, LayoutData

public class HtmlLayoutData
extends Object
implements LayoutData

A layout data implementation for child components that are added to the HtmlLayout layout container.

Since:
3.0.0a11
Version:
$Id: HtmlLayoutData.java 152 2009-04-19 21:53:22Z sptrakesh $
Author:
Simon Lei 2009-03-16
See Also:
Serialized Form

Constructor Summary
HtmlLayoutData(String containerId)
          Create a new layout data instance using the specified DOM id.
 
Method Summary
 String getContainerId()
          Return the DOM node id for the parent element of the component to which this layout applies.
 void setContainerId(String containerId)
          Set the DOM node id for the parent element of the component to which this layout applies.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlLayoutData

public HtmlLayoutData(String containerId)
Create a new layout data instance using the specified DOM id.

Parameters:
containerId - The DOM node id for the container. Note that an element with the specified id must exist in the layout HTML code.
Method Detail

getContainerId

public String getContainerId()
Return the DOM node id for the parent element of the component to which this layout applies.

Returns:
The parent node id.

setContainerId

public void setContainerId(String containerId)
Set the DOM node id for the parent element of the component to which this layout applies.

Parameters:
containerId - The parent node id to use.

EchoPoint API - 3.0.0b5
App Webcontainer