GWT 2.3.0

com.google.gwt.i18n.shared
Interface AlternateMessageSelector


public interface AlternateMessageSelector

Defines a way of choosing between alternate messages based on a parameter value.


Nested Class Summary
static class AlternateMessageSelector.AlternateForm
          Represents an alternate form of a message.
 
Field Summary
static AlternateMessageSelector.AlternateForm OTHER
           
 
Method Summary
 boolean isFormAcceptable(java.lang.String form)
          Check if a user-supplied form is acceptable for this alternate message selector.
 

Field Detail

OTHER

static final AlternateMessageSelector.AlternateForm OTHER
Method Detail

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

GWT 2.3.0