|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.layout.HtmlLayoutData
public class HtmlLayoutData
A layout data implementation for child components that are added to the
HtmlLayout layout container.
| 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 |
|---|
public HtmlLayoutData(String containerId)
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 |
|---|
public String getContainerId()
public void setContainerId(String containerId)
containerId - The parent node id to use.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||