
| Interface | Description |
|---|---|
| CollapsibleFrame |
Interface for frames that can be expanded / collapsed.
|
| DivFrame.DivFrameResources | |
| DivFrame.DivFrameStyle | |
| DivFrame.Template | |
| Frame |
Defines the interface for classes which "frame" a given element and support
both a header and content section.
|
| NestedDivFrame.NestedDivFrameResources |
Defines the required images of this frame.
|
| NestedDivFrame.NestedDivFrameStyle | |
| NestedDivFrame.Template | |
| TableFrame.TableFrameResources | |
| TableFrame.TableFrameStyle | |
| TableFrame.Template |
| Class | Description |
|---|---|
| DivFrame |
Frame implementation that renders its frame using 9 absolutely
positioned DIVs. |
| Frame.FrameOptions |
Render options for Frames.
|
| NestedDivFrame |
Frame and CollapsibleFrame implementation that creates its frame using 3 sets of 3 nested DIVs. |
| TableFrame |
Frame implementation that creates the frame using a 3 x 3 HTML
TABLE. |
Copyright © 2018. All rights reserved.