|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.spiffyui.client.login.LoginStringHelper
public class LoginStringHelper
The LoginStingHelper is a helper class to resolve the strings used in the login dialog. If the client is using default GWT localization then they can just use this instance. If not then they can extend this class to provide specialized string resolution.
Constructor Summary | |
---|---|
LoginStringHelper()
|
Method Summary | |
---|---|
java.lang.String |
getString(LoginStrings msgKey)
Get the specified localized string |
java.lang.String |
getString(LoginStrings msgKey,
java.lang.String arg1)
Get the specified localized string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginStringHelper()
Method Detail |
---|
public java.lang.String getString(LoginStrings msgKey)
msgKey
- the message key for the string
public java.lang.String getString(LoginStrings msgKey, java.lang.String arg1)
msgKey
- the message key for the stringarg1
- the argument for the string
|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |