Newer Version Available
Container Class
Represents a location and style in which to display more than one
custom console component in the sidebars of the console.
Namespace
Usage
Use this class when accessing Metadata.Layout metadata components. For more information, see
“Container” in the Metadata API Developer Guide.
Container Properties
The following are properties for Container.
height
The height of the component’s container. The unit property determines the unit of measurement, in pixels or
percent.
Signature
public Integer height {get; set;}
Property Value
Type: Integer
isContainerAutoSizeEnabled
Signature
public Boolean isContainerAutoSizeEnabled {get; set;}
Property Value
Type: Boolean
sidebarComponents
Signature
public List<Metadata.SidebarComponent> sidebarComponents {get; set;}
Property Value
Type: List<Metadata.SidebarComponent>
unit
The unit of measurement, in pixels or percent, for the height or width
of the components’ container.
Signature
public String unit {get; set;}
Property Value
Type: String
width
The width of the component’s container. The unit property determines the unit of measurement, in pixels or
percent.
Signature
public Integer width {get; set;}
Property Value
Type: Integer