Table of Contents

Class BaseInputBox

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public abstract class BaseInputBox : BaseControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IHasEmptyMessage
Inheritance
BaseInputBox
Implements
Derived
Inherited Members

Constructors

BaseInputBox()

public BaseInputBox()

Properties

AutoPostBack

public bool AutoPostBack { get; set; }

Property Value

bool

CausesValidation

public bool CausesValidation { get; set; }

Property Value

bool

ClientEvents

[PersistenceMode(PersistenceMode.InnerProperty)]
public InputClientEvents ClientEvents { get; }

Property Value

InputClientEvents

EmptyMessage

public string EmptyMessage { get; set; }

Property Value

string

Enabled

public bool Enabled { get; set; }

Property Value

bool

HasValue

public abstract bool HasValue { get; }

Property Value

bool

Height

public Unit Height { get; set; }

Property Value

Unit

ReadOnly

public bool ReadOnly { get; set; }

Property Value

bool

TabIndex

public int TabIndex { get; set; }

Property Value

int

ValidationGroup

public string ValidationGroup { get; set; }

Property Value

string

Width

public Unit Width { get; set; }

Property Value

Unit

Methods

AddClientEventAttributes(HtmlTextWriter)

protected void AddClientEventAttributes(HtmlTextWriter writer)

Parameters

writer HtmlTextWriter

AddStyleAttributes(HtmlTextWriter)

protected void AddStyleAttributes(HtmlTextWriter writer)

Parameters

writer HtmlTextWriter

LoadPostData(string, NameValueCollection)

protected abstract bool LoadPostData(string postDataKey, NameValueCollection postCollection)

Parameters

postDataKey string
postCollection NameValueCollection

Returns

bool

OnAttributeSet(AttributeEventArgs)

protected override void OnAttributeSet(AttributeEventArgs e)

Parameters

e AttributeEventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

RaisePostDataChangedEvent()

protected abstract void RaisePostDataChangedEvent()