@JsType public interface CustomPanelDefinition extends PanelDefinition
PanelDefinition
that is associated with a HasWidgets
or HTMLElement container. See PlaceManager#goTo(PlaceRequest, HasWidgets)
and PlaceManager#goTo(PlaceRequest, HTMLElement)
PARENT_CHOOSES_TYPE
Modifier and Type | Method and Description |
---|---|
Optional<elemental2.dom.HTMLElement> |
getElemental2HtmlElementContainer()
Returns the elemental2.dom.HTMLElement container associated with the custom panel.
|
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, 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
@JsIgnore Optional<org.jboss.errai.common.client.dom.HTMLElement> getHtmlElementContainer()
@JsIgnore Optional<com.google.gwt.user.client.ui.HasWidgets> getHasWidgetsContainer()
@JsIgnore Optional<elemental2.dom.HTMLElement> getElemental2HtmlElementContainer()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.