| Interface | Description |
|---|---|
| AbstractView |
Represents a view of the application, views are render by themes and are
composed from controls.
|
| Defines |
Provides the ability to define the content of a placeholder of the parent
layout of the given view.
|
| ExtendsFrom |
Defines that the view will extend from the given layout.
|
| Standalone |
Defines a view that will not extend from any layout, an standalone view.
|
| ViewDefinition |
Base class for all view definition objects.
|
| WebLayout |
Represents a view of the application, views are render by themes and are
composed from controls.
|
| WebView |
Represents a view of the application, views are render by themes and are
composed from controls.
|
| Class | Description |
|---|---|
| EventResult |
The result of the invocation of a web event.
|
| FieldStatusInf |
A field status information object that presents the status and message for the given field.
|
| ViewUtils |
Web view utilities.
|
| WebLayoutManager |
A manager for the web layouts, this component can be user to load the web
application layouts.
|
| WebViewRef |
This object represents a reference to the web view to be rendered by the
current http request.
|
| WebViewsManager |
A manager for all the web views present in the application. with this
component you can get access to the list of web views that the current
application has.
|
| Enum | Description |
|---|---|
| EventResultType |
The kind of the message that must be show to the user after an event
invocation.
|
| Annotation Type | Description |
|---|---|
| DefaultTheme |
Defines a web component, a web component is just an standard component but instead of being annotated with like this
@Component(scope = WebScope.class), it can be annotated with @WebComponent directly.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.