PasswordInputT Class

String input for forms, to edit string properties of a model.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class PasswordInput<T> : InputComponentBase<T>
where T : class
Inheritance
Object    ComponentBase    InputComponentBaseT    PasswordInputT

Type Parameters

T
The model type, usually derived from IIdLabel

Constructors

PasswordInputTInitializes a new instance of the PasswordInputT class

Properties

Accessor Accessor for the property
AutoComplete html autocomplete attribute for the input element.
Disabled Check if the input is disabled
Label Label left of the text element
Placeholder Placeholder for the input element.
ToolTip Tooltip for the text element

Methods

SetParametersAsync Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides InputComponentBaseTSetParametersAsync(ParameterView))

See Also