Method Summary | |
void |
fwkAddRow(string sId)
Adds a row in the list |
void |
fwkBindListView(object oListView)
|
void |
fwkCancelEvent(object oEvent)
Cancels the event |
void |
fwkCheckListView(object oListView)
Checks the list view |
void |
fwkClearList(string sId)
Clears the list |
void |
fwkDeleteRow(object oObject)
Deletes a row in the list |
object |
fwkGetParent(object oObject,
string sNodeName)
Returns the parent node of the given object with the given node name or null if the node doesn't exist |
number |
fwkGetRowCount(string sId)
Returns the number of rows in the list |
object |
fwkGetTBody(string sId,
boolean bAlert)
Returns the TBODY element |
void |
fwkInitNewRow(object oNewTR,
object oTBody)
|
void |
fwkInsertRow(object oObject,
object evt)
Inserts a row in the list |
void |
fwkPrivateSelectRow(object oTR,
boolean bSimpleSelect)
Selects a row in the list |
void |
fwkSelectFirstRow(string sId)
Selects the first row of the list |
void |
fwkSelectRow(object oTR)
Selects a row associated with the given "TR" reference |
void |
fwkSetColValue(string sId,
number iColIndex,
string sValue)
Sets a column value of the list |
void |
fwkSortList(string sId,
string sField,
string sOrder)
Sorts the list |
Method Detail |
public void fwkBindListView(object oListView)
oListView
- public void fwkCheckListView(object oListView)
oListView
- the list view objectpublic void fwkPrivateSelectRow(object oTR, boolean bSimpleSelect)
oTR
- the "TR" objectbSimpleSelect
- true(a simple select) | false(no select)public void fwkCancelEvent(object oEvent)
oEvent
- the event objectpublic object fwkGetParent(object oObject, string sNodeName)
oObject
- the objectsNodeName
- the node name to find
public void fwkInitNewRow(object oNewTR, object oTBody)
oNewTR
- oTBody
- public object fwkGetTBody(string sId, boolean bAlert)
sId
- the rows container idbAlert
- true(alert if error) | false(no alert)
public void fwkSelectRow(object oTR)
oTR
- the "TR" referencepublic void fwkSelectFirstRow(string sId)
sId
- the list idpublic void fwkInsertRow(object oObject, object evt)
oObject
- the list referenceevt
- the event objectpublic void fwkAddRow(string sId)
sId
- the list idpublic void fwkDeleteRow(object oObject)
oObject
- the list referencepublic void fwkClearList(string sId)
sId
- the list idpublic void fwkSortList(string sId, string sField, string sOrder)
sId
- the list idsField
- the field namesOrder
- the order to sortpublic number fwkGetRowCount(string sId)
sId
- the list id
public void fwkSetColValue(string sId, number iColIndex, string sValue)
sId
- the list idiColIndex
- the column indexsValue
- the new value to set