Summary of Classes
From Pointui
Contents |
Basic Data Types
Here are the basic data type classes supported:
- bool (see Integer)
- DateTime
- Delegate (internal use only)
- Event
- Float (or float)
- Integer (or int, bool)
- UnsignedInteger (or uint)
- String (or string)
- ByteArray
- Pointer
NOTE: for Float, Integer, and String data types you can also use the more familiar lower case float, int, string names.
Globals
Global objects are always there to be accessed and additional instances of them should not be created. These objects generally only have methods.
- Application
- Appointments
- Bluetooth
- Contacts
- Device
- File
- FlowStack
- Messages
- Net
- Path
- Phone
- Process
- Resources
- Tasks
- Terms
- WiFi
- Windows
UI
These classes provide a way to display information on the screen.
- Applet
- Button
- ButtonIcon
- ButtonIconText
- Control
- CountIndicator
- Image
- Label
- ListItem
- Rectangle
- WaitCursor
Screens
When building new screens the following base screens can be inherited from to create the new screen.
Specialized Screens
These are pre-built screens that can be made use of with minimal customization. They are designed to be re-used in their entirety and generally provide methods to allow limited customization, and Events to report back user actions.
- ContactCardScreen
- ContactsScreen
- FileExplorerScreen
- MessagesScreen
- QuickLaunchScreen
- TextInputScreen
- YesNoPanel
Notification & Timers
Notification classes are designed to intercept and relay events that occur within the device.
