AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageDataTableToolList Members

The AdvantageDataTableToolList type exposes the following members.

Constructors


  Name Description
Public method AdvantageDataTableToolList
Initializes a new instance of the AdvantageDataTableToolList class.

Methods


  Name Description
Protected method AddAttributesToRender
Adds the attributes of the Button control to the output stream for rendering on the client.
Protected method CreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
Public method DataBind
Binds a data source to the invoked server control and all its child controls.
Public method Dispose
Enables a server control to perform final clean up before it is released from memory.
Public method GetCallbackResult
Returns the results of a callback event that targets a control.
Protected method GetPostBackOptions
Creates a PostBackOptions object that represents the Button control's postback behavior.
Protected method OnAdd
Raises the Add event for this tool list, letting subscribers handle the add-record command before the toolbar's default action runs.
Protected method OnCommand
Raises the Command event of the Button control.
Protected method OnDelete
Raises the Delete event for this tool list, letting subscribers handle the row-delete command before the toolbar's default action runs.
Protected method OnInit
Raises the Init event.
Protected method OnLoad
Raises the Load event.
Protected method OnPreRender
Raises the PreRender event.
Protected method OnRefresh
Raises the Refresh event for this tool list, letting subscribers refresh their data source before the toolbar's default action runs.
Protected method OnSelect
Raises the Select event for this tool list, letting subscribers handle the row-selection command before the toolbar's default action runs.
Public method RaiseCallbackEvent
Processes a callback event that targets a control.
Protected method RaisePostBackEvent
Raises events for the Button control when it posts back to the server.
Public method ReceiveActionArgs
Receives the action arguments.
Protected method Render
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
Protected method SaveViewState
Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

Fields


  Name Description
Protected field btnAdd
The BTN add
Protected field pnlControl
The PNL control
Protected field tblDummy
The table dummy
Protected field tblTable
The table table

Properties


  Name Description
Public property ColumnDefinitions
Gets or sets the column definitions.
Public property CurrentDomain
Gets the domain currently scoped to this control.
Public property CurrentLanguage
Gets the language currently scoped to this control.
Public property CurrentSql
Gets the SQL helper scoped to the current request.
Public property CurrentUser
Gets the authenticated user executing the current request.
Public property DataSource
Gets or sets the data source.
Public property DataSourceUrl
Gets or sets the data source URL.
Public property InitCompleteFunction
Name of JavaScript function to call after data table has been loaded. Signature needs to be defined as functionName() Usage: InitCompleteFunction = "functionName";
Public property IsSync
Gets a value indicating whether this instance is synchronize.
Public property KeyField
Gets or sets the key field.
Public property OnClientLoadedFunction
Name of JavaScript function to call after data table has been loaded. Signature needs to be defined as functionName(sender, data, type, row, meta) Usage: OnClientLoadedFunction = "functionName";
Public property PageSizes
Gets or sets the page sizes.
Public property ShowAddButton
Gets or sets a value indicating whether [show add button].
Public property ShowRefreshButton
Gets or sets a value indicating whether [show refresh button].
Public property Table
Gets or sets the table.
Public property UseAjax
Gets or sets a value indicating whether [use ajax].
Public property UsePaging
Gets or sets a value indicating whether [use paging].

Events


  Name Description
Public event Add
Occurs when [add].
Public event Command
Occurs when [command].
Public event Delete
Occurs when [delete].
Public event Refresh
Occurs when [refresh].
Public event Select
Occurs when [select].
Public event SendActionArgs
Occurs when [send action arguments].