Class LabelDTO

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.LabelDTO

public final class LabelDTO extends com.google.gwt.core.client.JavaScriptObject
  • Constructor Details

    • LabelDTO

      protected LabelDTO()
  • Method Details

    • getLocale

      public String getLocale()
    • setLocale

      public void setLocale(String locale)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • create

      public static LabelDTO create(String locale, String text)
      Replacement constructor. Creates a new native LabelDTO.
      Returns:
      The new instance.
    • from

      public static LabelDTO from(Label label)
    • to

      public static Label to(LabelDTO dto)