Class EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>

java.lang.Object
com.hp.lft.sdk.mobile.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.mobile.EditFieldDescription.Init<T>
Direct Known Subclasses:
EditFieldDescription.Builder
Enclosing class:
EditFieldDescription

protected abstract static class EditFieldDescription.Init<T extends EditFieldDescription.Init<T>> extends UiObjectBaseDescription.Init<T>
Helper class for EditFieldDescription.Builder.
  • Constructor Details

    • Init

      protected Init()
  • Method Details

    • build

      public EditFieldDescription build()
    • hint

      public T hint(StringProperty hint)
      Initializes the hint property of the mobile control.
      Parameters:
      hint - a StringProperty (or RegExpProperty) representing the hint property of the mobile control.
      Returns:
      the description instance with the updated state (builder pattern).
    • hint

      public T hint(String hint)
      Initializes the hint property of the mobile control.
      Parameters:
      hint - the hint property of the mobile control.
      Returns:
      the description instance with the updated state (builder pattern).