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