org.cruxframework.crux.core.client.screen
Class HTMLPanelHelper.HTMLPanelInfo

java.lang.Object
  extended by org.cruxframework.crux.core.client.screen.HTMLPanelHelper.HTMLPanelInfo
Enclosing class:
HTMLPanelHelper

public static class HTMLPanelHelper.HTMLPanelInfo
extends Object

Contains information about where HTMLPanel was attached early

Author:
Thiago da Rosa de Bustamante

Constructor Summary
HTMLPanelHelper.HTMLPanelInfo(com.google.gwt.dom.client.Element origParent, com.google.gwt.dom.client.Element origSibling)
          Constructor
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLPanelHelper.HTMLPanelInfo

public HTMLPanelHelper.HTMLPanelInfo(com.google.gwt.dom.client.Element origParent,
                                     com.google.gwt.dom.client.Element origSibling)
Constructor

Parameters:
origParent - HTML panel parent element
origSibling - HTML sibling element
Method Detail

getOrigParent

public com.google.gwt.dom.client.Element getOrigParent()
Return the original HTML panel parent element

Returns:
HTML panel parent element

getOrigSibling

public com.google.gwt.dom.client.Element getOrigSibling()
Return the original HTML panel sibling element

Returns:
HTML panel sibling element


Copyright © 2014. All rights reserved.