| Class | Description |
---|
| BasicCard |
The BasicCard class extends SimpleCard and implements a card with additional controls and three different layouts. |
| CardFactory |
The CardFactory class is a singleton that can be called to construct Cards and associated ItemRenderer functions. |
| FolderCard |
The FolderCard class extends BasicCard and displays attachments that are folders. |
| GuideCard |
The GuideCard class extends SimpleCard to support next/previous card navigation and is used by the Linear navigator. |
| PreviewCard |
The PreviewCard class extends SimpleCard to show large thumbnails corresponding to an IAttachment. |
| SimpleCard |
The SimpleCard class extends NavSkinnableComponent to show a simple card that displays a thumbnail corresponding to an IAttachment. |