com.hp.lft.sdk.mobile

Class EditFieldDescription

    • Constructor Detail

      • EditFieldDescription

        public EditFieldDescription()
        Initializes a new instance of the EditFieldDescription class.
      • EditFieldDescription

        protected EditFieldDescription(EditFieldDescription.Init<?> init)
        Initializes a new instance of the EditFieldDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setHint

        public void setHint(String hint)
        Sets the hint of the edit field.
        Parameters:
        hint - the hint of the edit field.
      • setHint

        public void setHint(StringProperty hint)
        Sets the hint of the edit field.
        Parameters:
        hint - a StringProperty (or RegExpProperty) representing the hint of the edit field.
      • getHint

        public StringProperty getHint()
        Returns the hint of the edit field.
        Returns:
        the hint of the edit field.