Interface | Description |
---|---|
Constants |
Main constants.
|
CustomEventListener |
Use this interface if you write your own event processing which is fired by
Java Script tool eg. jQuery UI, Prototype etc.
|
EventInterceptor |
Request scope application intercepter of incoming browser event.
|
HeadElement |
Abstract model of all HTML head elements
|
Class | Description |
---|---|
ContextData |
Context data collect at current thread of request
|
DragDropEventsOptions |
Event option parameters for Drag&Drop events: OnDrag, OnDrop,
OnDragCancel.
|
Element |
Main class of all dynamic object which renders view's HTML, JavaScript and
events receives.
|
Event |
Object represents browser event at server.
|
EventExtraData |
Set of data which are available on browser event.
|
EventListener |
This class represents browser and user events.
|
FireWebApplication |
Element represent FireWeb application.
|
FireWebAsyncRequestProcessor |
Request processor thread.
|
FireWebContext |
FireWeb context provider from local thread.
|
FireWebServlet |
Main application servlet.
|
Link |
Class represents <link> HTML tag This element defines the relationship
between two linked documents.
|
Meta |
Class represents <meta> HTML tag.
|
Script |
Class represents <script> HTML tag
|
Style |
Class represents <style> HTML tag
|
Utils |
Utility methods for internal use
|
Enum | Description |
---|---|
EventType.Action |
Type of action.
|
EventType.Value |
Types event's value.
|
Meta.Type | |
Script.Type |
Indicates the MIME type of the script
|
Style.Media |
The destination medium for the style information
|
Exception | Description |
---|---|
FireWebException |
Framework exception provider
|
Annotation Type | Description |
---|---|
Application |
Annotation customise application options: resource bundles, JavaScript
files, CSS files and application title.
|
EventType |
This class represents browser and user events.
|
InitializeAttributes |
Use this annotation marker if you write your own component drawing of
additional attributes.
|
InitializeView |
Use this annotation marker if you write your own component which need to add
some activity on browser when it is drawing on it, eg. to call some
JavaScript function tool.
|
Type |
Annotation customise HTML DOM element type like: div, input, table, etc.
|