| Package | Description |
|---|---|
| org.bridje.web.view | |
| org.bridje.web.view.controls | |
| org.bridje.web.view.themes |
| Modifier and Type | Method and Description |
|---|---|
static EventResult |
EventResult.error(String message)
Creates a new error event result object, that will show an error type
message to the end user.
|
static EventResult |
EventResult.error(String message,
Exception exception)
Creates a new error event result object, that will show an error type
message to the end user.
|
static EventResult |
EventResult.error(String message,
Exception exception,
FieldStatusInf... fields)
Creates a new error event result object, that will show an error type
message to the end user.
|
static EventResult |
EventResult.error(String message,
FieldStatusInf... fields)
Creates a new error event result object, that will show an error type
message to the end user.
|
static EventResult |
EventResult.info(String message)
Creates a new info event result object, that will show an information
type message to the end user.
|
static EventResult |
EventResult.info(String message,
FieldStatusInf... fields)
Creates a new info event result object, that will show an information
type message to the end user.
|
static EventResult |
EventResult.info(String message,
Object data)
Creates a new info event result object, that will show an information
type message to the end user.
|
static EventResult |
EventResult.info(String message,
Object data,
FieldStatusInf... fields)
Creates a new info event result object, that will show an information
type message to the end user.
|
static EventResult |
EventResult.none()
Creates a new event result for the EventResultType.NONE type, and sets all data to null.
|
static EventResult |
EventResult.of(EventResultType type,
String message,
Object data,
Exception exception)
Creates a new event result, for the given type, that will show a message
to the end user.
|
static EventResult |
EventResult.of(EventResultType type,
String message,
Object data,
Exception exception,
FieldStatusInf... fields)
Creates a new event result, for the given type, that will show a message
to the end user.
|
static EventResult |
EventResult.success(String message)
Creates a new success event result object, that will show an success type
message to the end user.
|
static EventResult |
EventResult.success(String message,
FieldStatusInf... fields)
Creates a new success event result object, that will show an success type
message to the end user.
|
static EventResult |
EventResult.success(String message,
Object data)
Creates a new success event result object, that will show an success type
message to the end user.
|
static EventResult |
EventResult.success(String message,
Object data,
FieldStatusInf... fields)
Creates a new success event result object, that will show an success type
message to the end user.
|
static EventResult |
EventResult.warn(String message)
Creates a new warning event result object, that will show an warning type
message to the end user.
|
static EventResult |
EventResult.warn(String message,
FieldStatusInf... fields)
Creates a new warning event result object, that will show an warning type
message to the end user.
|
static EventResult |
EventResult.warn(String message,
Object data)
Creates a new warning event result object, that will show an warning type
message to the end user.
|
static EventResult |
EventResult.warn(String message,
Object data,
Exception exception)
Creates a new warning event result object, that will show an warning type
message to the end user.
|
static EventResult |
EventResult.warn(String message,
Object data,
Exception exception,
FieldStatusInf... fields)
Creates a new warning event result object, that will show an warning type
message to the end user.
|
static EventResult |
EventResult.warn(String message,
Object data,
FieldStatusInf... fields)
Creates a new warning event result object, that will show an warning type
message to the end user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebViewsManager.renderPartialView(WebView view,
HttpBridletContext context,
EventResult result,
Map<String,Object> params)
Renders the given web view partially, (as the result of an update) to the response output stream.
|
| Modifier and Type | Method and Description |
|---|---|
EventResult |
DynamicControl.executeEvent(ControlInputReader req,
ElEnvironment env) |
EventResult |
Control.executeEvent(ControlInputReader req,
ElEnvironment env)
Executes any event sended from the client to the server.
|
EventResult |
Control.invokeEvent(UIEvent event)
Invokes the given event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThemesManager.render(Control control,
WebView view,
OutputStream os,
EventResult eventResult,
StateRenderProvider stateProv)
Renders only the given control to the given output stream.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.