Class PasswordField

    • Constructor Detail

      • PasswordField

        public PasswordField()
        Deprecated.
        Constructs an empty PasswordField.
      • PasswordField

        public PasswordField​(Property dataSource)
        Deprecated.
        Constructs a PasswordField with given property data source.
        Parameters:
        dataSource - the property data source for the field
      • PasswordField

        public PasswordField​(String caption,
                             Property dataSource)
        Deprecated.
        Constructs a PasswordField with given caption and property data source.
        Parameters:
        caption - the caption for the field
        dataSource - the property data source for the field
      • PasswordField

        public PasswordField​(String caption,
                             String value)
        Deprecated.
        Constructs a PasswordField with given value and caption.
        Parameters:
        caption - the caption for the field
        value - the value for the field
      • PasswordField

        public PasswordField​(String caption)
        Deprecated.
        Constructs a PasswordField with given caption.
        Parameters:
        caption - the caption for the field