| Interface | Description |
|---|---|
| IAutoWired |
Allows wired controllers to be notified when they have been initialized.
|
| IComposite |
Implemented by classes that can supply components for insertion into other components.
|
| IDisable |
Simple interface for things that can be disabled.
|
| IElementIdentifier |
Interface for classes that assign a unique identifier to an HTML element.
|
| IEnumWithValue |
Implemented by enums that have an associated integer value.
|
| ILabeled |
Simple interface for components that have a label.
|
| INamespace |
Marker interface for a component that serves as a namespace boundary for component names.
|
| IResponseCallback<T> |
Callback interface used to return a simple response.
|
| OptionMap.IOptionMapConverter |
Interface for classes capable of generating an option map.
|
| Class | Description |
|---|---|
| Badge |
Helper class for displaying a badge with numeric counter.
|
| ComponentFactory |
Factory used during component deserialization.
|
| ComponentRegistry |
Registry of component definitions indexed by their tag name and implementing class.
|
| ConvertUtil |
Utility methods for interconverting data types.
|
| CssClasses |
Manages CSS classes for a component.
|
| CssStyles |
Manages CSS styles for a component.
|
| DeferredInvocation<T> |
Stores a method invocation to be executed at a later time.
|
| JavaScript |
Represents a snippet of JavaScript code.
|
| JavaScriptConverter |
Converts a string to a JavaScript Snippet
|
| MimeContent |
Helper class for packaging embedded binary or textual data.
|
| OptionMap |
Subclasses HashMap to prevent entry of null values or empty collections/maps.
|
| Options |
Base class for options.
|
| PrintOptions |
Options for print operation.
|
| Enum | Description |
|---|---|
| IComposite.CompositePosition |
Describes the insertion point of the composite relative to its anchor.
|
| Exception | Description |
|---|---|
| ComponentException |
Run time exception related to a component operation.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.