| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612 |
- //
- // System.Web.UI.Control.cs
- //
- // Authors:
- // Bob Smith <[email protected]>
- // Gonzalo Paniagua Javier ([email protected]
- // Andreas Nahr ([email protected])
- // Sanjay Gupta ([email protected])
- //
- // (C) Bob Smith
- // (c) 2002,2003 Ximian, Inc. (http://www.ximian.com)
- // (C) 2004 Novell, Inc. (http://www.novell.com)
- //
- //
- // Permission is hereby granted, free of charge, to any person obtaining
- // a copy of this software and associated documentation files (the
- // "Software"), to deal in the Software without restriction, including
- // without limitation the rights to use, copy, modify, merge, publish,
- // distribute, sublicense, and/or sell copies of the Software, and to
- // permit persons to whom the Software is furnished to do so, subject to
- // the following conditions:
- //
- // The above copyright notice and this permission notice shall be
- // included in all copies or substantial portions of the Software.
- //
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- //
- // This will provide extra information when trace is enabled. Might be too verbose.
- #define MONO_TRACE
- using System.Collections;
- using System.ComponentModel;
- using System.ComponentModel.Design;
- using System.ComponentModel.Design.Serialization;
- using System.Security.Permissions;
- using System.Web;
- using System.Web.Util;
- #if NET_2_0
- using System.Web.UI.Adapters;
- using System.IO;
- #endif
- namespace System.Web.UI
- {
- // CAS
- [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
- [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
- // attributes
- [DefaultProperty ("ID"), DesignerCategory ("Code"), ToolboxItemFilter ("System.Web.UI", ToolboxItemFilterType.Require)]
- [ToolboxItem ("System.Web.UI.Design.WebControlToolboxItem, " + Consts.AssemblySystem_Design)]
- [Designer ("System.Web.UI.Design.ControlDesigner, " + Consts.AssemblySystem_Design, "System.ComponentModel.Design.IDesigner")]
- #if NET_2_0
- [DesignerSerializer ("Microsoft.VisualStudio.Web.WebForms.ControlCodeDomSerializer, " + Consts.AssemblyMicrosoft_VisualStudio_Web,
- "System.ComponentModel.Design.Serialization.CodeDomSerializer, " + Consts.AssemblySystem_Design)]
- [Bindable (true)]
- [Themeable (false)]
- #else
- [DesignerSerializer ("Microsoft.VSDesigner.WebForms.ControlCodeDomSerializer, " + Consts.AssemblyMicrosoft_VSDesigner,
- "System.ComponentModel.Design.Serialization.CodeDomSerializer, " + Consts.AssemblySystem_Design)]
- #endif
- public class Control : IComponent, IDisposable, IParserAccessor, IDataBindingsAccessor
- #if NET_2_0
- , IUrlResolutionService, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor
- #endif
- {
- static readonly object DataBindingEvent = new object();
- static readonly object DisposedEvent = new object();
- static readonly object InitEvent = new object();
- static readonly object LoadEvent = new object();
- static readonly object PreRenderEvent = new object();
- static readonly object UnloadEvent = new object();
- static string[] defaultNameArray;
- /* */
- int event_mask;
- const int databinding_mask = 1;
- const int disposed_mask = 1 << 1;
- const int init_mask = 1 << 2;
- const int load_mask = 1 << 3;
- const int prerender_mask = 1 << 4;
- const int unload_mask = 1 << 5;
- /* */
- string uniqueID;
- string _userId;
- TemplateControl _templateControl;
- ControlCollection _controls;
- Control _namingContainer;
- Page _page;
- Control _parent;
- ISite _site;
- HttpContext _context;
- StateBag _viewState;
- EventHandlerList _events;
- RenderMethod _renderMethodDelegate;
- int defaultNumberID;
-
- DataBindingCollection dataBindings;
- Hashtable pendingVS; // may hold unused viewstate data from child controls
-
- /*************/
- int stateMask;
- const int ENABLE_VIEWSTATE = 1;
- const int VISIBLE = 1 << 1;
- const int AUTOID = 1 << 2;
- const int CREATING_CONTROLS = 1 << 3;
- const int BINDING_CONTAINER = 1 << 4;
- const int AUTO_EVENT_WIREUP = 1 << 5;
- const int IS_NAMING_CONTAINER = 1 << 6;
- const int VISIBLE_CHANGED = 1 << 7;
- const int TRACK_VIEWSTATE = 1 << 8;
- const int CHILD_CONTROLS_CREATED = 1 << 9;
- const int ID_SET = 1 << 10;
- const int INITED = 1 << 11;
- const int INITING = 1 << 12;
- const int VIEWSTATE_LOADED = 1 << 13;
- const int LOADED = 1 << 14;
- const int PRERENDERED = 1 << 15;
- #if NET_2_0
- const int ENABLE_THEMING = 1 << 16;
- #endif
- /*************/
-
- static Control ()
- {
- defaultNameArray = new string [100];
- for (int i = 0 ; i < 100 ; i++)
- defaultNameArray [i] = "_ctl" + i;
- }
- public Control()
- {
- stateMask = ENABLE_VIEWSTATE | VISIBLE | AUTOID | BINDING_CONTAINER | AUTO_EVENT_WIREUP;
- if (this is INamingContainer)
- stateMask |= IS_NAMING_CONTAINER;
- }
- #if NET_2_0
- [MonoTODO]
- protected ControlAdapter Adapter
- {
- get {
- // for the time being, fool the
- // Control machinery into thinking we
- // don't have an Adapter. This will
- // allow us to write all the rest of
- // the Adapter handling code without
- // having to worry about *having*
- // adapters.
- return null;
- }
- }
- string _appRelativeTemplateSourceDirectory = "~/";
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- [Browsable (false)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- public string AppRelativeTemplateSourceDirectory
- {
- get { return _appRelativeTemplateSourceDirectory; }
- [EditorBrowsable (EditorBrowsableState.Never)]
- set { _appRelativeTemplateSourceDirectory = value; }
- }
-
- #endif
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [EditorBrowsable (EditorBrowsableState.Never), Browsable (false)]
- public Control BindingContainer {
- get {
- Control container = NamingContainer;
- if (container != null && (container.stateMask & BINDING_CONTAINER) == 0)
- container = container.BindingContainer;
- return container;
- }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- [WebSysDescription ("An Identification of the control that is rendered.")]
- public virtual string ClientID {
- get {
- string client = UniqueID;
- if (client != null)
- client = client.Replace (':', ClientIDSeparator);
-
- return client;
- }
- }
- #if NET_2_0
- protected char ClientIDSeparator
- #else
- char ClientIDSeparator
- #endif
- {
- get {
- return '_';
- }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- [WebSysDescription ("The child controls of this control.")]
- public virtual ControlCollection Controls //DIT
- {
- get
- {
- if (_controls == null) _controls = CreateControlCollection();
- return _controls;
- }
- }
- #if NET_2_0
- [MonoTODO ("revisit once we have a real design strategy")]
- protected internal bool DesignMode
- {
- get { return false; }
- }
- #endif
- [DefaultValue (true), WebCategory ("Behavior")]
- [WebSysDescription ("An Identification of the control that is rendered.")]
- #if NET_2_0
- [Themeable (false)]
- #endif
- public virtual bool EnableViewState {
- get { return ((stateMask & ENABLE_VIEWSTATE) != 0); }
- set { SetMask (ENABLE_VIEWSTATE, value); }
- }
-
- [MergableProperty (false), ParenthesizePropertyName (true)]
- [WebSysDescription ("The name of the control that is rendered.")]
- #if NET_2_0
- [Filterable (false), Themeable (false)]
- #endif
- public virtual string ID {
- get {
- return (((stateMask & ID_SET) != 0) ? _userId : null);
- }
-
- set {
- if (value == "")
- value = null;
- stateMask |= ID_SET;
- _userId = value;
- NullifyUniqueID ();
- }
- }
- #if NET_2_0
- protected char IdSeparator
- {
- get {
- return '$';
- }
- }
- protected internal bool IsChildControlStateCleared
- {
- get {
- throw new NotImplementedException ();
- }
- }
- protected internal bool IsViewStateEnabled
- {
- get {
- if (Page == null)
- return false;
- for (Control control = this; control != null; control = control.Parent)
- if (!control.EnableViewState)
- return false;
- return true;
- }
- }
- protected bool LoadViewStateByID
- {
- get {
- return false;
- }
- }
- #endif
-
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- [WebSysDescription ("The container that this control is part of. The control's name has to be unique within the container.")]
- public virtual Control NamingContainer {
- get {
- if (_namingContainer == null && _parent != null) {
- if ((_parent.stateMask & IS_NAMING_CONTAINER) == 0)
- _namingContainer = _parent.NamingContainer;
- else
- _namingContainer = _parent;
- }
- return _namingContainer;
- }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- [WebSysDescription ("The webpage that this control resides on.")]
- #if NET_2_0
- [Bindable (false)]
- #endif
- public virtual Page Page //DIT
- {
- get
- {
- if (_page == null && _parent != null) _page = _parent.Page;
- return _page;
- }
- set
- {
- _page = value;
- }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- [WebSysDescription ("The parent control of this control.")]
- public virtual Control Parent //DIT
- {
- get
- {
- return _parent;
- }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [EditorBrowsable (EditorBrowsableState.Advanced), Browsable (false)]
- [WebSysDescription ("The site this control is part of.")]
- public ISite Site //DIT
- {
- get
- {
- return _site;
- }
- set
- {
- _site = value;
- }
- }
- #if NET_2_0
- [Browsable (false)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- public TemplateControl TemplateControl
- {
- get {
- return _templateControl;
- }
- [EditorBrowsable (EditorBrowsableState.Never)]
- set {
- _templateControl = value;
- }
- }
- #endif
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- [WebSysDescription ("A virtual directory containing the parent of the control.")]
- public virtual string TemplateSourceDirectory {
- get { return (_parent == null) ? String.Empty : _parent.TemplateSourceDirectory; }
- }
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [Browsable (false)]
- [WebSysDescription ("The unique ID of the control.")]
- public virtual string UniqueID {
- get {
- if (uniqueID != null)
- return uniqueID;
- if (_namingContainer == null) {
- if ((stateMask & IS_NAMING_CONTAINER) == 0)
- _namingContainer = NamingContainer;
- if (_namingContainer == null)
- return _userId;
- }
- if (_userId == null)
- _userId = _namingContainer.GetDefaultName ();
- string prefix = _namingContainer.UniqueID;
- if (_namingContainer == _page || prefix == null) {
- uniqueID = _userId;
- return uniqueID;
- }
- uniqueID = prefix + ":" + _userId;
- return uniqueID;
- }
- }
- void SetMask (int m, bool val)
- {
- if (val)
- stateMask |= m;
- else
- stateMask &= ~m;
- }
-
- [DefaultValue (true), Bindable (true), WebCategory ("Behavior")]
- [WebSysDescription ("Visiblity state of the control.")]
- public virtual bool Visible {
- get {
- if ((stateMask & VISIBLE) == 0)
- return false;
- if (_parent != null)
- return _parent.Visible;
- return true;
- }
- set {
- if ((value && (stateMask & VISIBLE) == 0) ||
- (!value && (stateMask & VISIBLE) != 0)) {
- if (IsTrackingViewState)
- stateMask |= VISIBLE_CHANGED;
- }
- SetMask (VISIBLE, value);
- }
- }
- protected bool ChildControlsCreated {
- get { return ((stateMask & CHILD_CONTROLS_CREATED) != 0); }
- set {
- if (value == false && (stateMask & CHILD_CONTROLS_CREATED) != 0) {
- if (_controls != null)
- _controls.Clear();
- }
- SetMask (CHILD_CONTROLS_CREATED, value);
- }
- }
- [Browsable (false)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- protected virtual HttpContext Context //DIT
- {
- get
- {
- HttpContext context;
- if (_context != null)
- return _context;
- if (_parent == null)
- return HttpContext.Current;
- context = _parent.Context;
- if (context != null)
- return context;
- return HttpContext.Current;
- }
- }
- protected EventHandlerList Events {
- get {
- if (_events == null)
- _events = new EventHandlerList ();
- return _events;
- }
- }
- protected bool HasChildViewState {
- get {
- return (pendingVS != null && pendingVS.Count > 0);
- }
- }
- protected bool IsTrackingViewState {
- get { return ((stateMask & TRACK_VIEWSTATE) != 0); }
- }
- [Browsable (false)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- [WebSysDescription ("ViewState")]
- protected virtual StateBag ViewState
- {
- get
- {
- if(_viewState == null)
- _viewState = new StateBag (ViewStateIgnoresCase);
- if (IsTrackingViewState)
- _viewState.TrackViewState ();
- return _viewState;
- }
- }
- [Browsable (false)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Hidden)]
- protected virtual bool ViewStateIgnoresCase
- {
- get {
- return false;
- }
- }
- internal bool AutoEventWireup {
- get { return (stateMask & AUTO_EVENT_WIREUP) != 0; }
- set { SetMask (AUTO_EVENT_WIREUP, value); }
- }
- internal void SetBindingContainer (bool isBC)
- {
- SetMask (BINDING_CONTAINER, isBC);
- }
- internal void ResetChildNames ()
- {
- defaultNumberID = 0;
- }
- string GetDefaultName ()
- {
- string defaultName;
- if (defaultNumberID > 99) {
- defaultName = "_ctl" + defaultNumberID++;
- } else {
- defaultName = defaultNameArray [defaultNumberID++];
- }
- return defaultName;
- }
- void NullifyUniqueID ()
- {
- uniqueID = null;
- if (!HasControls ())
- return;
- foreach (Control c in _controls)
- c.NullifyUniqueID ();
- }
- protected internal virtual void AddedControl (Control control, int index)
- {
- /* Ensure the control don't have more than 1 parent */
- if (control._parent != null)
- control._parent.Controls.Remove (control);
- control._parent = this;
- control._page = _page;
- Control nc = ((stateMask & IS_NAMING_CONTAINER) != 0) ? this : NamingContainer;
- if (nc != null) {
- control._namingContainer = nc;
- if (control.AutoID == true && control._userId == null)
- control._userId = nc.GetDefaultName ();
- }
- if ((stateMask & (INITING | INITED)) != 0)
- control.InitRecursive (nc);
- if ((stateMask & (VIEWSTATE_LOADED | LOADED)) != 0) {
- if (pendingVS != null) {
- object vs = pendingVS [index];
- if (vs != null) {
- pendingVS.Remove (index);
- if (pendingVS.Count == 0)
- pendingVS = null;
-
- control.LoadViewStateRecursive (vs);
- }
- }
- }
- if ((stateMask & LOADED) != 0)
- control.LoadRecursive ();
-
- if ((stateMask & PRERENDERED) != 0)
- control.PreRenderRecursiveInternal ();
- }
- protected virtual void AddParsedSubObject(object obj) //DIT
- {
- Control c = obj as Control;
- if (c != null) Controls.Add(c);
- }
- #if NET_2_0
- [MonoTODO]
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public virtual void ApplyStyleSheetSkin (Page page)
- {
- if (!EnableTheming) /* this enough? */
- return;
- /* apply the style sheet skin here */
- if (page.StyleSheetPageTheme != null) {
- ControlSkin cs = page.StyleSheetPageTheme.GetControlSkin (GetType(), SkinID);
- if (cs != null)
- cs.ApplySkin (this);
- }
- }
- #endif
- protected void BuildProfileTree(string parentId, bool calcViewState)
- {
- //TODO
- }
- #if NET_2_0
- protected void ClearChildControlState ()
- {
- throw new NotImplementedException ();
- }
- protected void ClearChildState ()
- {
- throw new NotImplementedException ();
- }
- #endif
- protected void ClearChildViewState ()
- {
- pendingVS = null;
- }
- #if NET_2_0
- protected internal
- #else
- protected
- #endif
- virtual void CreateChildControls() {} //DIT
-
- protected virtual ControlCollection CreateControlCollection() //DIT
- {
- return new ControlCollection(this);
- }
- protected virtual void EnsureChildControls ()
- {
- if (ChildControlsCreated == false && (stateMask & CREATING_CONTROLS) == 0) {
- stateMask |= CREATING_CONTROLS;
- #if NET_2_0
- if (Adapter != null)
- Adapter.CreateChildControls ();
- else
- #endif
- CreateChildControls();
- ChildControlsCreated = true;
- stateMask &= ~CREATING_CONTROLS;
- }
- }
- #if NET_2_0
- protected void EnsureID ()
- {
- throw new NotImplementedException ();
- }
- protected bool HasEvents ()
- {
- throw new NotImplementedException ();
- }
-
- #endif
-
- protected bool IsLiteralContent()
- {
- if (HasControls () && _controls.Count == 1 && (_controls [0] is LiteralControl))
- return true;
- return false;
- }
- [WebSysDescription ("")]
- public virtual Control FindControl (string id)
- {
- return FindControl (id, 0);
- }
- Control LookForControlByName (string id)
- {
- if (!HasControls ())
- return null;
- Control result = null;
- foreach (Control c in _controls) {
- if (String.Compare (id, c._userId, true) == 0) {
- if (result != null && result != c) {
- throw new HttpException ("1 Found more than one control with ID '" + id + "'");
- }
- result = c;
- continue;
- }
- if ((c.stateMask & IS_NAMING_CONTAINER) == 0 && c.HasControls ()) {
- Control child = c.LookForControlByName (id);
- if (child != null) {
- if (result != null && result != child)
- throw new HttpException ("2 Found more than one control with ID '" + id + "'");
- result = child;
- }
- }
- }
- return result;
- }
- protected virtual Control FindControl (string id, int pathOffset)
- {
- EnsureChildControls ();
- Control namingContainer = null;
- if ((stateMask & IS_NAMING_CONTAINER) == 0) {
- namingContainer = NamingContainer;
- if (namingContainer == null)
- return null;
- return namingContainer.FindControl (id, pathOffset);
- }
- if (!HasControls ())
- return null;
- int colon = id.IndexOf (':', pathOffset);
- if (colon == -1)
- return LookForControlByName (id.Substring (pathOffset));
-
- string idfound = id.Substring (pathOffset, colon - pathOffset);
- namingContainer = LookForControlByName (idfound);
- if (namingContainer == null)
- return null;
- return namingContainer.FindControl (id, colon + 1);
- }
- protected virtual void LoadViewState(object savedState)
- {
- if (savedState != null) {
- ViewState.LoadViewState (savedState);
- object o = ViewState ["Visible"];
- if (o != null) {
- SetMask (VISIBLE, (bool) o);
- stateMask |= VISIBLE_CHANGED;
- }
- }
- }
- [MonoTODO("Secure?")]
- protected string MapPathSecure(string virtualPath)
- {
- string combined = UrlUtils.Combine (TemplateSourceDirectory, virtualPath);
- return Context.Request.MapPath (combined);
- }
- protected virtual bool OnBubbleEvent(object source, EventArgs args) //DIT
- {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("OnBubbleEvent {0} {1}", _userId, type_name));
- }
- #endif
- return false;
- }
- protected virtual void OnDataBinding (EventArgs e)
- {
- if ((event_mask & databinding_mask) != 0) {
- EventHandler eh = (EventHandler)(_events [DataBindingEvent]);
- if (eh != null) {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("OnDataBinding {0} {1}", _userId, type_name));
- }
- #endif
- eh (this, e);
- }
- }
- }
- #if NET_2_0
- protected internal
- #else
- protected
- #endif
- virtual void OnInit (EventArgs e)
- {
- if ((event_mask & init_mask) != 0) {
- EventHandler eh = (EventHandler)(_events [InitEvent]);
- if (eh != null) {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("OnInit {0} {1}", _userId, type_name));
- }
- #endif
- eh (this, e);
- }
- }
- }
- #if NET_2_0
- protected internal
- #else
- protected
- #endif
- virtual void OnLoad (EventArgs e)
- {
- if ((event_mask & load_mask) != 0) {
- EventHandler eh = (EventHandler)(_events [LoadEvent]);
- if (eh != null) {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("OnLoad {0} {1}", _userId, type_name));
- }
- #endif
- eh (this, e);
- }
- }
- }
- #if NET_2_0
- protected internal
- #else
- protected
- #endif
- virtual void OnPreRender (EventArgs e)
- {
- if ((event_mask & prerender_mask) != 0) {
- EventHandler eh = (EventHandler)(_events [PreRenderEvent]);
- if (eh != null) {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("OnPreRender {0} {1}", _userId, type_name));
- }
- #endif
- eh (this, e);
- }
- }
- }
- #if NET_2_0
- protected internal
- #else
- protected
- #endif
- virtual void OnUnload(EventArgs e)
- {
- if ((event_mask & unload_mask) != 0) {
- EventHandler eh = (EventHandler)(_events [UnloadEvent]);
- if (eh != null) {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("OnUnload {0} {1}", _userId, type_name));
- }
- #endif
- eh (this, e);
- }
- }
- }
- #if NET_2_0
- protected internal Stream OpenFile (string path)
- {
- throw new NotImplementedException ();
- }
- #endif
- protected void RaiseBubbleEvent(object source, EventArgs args)
- {
- Control c = Parent;
- while (c != null) {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("RaiseBubbleEvent {0} {1}", _userId, type_name));
- }
- #endif
- if (c.OnBubbleEvent (source, args)) {
- #if MONO_TRACE
- if (trace != null)
- trace.Write ("control", String.Format ("End RaiseBubbleEvent (false) {0} {1}", _userId, type_name));
- #endif
- break;
- }
- #if MONO_TRACE
- if (trace != null)
- trace.Write ("control", String.Format ("End RaiseBubbleEvent (true) {0} {1}", _userId, type_name));
- #endif
- c = c.Parent;
- }
- }
- #if NET_2_0
- protected internal
- #else
- protected
- #endif
- virtual void Render(HtmlTextWriter writer) //DIT
- {
- RenderChildren(writer);
- }
- #if NET_2_0
- protected internal
- #else
- protected
- #endif
- virtual void RenderChildren (HtmlTextWriter writer) //DIT
- {
- if (_renderMethodDelegate != null) {
- _renderMethodDelegate (writer, this);
- } else if (_controls != null) {
- int len = _controls.Count;
- for (int i = 0; i < len; i++) {
- Control c = _controls [i];
- #if NET_2_0
- if (c.Adapter != null)
- c.RenderControl (writer, c.Adapter);
- else
- #endif
- c.RenderControl (writer);
- }
- }
- }
- #if NET_2_0
- protected virtual ControlAdapter ResolveAdapter ()
- {
- throw new NotImplementedException ();
- }
- #endif
- protected virtual object SaveViewState ()
- {
- if ((stateMask & VISIBLE_CHANGED) != 0) {
- ViewState ["Visible"] = (stateMask & VISIBLE) != 0;
- } else if (_viewState == null) {
- return null;
- }
- return _viewState.SaveViewState ();
- }
- protected virtual void TrackViewState()
- {
- if (_viewState != null)
- _viewState.TrackViewState ();
- stateMask |= TRACK_VIEWSTATE;
- }
- public virtual void Dispose ()
- {
- if ((event_mask & disposed_mask) != 0) {
- EventHandler eh = (EventHandler)(_events [DisposedEvent]);
- if (eh != null) eh (this, EventArgs.Empty);
- }
- }
- [WebCategory ("FIXME")]
- [WebSysDescription ("Raised when the contols databound properties are evaluated.")]
- public event EventHandler DataBinding {
- add {
- event_mask |= databinding_mask;
- Events.AddHandler (DataBindingEvent, value);
- }
- remove { Events.RemoveHandler (DataBindingEvent, value); }
- }
- [WebSysDescription ("Raised when the contol is disposed.")]
- public event EventHandler Disposed {
- add {
- event_mask |= disposed_mask;
- Events.AddHandler (DisposedEvent, value);
- }
- remove { Events.RemoveHandler (DisposedEvent, value); }
- }
- [WebSysDescription ("Raised when the page containing the control is initialized.")]
- public event EventHandler Init {
- add {
- event_mask |= init_mask;
- Events.AddHandler (InitEvent, value);
- }
- remove { Events.RemoveHandler (InitEvent, value); }
- }
- [WebSysDescription ("Raised after the page containing the control has been loaded.")]
- public event EventHandler Load {
- add {
- event_mask |= load_mask;
- Events.AddHandler (LoadEvent, value);
- }
- remove { Events.RemoveHandler (LoadEvent, value); }
- }
- [WebSysDescription ("Raised before the page containing the control is rendered.")]
- public event EventHandler PreRender {
- add {
- event_mask |= prerender_mask;
- Events.AddHandler (PreRenderEvent, value);
- }
- remove { Events.RemoveHandler (PreRenderEvent, value); }
- }
- [WebSysDescription ("Raised when the page containing the control is unloaded.")]
- public event EventHandler Unload {
- add {
- event_mask |= unload_mask;
- Events.AddHandler (UnloadEvent, value);
- }
- remove { Events.RemoveHandler (UnloadEvent, value); }
- }
- public virtual void DataBind() //DIT
- {
- #if NET_2_0
- DataBind (true);
- #else
- OnDataBinding (EventArgs.Empty);
- DataBindChildren();
- #endif
- }
- #if NET_2_0
- protected virtual
- #endif
-
- void DataBindChildren ()
- {
- if (!HasControls ())
- return;
-
- int len = _controls.Count;
- for (int i = 0; i < len; i++) {
- Control c = _controls [i];
- c.DataBind ();
- }
- }
- public virtual bool HasControls ()
- {
- return (_controls != null && _controls.Count > 0);
- }
- #if NET_2_0
- public virtual
- #else
- public
- #endif
- void RenderControl (HtmlTextWriter writer)
- {
- if ((stateMask & VISIBLE) != 0) {
- HttpContext ctx = Context;
- TraceContext trace = (ctx != null) ? ctx.Trace : null;
- int pos = 0;
- if ((trace != null) && trace.IsEnabled)
- pos = ctx.Response.GetOutputByteCount ();
- Render(writer);
- if ((trace != null) && trace.IsEnabled) {
- int size = ctx.Response.GetOutputByteCount () - pos;
- trace.SaveSize (this, size >= 0 ? size : 0);
- }
- }
- }
- #if NET_2_0
- protected void RenderControl (HtmlTextWriter writer,
- ControlAdapter adapter)
- {
- if ((stateMask & VISIBLE) != 0) {
- adapter.BeginRender (writer);
- adapter.Render (writer);
- adapter.EndRender (writer);
- }
- }
- #endif
- public string ResolveUrl (string relativeUrl)
- {
- if (relativeUrl == null)
- throw new ArgumentNullException ("relativeUrl");
- if (relativeUrl == "")
- return "";
- if (relativeUrl [0] == '#')
- return relativeUrl;
-
- string ts = TemplateSourceDirectory;
- if (ts == "" || !UrlUtils.IsRelativeUrl (relativeUrl))
- return relativeUrl;
- HttpResponse resp = Context.Response;
- return resp.ApplyAppPathModifier (UrlUtils.Combine (ts, relativeUrl));
- }
- #if NET_2_0
- public
- #else
- internal
- #endif
- string ResolveClientUrl (string relativeUrl)
- {
- if (relativeUrl == null)
- throw new ArgumentNullException ("relativeUrl");
- if (relativeUrl == "")
- return "";
- if (relativeUrl [0] == '#')
- return relativeUrl;
-
- string ts = TemplateSourceDirectory;
- if (ts == "" || !UrlUtils.IsRelativeUrl (relativeUrl))
- return relativeUrl;
- HttpResponse resp = Context.Response;
- string absoluteUrl = resp.ApplyAppPathModifier (UrlUtils.Combine (ts, relativeUrl));
- if (absoluteUrl.StartsWith (ts + "/"))
- return absoluteUrl.Substring (ts.Length + 1);
- return absoluteUrl;
- }
-
- internal bool HasRenderMethodDelegate () {
- return _renderMethodDelegate != null;
- }
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- public void SetRenderMethodDelegate(RenderMethod renderMethod) //DIT
- {
- _renderMethodDelegate = renderMethod;
- }
- internal void LoadRecursive()
- {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("LoadRecursive {0} {1}", _userId, type_name));
- }
- #endif
- #if NET_2_0
- if (Adapter != null)
- Adapter.OnLoad (EventArgs.Empty);
- else
- #endif
- OnLoad (EventArgs.Empty);
- if (HasControls ()) {
- int len = _controls.Count;
- for (int i=0;i<len;i++)
- {
- Control c = _controls[i];
- c.LoadRecursive ();
- }
- }
- #if MONO_TRACE
- if (trace != null)
- trace.Write ("control", String.Format ("End LoadRecursive {0} {1}", _userId, type_name));
- #endif
- stateMask |= LOADED;
- }
- internal void UnloadRecursive(Boolean dispose)
- {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("UnloadRecursive {0} {1}", _userId, type_name));
- }
- #endif
- if (HasControls ()) {
- int len = _controls.Count;
- for (int i=0;i<len;i++)
- {
- Control c = _controls[i];
- c.UnloadRecursive (dispose);
- }
- }
- #if MONO_TRACE
- if (trace != null)
- trace.Write ("control", String.Format ("End UnloadRecursive {0} {1}", _userId, type_name));
- #endif
- #if NET_2_0
- if (Adapter != null)
- Adapter.OnUnload (EventArgs.Empty);
- else
- #endif
- OnUnload (EventArgs.Empty);
- if (dispose)
- Dispose();
- }
- internal void PreRenderRecursiveInternal()
- {
- if ((stateMask & VISIBLE) != 0) {
- EnsureChildControls ();
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("PreRenderRecursive {0} {1}", _userId, type_name));
- }
- #endif
- #if NET_2_0
- if (Adapter != null)
- Adapter.OnPreRender (EventArgs.Empty);
- else
- #endif
- OnPreRender (EventArgs.Empty);
- if (!HasControls ())
- return;
-
- int len = _controls.Count;
- for (int i=0;i<len;i++)
- {
- Control c = _controls[i];
- c.PreRenderRecursiveInternal ();
- }
- #if MONO_TRACE
- if (trace != null)
- trace.Write ("control", String.Format ("End PreRenderRecursive {0} {1}", _userId, type_name));
- #endif
- }
- stateMask |= PRERENDERED;
- }
- internal void InitRecursive(Control namingContainer)
- {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("InitRecursive {0} {1}", _userId, type_name));
- }
- #endif
- if (HasControls ()) {
- if ((stateMask & IS_NAMING_CONTAINER) != 0)
- namingContainer = this;
- if (namingContainer != null &&
- namingContainer._userId == null &&
- namingContainer.AutoID)
- namingContainer._userId = namingContainer.GetDefaultName () + "b";
- int len = _controls.Count;
- for (int i=0;i<len;i++)
- {
- Control c = _controls[i];
- c._page = Page;
- c._namingContainer = namingContainer;
- if (namingContainer != null && c._userId == null && c.AutoID)
- c._userId = namingContainer.GetDefaultName () + "c";
- c.InitRecursive (namingContainer);
- }
- }
- stateMask |= INITING;
- #if NET_2_0
- ApplyTheme ();
-
- if (Adapter != null)
- Adapter.OnInit (EventArgs.Empty);
- else
- #endif
- OnInit (EventArgs.Empty);
- #if MONO_TRACE
- if (trace != null)
- trace.Write ("control", String.Format ("End InitRecursive {0} {1}", _userId, type_name));
- #endif
- TrackViewState ();
- stateMask |= INITED;
- stateMask &= ~INITING;
- }
- internal object SaveViewStateRecursive ()
- {
- if (!EnableViewState)
- return null;
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("SaveViewStateRecursive {0} {1}", _userId, type_name));
- }
- #endif
- ArrayList controlList = null;
- ArrayList controlStates = null;
- int idx = -1;
- if (HasControls ())
- {
- int len = _controls.Count;
- for (int i=0;i<len;i++)
- {
- Control ctrl = _controls[i];
- object ctrlState = ctrl.SaveViewStateRecursive ();
- idx++;
- if (ctrlState == null)
- continue;
- if (controlList == null)
- {
- controlList = new ArrayList ();
- controlStates = new ArrayList ();
- }
- controlList.Add (idx);
- controlStates.Add (ctrlState);
- }
- }
- object thisState = SaveViewState ();
- if (thisState == null && controlList == null && controlStates == null) {
- #if MONO_TRACE
- if (trace != null) {
- trace.Write ("control", String.Format ("End SaveViewStateRecursive {0} {1} saved nothing", _userId, type_name));
- trace.SaveViewState (this, null);
- }
- #endif
- return null;
- }
- #if MONO_TRACE
- if (trace != null) {
- trace.Write ("control", String.Format ("End SaveViewStateRecursive {0} {1} saved a Triplet", _userId, type_name));
- trace.SaveViewState (this, thisState);
- }
- #endif
- return new Triplet (thisState, controlList, controlStates);
- }
-
- internal void LoadViewStateRecursive (object savedState)
- {
- if (!EnableViewState || savedState == null)
- return;
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("LoadViewStateRecursive {0} {1}", _userId, type_name));
- }
- #endif
- Triplet savedInfo = (Triplet) savedState;
- LoadViewState (savedInfo.First);
- ArrayList controlList = savedInfo.Second as ArrayList;
- if (controlList == null)
- return;
- ArrayList controlStates = savedInfo.Third as ArrayList;
- int nControls = controlList.Count;
- for (int i = 0; i < nControls; i++) {
- int k = (int) controlList [i];
- if (k < Controls.Count && controlStates != null) {
- Control c = Controls [k];
- c.LoadViewStateRecursive (controlStates [i]);
- } else {
- if (pendingVS == null)
- pendingVS = new Hashtable ();
- pendingVS [k] = controlStates [i];
- }
- }
- #if MONO_TRACE
- if (trace != null)
- trace.Write ("control", String.Format ("End LoadViewStateRecursive {0} {1}", _userId, type_name));
- #endif
- stateMask |= VIEWSTATE_LOADED;
- }
- #if NET_2_0
- internal ControlSkin controlSkin;
- internal void ApplyTheme ()
- {
- #if MONO_TRACE
- TraceContext trace = (Context != null && Context.Trace.IsEnabled) ? Context.Trace : null;
- string type_name = null;
- if (trace != null) {
- type_name = GetType ().Name;
- trace.Write ("control", String.Format ("ApplyThemeRecursive {0} {1}", _userId, type_name));
- }
- #endif
- if (Page.PageTheme != null && EnableTheming) {
- ControlSkin controlSkin = Page.PageTheme.GetControlSkin (GetType (), SkinID);
- if (controlSkin != null)
- controlSkin.ApplySkin (this);
- }
- #if MONO_TRACE
- if (trace != null)
- trace.Write ("control", String.Format ("End ApplyThemeRecursive {0} {1}", _userId, type_name));
- #endif
- }
- #endif
-
- internal bool AutoID
- {
- get { return (stateMask & AUTOID) != 0; }
- set {
- if (value == false && (stateMask & IS_NAMING_CONTAINER) != 0)
- return;
- SetMask (AUTOID, value);
- }
- }
- protected internal virtual void RemovedControl (Control control)
- {
- control.UnloadRecursive (false);
- control._parent = null;
- control._page = null;
- control._namingContainer = null;
- }
- #if NET_2_0
- string skinId = string.Empty;
- bool _enableTheming = true;
-
- [Browsable (false)]
- [Themeable (false)]
- [DefaultValue (true)]
- public virtual bool EnableTheming
- {
- get
- {
- if ((stateMask & ENABLE_THEMING) != 0)
- return _enableTheming;
- if (_parent != null)
- return _parent.EnableTheming;
- return true;
- }
- set
- {
- SetMask (ENABLE_THEMING, true);
- _enableTheming = value;
- }
- }
-
- [Browsable (false)]
- [DefaultValue ("")]
- [Filterable (false)]
- public virtual string SkinID
- {
- get { return skinId; }
- set { skinId = value; }
- }
- ControlBuilder IControlBuilderAccessor.ControlBuilder {
- get {throw new NotImplementedException (); }
- }
- IDictionary IControlDesignerAccessor.GetDesignModeState ()
- {
- throw new NotImplementedException ();
- }
- void IControlDesignerAccessor.SetDesignModeState (IDictionary designData)
- {
- SetDesignModeState (designData);
- }
-
- void IControlDesignerAccessor.SetOwnerControl (Control control)
- {
- throw new NotImplementedException ();
- }
-
- IDictionary IControlDesignerAccessor.UserData {
- get { throw new NotImplementedException (); }
- }
-
- ExpressionBindingCollection expressionBindings;
- ExpressionBindingCollection IExpressionsAccessor.Expressions {
- get {
- if (expressionBindings == null)
- expressionBindings = new ExpressionBindingCollection ();
- return expressionBindings;
- }
- }
-
- bool IExpressionsAccessor.HasExpressions {
- get {
- return (expressionBindings != null && expressionBindings.Count > 0);
- }
- }
- [MonoTODO]
- public virtual void Focus()
- {
- throw new NotImplementedException();
- }
-
- protected internal virtual void LoadControlState (object state)
- {
- }
-
- protected internal virtual object SaveControlState ()
- {
- return null;
- }
-
- protected virtual void DataBind (bool raiseOnDataBinding)
- {
- bool foundDataItem = false;
-
- if ((stateMask & IS_NAMING_CONTAINER) != 0 && Page != null) {
- object o = DataBinder.GetDataItem (this, out foundDataItem);
- if (foundDataItem)
- Page.PushDataItemContext (o);
- }
-
- try {
-
- if (raiseOnDataBinding)
- OnDataBinding (EventArgs.Empty);
- DataBindChildren();
-
- } finally {
- if (foundDataItem)
- Page.PopDataItemContext ();
- }
- }
-
- protected virtual IDictionary GetDesignModeState ()
- {
- throw new NotImplementedException ();
- }
-
- protected virtual void SetDesignModeState (IDictionary data)
- {
- throw new NotImplementedException ();
- }
- #endif
- void IParserAccessor.AddParsedSubObject (object obj) {
- this.AddParsedSubObject (obj);
- }
- DataBindingCollection IDataBindingsAccessor.DataBindings {
- get {
- if (dataBindings == null) {
- dataBindings = new DataBindingCollection ();
- }
- return dataBindings;
- }
- }
- bool IDataBindingsAccessor.HasDataBindings {
- get {
- if (dataBindings != null && dataBindings.Count > 0) {
- return true;
- }
- return false;
- }
- }
- }
- }
|