public class CustomPanelDefinitionImpl extends PanelDefinitionImpl implements CustomPanelDefinition
PARENT_CHOOSES_TYPE
Constructor and Description |
---|
CustomPanelDefinitionImpl(String panelType,
com.google.gwt.user.client.ui.HasWidgets hasWidgetsContainer) |
CustomPanelDefinitionImpl(String panelType,
org.jboss.errai.common.client.dom.HTMLElement htmlElementContainer) |
Modifier and Type | Method and Description |
---|---|
Optional<com.google.gwt.user.client.ui.HasWidgets> |
getHasWidgetsContainer()
Returns the HasWidgets container associated with the custom panel.
|
Optional<org.jboss.errai.common.client.dom.HTMLElement> |
getHtmlElementContainer()
Returns the HTMLElement container associated with the custom panel.
|
addPart, addPart, appendChild, appendChild, getChild, getChildren, getContextDefinition, getContextDisplayMode, getElementId, getHeight, getMinHeight, getMinWidth, getPanelType, getParent, getParts, getPosition, getWidth, insertChild, isMaximized, isRoot, removeChild, removePart, setContextDefinition, setContextDisplayMode, setElementId, setHeight, setMinHeight, setMinWidth, setPanelType, setParent, setPosition, setRoot, setWidth, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addPart, addPart, appendChild, appendChild, asString, getChild, getChildren, getContextDefinition, getContextDisplayMode, getElementId, getHeight, getHeightAsInt, getMinHeight, getMinHeightAsInt, getMinWidth, getMinWidthAsInt, getPanelType, getParent, getParts, getPosition, getWidth, getWidthAsInt, insertChild, isMaximized, isRoot, removeChild, removePart, setContextDefinition, setContextDisplayMode, setElementId, setHeight, setHeight, setMinHeight, setMinWidth, setPanelType, setPosition, setWidth, setWidth
public CustomPanelDefinitionImpl(String panelType, com.google.gwt.user.client.ui.HasWidgets hasWidgetsContainer)
public CustomPanelDefinitionImpl(String panelType, org.jboss.errai.common.client.dom.HTMLElement htmlElementContainer)
public Optional<org.jboss.errai.common.client.dom.HTMLElement> getHtmlElementContainer()
CustomPanelDefinition
getHtmlElementContainer
in interface CustomPanelDefinition
public Optional<com.google.gwt.user.client.ui.HasWidgets> getHasWidgetsContainer()
CustomPanelDefinition
getHasWidgetsContainer
in interface CustomPanelDefinition
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.