| Package | Description |
|---|---|
| org.bridje.web.view |
| Modifier and Type | Method and Description |
|---|---|
EventResultType |
FieldStatusInf.getStatus()
The status of this field.
|
EventResultType |
EventResult.getType()
The type of the message that must be show to the user as the result of
the invocation.
|
static EventResultType |
EventResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventResultType[] |
EventResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 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.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.