|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
ilog.views.faces.dhtml.component.IlvFacesPropertyAccessorError
public final class IlvFacesPropertyAccessorError
This class provides information on errors that occurs when setting committing properties from the client-side to a JSF component on the server-side.
| Field Summary | |
|---|---|
static int |
ACCEPT_ERROR
The error occured when checking whether or not the property accessor accepts to set a particular property. |
static int |
CONVERSION_ERROR
The error occurred when trying to convert the value as a String
to the value type required by the server-side model using IlvConvert. |
static int |
SET_ERROR
The error occurred when trying to set the actual value on the server-side model. |
| Constructor Summary | |
|---|---|
IlvFacesPropertyAccessorError(String errorValue,
String value,
int type)
Build an IlvFacesPropertyAccessorError instance. |
|
| Method Summary | |
|---|---|
String |
getErrorValue()
Returns the value that couldn't be set on the server-side model. |
int |
getType()
Returns the type of the error. |
String |
getValue()
Returns the value stored in the server-side model. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
public static final int ACCEPT_ERROR
public static final int CONVERSION_ERROR
String
to the value type required by the server-side model using IlvConvert.
public static final int SET_ERROR
| Constructor Detail |
|---|
public IlvFacesPropertyAccessorError(String errorValue,
String value,
int type)
IlvFacesPropertyAccessorError instance.
errorValue - the value that couldn't be set on the server-side model.value - the value stored in the server-side model.type - the type of the error.| Method Detail |
|---|
public final String getErrorValue()
getValue()public final String getValue()
getErrorValue()public final int getType()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||