Interface StringValue

All Superinterfaces:
Subscribable, Supplier<String>, Value<StringValueChangedCallback>
All Known Subinterfaces:
SettableStringValue

public interface StringValue extends Value<StringValueChangedCallback>, Supplier<String>
  • Method Details

    • get

      String get()
      Gets the current value.
      Specified by:
      get in interface Supplier<String>
      Since:
      API version 2
    • getLimited

      String getLimited(int maxLength)
      Gets the current value and tries to intelligently limit it to the supplied length in the best way possible.
      Since:
      API version 2