|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.empire.commons.ErrorObject
org.apache.empire.struts2.actionsupport.FormActionSupport
public abstract class FormActionSupport
Method Summary | |
---|---|
java.lang.String |
getRecordPropertyName()
Returns the property name of this form support object |
boolean |
isEnableFieldErrors()
Returns true if field error handling is enabled or false otherwise. |
abstract boolean |
loadFormData()
load the form data into an object. |
void |
setEnableFieldErrors(boolean enableFieldErrors)
Enables or disables field error messages. |
Methods inherited from class org.apache.empire.commons.ErrorObject |
---|
clearError, getErrorMessage, getErrorParams, getErrorSource, getErrorType, getMessage, hasError, isExceptionsEnabled, setExceptionsEnabled |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final boolean isEnableFieldErrors()
public final void setEnableFieldErrors(boolean enableFieldErrors)
enableFieldErrors
- true to enable field errors or false otherwisepublic java.lang.String getRecordPropertyName()
public abstract boolean loadFormData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |