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
S
 scrollIntoView, Jx.Toolbar.Container
 selectCell, Jx.Grid
 selectColumn, Jx.Grid
 selectColumnHeader, Jx.Grid
 selected, Jx.TreeItem
 selectionChanged, Jx.ButtonSet
 selectRow, Jx.Grid
 selectRowHeader, Jx.Grid
 setActive
 setActiveButton
 setActiveTab, Jx.TabSet
 setAlpha
 setBorderBoxSize, Element
 setBusy, Jx.Panel
 setButton, Jx.Button.Multi
 setColor
 setColumnWidth, Jx.Grid.Model
 setContent, Jx.Panel
 setContentBoxSize, Element
 setContentURL, Jx.Panel
 setEnabled
 setImage, Jx.Button
 setLabel
 setModel, Jx.Grid
 setOwner
 setRowHeaderHeight, Jx.Grid
 setTooltip, Jx.Button
 setValue, Jx.Button.Combo
 setValueAt, Jx.Grid.Model
 setVisibleItem
 show
 showChrome, Jx.Chrome
 sizeChanged
 swatchClick, Jx.ColorPalette
 swatchOver, Jx.ColorPalette
T
 toggleCollapse
 toggleElement, Jx.Splitter.Snap
U
 update
 updateSelected, Jx.ColorPalette
 updateSwatch, Jx.Button.Color
V
 valueChanged, Jx.Button.Combo
 verticalResize, Jx.Splitter
W
 windowResize, Jx.Layout
scrollIntoView: function(item)
scrolls an item in one of the toolbars into the currently visible area of the container if it is not already fully visible
selectCell: function(row,
col)
Select a cell and apply the jxGridCellSelected style to it.
selectColumn: function(col,
selected)
Select a column.
selectColumnHeader: function(col,
selected)
Apply the jxGridColumnHeaderSelected style to the column header cell of a selected column.
selected : function(e)
Called when the DOM element for the TreeItem is clicked, the node is selected.
Handle selection changing on the buttons themselves and activate the appropriate button in response.
selectRow: function(row,
selected)
Select a row and apply the jxGridRowSelected style to it.
selectRowHeader: function(row,
selected)
Apply the jxGridRowHeaderSelected style to the row header cell of a selected row.
setActive: function(active)
Set the active state of the button
setActive: function(isActive)
Set the active state of the Jx.Menu that contains this sub menu
setActive: function(b)
Set the active state of the toolbar (for menus)
setActiveButton: function(button)
update the menu item to be the requested button.
setActiveButton: function(button)
Set the active button to the one passed to this method
setActiveTab: function(tab)
Set the active tab to the one passed to this method
setAlpha: function(alpha)
set the alpha represented by this color panel
setAlpha: function(alpha)
set the alpha represented by this colour panel
setBorderBoxSize : function(size)
set either or both of the width and height of an element to the provided size.
setBusy : function(isBusy)
Set the panel as busy or not busy, which displays a loading image in the title bar.
setButton: function(button)
update the active button in the menu item, trigger the button’s action and hide the flyout that contains the buttons.
setColor: function(color)
set the color represented by this color panel
setColor: function(color)
set the colour represented by this colour panel
setColumnWidth: function()
This function is called with a column index and width in pixels when a column is resized.
setContent : function (html)
set the content of this panel to some HTML
setContentBoxSize : function(size)
set either or both of the width and height of an element to the provided size.
setContentURL : function (url)
Set the content of this panel to come from some URL.
setEnabled: function(enabled)
enable or disable the button.
setEnabled: function(enabled)
enable or disable the combo button.
setImage: function(path)
set the image of this button to a new image URL
setLabel: function(label)
sets the text of the button.
setLabel: function(s)
Set the label in the title bar of this panel
setModel: function(model)
set the model for the grid to display.
setOwner: function(obj)
Set the owner of this menu item
setOwner: function(obj)
Set the ownder of this menu item
setOwner: function(obj)
Set the owner of this sub menu
setRowHeaderHeight: function(row,
height)
set the height of a row.
setTooltip: function(tooltip)
sets the tooltip displayed by the button
setValue: function(value)
set the value of the Combo
setValueAt: function(row,
col,
value)
This function is called with the row and column of a cell and a new value for the cell.
setVisibleItem: function(obj)
Set the sub menu that is currently open
setVisibleItem: function(obj)
Set a sub menu of this menu to be visible and hide the previously visible one.
setVisibleItem: function(obj)
For menus, they want to know which menu is currently open.
show : function( )
show the dialog, external code should use the Jx.Dialog::open method to make the dialog visible.
show : function(o)
Show the menu
show : function(e)
Show the context menu at the location of the mouse click
Show the menu item
Show the menu item
show: function()
Show the sub menu
showChrome: function(element)
show the chrome on an element.
sizeChanged: function()
overload panel’s sizeChanged method
sizeChanged: function()
handle the size of the container being changed.
Handle the size of the element changing to see if the toggle state has changed.
swatchClick: function(e)
handle mouse click on a swatch by updating the color and hiding the panel.
swatchOver: function(e)
handle the mouse moving over a colour swatch by updating the preview
toggleCollapse: function(state)
sets or toggles the collapsed state of the panel.
toggleCollapse: function(state)
sets or toggles the collapsed state of the panel.
toggleElement: function()
Snap the element open or closed.
update: function(shouldDescend)
Update the CSS of the Tree’s DOM element in case it has changed position
update : function(shouldDescend)
Update the CSS of the TreeFolder’s DOM element in case it has changed position.
update : function(shouldDescend)
Update the CSS of the TreeItem’s DOM element in case it has changed position
updateSelected: function()
update the colour panel user interface based on the current colour and alpha values
updateSwatch: function()
Update the swatch color for the current color
valueChanged: function()
invoked when the current value is changed
verticalResize: function()
Resize a vertically layed out container.
windowResize: function()
when the window is resized, any Jx.Layout controlled elements that are direct children of the BODY element are resized