| I | |
| insert, Jx. | |
| insertBefore, Jx. | |
| isActive | |
| isCellEditable, Jx. | |
| isEnabled, Jx. | |
| isLastNode, Jx. | |
| L | |
| layoutContent, Jx. | |
| loadContent, Jx. | |
| loadNextImg, Jx | |
| M | |
| makeChrome, Jx. | |
| maximize, Jx. | |
| maximizePanel, Jx. | |
| O | |
| onClickColumnHeader, Jx.Grid | |
| onClickGrid, Jx.Grid | |
| onClickRowHeader, Jx.Grid | |
| onKeyPress, Jx. | |
| onMouseMoveColumnHeader, Jx.Grid | |
| onMouseMoveGrid, Jx.Grid | |
| onMouseMoveRowHeader, Jx.Grid | |
| onmouseover, Jx. | |
| onMouseOver, Jx.Menu | |
| onScroll, Jx.Grid | |
| open, Jx. | |
| openURL, Jx. | |
| P | |
| panelContentLoaded, Jx. | |
| position, Jx. | |
| prelightCell, Jx.Grid | |
| prelightColumn, Jx.Grid | |
| prelightColumnHeader, Jx.Grid | |
| prelightRow, Jx.Grid | |
| prelightRowHeader, Jx.Grid | |
| prepareBar, Jx. | |
| prepareElement, Jx. | |
| propertyChanged, Jx. | |
| R | |
| remove | |
| replace, Jx. | |
| resize | |
| resizeTabBox, Jx. | |
| rowSelected, Jx. |
insert a node after refNode.
insert : function( node, refNode )
Insert a menu item before another menu item.
insertBefore: function( newItem, targetItem )
For toggle buttons, this returns true if the toggle button is currently active and false otherwise.
isActive: function()
Indicate if this sub menu is active
isActive: function()
This function returns a boolean value to indicate if a given cell is editable by the user.
isCellEditable: function()
This returns true if the button is enabled, false otherwise
isEnabled: function()
Indicates if a node is the last thing in the folder.
isLastNode : function( node )
the sizeChange event of the Jx.Layout that manages the outer container is intercepted and passed through this method to handle resizing of the panel contents because we need to do some calculations if the panel is collapsed and if there are toolbars to put around the content area.
layoutContent: function()
triggers loading of content based on options set for the current object.
loadContent: function( element )
An internal method actually populate the DOM element with the image source.
Jx.loadNextImg = function()
create chrome on an element.
makeChrome: function( element )
Maximize this panel
maximize: function()
Maximize a panel, taking up all available space (taking into consideration any minimum or maximum values)
maximizePanel: function( panel )
handle the user clicking on the column header.
onClickColumnHeader: function( e )
handle the user clicking on the grid.
onClickGrid: function( e )
handle the user clicking on the row header.
onClickRowHeader: function( e )
Handle the user pressing a key by looking for an ENTER key to set the value.
onKeyPress: function( e )
handle the mouse moving over the column header cells.
onMouseMoveColumnHeader: function( e )
handle the mouse moving over the main grid.
onMouseMoveGrid: function( e )
handle the mouse moving over the row header cells.
onMouseMoveRowHeader: function( e )
Handle the user moving the mouse over the button for this menu by showing this menu and hiding the other menu.
onMouseOver: function( e )
handle the grid scrolling by updating the position of the headers
onScroll: function()
open the dialog.
open: function()
open the dialog and load content from the provided url.
openURL: function( url )
When the content of the panel is loaded from a remote URL, this method is called when the ajax request returns.
panelContentLoaded: function( html )
positions an element relative to another element based on the provided options.
position: function( element, relative, options )
apply the jxGridCellPrelight style to a cell.
prelightCell: function( row, col )
apply the jxGridColumnHeaderPrelight style to the header cell of a column.
prelightColumnHeader: function( col )
apply the jxGridRowPrelight style to row.
prelightRow: function( row )
apply the jxGridRowHeaderPrelight style to the header cell of a row.
prelightRowHeader: function( row )
Prepare a new, empty bar to go into between split areas.
prepareBar: function()
Prepare a new, empty element to go into a split area.
prepareElement: function()
A property of an object has changed, synchronize the state of the TreeItem with the state of the object
propertyChanged : function( obj )
Remove the item at the given index.
remove: function( idx )
remove a button from a multi button
remove: function( button )
Remove a button from this Button.
remove : function( button )
Remove a single menu item from the menu.
remove: function( item )
Remove a single menu item from the menu.
remove: function( item )
Remove a tab from the TabSet.
remove : function( tab )
Remove a tab from this TabSet.
remove: function( tab )
remove an item from a toolbar.
remove: function( item )
remove an item from a toolbar.
remove: function( item )
remove the specified node from the tree
remove : function( node )
Replace a node with another node
replace: function( newNode, refNode )
resize the grid to fit inside its container.
resize: function()
resize the element controlled by this Jx.Layout object.
resize: function( options )
Resize the tab set content area and propogate the changes to each of the tabs managed by the tab set.
resizeTabBox: function()
This function is called by the grid to indicate that the user has selected a row by clicking on the row header.
rowSelected: function( grid, row )