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  
scrollBarColumn — Property in class com.elfgrid.ElfDataGrid
The only thing the scrollBarColumn is responsible for is creating the top right header cell above the scroll bar.
scrollBarColumnIsValid — Property in class com.elfgrid.ElfDataGrid
scrollTipFunction — Property in class com.elfgrid.ElfDataGrid
A function that returns a String to be used as the tooltip while scrolling.
seekToCol(col) — Method in class com.elfgrid.ElfDataGrid
Moves the view to include col.
seekToColumn(column:com.elfgrid.columns:IElfGridColumn) — Method in class com.elfgrid.ElfDataGrid
Seeks horizontally until column is visible.
seekToEditedItem() — Method in class com.elfgrid.ElfDataGrid
Seeks the view to show the edited item and column, if there is one.
seekToItem(item) — Method in class com.elfgrid.ElfDataGrid
Seeks vertically to view the given item.
seekToRow(row) — Method in class com.elfgrid.ElfDataGrid
Moves the view to include row.
selectable — Property in class com.elfgrid.ElfDataGrid
Rows can be selected via the mouse.
selectable — Property in class com.elfgrid.columns.ElfColumnBase
If true, this column can be selected.
selectable — Property in interface com.elfgrid.columns.IElfGridColumn
If true, this column can be selected.
selectableColumns — Property in class com.elfgrid.ElfDataGrid
If selectable is true, then if selectableColumns is true, then columns can be selected.
selectableHeaderText — Property in class com.elfgrid.columns.ElfColumnBase
If true, the text in the header can be selected.
selectableText — Property in class com.elfgrid.columns.ElfColumnBase
If true, the text can be selected.
selectAll() — Method in class com.elfgrid.ElfDataGridBase
selectedColumn — Property in class com.elfgrid.ElfDataGridBase
selectedColumnChange — Event in class com.elfgrid.ElfDataGridBase
SELECTED_COLUMN_CHANGE — Static property in class com.elfgrid.events.ElfGridDataEvent
selectedItem — Property in class com.elfgrid.ElfDataGridBase
Retrieves the first selectedItem in selectedItems.
selectedItems — Property in class com.elfgrid.ElfDataGridBase
selectedItemsChange — Event in class com.elfgrid.ElfDataGridBase
SELECTED_ITEMS_CHANGE — Static property in class com.elfgrid.events.ElfGridDataEvent
selectedItemsCount — Property in class com.elfgrid.ElfDataGridBase
separators — Property in class com.elfgrid.ElfDataGrid
setCellData(gridItem:com.elfgrid.display:IElfGridItem, rowData, cellData) — Method in class com.elfgrid.columns.ElfBooleanIconColumn
setCellData(gridItem:com.elfgrid.display:IElfGridItem, rowData, cellData) — Method in class com.elfgrid.columns.ElfButtonColumn
setCellData(gridItem:com.elfgrid.display:IElfGridItem, rowData, cellData) — Method in class com.elfgrid.columns.ElfColumnBase
Sets the data of an IElfGridItem.
setCellData(gridItem:com.elfgrid.display:IElfGridItem, rowData, cellData) — Method in class com.elfgrid.columns.ElfStringColumn
Sets the data of an IElfGridItem.
setCellData(gridItem:com.elfgrid.display:IElfGridItem, rowData, cellData) — Method in interface com.elfgrid.columns.IElfGridColumn
Sets the data of an IElfGridItem.
setColumnWidth(column:com.elfgrid.columns:IElfGridColumn, width, totalWidth) — Static method in class com.elfgrid.util.ElfColumnUtils
Sets the actual width of column to width.
setEditedCell(item, column:com.elfgrid.columns:IElfGridColumn) — Method in class com.elfgrid.ElfDataGrid
This will set the cell to be edited.
setEditorCellData(editorGridItem:com.elfgrid.display:IElfGridItem, rowData) — Method in class com.elfgrid.columns.ElfBooleanColumn
setEditorCellData(editorGridItem:com.elfgrid.display:IElfGridItem, rowData) — Method in class com.elfgrid.columns.ElfBooleanIconColumn
setEditorCellData(editorGridItem:com.elfgrid.display:IElfGridItem, rowData) — Method in class com.elfgrid.columns.ElfButtonColumn
setEditorCellData(editorGridItem:com.elfgrid.display:IElfGridItem, rowData) — Method in class com.elfgrid.columns.ElfColumnBase
setEditorCellData(editorGridItem:com.elfgrid.display:IElfGridItem, rowData) — Method in class com.elfgrid.columns.ElfDateColumn
setEditorCellData(editorGridItem:com.elfgrid.display:IElfGridItem, rowData) — Method in class com.elfgrid.columns.ElfNumberColumn
setEditorCellData(editorGridItem:com.elfgrid.display:IElfGridItem, rowData) — Method in class com.elfgrid.columns.ElfStringColumn
setEditorCellData(editorGridItem:com.elfgrid.display:IElfGridItem, rowData) — Method in interface com.elfgrid.columns.IElfGridColumn
Sets the data on the editor cell.
setFocus() — Method in class com.elfgrid.ElfDataGrid
Sets the focus to this component.
setFocus() — Method in class com.elfgrid.display.ElfGridItem
setHeaderCellData(gridItem:com.elfgrid.display:IElfHeaderGridItem, col) — Method in class com.elfgrid.columns.ElfColumnBase
Sets the col index of an IElfHeaderGridItem.
setHeaderCellData(headerGridItem:com.elfgrid.display:IElfHeaderGridItem, col) — Method in interface com.elfgrid.columns.IElfGridColumn
Sets the col index of an IElfHeaderGridItem.
setItemAt(item, index) — Method in class com.elfgrid.ElfDataGridBase
setItemAtV(item, index) — Method in class com.elfgrid.ElfDataGridBase
setItemSelected(item, selected) — Method in class com.elfgrid.ElfDataGridBase
setSelectedCell(item, column:com.elfgrid.columns:IElfGridColumn) — Method in class com.elfgrid.ElfDataGridBase
shadowDirection — Style in class com.elfgrid.ElfDataGrid
Direction of the drop shadow.
shadowDistance — Style in class com.elfgrid.ElfDataGrid
Distance of the drop shadow.
show() — Method in class com.elfgrid.display.ElfToolTip
show() — Method in interface com.elfgrid.display.IElfToolTip
_showHeader — Property in class com.elfgrid.ElfDataGrid
showHeader — Property in class com.elfgrid.ElfDataGrid
A flag that indicates whether the header should be shown.
showHorizontalScrollBar — Property in class com.elfgrid.ElfDataGrid
showScrollTips — Property in class com.elfgrid.ElfDataGrid
A flag that indicates whether a tooltip should appear in the center of the grid when scrolling.
showVerticalScrollBar — Property in class com.elfgrid.ElfDataGrid
sort — Property in class com.elfgrid.ElfDataGridBase
sortable — Property in class com.elfgrid.columns.ElfColumnBase
Whether or not this column can be sorted by the user.
sortable — Property in interface com.elfgrid.columns.IElfGridColumn
If true, the column can be sorted via user interaction.
sortArrow — Property in class com.elfgrid.display.ElfHeaderGridItem
sortArrowGraphic — Property in class com.elfgrid.display.ElfHeaderGridItem
sortArrowsAreValid — Property in class com.elfgrid.ElfDataGrid
sortArrowSkin — Style in class com.elfgrid.display.ElfHeaderGridItem
sortByColumn(column:com.elfgrid.columns:IElfGridColumn, incremental) — Method in class com.elfgrid.ElfDataGridBase
Sorts by the given column.
sortByColumnIndex(col) — Method in class com.elfgrid.ElfDataGridBase
Sorts by the column index col.
sortCaseInsensitive — Property in class com.elfgrid.columns.ElfColumnBase
sortColumns — Property in class com.elfgrid.ElfDataGridBase
Sets the column to sort by.
sortColumnsChange — Event in class com.elfgrid.ElfDataGridBase
SORT_COLUMNS_CHANGE — Static property in class com.elfgrid.events.ElfGridDataEvent
sortCompareFunction — Property in class com.elfgrid.columns.ElfColumnBase
sortDescending — Property in class com.elfgrid.columns.ElfColumnBase
If true, when the column is first sorted, instead of being sorted ascending (lowest value at the top, highest value on the bottom), the column is sorted descending.
sortDescending — Property in class com.elfgrid.display.ElfHeaderGridItem
sortDescending — Property in interface com.elfgrid.display.IElfHeaderGridItem
sortDirectionChange — Event in class com.elfgrid.ElfDataGridBase
SORT_DIRECTION_CHANGE — Static property in class com.elfgrid.events.ElfGridDataEvent
sortField — Property in class com.elfgrid.columns.ElfColumnBase
The name of the property that sorting this column uses for comparison.
sortField — Property in interface com.elfgrid.columns.IElfGridColumn
The name of the property that sorting this column uses for comparison.
sortIndex — Property in class com.elfgrid.display.ElfHeaderGridItem
sortIndex — Property in interface com.elfgrid.display.IElfHeaderGridItem
sortNumeric — Property in class com.elfgrid.columns.ElfColumnBase
stretchCursor — Style in class com.elfgrid.ElfDataGrid
styleChanged(styleProp) — Method in class com.elfgrid.ElfDataGrid
styleChanged(styleProp) — Method in class com.elfgrid.display.ElfGridItem
stylesInitialized() — Method in class com.elfgrid.display.ElfGridItem
stylesInitialized() — Method in class com.elfgrid.display.ElfToolTip
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