| Package | qnx.ui.core |
| Class | public class Containment |
| Inheritance | Containment Object |
Containment class contains values that are used to define layout options within a container.
See also
| Constant | Defined By | ||
|---|---|---|---|
| BACKGROUND : String = background [static]
A constant indicating that this object will be sized to fill the entire region of the container. | Containment | ||
| CONTAINED : String = contained [static]
A constant indicating that this object will be contained in the free area of the container. | Containment | ||
| DOCK_BOTTOM : String = bottom [static]
A constant indicating that this object will be docked to the bottom side of the container. | Containment | ||
| DOCK_LEFT : String = left [static]
A constant indicating that this object will be docked to the left side of the container. | Containment | ||
| DOCK_RIGHT : String = right [static]
A constant indicating that this object will be docked to the right side of the container. | Containment | ||
| DOCK_TOP : String = top [static]
A constant indicating that this object will be docked to the top side of the container. | Containment | ||
| UNCONTAINED : String = uncontained [static]
A constant indicating that this object will be ignored (not positioned during layout) by the container. | Containment | ||
| BACKGROUND | Constant |
public static const BACKGROUND:String = backgroundA constant indicating that this object will be sized to fill the entire region of the container.
| CONTAINED | Constant |
public static const CONTAINED:String = containedA constant indicating that this object will be contained in the free area of the container.
| DOCK_BOTTOM | Constant |
public static const DOCK_BOTTOM:String = bottomA constant indicating that this object will be docked to the bottom side of the container.
| DOCK_LEFT | Constant |
public static const DOCK_LEFT:String = leftA constant indicating that this object will be docked to the left side of the container.
| DOCK_RIGHT | Constant |
public static const DOCK_RIGHT:String = rightA constant indicating that this object will be docked to the right side of the container.
| DOCK_TOP | Constant |
public static const DOCK_TOP:String = topA constant indicating that this object will be docked to the top side of the container.
| UNCONTAINED | Constant |
public static const UNCONTAINED:String = uncontainedA constant indicating that this object will be ignored (not positioned during layout) by the container.