| Package | Description |
|---|---|
| org.bridje.web.view |
| Modifier and Type | Method and Description |
|---|---|
static FieldStatusInf |
FieldStatusInf.custom(String fieldName,
EventResultType status,
String message)
Creates a field status information object with the given status an the given messages for the given field.
|
static FieldStatusInf |
FieldStatusInf.error(String fieldName)
Creates a field status information object with error status.
|
static FieldStatusInf |
FieldStatusInf.error(String fieldName,
String message)
Creates a field status information object with error status.
|
FieldStatusInf |
EventResult.findFieldStatus(String name)
Gets the status information object set in this result for the given field.
|
static FieldStatusInf |
FieldStatusInf.info(String fieldName)
Creates a field status information object with info status.
|
static FieldStatusInf |
FieldStatusInf.info(String fieldName,
String message)
Creates a field status information object with info status.
|
static FieldStatusInf |
FieldStatusInf.success(String fieldName)
Creates a field status information object with success status.
|
static FieldStatusInf |
FieldStatusInf.success(String fieldName,
String message)
Creates a field status information object with success status.
|
static FieldStatusInf |
FieldStatusInf.warn(String fieldName)
Creates a field status information object with warn status.
|
static FieldStatusInf |
FieldStatusInf.warn(String fieldName,
String message)
Creates a field status information object with warn status.
|
| Modifier and Type | Method and Description |
|---|---|
List<FieldStatusInf> |
EventResult.getFields()
Gets all the fields status information objects for this result.
|
| Modifier and Type | Method and Description |
|---|---|
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,
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,
FieldStatusInf... fields)
Creates a new info event result object, that will show an information
type 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,
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,
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,
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,
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.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.