|
BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.wlw.netui.tags.databinding.grid.util.GridBundle
public class GridBundle
Convenience class for dealing with resource bundles for the <netui-data:grid/> tag.
| Method Summary | |
|---|---|
static String |
getBundleName()
|
static String |
getString(String aKey,
Locale locale)
Returns the string specified by aKey from the errors.properties bundle. |
static String |
getString(String aKey,
Object[] args,
Locale locale)
Returns the string specified by aKey from the errors.properties bundle. |
static String |
getString(String aKey,
Object arg,
Locale locale)
Returns the string specified by aKey from the errors.properties bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final String getBundleName()
public static String getString(String aKey,
Locale locale)
public static String getString(String aKey,
Object arg,
Locale locale)
aKey - The key for the message pattern in the bundle.arg - The arg to use in the message format.
public static String getString(String aKey,
Object[] args,
Locale locale)
aKey - The key for the message pattern in the bundle.args - The args to use in the message format.
|
BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||