Uses of Interface
org.uberfire.workbench.model.PartDefinition
-
Packages that use PartDefinition Package Description org.uberfire.workbench.model org.uberfire.workbench.model.impl -
-
Uses of PartDefinition in org.uberfire.workbench.model
Methods in org.uberfire.workbench.model that return PartDefinition Modifier and Type Method Description PartDefinitionPanelDefinition. addPart(String partSpec)Specifies content that should be put in this panel's main display area when it is materialized.Methods in org.uberfire.workbench.model that return types with arguments of type PartDefinition Modifier and Type Method Description Set<PartDefinition>PanelDefinition. getParts()Get the Parts contained in the PanelMethods in org.uberfire.workbench.model with parameters of type PartDefinition Modifier and Type Method Description voidPanelDefinition. addPart(PartDefinition part)Specifies content that should be put in this panel's main display area when it is materialized.booleanPanelDefinition. removePart(PartDefinition part)Removes the given part definition from this panel definition. -
Uses of PartDefinition in org.uberfire.workbench.model.impl
Classes in org.uberfire.workbench.model.impl that implement PartDefinition Modifier and Type Class Description classPartDefinitionImplDefault implementation of PartDefinitionMethods in org.uberfire.workbench.model.impl that return PartDefinition Modifier and Type Method Description PartDefinitionPanelDefinitionImpl. addPart(String partSpec)Methods in org.uberfire.workbench.model.impl that return types with arguments of type PartDefinition Modifier and Type Method Description Set<PartDefinition>PanelDefinitionImpl. getParts()Methods in org.uberfire.workbench.model.impl with parameters of type PartDefinition Modifier and Type Method Description voidPanelDefinitionImpl. addPart(PartDefinition part)booleanPanelDefinitionImpl. removePart(PartDefinition part)
-