Uses of Interface
org.uberfire.workbench.model.PanelDefinition
-
Packages that use PanelDefinition Package Description org.uberfire.workbench.model org.uberfire.workbench.model.impl -
-
Uses of PanelDefinition in org.uberfire.workbench.model
Subinterfaces of PanelDefinition in org.uberfire.workbench.model Modifier and Type Interface Description interfaceCustomPanelDefinitionA customPanelDefinitionthat is associated with a HasWidgets or HTMLElement container.Methods in org.uberfire.workbench.model that return PanelDefinition Modifier and Type Method Description PanelDefinitionPanelDefinition. getChild(Position position)Get the Panel's immediate child Panel at the given PositionPanelDefinitionPanelDefinition. getParent()Return the parent panel, or null ifisRoot()} returns true.PanelDefinitionPartDefinition. getParentPanel()PanelDefinitionPerspectiveDefinition. getRoot()Get the root Panel for this Perspective.Methods in org.uberfire.workbench.model that return types with arguments of type PanelDefinition Modifier and Type Method Description List<PanelDefinition>PanelDefinition. getChildren()Returns this panel's immediate child panels.Methods in org.uberfire.workbench.model with parameters of type PanelDefinition Modifier and Type Method Description voidPanelDefinition. appendChild(PanelDefinition panel)Append a Panel at the first empty child position.voidPanelDefinition. appendChild(Position position, PanelDefinition panel)Append a Panel at the first empty child position.voidPanelDefinition. insertChild(Position position, PanelDefinition panel)Insert a Panel as an immediate child at the given Position.voidPartDefinition. setParentPanel(PanelDefinition parentPanel) -
Uses of PanelDefinition in org.uberfire.workbench.model.impl
Classes in org.uberfire.workbench.model.impl that implement PanelDefinition Modifier and Type Class Description classCustomPanelDefinitionImplclassPanelDefinitionImplDefault implementation of PanelDefinitionMethods in org.uberfire.workbench.model.impl that return PanelDefinition Modifier and Type Method Description PanelDefinitionPanelDefinitionImpl. getChild(Position position)PanelDefinitionPanelDefinitionImpl. getParent()PanelDefinitionPartDefinitionImpl. getParentPanel()PanelDefinitionPerspectiveDefinitionImpl. getRoot()Methods in org.uberfire.workbench.model.impl that return types with arguments of type PanelDefinition Modifier and Type Method Description List<PanelDefinition>PanelDefinitionImpl. getChildren()Methods in org.uberfire.workbench.model.impl with parameters of type PanelDefinition Modifier and Type Method Description voidPanelDefinitionImpl. appendChild(PanelDefinition panel)voidPanelDefinitionImpl. appendChild(Position position, PanelDefinition panel)voidPanelDefinitionImpl. insertChild(Position position, PanelDefinition panel)voidPanelDefinitionImpl. setParent(PanelDefinition parent)voidPartDefinitionImpl. setParentPanel(PanelDefinition parentPanel)
-