com.google.gwt.i18n.shared
Interface AlternateMessageSelector
public interface AlternateMessageSelector
Defines a way of choosing between alternate messages based on a parameter
value.
Method Summary |
boolean |
isFormAcceptable(java.lang.String form)
Check if a user-supplied form is acceptable for this alternate message
selector. |
OTHER_FORM_NAME
static final java.lang.String OTHER_FORM_NAME
- Name of the "other" form.
- See Also:
- Constant Field Values
OTHER_FORM
static final AlternateMessageSelector.AlternateForm OTHER_FORM
isFormAcceptable
boolean isFormAcceptable(java.lang.String form)
- Check if a user-supplied form is acceptable for this alternate message
selector.
- Parameters:
form
-
- Returns:
- true if the form is acceptable, otherwise false