| Interface | Description |
|---|---|
| I18N |
Interface to handle user interface internationalization.
|
| UIModule |
UIModule encapsulates the user interface functionality for a page or group of pages that rely on data coming
from a
StatsStorage instance.When a StatsStorage object is attached to a UIServer, the UI server will
start receiving StatsStorageEvent instances; some of these (only the appropriate ones based on the specified
TypeIDs from the UIModule.getCallbackTypeIDs() method) will be routed to the UIModule, via UIModule.reportStorageEvents(Collection). |
| Class | Description |
|---|---|
| Component |
A component is anything that can be rendered, such at charts, text or tables.
|
| Route |
A Route specifies an endpoint that can be queried in the UI - along with how it should be handled
|
| Style |
Style defines things such as size of elements, an their margins.
|
| Style.Builder<T extends Style.Builder<T>> | |
| UIServer |
Interface for user interface server
|
| Utils |
| Enum | Description |
|---|---|
| FunctionType |
Enumeration for the type of function.
|
| HttpMethod |
Enumeration for the type of HTTP method.
|
| LengthUnit |
LengthUnit: an enum for specifying units for things such as width and height
|