L | |
length, thyCollection | |
link, thyDataSource | |
M | |
Misc Methods, thyPanel | |
Misc Operations, thyDropDownBox | |
Miscelaneous, thyCollection | |
moveCell, thyGridRow | |
moveColumn, thyGrid | |
moveRow, thyGrid | |
N | |
n, thyCollection | |
name2index, thyCollection | |
newRequest, thyConnector | |
O | |
ondragend, thyWindow | |
ondragmove, thyWindow | |
onmousedown | |
onmouseout, thyPanel | |
onmouseover, thyPanel | |
onmouseup, thyPanel | |
open, thyWindow | |
P | |
populate | |
preInitThyEditBox, thyEditBox | |
pressButton, thyButton | |
Private Methods | |
R | |
read, thyDataSource | |
releaseButton, thyButton | |
remove | |
removeAllCellClasses, thyGridRow | |
removeAllColumns, thyGrid | |
removeAllRows, thyGrid | |
removeByIndex, thyCollection | |
removeByName, thyCollection | |
removeCell, thyGridRow | |
removeCellCSSClass, thyGridRow | |
removeCellIndexedCSSClass, thyGridRow | |
removeChild | |
removeColumn, thyGrid | |
removeCSSClass, thyPanel | |
removeRow, thyGrid | |
removeSelected, thyListBox | |
removeSelectedRows, thyGrid | |
removeTab, thyTabsManager | |
request, thySynchronizer | |
reset | |
Row Methods, thyGrid |
Link Object to this DataSource
p.link = function( obj, name, event )
Changes the position of a Cell to a new place
p.moveCell = function ( orig, dest )
Moves a whole column from one position to another
p.moveColumn = function ( fromIndex, toIndex )
Move a Row from one position to another and refreshes CSS Classes
p.moveRow = function ( fromIndex, toIndex )
Opens up a HTTP channel to target, sending data using GET or POST methods and sets up a handler to manipulate server response
p.newRequest = function ( id, target, data, handler, method )
OnDragEnd Event.
p.ondragend = function( e )
OnDragMove Event.
p.ondragmove = function( e )
This garantees that all panels and derivate classes have the class set to <className>_onmousedown and <name>_onmousedown
p.onmousedown = function ( e )
OnMouseDown Event.
p.onmousedown = function( e )
This garantees that all panels and derivate classes have the class set to className and name
p.onmouseout = function ( e )
This garantees that all panels and derivate classes have the class set to <className>_onmouseover and <name>_onmouseover
p.onmouseover = function ( e )
This garantees that all panels and derivate classes have the class set to className and name
p.onmouseup = function ( e )
UnHide the window
p.open = function()
Update the button caption
p.populate = function( data )
Populates a collection with the values of an array.
p.populate = function ( data )
Sends the appropriate values to the appropriate linked element
p.populate = function ( data, event )
Populates the Panel and optionally its Label
p.populate = function ( data )
Method that will be called by DataSource when data comes from server
p.populate = function( data )
Used to set Caption
p.populate = function ( data )
Populate the thyVisualCollection with the passed arguments.
p.populate = function ( data )
Sets the contents of the cell.
p.populate = function ( data )
Sets the title of the widow
p.populate = function ( data )
Initialization method executed right before element creation
p.preInitThyEditBox = function()
Has the same effect as pushing the button with the mouse
p.pressButton = function ( event )
Method that connects to the server, gets the data and populate previous linked elements
p.read = function( data )
Has the same effect as releasing the button with the mouse
p.releaseButton = function ( event )
Removes an element of the collection
p.remove = function ( elm, name, index )
Method that connects to the server and execute remove method
p.remove = function( data )
Removes the element from vParent and from collection
p.remove = function ( elm, name, index )
Removes all CSS classes from both cellCSSClasses and cellIndexedCSSClasses
p.removeAllCellClasses = function ()
Removes all columns of the grid.
p.removeAllColumns = function ()
Removes all rows from Grid
p.removeAllRows = function ()
Removes an element of the collection
p.removeByIndex = function ( index )
Removes an element of the collection
p.removeByName = function ( name )
Removes the Cell on the specified column
p.removeCell = function ( column )
Remove a CSS class to the list of classes that will be added to all Cells created/manipulated by thyGridRow
p.removeCellCSSClass = function ( cssClass )
Remove a CSS class to the list of classes that will be added to all Cells created/manipulated by thyGridRow.
p.removeCellIndexedCSSClass = function ( cssClass )
Overloaded method that prevents the removal of children of thyDropDownBox
p.removeChild = function ()
Overloaded method that removes childs from Contents panel
p.removeChild = function ( child )
Removes a child from Panel
p.removeChild = function ( child )
Overwritten method that impossibilitates the developer to remove childs from this widget, as this have no meaning
p.removeChild = function ()
Overwritten method that turns removeChild into an alias of removeTab
p.removeChild = function( tab )
Overwritten RemoveChild method that removes childs from contents
p.removeChild = function ( c )
Removes a column from Grid.
p.removeColumn = function ( index )
Removes the CSS Class from the list of Classes
p.removeCSSClass = function ( cssClass )
Remove specified row from Grid and re-index rows
p.removeRow = function ( index )
Remove all selected Rows from Grid
p.removeSelectedRows = function ()
Removes the specified tab from Tabs Manager
p.removeTab = function( tab )
Performs a request to thySynchronizer.
p.request = function ( name, method, params, event, obj )
Removes all grid rows
p.reset = function ()
Removes all transient data from contents panel
p.reset = function ()
Unselect all rows
p.reset = function ()
Removes all transient data from panel
p.reset = function ()
Overloaded method that resets just TabsContents
p.reset = function ()