if(typeof GLWebLibrary == "undefined") GLWebLibrary={};
GLWebLibrary.GlWebGrid_class = function() {};
Object.extend(GLWebLibrary.GlWebGrid_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RowDeleted: function(session, thisId) {
		return this.invoke("RowDeleted", {"session":session, "thisId":thisId}, this.RowDeleted.getArguments().slice(2));
	},
	ColumnClicked: function(session, colId, thisId) {
		return this.invoke("ColumnClicked", {"session":session, "colId":colId, "thisId":thisId}, this.ColumnClicked.getArguments().slice(3));
	},
	RowButtonClicked: function(session, stateValue, rowId, thisId) {
		return this.invoke("RowButtonClicked", {"session":session, "stateValue":stateValue, "rowId":rowId, "thisId":thisId}, this.RowButtonClicked.getArguments().slice(4));
	},
	RowClicked: function(session, stateValue, rowId, thisId) {
		return this.invoke("RowClicked", {"session":session, "stateValue":stateValue, "rowId":rowId, "thisId":thisId}, this.RowClicked.getArguments().slice(4));
	},
	url: '/sapd/ajaxpro/GLWebLibrary.GlWebGrid,GLWebLibrary.ashx'
}));
GLWebLibrary.GlWebGrid = new GLWebLibrary.GlWebGrid_class();

