Deactivate the menu by hiding it.
deactivate: function()
Deactivate the sub menu
deactivate: function( e )
Deactivate the Toolbar (when it is acting as a menu bar).
deactivate: function()
determines if the element is a descendent of the reference node.
descendantOf: function( node )
destroy the contents of the grid safely
destroyGrid: function()
In a horizontally split container, handle a bar being dragged left or right by resizing the elements on either side of the bar.
dragHorizontal: function( obj )
In a vertically split container, handle a bar being dragged up or down by resizing the elements on either side of the bar.
dragVertical: function( obj )
Setup the initial set of constraints that set the behaviour of the bars between the elements in the split area.
establishConstraints: function()
determine if an event happened inside this menu or a sub menu of this menu.
eventInMenu: function( e )
Expands the folder
expand : function()
Clean up the panel
finalize: function()
Clean up a Jx.Tree instance
finalize: function()
Clean up a TreeFolder.
finalize: function()
Clean up the TreeItem and remove all DOM references
finalize: function()
Internal method to clean up folder-related stuff.
finalizeFolder: function()
Clean up the TreeItem and remove all DOM references
finalizeItem: function()
Get a reference to a child node by recursively searching the tree
findChild : function( path )
search the parentage of the element to find an element of the given tag name.
findElement: function( type )
capture the keyboard focus on this button
focus: function()
return the size of the border area of an element.
getBorderBoxSize: function()
returns the border size for each edge of an element
getBorderSize : function()
This function returns the number of columns of data in the model as an integer value.
getColumnCount: function()
This function returns an integer which is the height of the column header row in pixels.
getColumnHeaderHeight: function()
This function returns an HTML string to be placed in the column header for the given column index.
getColumnHeaderHTML: function( col )
This function returns an integer which is the width of the given column in pixels.
getColumnWidth: function( col )
return the size of the content area of an element.
getContentBoxSize : function()
returns the text of the button.
getLabel: function()
Get the label of the title bar of this panel
getLabel: function()
return the size of the margin area of an element.
getMarginBoxSize: function()
Get the label associated with a TreeItem
getName : function()
safely parse a number and return its integer value.
Jx.getNumber = function( n, def )
returns the padding for each edge of an element
getPaddingSize : function ()
return the dimensions of the browser client area.
Jx.getPageDimensions = function()
retrieve the row and column indexes from an event click.
getRowColumnFromEvent: function( e )
This function returns the number of rows of data in the model as an integer value.
getRowCount: function()
This function returns an HTML string to be placed in the row header for the given row index
getRowHeaderHTML: function( row )
This function returns an integer which is the width of the row header column in pixels.
getRowHeaderWidth: function()
This function returns an integer which is the height of the given row in pixels.
getRowHeight: function( row )
Return the current value
getValue: function()
This function returns an HTML string which is the text to place in the cell at the given row and column.
getValueAt: function( row, col )
called through the grid listener interface when data has changed in the underlying model
gridChanged: function( model, row, col, value )
hide the color panel
hide: function()
Closes the flyout if open
hide: function()
hide the dialog, external code should use the Jx.Dialog::close method to hide the dialog.
hide : function()
Hide the menu.
hide: function( e )
Hide the menu item.
hide: function()
Hide the sub menu
hide: function()
removes the chrome from the DOM.
hideChrome: function()
Resize a horizontally layed-out container
horizontalResize: function()