| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456 |
- //
- // System.Web.UI.WebControls.FormView.cs
- //
- // Authors:
- // Lluis Sanchez Gual ([email protected])
- //
- // (C) 2005 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.
- //
- #if NET_2_0
- using System;
- using System.Collections;
- using System.Collections.Specialized;
- using System.ComponentModel;
- using System.Web.UI;
- using System.Security.Permissions;
- using System.Text;
- using System.IO;
- using System.Reflection;
- namespace System.Web.UI.WebControls
- {
- [SupportsEventValidation]
- [DesignerAttribute ("System.Web.UI.Design.WebControls.FormViewDesigner, " + Consts.AssemblySystem_Design, "System.ComponentModel.Design.IDesigner")]
- [ControlValuePropertyAttribute ("SelectedValue")]
- [DefaultEventAttribute ("PageIndexChanging")]
- [AspNetHostingPermissionAttribute (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
- [AspNetHostingPermissionAttribute (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
- public class FormView: CompositeDataBoundControl, IDataItemContainer, INamingContainer, IPostBackEventHandler, IPostBackContainer
- {
- object dataItem;
-
- Table table;
- FormViewRow headerRow;
- FormViewRow footerRow;
- FormViewRow bottomPagerRow;
- FormViewRow topPagerRow;
- FormViewRow itemRow;
-
- IOrderedDictionary currentEditRowKeys;
- IOrderedDictionary currentEditNewValues;
- IOrderedDictionary currentEditOldValues;
-
- ITemplate pagerTemplate;
- ITemplate emptyDataTemplate;
- ITemplate headerTemplate;
- ITemplate footerTemplate;
- ITemplate editItemTemplate;
- ITemplate insertItemTemplate;
- ITemplate itemTemplate;
-
- PropertyDescriptor[] cachedKeyProperties;
- readonly string[] emptyKeys = new string[0];
-
- // View state
- PagerSettings pagerSettings;
-
- TableItemStyle editRowStyle;
- TableItemStyle insertRowStyle;
- TableItemStyle emptyDataRowStyle;
- TableItemStyle footerStyle;
- TableItemStyle headerStyle;
- TableItemStyle pagerStyle;
- TableItemStyle rowStyle;
-
- DataKey key;
- DataKey oldEditValues;
- int dataSourceCount;
-
- private static readonly object PageIndexChangedEvent = new object();
- private static readonly object PageIndexChangingEvent = new object();
- private static readonly object ItemCommandEvent = new object();
- private static readonly object ItemCreatedEvent = new object();
- private static readonly object ItemDeletedEvent = new object();
- private static readonly object ItemDeletingEvent = new object();
- private static readonly object ItemInsertedEvent = new object();
- private static readonly object ItemInsertingEvent = new object();
- private static readonly object ModeChangingEvent = new object();
- private static readonly object ModeChangedEvent = new object();
- private static readonly object ItemUpdatedEvent = new object();
- private static readonly object ItemUpdatingEvent = new object();
-
- // Control state
- int pageIndex;
- FormViewMode currentMode = FormViewMode.ReadOnly;
- int pageCount = -1;
-
- public FormView ()
- {
- }
-
- public event EventHandler PageIndexChanged {
- add { Events.AddHandler (PageIndexChangedEvent, value); }
- remove { Events.RemoveHandler (PageIndexChangedEvent, value); }
- }
-
- public event FormViewPageEventHandler PageIndexChanging {
- add { Events.AddHandler (PageIndexChangingEvent, value); }
- remove { Events.RemoveHandler (PageIndexChangingEvent, value); }
- }
-
- public event FormViewCommandEventHandler ItemCommand {
- add { Events.AddHandler (ItemCommandEvent, value); }
- remove { Events.RemoveHandler (ItemCommandEvent, value); }
- }
-
- public event EventHandler ItemCreated {
- add { Events.AddHandler (ItemCreatedEvent, value); }
- remove { Events.RemoveHandler (ItemCreatedEvent, value); }
- }
-
- public event FormViewDeletedEventHandler ItemDeleted {
- add { Events.AddHandler (ItemDeletedEvent, value); }
- remove { Events.RemoveHandler (ItemDeletedEvent, value); }
- }
-
- public event FormViewDeleteEventHandler ItemDeleting {
- add { Events.AddHandler (ItemDeletingEvent, value); }
- remove { Events.RemoveHandler (ItemDeletingEvent, value); }
- }
-
- public event FormViewInsertedEventHandler ItemInserted {
- add { Events.AddHandler (ItemInsertedEvent, value); }
- remove { Events.RemoveHandler (ItemInsertedEvent, value); }
- }
-
- public event FormViewInsertEventHandler ItemInserting {
- add { Events.AddHandler (ItemInsertingEvent, value); }
- remove { Events.RemoveHandler (ItemInsertingEvent, value); }
- }
-
- public event FormViewModeEventHandler ModeChanging {
- add { Events.AddHandler (ModeChangingEvent, value); }
- remove { Events.RemoveHandler (ModeChangingEvent, value); }
- }
-
- public event EventHandler ModeChanged {
- add { Events.AddHandler (ModeChangedEvent, value); }
- remove { Events.RemoveHandler (ModeChangedEvent, value); }
- }
-
- public event FormViewUpdatedEventHandler ItemUpdated {
- add { Events.AddHandler (ItemUpdatedEvent, value); }
- remove { Events.RemoveHandler (ItemUpdatedEvent, value); }
- }
-
- public event FormViewUpdateEventHandler ItemUpdating {
- add { Events.AddHandler (ItemUpdatingEvent, value); }
- remove { Events.RemoveHandler (ItemUpdatingEvent, value); }
- }
-
- protected virtual void OnPageIndexChanged (EventArgs e)
- {
- if (Events != null) {
- EventHandler eh = (EventHandler) Events [PageIndexChangedEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnPageIndexChanging (FormViewPageEventArgs e)
- {
- if (Events != null) {
- FormViewPageEventHandler eh = (FormViewPageEventHandler) Events [PageIndexChangingEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnItemCommand (FormViewCommandEventArgs e)
- {
- if (Events != null) {
- FormViewCommandEventHandler eh = (FormViewCommandEventHandler) Events [ItemCommandEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnItemCreated (EventArgs e)
- {
- if (Events != null) {
- EventHandler eh = (EventHandler) Events [ItemCreatedEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnItemDeleted (FormViewDeletedEventArgs e)
- {
- if (Events != null) {
- FormViewDeletedEventHandler eh = (FormViewDeletedEventHandler) Events [ItemDeletedEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnItemInserted (FormViewInsertedEventArgs e)
- {
- if (Events != null) {
- FormViewInsertedEventHandler eh = (FormViewInsertedEventHandler) Events [ItemInsertedEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnItemInserting (FormViewInsertEventArgs e)
- {
- if (Events != null) {
- FormViewInsertEventHandler eh = (FormViewInsertEventHandler) Events [ItemInsertingEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnItemDeleting (FormViewDeleteEventArgs e)
- {
- if (Events != null) {
- FormViewDeleteEventHandler eh = (FormViewDeleteEventHandler) Events [ItemDeletingEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnModeChanged (EventArgs e)
- {
- if (Events != null) {
- EventHandler eh = (EventHandler) Events [ModeChangedEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnModeChanging (FormViewModeEventArgs e)
- {
- if (Events != null) {
- FormViewModeEventHandler eh = (FormViewModeEventHandler) Events [ModeChangingEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnItemUpdated (FormViewUpdatedEventArgs e)
- {
- if (Events != null) {
- FormViewUpdatedEventHandler eh = (FormViewUpdatedEventHandler) Events [ItemUpdatedEvent];
- if (eh != null) eh (this, e);
- }
- }
-
- protected virtual void OnItemUpdating (FormViewUpdateEventArgs e)
- {
- if (Events != null) {
- FormViewUpdateEventHandler eh = (FormViewUpdateEventHandler) Events [ItemUpdatingEvent];
- if (eh != null) eh (this, e);
- }
- }
-
-
- [WebCategoryAttribute ("Paging")]
- [DefaultValueAttribute (false)]
- public virtual bool AllowPaging {
- get {
- object ob = ViewState ["AllowPaging"];
- if (ob != null) return (bool) ob;
- return false;
- }
- set {
- ViewState ["AllowPaging"] = value;
- RequireBinding ();
- }
- }
-
- [UrlPropertyAttribute]
- [WebCategoryAttribute ("Appearance")]
- [DefaultValueAttribute ("")]
- [EditorAttribute ("System.Web.UI.Design.ImageUrlEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public virtual string BackImageUrl {
- get {
- object ob = ViewState ["BackImageUrl"];
- if (ob != null) return (string) ob;
- return string.Empty;
- }
- set {
- ViewState ["BackImageUrl"] = value;
- RequireBinding ();
- }
- }
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public virtual FormViewRow BottomPagerRow {
- get {
- EnsureDataBound ();
- return bottomPagerRow;
- }
- }
-
- [WebCategoryAttribute ("Accessibility")]
- [DefaultValueAttribute ("")]
- [LocalizableAttribute (true)]
- public virtual string Caption {
- get {
- object ob = ViewState ["Caption"];
- if (ob != null) return (string) ob;
- return string.Empty;
- }
- set {
- ViewState ["Caption"] = value;
- RequireBinding ();
- }
- }
-
- [WebCategoryAttribute ("Accessibility")]
- [DefaultValueAttribute (TableCaptionAlign.NotSet)]
- public virtual TableCaptionAlign CaptionAlign
- {
- get {
- object o = ViewState ["CaptionAlign"];
- if(o != null) return (TableCaptionAlign) o;
- return TableCaptionAlign.NotSet;
- }
- set {
- ViewState ["CaptionAlign"] = value;
- RequireBinding ();
- }
- }
- [WebCategoryAttribute ("Layout")]
- [DefaultValueAttribute (-1)]
- public virtual int CellPadding
- {
- get {
- object o = ViewState ["CellPadding"];
- if (o != null) return (int) o;
- return -1;
- }
- set {
- ViewState ["CellPadding"] = value;
- RequireBinding ();
- }
- }
- [WebCategoryAttribute ("Layout")]
- [DefaultValueAttribute (0)]
- public virtual int CellSpacing
- {
- get {
- object o = ViewState ["CellSpacing"];
- if (o != null) return (int) o;
- return 0;
- }
- set {
- ViewState ["CellSpacing"] = value;
- RequireBinding ();
- }
- }
-
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public FormViewMode CurrentMode {
- get {
- return currentMode;
- }
- }
-
- [DefaultValueAttribute (FormViewMode.ReadOnly)]
- [WebCategoryAttribute ("Behavior")]
- public virtual FormViewMode DefaultMode {
- get {
- object o = ViewState ["DefaultMode"];
- if (o != null) return (FormViewMode) o;
- return FormViewMode.ReadOnly;
- }
- set {
- ViewState ["DefaultMode"] = value;
- RequireBinding ();
- }
- }
-
- [DefaultValueAttribute (null)]
- [WebCategoryAttribute ("Data")]
- [TypeConverter (typeof(StringArrayConverter))]
- [EditorAttribute ("System.Web.UI.Design.WebControls.DataFieldEditor, " + Consts.AssemblySystem_Design, "System.Drawing.Design.UITypeEditor, " + Consts.AssemblySystem_Drawing)]
- public virtual string[] DataKeyNames
- {
- get {
- object o = ViewState ["DataKeyNames"];
- if (o != null) return (string[]) o;
- return emptyKeys;
- }
- set {
- ViewState ["DataKeyNames"] = value;
- RequireBinding ();
- }
- }
-
- [BrowsableAttribute (false)]
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- public virtual DataKey DataKey {
- get {
- EnsureDataBound ();
- return key;
- }
- }
- [DefaultValue (null)]
- [TemplateContainer (typeof(FormView), BindingDirection.TwoWay)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Browsable (false)]
- public virtual ITemplate EditItemTemplate {
- get { return editItemTemplate; }
- set { editItemTemplate = value; RequireBinding (); }
- }
- [WebCategoryAttribute ("Styles")]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- [DefaultValueAttribute (null)]
- public TableItemStyle EditRowStyle {
- get {
- if (editRowStyle == null) {
- editRowStyle = new TableItemStyle ();
- if (IsTrackingViewState)
- editRowStyle.TrackViewState();
- }
- return editRowStyle;
- }
- }
-
- [WebCategoryAttribute ("Styles")]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- [DefaultValueAttribute (null)]
- public TableItemStyle EmptyDataRowStyle {
- get {
- if (emptyDataRowStyle == null) {
- emptyDataRowStyle = new TableItemStyle ();
- if (IsTrackingViewState)
- emptyDataRowStyle.TrackViewState();
- }
- return emptyDataRowStyle;
- }
- }
-
- [DefaultValue (null)]
- [TemplateContainer (typeof(FormView), BindingDirection.OneWay)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Browsable (false)]
- public virtual ITemplate EmptyDataTemplate {
- get { return emptyDataTemplate; }
- set { emptyDataTemplate = value; RequireBinding (); }
- }
-
- [LocalizableAttribute (true)]
- [WebCategoryAttribute ("Appearance")]
- [DefaultValueAttribute ("")]
- public virtual string EmptyDataText {
- get {
- object ob = ViewState ["EmptyDataText"];
- if (ob != null) return (string) ob;
- return string.Empty;
- }
- set {
- ViewState ["EmptyDataText"] = value;
- RequireBinding ();
- }
- }
-
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public virtual FormViewRow FooterRow {
- get {
- EnsureChildControls ();
- return footerRow;
- }
- }
-
- [DefaultValue (null)]
- [TemplateContainer (typeof(FormView), BindingDirection.OneWay)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Browsable (false)]
- public virtual ITemplate FooterTemplate {
- get { return footerTemplate; }
- set { footerTemplate = value; RequireBinding (); }
- }
- [LocalizableAttribute (true)]
- [WebCategoryAttribute ("Appearance")]
- [DefaultValueAttribute ("")]
- public virtual string FooterText {
- get {
- object ob = ViewState ["FooterText"];
- if (ob != null) return (string) ob;
- return string.Empty;
- }
- set {
- ViewState ["FooterText"] = value;
- RequireBinding ();
- }
- }
-
- [WebCategoryAttribute ("Styles")]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DefaultValue (null)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public TableItemStyle FooterStyle {
- get {
- if (footerStyle == null) {
- footerStyle = new TableItemStyle ();
- if (IsTrackingViewState)
- footerStyle.TrackViewState();
- }
- return footerStyle;
- }
- }
-
- [WebCategoryAttribute ("Appearance")]
- [DefaultValueAttribute (GridLines.None)]
- public virtual GridLines GridLines {
- get {
- object ob = ViewState ["GridLines"];
- if (ob != null) return (GridLines) ob;
- return GridLines.None;
- }
- set {
- ViewState ["GridLines"] = value;
- }
- }
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public virtual FormViewRow HeaderRow {
- get {
- EnsureChildControls ();
- return headerRow;
- }
- }
-
- [WebCategoryAttribute ("Styles")]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DefaultValue (null)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public TableItemStyle HeaderStyle {
- get {
- if (headerStyle == null) {
- headerStyle = new TableItemStyle ();
- if (IsTrackingViewState)
- headerStyle.TrackViewState();
- }
- return headerStyle;
- }
- }
-
- [DefaultValue (null)]
- [TemplateContainer (typeof(FormView), BindingDirection.OneWay)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Browsable (false)]
- public virtual ITemplate HeaderTemplate {
- get { return headerTemplate; }
- set { headerTemplate = value; RequireBinding (); }
- }
- [LocalizableAttribute (true)]
- [WebCategoryAttribute ("Appearance")]
- [DefaultValueAttribute ("")]
- public virtual string HeaderText {
- get {
- object ob = ViewState ["HeaderText"];
- if (ob != null) return (string) ob;
- return string.Empty;
- }
- set {
- ViewState ["HeaderText"] = value;
- RequireBinding ();
- }
- }
-
- [Category ("Layout")]
- [DefaultValueAttribute (HorizontalAlign.NotSet)]
- public virtual HorizontalAlign HorizontalAlign {
- get {
- object ob = ViewState ["HorizontalAlign"];
- if (ob != null) return (HorizontalAlign) ob;
- return HorizontalAlign.NotSet;
- }
- set {
- ViewState ["HorizontalAlign"] = value;
- RequireBinding ();
- }
- }
- [DefaultValue (null)]
- [TemplateContainer (typeof(FormView), BindingDirection.TwoWay)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Browsable (false)]
- public virtual ITemplate InsertItemTemplate {
- get { return insertItemTemplate; }
- set { insertItemTemplate = value; RequireBinding (); }
- }
- [WebCategoryAttribute ("Styles")]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- [DefaultValueAttribute (null)]
- public TableItemStyle InsertRowStyle {
- get {
- if (insertRowStyle == null) {
- insertRowStyle = new TableItemStyle ();
- if (IsTrackingViewState)
- insertRowStyle.TrackViewState();
- }
- return insertRowStyle;
- }
- }
- [DefaultValue (null)]
- [TemplateContainer (typeof(FormView), BindingDirection.TwoWay)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Browsable (false)]
- public virtual ITemplate ItemTemplate {
- get { return itemTemplate; }
- set { itemTemplate = value; RequireBinding (); }
- }
-
- [BrowsableAttribute (false)]
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- public virtual int PageCount {
- get {
- if (pageCount != -1) return pageCount;
- EnsureDataBound ();
- return pageCount;
- }
- }
- [WebCategoryAttribute ("Paging")]
- [BindableAttribute (true, BindingDirection.OneWay)]
- [DefaultValueAttribute (0)]
- public virtual int PageIndex {
- get {
- return pageIndex;
- }
- set {
- pageIndex = value;
- RequireBinding ();
- }
- }
-
- [WebCategoryAttribute ("Paging")]
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Content)]
- [NotifyParentPropertyAttribute (true)]
- [PersistenceModeAttribute (PersistenceMode.InnerProperty)]
- public virtual PagerSettings PagerSettings {
- get {
- if (pagerSettings == null) {
- pagerSettings = new PagerSettings (this);
- if (IsTrackingViewState)
- ((IStateManager)pagerSettings).TrackViewState ();
- }
- return pagerSettings;
- }
- }
-
- [WebCategoryAttribute ("Styles")]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- public TableItemStyle PagerStyle {
- get {
- if (pagerStyle == null) {
- pagerStyle = new TableItemStyle ();
- if (IsTrackingViewState)
- pagerStyle.TrackViewState();
- }
- return pagerStyle;
- }
- }
-
-
- [DefaultValue (null)]
- /* DataControlPagerCell isnt specified in the docs */
- //[TemplateContainer (typeof(DataControlPagerCell), BindingDirection.OneWay)]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [Browsable (false)]
- public virtual ITemplate PagerTemplate {
- get { return pagerTemplate; }
- set { pagerTemplate = value; RequireBinding (); }
- }
-
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public virtual FormViewRow Row {
- get {
- EnsureDataBound ();
- return itemRow;
- }
- }
-
- [WebCategoryAttribute ("Styles")]
- [PersistenceMode (PersistenceMode.InnerProperty)]
- [NotifyParentProperty (true)]
- [DesignerSerializationVisibility (DesignerSerializationVisibility.Content)]
- [DefaultValue (null)]
- public TableItemStyle RowStyle {
- get {
- if (rowStyle == null) {
- rowStyle = new TableItemStyle ();
- if (IsTrackingViewState)
- rowStyle.TrackViewState();
- }
- return rowStyle;
- }
- }
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public object SelectedValue {
- get { return DataKey.Value; }
- }
-
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public virtual FormViewRow TopPagerRow {
- get {
- EnsureDataBound ();
- return topPagerRow;
- }
- }
-
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public virtual object DataItem {
- get {
- EnsureDataBound ();
- return dataItem;
- }
- }
-
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public int DataItemCount {
- get { return PageCount; }
- }
-
- [DesignerSerializationVisibilityAttribute (DesignerSerializationVisibility.Hidden)]
- [BrowsableAttribute (false)]
- public virtual int DataItemIndex {
- get { return PageIndex; }
- }
-
- int IDataItemContainer.DisplayIndex {
- get { return PageIndex; }
- }
-
- public virtual bool IsBindableType (Type type)
- {
- return type.IsPrimitive || type == typeof(string) || type == typeof(DateTime) || type == typeof(Guid);
- }
-
- protected override DataSourceSelectArguments CreateDataSourceSelectArguments ()
- {
- return base.CreateDataSourceSelectArguments ();
- }
-
- protected virtual FormViewRow CreateRow (int rowIndex, DataControlRowType rowType, DataControlRowState rowState)
- {
- FormViewRow row = new FormViewRow (rowIndex, rowType, rowState);
- OnItemCreated (EventArgs.Empty);
- return row;
- }
-
- void RequireBinding ()
- {
- if (Initialized) {
- RequiresDataBinding = true;
- pageCount = -1;
- }
- }
-
- protected virtual Table CreateTable ()
- {
- Table table = new Table ();
- table.Caption = Caption;
- table.CaptionAlign = CaptionAlign;
- table.CellPadding = CellPadding;
- table.CellSpacing = CellSpacing;
- table.HorizontalAlign = HorizontalAlign;
- table.BackImageUrl = BackImageUrl;
- return table;
- }
- [MonoTODO]
- protected override void EnsureDataBound ()
- {
- throw new NotImplementedException ();
- }
-
- [MonoTODO]
- protected override Style CreateControlStyle ()
- {
- throw new NotImplementedException ();
- }
-
- protected override int CreateChildControls (IEnumerable data, bool dataBinding)
- {
- PagedDataSource dataSource;
- if (dataBinding) {
- DataSourceView view = GetData ();
- dataSource = new PagedDataSource ();
- dataSource.DataSource = data;
-
- if (AllowPaging) {
- dataSource.AllowPaging = true;
- dataSource.PageSize = 1;
- dataSource.CurrentPageIndex = PageIndex;
- if (view.CanPage) {
- dataSource.AllowServerPaging = true;
- if (view.CanRetrieveTotalRowCount)
- dataSource.VirtualCount = SelectArguments.TotalRowCount;
- else {
- dataSource.DataSourceView = view;
- dataSource.DataSourceSelectArguments = SelectArguments;
- dataSource.SetItemCountFromPageIndex (PageIndex + PagerSettings.PageButtonCount);
- }
- }
- }
-
- pageCount = dataSource.PageCount;
- }
- else
- {
- dataSource = new PagedDataSource ();
- dataSource.DataSource = data;
- if (AllowPaging) {
- dataSource.AllowPaging = true;
- dataSource.PageSize = 1;
- dataSource.CurrentPageIndex = PageIndex;
- }
- }
- bool showPager = AllowPaging && (PageCount > 1);
- dataSourceCount = dataSource.Count;
-
- Controls.Clear ();
- table = CreateTable ();
- Controls.Add (table);
-
- if (!Page.IsPostBack)
- currentMode = DefaultMode;
- // Gets the current data item
-
- IEnumerator e = dataSource.GetEnumerator ();
- if (e.MoveNext ())
- dataItem = e.Current;
- else
- dataItem = null;
-
- // Main table creation
-
- if (HeaderText.Length != 0 || headerTemplate != null) {
- headerRow = CreateRow (-1, DataControlRowType.Header, DataControlRowState.Normal);
- InitializeRow (headerRow);
- table.Rows.Add (headerRow);
- }
-
- if (showPager && PagerSettings.Position == PagerPosition.Top || PagerSettings.Position == PagerPosition.TopAndBottom) {
- topPagerRow = CreateRow (-1, DataControlRowType.Pager, DataControlRowState.Normal);
- InitializePager (topPagerRow, dataSource);
- table.Rows.Add (topPagerRow);
- }
- if (dataSourceCount > 0) {
- DataControlRowState rstate = GetRowState ();
- itemRow = CreateRow (0, DataControlRowType.DataRow, rstate);
- InitializeRow (itemRow);
- table.Rows.Add (itemRow);
-
- if (!dataBinding) {
- if (CurrentMode == FormViewMode.Edit)
- oldEditValues = new DataKey (new OrderedDictionary ());
- key = new DataKey (new OrderedDictionary (), DataKeyNames);
- }
- } else {
- itemRow = CreateRow (-1, DataControlRowType.EmptyDataRow, DataControlRowState.Normal);
- table.Rows.Add (itemRow);
- InitializeRow (itemRow);
- }
-
- if (showPager && PagerSettings.Position == PagerPosition.Bottom || PagerSettings.Position == PagerPosition.TopAndBottom) {
- bottomPagerRow = CreateRow (-1, DataControlRowType.Pager, DataControlRowState.Normal);
- InitializePager (bottomPagerRow, dataSource);
- table.Rows.Add (bottomPagerRow);
- }
- if (FooterText.Length != 0 || footerTemplate != null) {
- footerRow = CreateRow (-1, DataControlRowType.Footer, DataControlRowState.Normal);
- InitializeRow (footerRow);
- table.Rows.Add (footerRow);
- }
-
- if (dataBinding)
- DataBind (false);
-
- return dataSource.DataSourceCount;
- }
-
- DataControlRowState GetRowState ()
- {
- DataControlRowState rstate = DataControlRowState.Normal;
- if (CurrentMode == FormViewMode.Edit) rstate |= DataControlRowState.Edit;
- else if (CurrentMode == FormViewMode.Insert) rstate |= DataControlRowState.Insert;
- return rstate;
- }
-
- protected virtual void InitializePager (FormViewRow row, PagedDataSource dataSource)
- {
- TableCell cell = new TableCell ();
-
- if (pagerTemplate != null)
- pagerTemplate.InstantiateIn (cell);
- else
- cell.Controls.Add (PagerSettings.CreatePagerControl (dataSource.CurrentPageIndex, dataSource.PageCount));
-
- row.Cells.Add (cell);
- }
-
- protected virtual void InitializeRow (FormViewRow row)
- {
- TableCell cell = new TableCell ();
-
- if (row.RowType == DataControlRowType.DataRow)
- {
- if ((row.RowState & DataControlRowState.Edit) != 0) {
- if (editItemTemplate != null)
- editItemTemplate.InstantiateIn (cell);
- } else if ((row.RowState & DataControlRowState.Insert) != 0) {
- if (insertItemTemplate != null)
- insertItemTemplate.InstantiateIn (cell);
- } else if (itemTemplate != null)
- itemTemplate.InstantiateIn (cell);
- }
- else if (row.RowType == DataControlRowType.EmptyDataRow)
- {
- if (emptyDataTemplate != null)
- emptyDataTemplate.InstantiateIn (cell);
- else
- cell.Text = EmptyDataText;
- }
- else if (row.RowType == DataControlRowType.Footer)
- {
- if (footerTemplate != null)
- footerTemplate.InstantiateIn (cell);
- else
- cell.Text = FooterText;
- }
- else if (row.RowType == DataControlRowType.Header)
- {
- if (headerTemplate != null)
- headerTemplate.InstantiateIn (cell);
- else
- cell.Text = HeaderText;
- }
- row.Cells.Add (cell);
- }
-
- IOrderedDictionary CreateRowDataKey (object dataItem)
- {
- if (cachedKeyProperties == null) {
- PropertyDescriptorCollection props = TypeDescriptor.GetProperties (dataItem);
- cachedKeyProperties = new PropertyDescriptor [DataKeyNames.Length];
- for (int n=0; n<DataKeyNames.Length; n++) {
- PropertyDescriptor p = props [DataKeyNames[n]];
- if (p == null)
- new InvalidOperationException ("Property '" + DataKeyNames[n] + "' not found in object of type " + dataItem.GetType());
- cachedKeyProperties [n] = p;
- }
- }
-
- OrderedDictionary dic = new OrderedDictionary ();
- foreach (PropertyDescriptor p in cachedKeyProperties)
- dic [p.Name] = p.GetValue (dataItem);
- return dic;
- }
-
- IOrderedDictionary GetRowValues (bool includePrimaryKey)
- {
- OrderedDictionary dic = new OrderedDictionary ();
- ExtractRowValues (dic, includePrimaryKey);
- return dic;
- }
-
- protected virtual void ExtractRowValues (IOrderedDictionary fieldValues, bool includeKeys)
- {
- DataControlRowState rowState = Row.RowState;
- IBindableTemplate bt;
-
- if ((rowState & DataControlRowState.Insert) != 0)
- bt = insertItemTemplate as IBindableTemplate;
- else if ((rowState & DataControlRowState.Edit) != 0)
- bt = editItemTemplate as IBindableTemplate;
- else
- return;
-
- if (bt != null) {
- IOrderedDictionary values = bt.ExtractValues (Row.Cells [0]);
- foreach (DictionaryEntry e in values) {
- if (includeKeys || Array.IndexOf (DataKeyNames, e.Key) == -1)
- fieldValues [e.Key] = e.Value;
- }
- }
- }
-
- protected override HtmlTextWriterTag TagKey {
- get {
- return HtmlTextWriterTag.Table;
- }
- }
-
- public sealed override void DataBind ()
- {
- DataSourceView view = GetData ();
- if (AllowPaging && view.CanPage) {
- SelectArguments.StartRowIndex = PageIndex;
- SelectArguments.MaximumRows = 1;
- if (view.CanRetrieveTotalRowCount)
- SelectArguments.RetrieveTotalRowCount = true;
- }
- cachedKeyProperties = null;
- base.DataBind ();
-
- if (dataSourceCount > 0) {
- if (CurrentMode == FormViewMode.Edit)
- oldEditValues = new DataKey (GetRowValues (true));
- key = new DataKey (CreateRowDataKey (dataItem), DataKeyNames);
- }
- }
-
- protected internal override void PerformDataBinding (IEnumerable data)
- {
- base.PerformDataBinding (data);
- }
- [MonoTODO]
- protected internal virtual void PrepareControlHierarchy ()
- {
- throw new NotImplementedException ();
- }
-
- protected internal override void OnInit (EventArgs e)
- {
- Page.RegisterRequiresControlState (this);
- base.OnInit (e);
- }
-
- protected override bool OnBubbleEvent (object source, EventArgs e)
- {
- FormViewCommandEventArgs args = e as FormViewCommandEventArgs;
- if (args != null) {
- OnItemCommand (args);
- ProcessEvent (args.CommandName, args.CommandArgument as string);
- }
- return base.OnBubbleEvent (source, e);
- }
-
- void IPostBackEventHandler.RaisePostBackEvent(string eventArgument)
- {
- RaisePostBackEvent (eventArgument);
- }
- protected virtual void RaisePostBackEvent (string eventArgument)
- {
- int i = eventArgument.IndexOf ('$');
- if (i != -1)
- ProcessEvent (eventArgument.Substring (0, i), eventArgument.Substring (i + 1));
- else
- ProcessEvent (eventArgument, null);
- }
-
- void ProcessEvent (string eventName, string param)
- {
- switch (eventName)
- {
- case DataControlCommands.PageCommandName:
- int newIndex = -1;
- switch (param) {
- case DataControlCommands.FirstPageCommandArgument:
- newIndex = 0;
- break;
- case DataControlCommands.LastPageCommandArgument:
- newIndex = PageCount - 1;
- break;
- case DataControlCommands.NextPageCommandArgument:
- if (PageIndex < PageCount - 1) newIndex = PageIndex + 1;
- break;
- case DataControlCommands.PreviousPageCommandArgument:
- if (PageIndex > 0) newIndex = PageIndex - 1;
- break;
- default:
- newIndex = int.Parse (param) - 1;
- break;
- }
- ShowPage (newIndex);
- break;
-
- case DataControlCommands.FirstPageCommandArgument:
- ShowPage (0);
- break;
- case DataControlCommands.LastPageCommandArgument:
- ShowPage (PageCount - 1);
- break;
-
- case DataControlCommands.NextPageCommandArgument:
- if (PageIndex < PageCount - 1)
- ShowPage (PageIndex + 1);
- break;
- case DataControlCommands.PreviousPageCommandArgument:
- if (PageIndex > 0)
- ShowPage (PageIndex - 1);
- break;
-
- case DataControlCommands.EditCommandName:
- ChangeMode (FormViewMode.Edit);
- break;
-
- case DataControlCommands.NewCommandName:
- ChangeMode (FormViewMode.Insert);
- break;
-
- case DataControlCommands.UpdateCommandName:
- UpdateItem (param, true);
- break;
-
- case DataControlCommands.CancelCommandName:
- CancelEdit ();
- break;
-
- case DataControlCommands.DeleteCommandName:
- DeleteItem ();
- break;
-
- case DataControlCommands.InsertCommandName:
- InsertItem (true);
- break;
- }
- }
-
- void ShowPage (int newIndex)
- {
- FormViewPageEventArgs args = new FormViewPageEventArgs (newIndex);
- OnPageIndexChanging (args);
- if (!args.Cancel) {
- EndRowEdit ();
- PageIndex = args.NewPageIndex;
- OnPageIndexChanged (EventArgs.Empty);
- }
- }
-
- public void ChangeMode (FormViewMode newMode)
- {
- FormViewModeEventArgs args = new FormViewModeEventArgs (newMode, false);
- OnModeChanging (args);
- if (!args.Cancel) {
- currentMode = args.NewMode;
- OnModeChanged (EventArgs.Empty);
- RequireBinding ();
- }
- }
-
- void CancelEdit ()
- {
- FormViewModeEventArgs args = new FormViewModeEventArgs (FormViewMode.ReadOnly, true);
- OnModeChanging (args);
- if (!args.Cancel) {
- EndRowEdit ();
- }
- }
- public virtual void UpdateItem (bool causesValidation)
- {
- UpdateItem (null, causesValidation);
- }
-
- void UpdateItem (string param, bool causesValidation)
- {
- if (causesValidation)
- Page.Validate ();
-
- if (currentMode != FormViewMode.Edit) throw new NotSupportedException ();
-
- currentEditOldValues = oldEditValues.Values;
- currentEditRowKeys = DataKey.Values;
- currentEditNewValues = GetRowValues (false);
-
- FormViewUpdateEventArgs args = new FormViewUpdateEventArgs (param, currentEditRowKeys, currentEditOldValues, currentEditNewValues);
- OnItemUpdating (args);
- if (!args.Cancel) {
- DataSourceView view = GetData ();
- if (view == null) throw new HttpException ("The DataSourceView associated to data bound control was null");
- view.Update (currentEditRowKeys, currentEditNewValues, currentEditOldValues, new DataSourceViewOperationCallback (UpdateCallback));
- } else
- EndRowEdit ();
- }
- bool UpdateCallback (int recordsAffected, Exception exception)
- {
- FormViewUpdatedEventArgs dargs = new FormViewUpdatedEventArgs (recordsAffected, exception, currentEditRowKeys, currentEditOldValues, currentEditNewValues);
- OnItemUpdated (dargs);
- if (!dargs.KeepInEditMode)
- EndRowEdit ();
- return dargs.ExceptionHandled;
- }
- public virtual void InsertItem (bool causesValidation)
- {
- InsertItem (null, causesValidation);
- }
-
- void InsertItem (string param, bool causesValidation)
- {
- if (causesValidation)
- Page.Validate ();
-
- if (currentMode != FormViewMode.Insert) throw new NotSupportedException ();
-
- currentEditNewValues = GetRowValues (true);
- FormViewInsertEventArgs args = new FormViewInsertEventArgs (param, currentEditNewValues);
- OnItemInserting (args);
- if (!args.Cancel) {
- DataSourceView view = GetData ();
- if (view == null) throw new HttpException ("The DataSourceView associated to data bound control was null");
- view.Insert (currentEditNewValues, new DataSourceViewOperationCallback (InsertCallback));
- } else
- EndRowEdit ();
- }
-
- bool InsertCallback (int recordsAffected, Exception exception)
- {
- FormViewInsertedEventArgs dargs = new FormViewInsertedEventArgs (recordsAffected, exception, currentEditNewValues);
- OnItemInserted (dargs);
- if (!dargs.KeepInInsertMode)
- EndRowEdit ();
- return dargs.ExceptionHandled;
- }
- public virtual void DeleteItem ()
- {
- currentEditRowKeys = DataKey.Values;
- currentEditNewValues = GetRowValues (true);
-
- FormViewDeleteEventArgs args = new FormViewDeleteEventArgs (PageIndex, currentEditRowKeys, currentEditNewValues);
- OnItemDeleting (args);
- if (!args.Cancel) {
- if (PageIndex == PageCount - 1)
- PageIndex --;
-
- RequireBinding ();
-
- DataSourceView view = GetData ();
- if (view != null)
- view.Delete (currentEditRowKeys, currentEditNewValues, new DataSourceViewOperationCallback (DeleteCallback));
- else {
- FormViewDeletedEventArgs dargs = new FormViewDeletedEventArgs (0, null, currentEditRowKeys, currentEditNewValues);
- OnItemDeleted (dargs);
- }
- }
- }
- bool DeleteCallback (int recordsAffected, Exception exception)
- {
- FormViewDeletedEventArgs dargs = new FormViewDeletedEventArgs (recordsAffected, exception, currentEditRowKeys, currentEditNewValues);
- OnItemDeleted (dargs);
- return dargs.ExceptionHandled;
- }
-
- void EndRowEdit ()
- {
- ChangeMode (DefaultMode);
- oldEditValues = new DataKey (new OrderedDictionary ());
- currentEditRowKeys = null;
- currentEditOldValues = null;
- currentEditNewValues = null;
- RequireBinding ();
- }
- protected internal override void LoadControlState (object ob)
- {
- if (ob == null) return;
- object[] state = (object[]) ob;
- base.LoadControlState (state[0]);
- pageIndex = (int) state[1];
- pageCount = (int) state[2];
- currentMode = (FormViewMode) state[3];
- }
-
- protected internal override object SaveControlState ()
- {
- object bstate = base.SaveControlState ();
- return new object[] {
- bstate, pageIndex, pageCount, currentMode
- };
- }
-
- protected override void TrackViewState()
- {
- base.TrackViewState();
- if (pagerSettings != null) ((IStateManager)pagerSettings).TrackViewState();
- if (footerStyle != null) ((IStateManager)footerStyle).TrackViewState();
- if (headerStyle != null) ((IStateManager)headerStyle).TrackViewState();
- if (pagerStyle != null) ((IStateManager)pagerStyle).TrackViewState();
- if (rowStyle != null) ((IStateManager)rowStyle).TrackViewState();
- if (editRowStyle != null) ((IStateManager)editRowStyle).TrackViewState();
- if (insertRowStyle != null) ((IStateManager)insertRowStyle).TrackViewState();
- if (emptyDataRowStyle != null) ((IStateManager)emptyDataRowStyle).TrackViewState();
- if (key != null) ((IStateManager)key).TrackViewState();
- }
- protected override object SaveViewState()
- {
- object[] states = new object [14];
- states[0] = base.SaveViewState();
- states[2] = (pagerSettings == null ? null : ((IStateManager)pagerSettings).SaveViewState());
- states[4] = (footerStyle == null ? null : ((IStateManager)footerStyle).SaveViewState());
- states[5] = (headerStyle == null ? null : ((IStateManager)headerStyle).SaveViewState());
- states[6] = (pagerStyle == null ? null : ((IStateManager)pagerStyle).SaveViewState());
- states[7] = (rowStyle == null ? null : ((IStateManager)rowStyle).SaveViewState());
- states[8] = (insertRowStyle == null ? null : ((IStateManager)insertRowStyle).SaveViewState());
- states[9] = (editRowStyle == null ? null : ((IStateManager)editRowStyle).SaveViewState());
- states[10] = (emptyDataRowStyle == null ? null : ((IStateManager)emptyDataRowStyle).SaveViewState());
- states[11] = (key == null ? null : ((IStateManager)key).SaveViewState());
- states[12] = (oldEditValues == null ? null : ((IStateManager)oldEditValues).SaveViewState());
-
- for (int i = states.Length - 1; i >= 0; i--) {
- if (states [i] != null)
- return states;
- }
- return null;
- }
- protected override void LoadViewState (object savedState)
- {
- if (savedState == null) {
- base.LoadViewState (null);
- return;
- }
- object [] states = (object []) savedState;
-
- base.LoadViewState (states[0]);
- EnsureChildControls ();
-
- if (states[2] != null) ((IStateManager)PagerSettings).LoadViewState (states[2]);
- if (states[4] != null) ((IStateManager)FooterStyle).LoadViewState (states[4]);
- if (states[5] != null) ((IStateManager)HeaderStyle).LoadViewState (states[5]);
- if (states[6] != null) ((IStateManager)PagerStyle).LoadViewState (states[6]);
- if (states[7] != null) ((IStateManager)RowStyle).LoadViewState (states[7]);
- if (states[8] != null) ((IStateManager)InsertRowStyle).LoadViewState (states[8]);
- if (states[9] != null) ((IStateManager)EditRowStyle).LoadViewState (states[9]);
- if (states[10] != null) ((IStateManager)EmptyDataRowStyle).LoadViewState (states[10]);
- if (states[11] != null && DataKey != null) ((IStateManager)DataKey).LoadViewState (states[11]);
- if (states[12] != null && oldEditValues != null) ((IStateManager)oldEditValues).LoadViewState (states[12]);
- }
-
- protected internal override void Render (HtmlTextWriter writer)
- {
- switch (GridLines) {
- case GridLines.Horizontal:
- writer.AddAttribute (HtmlTextWriterAttribute.Rules, "rows");
- writer.AddAttribute (HtmlTextWriterAttribute.Border, "1");
- break;
- case GridLines.Vertical:
- writer.AddAttribute (HtmlTextWriterAttribute.Rules, "cols");
- writer.AddAttribute (HtmlTextWriterAttribute.Border, "1");
- break;
- case GridLines.Both:
- writer.AddAttribute (HtmlTextWriterAttribute.Rules, "all");
- writer.AddAttribute (HtmlTextWriterAttribute.Border, "1");
- break;
- default:
- writer.AddAttribute (HtmlTextWriterAttribute.Border, "0");
- break;
- }
-
- writer.AddAttribute (HtmlTextWriterAttribute.Cellspacing, "0");
- writer.AddStyleAttribute (HtmlTextWriterStyle.BorderCollapse, "collapse");
- table.RenderBeginTag (writer);
-
- foreach (FormViewRow row in table.Rows)
- {
- switch (row.RowType) {
- case DataControlRowType.Header:
- if (headerStyle != null)headerStyle.AddAttributesToRender (writer, row);
- break;
- case DataControlRowType.Footer:
- if (footerStyle != null) footerStyle.AddAttributesToRender (writer, row);
- break;
- case DataControlRowType.Pager:
- if (pagerStyle != null) pagerStyle.AddAttributesToRender (writer, row);
- break;
- case DataControlRowType.EmptyDataRow:
- if (emptyDataRowStyle != null) emptyDataRowStyle.AddAttributesToRender (writer, row);
- break;
- default:
- if (rowStyle != null) rowStyle.AddAttributesToRender (writer, row);
- break;
- }
- if ((row.RowState & DataControlRowState.Edit) != 0 && editRowStyle != null)
- editRowStyle.AddAttributesToRender (writer, row);
- if ((row.RowState & DataControlRowState.Insert) != 0 && insertRowStyle != null)
- insertRowStyle.AddAttributesToRender (writer, row);
-
- row.RenderBeginTag (writer);
-
- for (int n=0; n<row.Cells.Count; n++)
- row.Cells[n].Render (writer);
- row.RenderEndTag (writer);
- }
- table.RenderEndTag (writer);
- }
- [MonoTODO]
- PostBackOptions IPostBackContainer.GetPostBackOptions (IButtonControl control)
- {
- throw new NotImplementedException ();
- }
- }
- }
- #endif
|