public class HTMLPanelHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HTMLPanelHelper.HTMLPanelInfo
Contains information about where HTMLPanel was attached early
|
| Constructor and Description |
|---|
HTMLPanelHelper() |
| Modifier and Type | Method and Description |
|---|---|
static HTMLPanelHelper.HTMLPanelInfo |
attachToDom(com.google.gwt.user.client.ui.HTMLPanel panel)
Ensure that the given HTMLPanel will be attached to DOM.
|
static void |
restorePanelParent(com.google.gwt.user.client.ui.HTMLPanel panel,
HTMLPanelHelper.HTMLPanelInfo panelInfo)
Restore the HTMLPanel into its original parent
|
public static HTMLPanelHelper.HTMLPanelInfo attachToDom(com.google.gwt.user.client.ui.HTMLPanel panel)
panel - HTML panelpublic static void restorePanelParent(com.google.gwt.user.client.ui.HTMLPanel panel,
HTMLPanelHelper.HTMLPanelInfo panelInfo)
panel - HTML PanelpanelInfo - HTMLPanelInfo object, containing information about where HTMLPanel was attached earlyCopyright © 2015. All rights reserved.