Class CustomPanelDefinitionImpl
- java.lang.Object
-
- org.uberfire.workbench.model.impl.PanelDefinitionImpl
-
- org.uberfire.workbench.model.impl.CustomPanelDefinitionImpl
-
- All Implemented Interfaces:
CustomPanelDefinition,PanelDefinition
public class CustomPanelDefinitionImpl extends PanelDefinitionImpl implements CustomPanelDefinition
-
-
Field Summary
-
Fields inherited from interface org.uberfire.workbench.model.PanelDefinition
PARENT_CHOOSES_TYPE
-
-
Constructor Summary
Constructors Constructor Description CustomPanelDefinitionImpl(String panelType, com.google.gwt.user.client.ui.HasWidgets hasWidgetsContainer)CustomPanelDefinitionImpl(String panelType, elemental2.dom.HTMLElement htmlElementContainer)CustomPanelDefinitionImpl(String panelType, org.jboss.errai.common.client.dom.HTMLElement htmlElementContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.uberfire.workbench.model.impl.PanelDefinitionImpl
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.uberfire.workbench.model.PanelDefinition
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
-
-
-
-
Constructor Detail
-
CustomPanelDefinitionImpl
public CustomPanelDefinitionImpl(String panelType, com.google.gwt.user.client.ui.HasWidgets hasWidgetsContainer)
-
CustomPanelDefinitionImpl
public CustomPanelDefinitionImpl(String panelType, org.jboss.errai.common.client.dom.HTMLElement htmlElementContainer)
-
CustomPanelDefinitionImpl
public CustomPanelDefinitionImpl(String panelType, elemental2.dom.HTMLElement htmlElementContainer)
-
-
Method Detail
-
getHtmlElementContainer
public Optional<org.jboss.errai.common.client.dom.HTMLElement> getHtmlElementContainer()
Description copied from interface:CustomPanelDefinitionReturns the HTMLElement container associated with the custom panel.- Specified by:
getHtmlElementContainerin interfaceCustomPanelDefinition
-
getHasWidgetsContainer
public Optional<com.google.gwt.user.client.ui.HasWidgets> getHasWidgetsContainer()
Description copied from interface:CustomPanelDefinitionReturns the HasWidgets container associated with the custom panel.- Specified by:
getHasWidgetsContainerin interfaceCustomPanelDefinition
-
getElemental2HtmlElementContainer
public Optional<elemental2.dom.HTMLElement> getElemental2HtmlElementContainer()
Description copied from interface:CustomPanelDefinitionReturns the elemental2.dom.HTMLElement container associated with the custom panel.- Specified by:
getElemental2HtmlElementContainerin interfaceCustomPanelDefinition
-
-