IAsset |
Interface for runtime text elements.
|
IButton |
Interface for runtime button elements.
|
IComposer |
This object holds the information on all existing pages/containers/buttons/documents etc.
|
IComposerFactory |
This factory interface defines the methods a composer factory should implement to create new composer.
|
IComposerHandler |
The handler is used to evaluate context specific information, such as mask implementations and is used by the
composer to query for context specific information like the current role and channel of the client, but also the
allow the client to modify containers that were marked as dynamic.
|
ICompositeElement |
Interface for runtime composite elements.
|
IContainer |
Interface for runtime container elements.
|
IContentItem |
The content interface represents a content node that needs to be displayed in a composite element.
|
IDocument |
This interface defines the root element of a runtime document.
|
IDomainValue |
This interface is used for the values that are allowed for a field (domain).
|
IElement |
Base interface for all elements on a runtime page.
|
IElementDefinition |
Base interface for all element definitions in the composer.
|
IElementReference |
Base interface for a reference to an element definition.
|
IField |
Interface for a runtime field object representing an attribute.
|
IFieldValidation |
This interface defines the methods of a validator for field values.
|
IGlobalParameterValue |
The (potentially evaluated) value of a global parameter.
|
IImage |
The image model interface represents a image node that needs to be displayed in the document or page.
|
IMessage |
This interface defines a message that can be linked to a field or page.
|
IPage |
This interface defines the methods of a page element.
|
IRepeatExpression |
Interface describing a repeat expression that can be used for element references in the composer.
|
IRuntimeKeyPrinter |
Interface that can be used to convert a runtime key to a String.
|
ITextItem |
The multilingual text model represents a text node that needs to be displayed in a composite element.
|
IVisitor |
Interface for an element visitor.
|