public static class HTMLPanelHelper.HTMLPanelInfo extends Object
| Constructor and Description |
|---|
HTMLPanelHelper.HTMLPanelInfo(com.google.gwt.dom.client.Element origParent,
com.google.gwt.dom.client.Element origSibling)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.dom.client.Element |
getOrigParent()
Return the original HTML panel parent element
|
com.google.gwt.dom.client.Element |
getOrigSibling()
Return the original HTML panel sibling element
|
public HTMLPanelHelper.HTMLPanelInfo(com.google.gwt.dom.client.Element origParent,
com.google.gwt.dom.client.Element origSibling)
origParent - HTML panel parent elementorigSibling - HTML sibling elementpublic com.google.gwt.dom.client.Element getOrigParent()
public com.google.gwt.dom.client.Element getOrigSibling()
Copyright © 2015. All rights reserved.