G | |
getAbsoluteX, thyPanel | |
getAbsoluteY, thyPanel | |
getAllRows, thyGrid | |
getCell | |
getCellElement | |
getCellsCount, thyGridRow | |
getColumn, thyGrid | |
getColumnsCount, thyGrid | |
getContentByValue | |
getContentType, thyXMLRPCProtocol | |
getCSSClasses, thyPanel | |
getDisplay, thyPanel | |
getElementByIndex, thyCollection | |
getElementByName, thyCollection | |
getElementIndex, thyCollection | |
getElementName, thyCollection | |
getElementsCount, thyCollection | |
getFormatted, thyPopupCalendar | |
getHeight | |
getHTML, ThyWidgets | |
getIndex, thyGridRow | |
getIndexByName, thyCollection | |
getIndexedElements, thyCollection | |
getInnerHTML | |
getKeyEventElement | |
getLabel, thyLabelPanel | |
getNameByIndex, thyCollection | |
getNamedElements, thyCollection | |
getOuterHTML | |
getRow, thyGrid | |
getRowElement, thyGrid | |
getRowsCount, thyGrid | |
getSelected | |
getSelectedCells | |
getSelectedCols, thyGrid | |
getSelectedContent, thyDropDownBox | |
getSelectedIndex, thyDropDownBox | |
getSelectedIndexes, thyListBox | |
getSelectedRows, thyGrid | |
getSelectedRowsIndexes, thyGrid | |
getSelectedValue, thyDropDownBox | |
getSelectedValues, thyListBox | |
getServerURL, thyXMLRPCProtocol | |
getTimestamp, thyPopupCalendar | |
getTitle, thyWindow | |
getWidth | |
getX, thyPanel | |
getY, thyPanel | |
I | |
i, thyCollection | |
index2name, thyCollection | |
initThyButton, thyButton | |
initThyDialogWindow, thyDialogWindow | |
initThyDropDownBox, thyDropDownBox | |
initThyEditBox, thyEditBox | |
initThyGridRow, thyGridRow | |
initThyLabelPanel, thyLabelPanel | |
initThyPopupCalendar, thyPopupCalendar | |
initThyRichTextEdit, thyRichTextEdit | |
initThyTabsManager, thyTabsManager | |
initThyTextEdit, thyTextEdit | |
initThyWindow, thyWindow | |
insertCell, thyGridRow | |
insertColumn | |
insertRow, thyGrid | |
invokeEvent | |
isClass, thyBase. DynObject | |
isFromClass | |
isSelected |
Returns the actual X position of this element, relative to the whole page
p.getAbsoluteX = function ()
Returns the actual Y position of this element, relative to the whole page
p.getAbsoluteY = function ()
Return a thyCollection with other thyCollections containing the elements of the entire thyGrid
p.getAllRows = function ()
Returns the contents of a specified Cell
p.getCell = function ( rIndex, cIndex )
Returns the contents of the Cell that resides on the specified column
p.getCell = function ( column )
Returns the thyGridCell element that resides on the specified location
p.getCellElement = function ( rIndex, cIndex )
Returns the thyGridCell element that resides on the specified position
p.getCellElement = function ( column )
Returns the number of cells this row has
p.getCellsCount = function ()
Returns a thyCollection of all specified column contents
p.getColumn = function ( index )
Returns the number of columns this grid has
p.getColumnsCount = function ()
Returns the associated content with the specified value
p.getContentByValue = function ( value )
Returns the content associated with the given value
p.getContentByValue = function ( value )
Returns the content type of XML document
p.getContentType = function()
Returns the CSS Classes based on cssBaseClasses and append aditional parameters, if available
p.getCSSClasses = function ( type )
Returns this element’s display property
p.getDisplay = function ()
Returns an element by its index
p.getElementByIndex = function ( index )
Returns an element by its name
p.getElementByName = function ( name )
Gets the index of an element
p.getElementIndex = function ( elm )
Gets the name of an element
p.getElementName = function ( elm )
Returns the number of elements this collection has.
p.getElementsCount = function()
Returns the actual timestamp formatted with the actual format string
p.getFormatted = function ()
Overloaded method that returns the height of the input field
p.getHeight = function ()
Returns the actual height of the panel
p.getHeight = function ()
Overloaded method that returns the HTML of Contents and not the HTML of cell.
p.getHTML = function ()
Returns the index of this Row
p.getIndex = function ()
Gets the index of an element, given its name
p.getIndexByName = function( name )
Returns a javascript array with the elements indexed by their ids used internally
p.getIndexedElements = function()
Overwritten method that insert borders on result
p.getInnerHTML = function()
Overwritten getInnerHTML that inserts Title
p.getInnerHTML = function()
Returns the element that should be used to listen key events
p.getKeyEventElement = function ()
Returns the element that should be used to listen key events
p.getKeyEventElement = function ()
Returns the Panel label text
p.getLabel = function ()
Gets the name of an element, given its index
p.getNameByIndex = function( index )
Returns a javascript object with the elements indexed by their names
p.getNamedElements = function()
Overwritten method that draws TABLE element instead of DIV
p.getOuterHTML = function ()
Overwritten method that draws TR element instead of DIV
p.getOuterHTML = function ()
Overwritten DynLayer Methods that garantees CSS priority when creating elements
p.getOuterHTML = function ()
Overwritten method that draws TD element instead of DIV
p.getOuterHTML = function ()
Returns a thyCollection of all specified row contents
p.getRow = function ( index )
Returns the thyGridRow element that is in the specified position
p.getRowElement = function ( index )
Returns the number of rows in Grid
p.getRowsCount = function ()
Returns a thyCollection with the index, the value and the content of the selected option
p.getSelected = function ()
Returns a thyCollection with the contents of the selected cells
p.getSelectedCells = function ()
Returns a thyCollection with the contents of the Selected Cells
p.getSelectedCells = function ()
Returns the content of the selected option
p.getSelectedContent = function ()
Returns the index of the selected option
p.getSelectedIndex = function ()
Returns an array with the indexes of the selected rows
p.getSelectedIndexes = function ()
Returns a thyCollection composed of other thyCollections, each one with the contents of a selected row.
p.getSelectedRows = function ()
Returns a thyCollection with the selected row indexes
p.getSelectedRowsIndexes = function ()
Returns the value of the selected option
p.getSelectedValue = function ()
Returns an array with the values of the selected rows
p.getSelectedValues = function ()
Returns the server URL
p.getServerURL = function()
Return the timestamp of this field
p.getTimestamp = function ( miliseconds )
Returns the actual title set
p.getTitle = function ()
Overloaded method that returns the width of the input field
p.getWidth = function ()
Returns the actual width of the panel
p.getWidth = function ()
Returns the actual X position of this element, relative to its parent
p.getX = function ()
Returns the actual Y position of this element, relative to its parent
p.getY = function ()
Calls all required initialization procedures.
p.initThyButton = function ()
Initialization method
p.initThyDialogWindow = function ()
Initialization method called before creation
p.initThyDropDownBox = function ()
Initialization Method
p.initThyEditBox = function()
Initialization Method.
p.initThyGridRow = function ()
Initialization Method
p.initThyLabelPanel = function ()
Initialization Method
p.initThyPopupCalendar = function ()
Initialization Method
p.initThyRichTextEdit = function ()
Initialization Method
p.initThyTabsManager = function ()
Initialization method
p.initThyTextEdit = function()
Initialization method
p.initThyWindow = function ()
Inserts a Cell into the specified column
p.insertCell = function ( content, column, type )
Inserts a new column into the grid.
p.insertColumn = function ( title, col, index )
Overloaded method that prevents the insertion of columns in a listbox
p.insertColumn = function ()
Inserts a Row on the specified position (or at the end, if no index specified
p.insertRow = function ( row, index )
Overloaded method that calls the invokeEvent of thyGrid instead of this.
p.invokeEvent = function ( eventName, eventObj )
Overwritten invokeEvent method to detect disabled state
p.invokeEvent = function( type, e, args )
Overloaded method that checks if a class is derivate from another class
DynObject.isClass = function( cn, n )
Checks if the object is from the specified class type or from a class derivate from that.
p.isFromClass = function ( className )
Used to check if the cell is selected or not
p.isSelected = function ()
Returns the selected state of this Cell
p.isSelected = function()