Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
I
 insert, Jx.TreeFolder
 insertBefore, Jx.Menu.SubMenu
 isActive
 isCellEditable, Jx.Grid.Model
 isEnabled, Jx.Button
 isLastNode, Jx.TreeFolder
L
 layoutContent, Jx.Panel
 loadContent, Jx.ContentLoader
 loadNextImg, Jx
M
 makeChrome, Jx.Chrome
 maximize, Jx.Panel
 maximizePanel, Jx.PanelSet
O
 onClickColumnHeader, Jx.Grid
 onClickGrid, Jx.Grid
 onClickRowHeader, Jx.Grid
 onKeyPress, Jx.Button.Combo
 onMouseMoveColumnHeader, Jx.Grid
 onMouseMoveGrid, Jx.Grid
 onMouseMoveRowHeader, Jx.Grid
 onmouseover, Jx.Menu.Item
 onMouseOver, Jx.Menu
 onScroll, Jx.Grid
 open, Jx.Dialog
 openURL, Jx.Dialog
P
 panelContentLoaded, Jx.Panel
 position, Jx.AutoPosition
 prelightCell, Jx.Grid
 prelightColumn, Jx.Grid
 prelightColumnHeader, Jx.Grid
 prelightRow, Jx.Grid
 prelightRowHeader, Jx.Grid
 prepareBar, Jx.Splitter
 prepareElement, Jx.Splitter
 propertyChanged, Jx.TreeItem
R
 remove
 replace, Jx.TreeFolder
 resize
 resizeTabBox, Jx.TabSet
 rowSelected, Jx.Grid.Model
insert : function(node,
refNode)
insert a node after refNode.
insertBefore: function(newItem,
targetItem)
Insert a menu item before another menu item.
isActive: function()
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
isCellEditable: function()
This function returns a boolean value to indicate if a given cell is editable by the user.
isEnabled: function()
This returns true if the button is enabled, false otherwise
isLastNode : function(node)
Indicates if a node is the last thing in the folder.
layoutContent: function()
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.
loadContent: function(element)
triggers loading of content based on options set for the current object.
Jx.loadNextImg = function()
An internal method actually populate the DOM element with the image source.
makeChrome: function(element)
create chrome on an element.
maximize: function()
Maximize this panel
maximizePanel: function(panel)
Maximize a panel, taking up all available space (taking into consideration any minimum or maximum values)
onClickColumnHeader: function(e)
handle the user clicking on the column header.
onClickGrid: function(e)
handle the user clicking on the grid.
onClickRowHeader: function(e)
handle the user clicking on the row header.
onKeyPress: function(e)
Handle the user pressing a key by looking for an ENTER key to set the value.
onMouseMoveColumnHeader: function(e)
handle the mouse moving over the column header cells.
onMouseMoveGrid: function(e)
handle the mouse moving over the main grid.
onMouseMoveRowHeader: function(e)
handle the mouse moving over the row header cells.
handle the mouse moving over the menu item
onMouseOver: function(e)
Handle the user moving the mouse over the button for this menu by showing this menu and hiding the other menu.
onScroll: function()
handle the grid scrolling by updating the position of the headers
open: function()
open the dialog.
openURL: function(url)
open the dialog and load content from the provided url.
panelContentLoaded: function(html)
When the content of the panel is loaded from a remote URL, this method is called when the ajax request returns.
position: function(element,
relative,
options)
positions an element relative to another element based on the provided options.
prelightCell: function(row,
col)
apply the jxGridCellPrelight style to a cell.
apply the jxGridColumnPrelight style to a column.
prelightColumnHeader: function(col)
apply the jxGridColumnHeaderPrelight style to the header cell of a column.
prelightRow: function(row)
apply the jxGridRowPrelight style to row.
prelightRowHeader: function(row)
apply the jxGridRowHeaderPrelight style to the header cell of a row.
prepareBar: function()
Prepare a new, empty bar to go into between split areas.
prepareElement: function()
Prepare a new, empty element to go into a split area.
propertyChanged : function(obj)
A property of an object has changed, synchronize the state of the TreeItem with the state of the object
remove: function(idx)
Remove the item at the given index.
remove: function(button)
remove a button from a multi button
remove : function(button)
Remove a button from this Button.
remove: function(item)
Remove a single menu item from the menu.
remove: function(item)
Remove a single menu item from the menu.
remove : function(tab)
Remove a tab from the TabSet.
remove: function(tab)
Remove a tab from this TabSet.
remove: function(item)
remove an item from a toolbar.
remove: function(item)
remove an item from a toolbar.
remove : function(node)
remove the specified node from the tree
replace: function(newNode,
refNode)
Replace a node with another node
resize: function()
resize the grid to fit inside its container.
resize: function(options)
resize the element controlled by this Jx.Layout object.
resizeTabBox: function()
Resize the tab set content area and propogate the changes to each of the tabs managed by the tab set.
rowSelected: function(grid,
row)
This function is called by the grid to indicate that the user has selected a row by clicking on the row header.