Uses of Interface
org.gwtproject.i18n.shared.Localizable

Packages that use Localizable
Package Description
org.gwtproject.i18n.client  
  • Uses of Localizable in org.gwtproject.i18n.client

    Subinterfaces of Localizable in org.gwtproject.i18n.client
    Modifier and Type Interface Description
    interface  Constants
    A tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files.
    interface  ConstantsWithLookup
    Like Constants, a tag interface that facilitates locale-sensitive, compile-time binding of constant values supplied from properties files with the added ability to look up constants at runtime with a string key.
    interface  LocalizableResource
    This is the common superinterface to Messages and Constants.
    interface  Messages
    A tag interface that facilitates locale-sensitive, compile-time binding of messages supplied from various sources.Using GWT.create(class) to "instantiate" an interface that extends Messages returns an instance of an automatically generated subclass that is implemented using message templates selected based on locale.