Package tripleplay.ui

Class ValueLabel


@Deprecated public class ValueLabel extends TextWidget<ValueLabel>
Deprecated.
  • Field Details

    • text

      public final react.ValueView<?> text
      Deprecated.
      The source for the text of this label.
  • Constructor Details

    • ValueLabel

      public ValueLabel(react.ValueView<?> text)
      Deprecated.
      Creates a label with the supplied value. The value will be converted to a string for display as this label's text.
  • Method Details