|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.bebop.parameters.GlobalizedParameterListener
Abstract class to be extended by globalized parameters.
Field Summary | |
static String |
versionId
|
Fields inherited from interface com.arsdigita.globalization.Globalized |
DATE_DISPLAY_FORMAT, TIME_DISPLAY_FORMAT |
Constructor Summary | |
GlobalizedParameterListener()
|
Method Summary | |
String |
getBundleBaseName()
Return the base name of the target ResourceBundle. |
protected GlobalizedMessage |
getError()
Get the error message for this parameter. |
protected void |
setError(GlobalizedMessage error)
Set the error message for this parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.arsdigita.bebop.event.ParameterListener |
validate |
Field Detail |
public static final String versionId
Constructor Detail |
public GlobalizedParameterListener()
Method Detail |
public String getBundleBaseName()
Return the base name of the target ResourceBundle.
protected GlobalizedMessage getError()
Get the error message for this parameter.
protected void setError(GlobalizedMessage error)
Set the error message for this parameter.
error
- The error message to use for this parameter.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |