com.hp.lft.sdk.mobile

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

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • text

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

        public T text(java.lang.String text)
        Initializes the text property of the mobile control.
        Parameters:
        text - the text property of the mobile control.
        Returns:
        the description instance with the updated state (builder pattern).
      • 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(java.lang.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).