The qnx.ui.core package contains the functionality that enables you to position
UI components on a view. The Container class is the "container" that is used
to group and position interface components, while the UIComponent class is the base class for all
components.
Interfaces
| | Interface | Description |
|---|
| | IContainable |
The IContainable interface provides the methods and properties that enable definitions for container layout. |
Classes
| | Class | Description |
|---|
| | Container |
The Container class is the basic container that organizes an application's interface components on the stage. |
| | ContainerAlign |
The ContainerAlign class defines the align options for children within a Container. |
| | ContainerFlow |
The ContainerFlow class defines the flow options for children within a Container. |
| | Containment |
The Containment class contains values that are used to define layout options within a container. |
| | InvalidationType |
The InvalidationType object defines InvalidationType constants that are used to indicate which portions of a component are invalid. |
| | SizeMode |
The SizeMode class contains the constant values that define the component sizing mode
when being laid out in a container. |
| | SizeUnit |
The SizeUnit class contains the constant values that define the unit of measure
for container sizing. |
| | SkinnableComponent |
The SkinnableComponent class is the base class for components that can be skinned. |
| | Spacer |
The Spacer class is used to provide space between child items within a container. |
| | UIComponent |
The UIComponent class is the base class for all components. |
Copyright 2012 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Mon Jan 23 2012, 01:05 PM -05:00