| Class | Description |
---|
| AttachmentFieldSort |
The AttachmentFieldSort class extends Sort to provide a custom sort function for attachments. |
| AutoListen |
The AutoListen class both adds and tracks event listeners and provides the ability to remove all listeners with a single call. |
| AutoWatch |
The AutoWatch class both adds and tracks change watchers and provides the ability to remove all watchers with a single call. |
| ButtonBuffer |
The ButtonBuffer class provides a transparent component that captures clicks and propagates
them through a separate button instance. |
| CanvasItem |
An item renderer used to render CanvasDataItemData objects in a CanvasList. |
| CanvasItemData |
A class representing text or image data to be rendered by a CanvasItem
in a CanvasList. |
| CanvasList |
The CanvasList class extends List to provide an area for a user to add, remove, and edit
text and image items. |
| ColorPalette |
A class containing standard color values used by PortfolioFramework
components and their skins. |
| CustomizableTextArea |
A text area that is capable of providing both single- and multi-line behavior, as well as
a context for styling text. |
| CustomShape |
A component for drawing rectangular and elliptical shapes with gradient fills
and strokes, as well as potential rotation and an inset stroke. |
| DateTimeChooser |
The DateTimeChooser class extends SkinnableComponent to implement a date and time chooser component. |
| FieldTextArea | |
| FieldTextInput |
A subclass of FieldTextArea that specialized for single-line fields. |
| FlashButton |
FlashButton is a skinnable implementation of IFlashComponent that is suitable for using
dynamically-loaded Flash assets as part of a Button skin. |
| FlashContainer |
A FlashContainer is used to reference an object type in an external SWF file. |
| FlashToggleButton |
FlashButton is a skinnable implementation of IFlashComponent that is suitable for using
dynamically-loaded Flash assets as part of a Button skin. |
| FreeFormFields |
The FreeFormField class extends EventDispatcher to provide functionality specific to the Freeform navigator. |
| IconButton |
A button whose skin incorporates an icon. |
| IconToggleButton |
A toggle button whose skin incorporates an icon. |
| InfoFields |
A component used to display a standard set of fields for an IAttachment. |
| NavContainerDataGroup |
The NavContainerDataGroup class extends DataGroup to provide functionality specific to Portfolio navigators. |
| SessionTextArea |
A text component whose value is loaded and stored in a portfolio's session data,
similar to a cookie. |