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

A

abbreviate(String, int) - Static method in class com.smartgwt.client.util.StringUtil
Abbreviates a String using ellipses.
AbstractSmartEvent<H extends EventHandler> - Class in com.smartgwt.client.event
 
AbstractSmartEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.event.AbstractSmartEvent
 
Accessibility - Interface in com.smartgwt.client.docs
Accessibility / Section 508 compliance
action() - Method in class com.smartgwt.client.widgets.Button
This property contains the default 'action' for the Button to fire when activated.
action() - Method in class com.smartgwt.client.widgets.ImgButton
This property contains the default 'action' for the Button to fire when activated.
action() - Method in class com.smartgwt.client.widgets.StretchImgButton
This property contains the default 'action' for the Button to fire when activated.
ActiveXControl - Class in com.smartgwt.client.widgets.plugins
ISC Abstraction for ActiveX controls
ActiveXControl() - Constructor for class com.smartgwt.client.widgets.plugins.ActiveXControl
 
ActiveXControl(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.plugins.ActiveXControl
 
add(Record) - Method in class com.smartgwt.client.data.RecordList
Add an object to this list, at the end
add(TreeNode, TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Add a single node under the specified parent
add(TreeNode, String) - Method in class com.smartgwt.client.widgets.tree.Tree
Add a single node under the specified parent
add(TreeNode, TreeNode, int) - Method in class com.smartgwt.client.widgets.tree.Tree
Add a single node under the specified parent
add(TreeNode, String, int) - Method in class com.smartgwt.client.widgets.tree.Tree
 
addAt(Record, int) - Method in class com.smartgwt.client.data.RecordList
Add a single item to this array at a specific position in the list, sliding other items over to fit.
addBackgroundClickHandler(BackgroundClickHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a backgroundClick handler.
addBackgroundClickHandler(BackgroundClickHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasBackgroundClickHandlers
Callback fired when the mouse is clicked in a background-cell, ie, one without an event.
addBackgroundMouseDownHandler(BackgroundMouseDownHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a backgroundMouseDown handler.
addBackgroundMouseDownHandler(BackgroundMouseDownHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasBackgroundMouseDownHandlers
Callback fired when the mouse button is depressed over a background-cell, ie, one without an event.
addBlurHandler(BlurHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasBlurHandlers
Called when this FormItem loses focus.
addBlurHandler(BlurHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a blur handler.
addBodyKeyPressHandler(BodyKeyPressHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasBodyKeyPressHandlers
Handle a keyPress event on the body.
addBodyKeyPressHandler(BodyKeyPressHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a bodyKeyPress handler.
addButton(ToolStripButton) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add a button to the ToolStrip.
addButton(ToolStripButton, int) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add a button to the ToolStrip.
addButtonClickHandler(ButtonClickHandler) - Method in class com.smartgwt.client.widgets.Dialog
Add a buttonClick handler.
addButtonClickHandler(ButtonClickHandler) - Method in interface com.smartgwt.client.widgets.events.HasButtonClickHandlers
Fires when any button in this Dialog's toolbar is clicked.
addCellClickHandler(CellClickHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasCellClickHandlers
Called when a cell receives a click event.
addCellClickHandler(CellClickHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a cellClick handler.
addCellContextClickHandler(CellContextClickHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasCellContextClickHandlers
Called when a cell receives a contextclick event.
addCellContextClickHandler(CellContextClickHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a cellContextClick handler.
addCellDoubleClickHandler(CellDoubleClickHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasCellDoubleClickHandlers
Called when a cell receives a double click event.
addCellDoubleClickHandler(CellDoubleClickHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a cellDoubleClick handler.
addCellHoverHandler(CellHoverHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasCellHoverHandlers
Called when the mouse hovers over a cell if this.canHover is true.
addCellHoverHandler(CellHoverHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a cellHover handler.
addCellMouseDownHandler(CellMouseDownHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasCellMouseDownHandlers
Called when a cell receives a mousedown event.
addCellMouseDownHandler(CellMouseDownHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a cellMouseDown handler.
addCellMouseUpHandler(CellMouseUpHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasCellMouseUpHandlers
Called when a cell receives a mouseup event.
addCellMouseUpHandler(CellMouseUpHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a cellMouseUp handler.
addCellOutHandler(CellOutHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasCellOutHandlers
Called when the mouse pointer leaves a cell
addCellOutHandler(CellOutHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a cellOut handler.
addCellOverHandler(CellOverHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasCellOverHandlers
Called when the mouse pointer enters a cell
addCellOverHandler(CellOverHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a cellOver handler.
addCellSavedHandler(CellSavedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasCellSavedHandlers
Fires after user edits have been successfully saved to the server, when the new value doesn't match the value before editing.
addCellSavedHandler(CellSavedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a cellSaved handler.
addCellSavedHandler(CellSavedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Add a cellSaved handler.
addChangedHandler(ChangedHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasChangedHandlers
Called when a FormItem's value has been changed as the result of user interaction.
addChangedHandler(ChangedHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a changed handler.
addChangedHandler(ChangedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasChangedHandlers
If this field is editable, any changed handler specified on the ListGridField will be passed onto the editors for this field.
addChangedHandler(ChangedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Add a changed handler.
addChangeHandler(ChangeHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasChangeHandlers
Called when a FormItem's value is about to change as the result of user interaction.
addChangeHandler(ChangeHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a change handler.
addChangeHandler(ChangeHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasChangeHandlers
If this field is editable, any change handler specified on the ListGridField will be passed onto the editors for this field.
addChangeHandler(ChangeHandler) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Add a change handler.
addChild(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Adds newChild as a child of this widget, set up a named object reference (i.e., this[name]) to the new widget if name argument is provided, and draw the child if this widget has been drawn already.
addChild(Canvas, String, boolean) - Method in class com.smartgwt.client.widgets.Canvas
Adds newChild as a child of this widget, set up a named object reference (i.e., this[name]) to the new widget if name argument is provided, and draw the child if this widget has been drawn already.
addChild(Widget) - Method in class com.smartgwt.client.widgets.Canvas
Adds newChild as a child of this widget, set up a named object reference (i.e., this[name]) to the new widget if name argument is provided, and draw the child if this widget has been drawn already.
addClause(FilterClause) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Add a new FilterClause to this FilterBuilder.
addClickHandler(ClickHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a click handler.
addClickHandler(ClickHandler) - Method in interface com.smartgwt.client.widgets.events.HasClickHandlers
Executed when the left mouse is clicked (pressed and then released) on this widget.
addClickHandler(ClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
Add a click handler.
addClickHandler(ClickHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasClickHandlers
Called when this FormItem is clicked on.
addClickHandler(ClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a click handler.
addClickHandler(ClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.LinkItem
 
addClickHandler(ClickHandler) - Method in interface com.smartgwt.client.widgets.menu.events.HasClickHandlers
Executed when this menu item is clicked by the user.
addClickHandler(ClickHandler) - Method in class com.smartgwt.client.widgets.menu.MenuItem
Add a click handler.
addCloseClickHandler(CloseClickHandler) - Method in interface com.smartgwt.client.widgets.events.HasCloseClickHandlers
Handles a click on the close button of this window.
addCloseClickHandler(CloseClickHandler) - Method in interface com.smartgwt.client.widgets.tab.events.HasCloseClickHandlers
When canCloseTabs is set, this notification method fired when the user clicks the "close" icon for a tab. Return false to cancel default behavior of removing the tab from the TabSet
addCloseClickHandler(CloseClickHandler) - Method in class com.smartgwt.client.widgets.tab.TabSet
Add a onCloseClick handler.
addCloseClickHandler(CloseClickHandler) - Method in class com.smartgwt.client.widgets.Window
Add a closeClick handler.
addColorSelectedHandler(ColorSelectedHandler) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Add a colorSelected handler.
addColorSelectedHandler(ColorSelectedHandler) - Method in interface com.smartgwt.client.widgets.form.events.HasColorSelectedHandlers
Override this method to be notified when the user selects a color either by clicking a basic color box in simple mode, or by clicking the OK button in complex mode.
addColumn(int) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Adds a new portal column to this layout at the specified position
addColumnFacet(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a column facet to the view at index "index".
addColumnFacet(String, int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a column facet to the view at index "index".
addContentLoadedHandler(ContentLoadedHandler) - Method in interface com.smartgwt.client.widgets.events.HasContentLoadedHandlers
StringMethod fired when content is completely loaded in this htmlFlow.
addContentLoadedHandler(ContentLoadedHandler) - Method in class com.smartgwt.client.widgets.HTMLFlow
Add a contentLoaded handler.
addCriteria(String, String) - Method in class com.smartgwt.client.data.Criteria
 
addCriteria(String, Integer) - Method in class com.smartgwt.client.data.Criteria
 
addCriteria(String, Boolean) - Method in class com.smartgwt.client.data.Criteria
 
addCriteria(String, Date) - Method in class com.smartgwt.client.data.Criteria
 
addCriteria(String, Float) - Method in class com.smartgwt.client.data.Criteria
 
addCriteria(String, String[]) - Method in class com.smartgwt.client.data.Criteria
 
addCriteria(String, Integer[]) - Method in class com.smartgwt.client.data.Criteria
 
addCriteria(String, Double[]) - Method in class com.smartgwt.client.data.Criteria
 
addCriteria(Criteria) - Method in class com.smartgwt.client.data.Criteria
Adds the criteria from the passed criteria object.
addCriteria(Criterion) - Method in class com.smartgwt.client.data.Criterion
Adds a new criteria.
addCriteria(String, String) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, Integer) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, Float) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, Date) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, Boolean) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, String[]) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, Integer[]) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, Float[]) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, Date[]) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, Boolean[]) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, OperatorId, String) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, OperatorId, Integer) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, OperatorId, Float) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, OperatorId, Date) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, OperatorId, Boolean) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, OperatorId, String[]) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, OperatorId, Integer[]) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, OperatorId, Float[]) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, OperatorId, Date[]) - Method in class com.smartgwt.client.data.Criterion
 
addCriteria(String, OperatorId, Boolean[]) - Method in class com.smartgwt.client.data.Criterion
 
addCriterion(Criterion) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Add a new criterion, including recursively adding sub-criteria for a criterion that contains other criteria.
addData(Record) - Method in class com.smartgwt.client.data.DataSource
Perform an "add" DataSource operation against this DataSource, to create a new DataSource record.
addData(Record, DSCallback) - Method in class com.smartgwt.client.data.DataSource
Perform an "add" DataSource operation against this DataSource, to create a new DataSource record.
addData(Record, DSCallback, DSRequest) - Method in class com.smartgwt.client.data.DataSource
Perform an "add" DataSource operation against this DataSource, to create a new DataSource record.
addData(Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Perform a DataSource "add" operation to add new records to this component's DataSource.
addData(Record, DSCallback) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Perform a DataSource "add" operation to add new records to this component's DataSource.
addData(Record, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Perform a DataSource "add" operation to add new records to this component's DataSource.
addData(Record) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Perform a DataSource "add" operation to add new records to this component's DataSource.
addData(Record, DSCallback) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Perform a DataSource "add" operation to add new records to this component's DataSource.
addData(Record, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Perform a DataSource "add" operation to add new records to this component's DataSource.
addDataArrivedHandler(DataArrivedHandler) - Method in interface com.smartgwt.client.data.events.HasDataArrivedHandlers
Notification fired when data has arrived from the server and has been successfully integrated into the cache.
addDataArrivedHandler(DataArrivedHandler) - Method in class com.smartgwt.client.data.ResultSet
Add a dataArrived handler.
addDataArrivedHandler(DataArrivedHandler) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Add a dataArrived handler.
addDataArrivedHandler(DataArrivedHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasDataArrivedHandlers
If this item is showing a dataBound pickList, this notification method will be fired when new data arrives from the server.
addDataArrivedHandler(DataArrivedHandler) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Add a dataArrived handler.
addDataArrivedHandler(DataArrivedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasDataArrivedHandlers
Notification method fired when new data arrives from the server to be displayed in this ListGrid, (for example in response to the user scrolling a new set of rows into view).
addDataArrivedHandler(DataArrivedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a dataArrived handler.
addDataArrivedHandler(DataArrivedHandler) - Method in interface com.smartgwt.client.widgets.tree.events.HasDataArrivedHandlers
Notification method fired whenever this TreeGrid receives new data nodes from the dataSource.
addDataArrivedHandler(DataArrivedHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a dataArrived handler.
addDataChangedHandler(DataChangedHandler) - Method in interface com.smartgwt.client.data.events.HasDataChangedHandlers
Notification fired when this list has changed in some way.
addDataChangedHandler(DataChangedHandler) - Method in class com.smartgwt.client.data.RecordList
Add a DataChanged handler.
addDataChangedHandler(DataChangedHandler) - Method in class com.smartgwt.client.widgets.DateChooser
Add a dataChanged handler.
addDataChangedHandler(DataChangedHandler) - Method in interface com.smartgwt.client.widgets.events.HasDataChangedHandlers
Method to override or observe in order to be notified when a user picks a date value.
addDataChangedHandler(DataChangedHandler) - Method in interface com.smartgwt.client.widgets.tree.HasDataChangedHandlers
Called when the structure of this tree is changed in any way.
addDataChangedHandler(DataChangedHandler) - Method in class com.smartgwt.client.widgets.tree.Tree
Add a dataChanged handler.
addDateChangedHandler(DateChangedHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a dateChanged handler.
addDateChangedHandler(DateChangedHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasDateChangedHandlers
Fires whenever the user changes the current date, including picking a specific date or navigating to a new week or month.
addDayBodyClickHandler(DayBodyClickHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a dayBodyClick handler.
addDayBodyClickHandler(DayBodyClickHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasDayBodyClickHandlers
Called when the body area of a day in the month view is clicked on, outside of any links to a particular event.
addDayHeaderClickHandler(DayHeaderClickHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a dayHeaderClick handler.
addDayHeaderClickHandler(DayHeaderClickHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasDayHeaderClickHandlers
Called when the header area of a day in the month view is clicked on.
addDoubleClickHandler(DoubleClickHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a doubleClick handler.
addDoubleClickHandler(DoubleClickHandler) - Method in interface com.smartgwt.client.widgets.events.HasDoubleClickHandlers
Executed when the left mouse button is clicked twice in rapid succession (within doubleClickDelay by default) in this object.
addDoubleClickHandler(DoubleClickHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasDoubleClickHandlers
Called when this FormItem is double-clicked.
addDoubleClickHandler(DoubleClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a doubleClick handler.
addDragMoveHandler(DragMoveHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dragMove handler.
addDragMoveHandler(DragMoveHandler) - Method in interface com.smartgwt.client.widgets.events.HasDragMoveHandlers
Executed every time the mouse moves while dragging this canvas.
addDragRepositionMoveHandler(DragRepositionMoveHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dragRepositionMove handler.
addDragRepositionMoveHandler(DragRepositionMoveHandler) - Method in interface com.smartgwt.client.widgets.events.HasDragRepositionMoveHandlers
Executed every time the mouse moves while drag-repositioning.
addDragRepositionStartHandler(DragRepositionStartHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dragRepositionStart handler.
addDragRepositionStartHandler(DragRepositionStartHandler) - Method in interface com.smartgwt.client.widgets.events.HasDragRepositionStartHandlers
Executed when dragging first starts.
addDragRepositionStopHandler(DragRepositionStopHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dragRepositionStop handler.
addDragRepositionStopHandler(DragRepositionStopHandler) - Method in interface com.smartgwt.client.widgets.events.HasDragRepositionStopHandlers
Executed when the mouse button is released at the end of the drag.
addDragResizeMoveHandler(DragResizeMoveHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dragResizeMove handler.
addDragResizeMoveHandler(DragResizeMoveHandler) - Method in interface com.smartgwt.client.widgets.events.HasDragResizeMoveHandlers
Executed every time the mouse moves while drag-resizing.
addDragResizeStartHandler(DragResizeStartHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dragResizeStart handler.
addDragResizeStartHandler(DragResizeStartHandler) - Method in interface com.smartgwt.client.widgets.events.HasDragResizeStartHandlers
Executed when resize dragging first starts.
addDragResizeStopHandler(DragResizeStopHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dragResizeStop handler.
addDragResizeStopHandler(DragResizeStopHandler) - Method in interface com.smartgwt.client.widgets.events.HasDragResizeStopHandlers
Executed when the mouse button is released at the end of the drag resize.
addDragStartHandler(DragStartHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dragStart handler.
addDragStartHandler(DragStartHandler) - Method in interface com.smartgwt.client.widgets.events.HasDragStartHandlers
Executed when dragging first starts.
addDragStopHandler(DragStopHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dragStop handler.
addDragStopHandler(DragStopHandler) - Method in interface com.smartgwt.client.widgets.events.HasDragStopHandlers
Executed when the mouse button is released at the end of the drag.
addDrawAreaChangedHandler(DrawAreaChangedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasDrawAreaChangedHandlers
Notification method that fires when the drawArea changes due to scrolling.
addDrawAreaChangedHandler(DrawAreaChangedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a drawAreaChanged handler.
addDrawHandler(DrawHandler) - Method in class com.smartgwt.client.widgets.BaseWidget
 
addDrawHandler(DrawHandler) - Method in interface com.smartgwt.client.widgets.events.HasDrawHandlers
 
addDropHandler(DropHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a onDrop handler.
addDropHandler(DropHandler) - Method in interface com.smartgwt.client.widgets.events.HasDropHandlers
Notification method fired when the user drops another canvas onto this one.
addDropMoveHandler(DropMoveHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dropMove handler.
addDropMoveHandler(DropMoveHandler) - Method in interface com.smartgwt.client.widgets.events.HasDropMoveHandlers
Executed whenever the compatible dragged object is moved over this drop target.
addDropOutHandler(DropOutHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dropOut handler.
addDropOutHandler(DropOutHandler) - Method in interface com.smartgwt.client.widgets.events.HasDropOutHandlers
Executed when the dragged object is moved out of the rectangle of this drop target.
addDropOverHandler(DropOverHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a dropOver handler.
addDropOverHandler(DropOverHandler) - Method in interface com.smartgwt.client.widgets.events.HasDropOverHandlers
Executed when the compatible dragged object is first moved over this drop target.
addEditCompleteHandler(EditCompleteHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasEditCompleteHandlers
Callback fired when inline edits have been successfully saved.
addEditCompleteHandler(EditCompleteHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a editComplete handler.
addEditFailedHandler(EditFailedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasEditFailedHandlers
Called when an attempt to save inline edits fails, due to a validation error or other server error.
addEditFailedHandler(EditFailedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a editFailed handler.
addEditorEnterHandler(EditorEnterHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasEditorEnterHandlers
Callback fired when the user first starts editing a cell.
addEditorEnterHandler(EditorEnterHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a editorEnter handler.
addEditorEnterHandler(EditorEnterHandler) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Add a editorEnter handler.
addEditorExitHandler(EditorExitHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasEditorExitHandlers
Callback fired when the user attempts to navigate away from the current edit cell, or complete the current edit.
Call EditorExitEvent.cancel() from within EditorExitHandler.onEditorExit(com.smartgwt.client.widgets.grid.events.EditorExitEvent) from this method to cancel the default behavior (Saving / cancelling the current edit / moving to the next edit cell)
addEditorExitHandler(EditorExitHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a editorExit handler.
addEditorExitHandler(EditorExitHandler) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Add a editorExit handler.
addEmbeddedComponent(Canvas, ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Attaches the component to the provided record.
addEmbeddedComponent(Canvas, ListGridRecord, int, int, EmbeddedPosition) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Attaches the component to the provided record.
addEvent(Date, Date, String, String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Create a new event in this calendar instance.
addEvent(Date, Date, String, String, Map) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Create a new event in this calendar instance.
addEventAddedHandler(EventAddedHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a eventAdded handler.
addEventAddedHandler(EventAddedHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasEventAddedHandlers
Notification fired whenever a user adds an event.
addEventChangedHandler(EventChangedHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a eventChanged handler.
addEventChangedHandler(EventChangedHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasEventChangedHandlers
Notification fired whenever a user changes an event, whether by dragging the event or by editing it in a dialog.
addEventClickHandler(EventClickHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a eventClick handler.
addEventClickHandler(EventClickHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasEventClickHandlers
Called whenever an event is clicked on in the day, week or month views.
addEventMovedHandler(EventMovedHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a eventMoved handler.
addEventMovedHandler(EventMovedHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasEventMovedHandlers
Called when an event is moved via dragging by a user.
addEventRemoveClickHandler(EventRemoveClickHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a eventRemoveClick handler.
addEventRemoveClickHandler(EventRemoveClickHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasEventRemoveClickHandlers
Called whenever the close icon of an event is clicked within the day or week view.
addEventRemovedHandler(EventRemovedHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a eventRemoved handler.
addEventRemovedHandler(EventRemovedHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasEventRemovedHandlers
Notification fired whenever a user removes an event
addEventResizedHandler(EventResizedHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a eventResized handler.
addEventResizedHandler(EventResizedHandler) - Method in interface com.smartgwt.client.widgets.calendar.events.HasEventResizedHandlers
Called when an event is resized via dragging by a user.
addFacet(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a facet to the view, into the row or column facets (intoRows true or false), at index "index".
addFacet(String, boolean, int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a facet to the view, into the row or column facets (intoRows true or false), at index "index".
addFacetAddedHandler(FacetAddedHandler) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a facetAdded handler.
addFacetAddedHandler(FacetAddedHandler) - Method in interface com.smartgwt.client.widgets.cube.events.HasFacetAddedHandlers
Notification fired when a new facet is added.
addFacetMovedHandler(FacetMovedHandler) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a facetMoved handler.
addFacetMovedHandler(FacetMovedHandler) - Method in interface com.smartgwt.client.widgets.cube.events.HasFacetMovedHandlers
Notification fired when a facet is moved.
addFacetRemovedHandler(FacetRemovedHandler) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a facetRemoved handler.
addFacetRemovedHandler(FacetRemovedHandler) - Method in interface com.smartgwt.client.widgets.cube.events.HasFacetRemovedHandlers
Notification fired when a facet is removed.
addFacetValueSelectionChangedHandler(FacetValueSelectionChangedHandler) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a facetValueSelectionChanged handler.
addFacetValueSelectionChangedHandler(FacetValueSelectionChangedHandler) - Method in interface com.smartgwt.client.widgets.cube.events.HasFacetValueSelectionChangedHandlers
Handler/Notification function for facetValue selection change (no default implementation).
addFetchDataHandler(FetchDataHandler) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Add a fetchData handler.
addFetchDataHandler(FetchDataHandler) - Method in interface com.smartgwt.client.widgets.events.HasFetchDataHandlers
Notification function fired on fetchData() or filterData()
addFetchDataHandler(FetchDataHandler) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Add a fetchData handler.
addFetchDataHandler(FetchDataHandler) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Add a fetchData handler.
addFetchDataHandler(FetchDataHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a fetchData handler.
addFetchDataHandler(FetchDataHandler) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Add a fetchData handler.
addFetchDataHandler(FetchDataHandler) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Add a fetchData handler.
addField(DataSourceField) - Method in class com.smartgwt.client.data.DataSource
Add a field to the DataSource
addFieldStateChangedHandler(FieldStateChangedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasFieldStateChangedHandlers
Notification method executed when columns are resized or reordered, or fields are shown or hidden.
addFieldStateChangedHandler(FieldStateChangedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a fieldStateChanged handler.
addFill() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Adds a LayoutSpacer to the ToolStrip to take up space such like a normal member, without actually drawing anything.
addFilterChangedHandler(FilterChangedHandler) - Method in interface com.smartgwt.client.widgets.form.events.HasFilterChangedHandlers
Handler fired when there is a change() event fired on any FormItem within the filterBuilder.
addFilterChangedHandler(FilterChangedHandler) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Add a filterChanged handler.
addFilterEditorSubmitHandler(FilterEditorSubmitHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasFilterEditorSubmitHandlers
Optional notification fired when the user performs a filter by modifying the filter editor criteria.
addFilterEditorSubmitHandler(FilterEditorSubmitHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a filterEditorSubmit handler.
addFixedFacetValueChangedHandler(FixedFacetValueChangedHandler) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a fixedFacetValueChanged handler.
addFixedFacetValueChangedHandler(FixedFacetValueChangedHandler) - Method in interface com.smartgwt.client.widgets.cube.events.HasFixedFacetValueChangedHandlers
Notification fired when a fixed facet value is set for some facet.
addFocusChangedHandler(FocusChangedHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a focusChanged handler.
addFocusChangedHandler(FocusChangedHandler) - Method in interface com.smartgwt.client.widgets.events.HasFocusChangedHandlers
Notification function fired when this widget receives or loses keyboard focus.
addFocusHandler(FocusHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasFocusHandlers
Called when this FormItem receives focus.
addFocusHandler(FocusHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a focus handler.
addFolderClickHandler(FolderClickHandler) - Method in interface com.smartgwt.client.widgets.tree.events.HasFolderClickHandlers
This method is called when a folder record is clicked on.
addFolderClickHandler(FolderClickHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a folderClick handler.
addFolderClosedHandler(FolderClosedHandler) - Method in interface com.smartgwt.client.widgets.tree.events.HasFolderClosedHandlers
This method is called when a folder is closed either via the user manipulating the expand/collapse control in the UI or via TreeGrid.closeFolder.
addFolderClosedHandler(FolderClosedHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a folderClosed handler.
addFolderContextClickHandler(FolderContextClickHandler) - Method in interface com.smartgwt.client.widgets.tree.events.HasFolderContextClickHandlers
This method is called when a context click occurs on a folder record.
addFolderContextClickHandler(FolderContextClickHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a folderContextClick handler.
addFolderDropHandler(FolderDropHandler) - Method in interface com.smartgwt.client.widgets.tree.events.HasFolderDropHandlers
Notification method fired when treeNode(s) are dropped into a folder of this TreeGrid. This method fires before the standard com.smartgwt.client.widgets.tree.TreeGrid#folderDrop processing occurs and returning false will suppress that default behavior.
addFolderDropHandler(FolderDropHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a handler that fires when data is dropped on a folder of this TreeGrid.
addFolderOpenedHandler(FolderOpenedHandler) - Method in interface com.smartgwt.client.widgets.tree.events.HasFolderOpenedHandlers
This method is called when a folder is opened either via the user manipulating the expand/collapse control in the UI or via TreeGrid.openFolder.
addFolderOpenedHandler(FolderOpenedHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a folderOpened handler.
addFormItem(FormItem) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add a FormItem to the ToolStrip.
addFormItem(FormItem, int) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add a FormItem to the ToolStrip.
addFormItemClickHandler(FormItemClickHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasFormItemClickHandlers
StringMethod action to fire when this icon is clicked If unset the form item's iconClick method will be fired instead (if specified).
addFormItemClickHandler(FormItemClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
Add a formItemClick handler.
addFormSubmitFailedHandler(FormSubmitFailedHandler) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Add a formSubmitFailed handler.
addFormSubmitFailedHandler(FormSubmitFailedHandler) - Method in interface com.smartgwt.client.widgets.form.events.HasFormSubmitFailedHandlers
Method called when an attempt to natively submit a form is unable to submit to the server.
addFormulaField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
addFormulaField() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Convenience method to display a com.smartgwt.client..FormulaBuilder to create a new Formula Field.
addFormulaField() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
addFormulaField() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
addFormulaField() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
addFormulaField() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
addFormulaField() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
addGroupByHandler(GroupByHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasGroupByHandlers
Callback fired when the listGrid is grouped or ungrouped.
addGroupByHandler(GroupByHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a groupBy handler.
addHandleErrorHandler(HandleErrorHandler) - Method in class com.smartgwt.client.data.DataSource
Add a handleError handler.
addHandleErrorHandler(HandleErrorHandler) - Method in interface com.smartgwt.client.data.events.HasHandleErrorHandlers
If you define this method on a DataSource, it will be called whenever the server returns a DSResponse with a status other than STATUS_SUCCESS.
addHeaderClickHandler(HeaderClickHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasHeaderClickHandlers
Handler fired when the user clicks a header in this listGrid before any other processing occurs. Return false to suppress the default header click handling
addHeaderClickHandler(HeaderClickHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a onHeaderClick handler.
addHeaderDoubleClickHandler(HeaderDoubleClickHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasHeaderDoubleClickHandlers
Handle a double click in the list header.
addHeaderDoubleClickHandler(HeaderDoubleClickHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a headerDoubleClick handler.
addHiddenValidationErrorsHandler(HiddenValidationErrorsHandler) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Add a hiddenValidationErrors handler.
addHiddenValidationErrorsHandler(HiddenValidationErrorsHandler) - Method in interface com.smartgwt.client.widgets.form.events.HasHiddenValidationErrorsHandlers
Method to display validation error messages for fields that are not currently visible in this form.
This will be called when validation fails for
- a hidden field in this form
- if this form is databound, a datasource field with specified validators, for which we have no specified form item.
Implement this to provide custom validation error handling for these fields.
By default hidden validation errors will be logged as warnings in the developerConsole.
addHiddenValidationErrorsHandler(HiddenValidationErrorsHandler) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Add a hiddenValidationErrors handler.
addHoverHandler(HoverHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a hover handler.
addHoverHandler(HoverHandler) - Method in interface com.smartgwt.client.widgets.events.HasHoverHandlers
If canHover is true for this widget, the hover string method will be fired when the user hovers over this canvas.
addHoverHiddenHandler(HoverHiddenHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a hoverHidden handler.
addHoverHiddenHandler(HoverHiddenHandler) - Method in interface com.smartgwt.client.widgets.events.HasHoverHiddenHandlers
If showHover is true for this canvas, this notification method will be fired whenever the hover shown in response to handleHover() is hidden.
addIconClickHandler(IconClickHandler) - Method in class com.smartgwt.client.widgets.Button
Add a iconClick handler.
addIconClickHandler(IconClickHandler) - Method in interface com.smartgwt.client.widgets.events.HasIconClickHandlers
If this button is showing an icon, a separate click handler for the icon may be defined as this.iconClick.
addIconClickHandler(IconClickHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasIconClickHandlers
StringMethod.
addIconClickHandler(IconClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a iconClick handler.
addIconClickHandler(IconClickHandler) - Method in class com.smartgwt.client.widgets.StretchImgButton
Add a iconClick handler.
addIconKeyPressHandler(IconKeyPressHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasIconKeyPressHandlers
StringMethod.
addIconKeyPressHandler(IconKeyPressHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a iconKeyPress handler.
addImageClickHandler(ImageClickHandler) - Method in interface com.smartgwt.client.widgets.tableview.events.HasImageClickHandlers
Executed when the user clicks on the image displayed in a record if iconField has been specified.
addImageClickHandler(ImageClickHandler) - Method in class com.smartgwt.client.widgets.tableview.TableView
Add a imageClick handler.
addItem(Canvas) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
 
addItem(MenuItem) - Method in class com.smartgwt.client.widgets.menu.Menu
 
addItem(MenuItem, int) - Method in class com.smartgwt.client.widgets.menu.Menu
 
addItem(Widget) - Method in class com.smartgwt.client.widgets.Window
Adds a widget to the window.
addItem(Canvas) - Method in class com.smartgwt.client.widgets.Window
Adds a widget to the window.
addItemChangedHandler(ItemChangedHandler) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Add a itemChanged handler.
addItemChangedHandler(ItemChangedHandler) - Method in interface com.smartgwt.client.widgets.form.events.HasItemChangedHandlers
Handler fired when there is a changed() event fired on a FormItem within this form.
addItemChangeHandler(ItemChangeHandler) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Add a itemChange handler.
addItemChangeHandler(ItemChangeHandler) - Method in interface com.smartgwt.client.widgets.form.events.HasItemChangeHandlers
Handler fired when there is a change() event fired on a FormItem within this form.
addItemClickHandler(ItemClickHandler) - Method in interface com.smartgwt.client.widgets.menu.events.HasItemClickHandlers
Executed when a menu item with no click handler is clicked by the user.
addItemClickHandler(ItemClickHandler) - Method in class com.smartgwt.client.widgets.menu.Menu
Add a itemClick handler.
addItemClickHandler(ItemClickHandler) - Method in interface com.smartgwt.client.widgets.toolbar.events.HasItemClickHandlers
Called when one of the buttons receives a click event
addItemClickHandler(ItemClickHandler) - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
Add a itemClick handler.
addItemDragResizedHandler(ItemDragResizedHandler) - Method in interface com.smartgwt.client.widgets.toolbar.events.HasItemDragResizedHandlers
Observable, overrideable method - called when one of the Toolbar buttons is drag resized.
addItemDragResizedHandler(ItemDragResizedHandler) - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
Add a itemDragResized handler.
addItemHoverHandler(ItemHoverHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasItemHoverHandlers
Optional stringMethod to fire when the user hovers over this item.
addItemHoverHandler(ItemHoverHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a itemHover handler.
addItemKeyPressHandler(ItemKeyPressHandler) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Add a itemKeyPress handler.
addItemKeyPressHandler(ItemKeyPressHandler) - Method in interface com.smartgwt.client.widgets.form.events.HasItemKeyPressHandlers
Handler fired when a FormItem within this form receives a keypress event.
addKeyDownHandler(KeyDownHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a keyDown handler.
addKeyDownHandler(KeyDownHandler) - Method in interface com.smartgwt.client.widgets.events.HasKeyDownHandlers
Executed when a key is pressed on a focusable widget (canFocus: true).
addKeyDownHandler(KeyDownHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasKeyDownHandlers
StringMethod fired in response to a keydown while focused in this form item.
addKeyDownHandler(KeyDownHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a keyDown handler.
addKeyPressHandler(KeyPressHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a keyPress handler.
addKeyPressHandler(KeyPressHandler) - Method in interface com.smartgwt.client.widgets.events.HasKeyPressHandlers
Executed when a key is pressed and released on a focusable widget (canFocus: true).
addKeyPressHandler(KeyPressHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasKeyPressHandlers
StringMethod fired when the user presses a key while focused in this form item.
addKeyPressHandler(KeyPressHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a keyPress handler.
addKeyUpHandler(KeyUpHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasKeyUpHandlers
StringMethod fired in response to a keyup while focused in this form item.
addKeyUpHandler(KeyUpHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a keyUp handler.
addLeafClickHandler(LeafClickHandler) - Method in interface com.smartgwt.client.widgets.tree.events.HasLeafClickHandlers
This method is called when a leaf record is clicked on.
addLeafClickHandler(LeafClickHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a leafClick handler.
addLeafContextClickHandler(LeafContextClickHandler) - Method in interface com.smartgwt.client.widgets.tree.events.HasLeafContextClickHandlers
This method is called when a context click occurs on a leaf record.
addLeafContextClickHandler(LeafContextClickHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a leafContextClick handler.
addList(Record[]) - Method in class com.smartgwt.client.data.RecordList
Add a list of items to this array.
addList(Record[], int, int) - Method in class com.smartgwt.client.data.RecordList
Add a list of items to this array.
addList(TreeNode[], TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Add a list of nodes to some parent.
addList(TreeNode[], String) - Method in class com.smartgwt.client.widgets.tree.Tree
Add a list of nodes to some parent.
addList(TreeNode[], TreeNode, int) - Method in class com.smartgwt.client.widgets.tree.Tree
Add a list of nodes to some parent.
addList(TreeNode[], String, int) - Method in class com.smartgwt.client.widgets.tree.Tree
Add a list of nodes to some parent.
addListAt(Record[], int) - Method in class com.smartgwt.client.data.RecordList
Add list of items list to this array at item pos.
addMapping(String, String) - Method in class com.smartgwt.client.widgets.cube.FacetValueMap
Add a facet id -> facetValue id mapping to this facetValueMap
addMaximizeClickHandler(MaximizeClickHandler) - Method in interface com.smartgwt.client.widgets.events.HasMaximizeClickHandlers
Notification method fired when the user clicks the 'maximize' button.
addMaximizeClickHandler(MaximizeClickHandler) - Method in class com.smartgwt.client.widgets.Window
Add a onMaximizeClick handler.
addMember(DynamicForm) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Add a new member form to this valuesManager.
addMember(Widget) - Method in class com.smartgwt.client.widgets.layout.Layout
Add a canvas to the layout, optionally at a specific position.
addMember(Canvas) - Method in class com.smartgwt.client.widgets.layout.Layout
Add a canvas to the layout, optionally at a specific position.
addMember(Widget, int) - Method in class com.smartgwt.client.widgets.layout.Layout
 
addMember(Canvas, int) - Method in class com.smartgwt.client.widgets.layout.Layout
Add a canvas to the layout, optionally at a specific position.
addMember(Canvas) - Method in class com.smartgwt.client.widgets.Window
Same as Layout.addMember.
addMember(Canvas, int) - Method in class com.smartgwt.client.widgets.Window
Same as Layout.addMember.
addMemberPostCreate(Object) - Method in class com.smartgwt.client.widgets.layout.Layout
 
addMemberPostCreate(Object, int) - Method in class com.smartgwt.client.widgets.layout.Layout
 
addMemberPreCreate(Object) - Method in class com.smartgwt.client.widgets.layout.Layout
 
addMemberPreCreate(Object, int) - Method in class com.smartgwt.client.widgets.layout.Layout
 
addMenuButton(ToolStripMenuButton) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add a menu button to the ToolStrip.
addMenuButton(ToolStripMenuButton, int) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add a menu button to the ToolStrip.
addMenus(Menu[], int) - Method in class com.smartgwt.client.widgets.menu.MenuBar
Dynamically update the menuBar to include additional menus.
addMinimizeClickHandler(MinimizeClickHandler) - Method in interface com.smartgwt.client.widgets.events.HasMinimizeClickHandlers
Notification method fired when the user clicks the 'minimize' button.
addMinimizeClickHandler(MinimizeClickHandler) - Method in class com.smartgwt.client.widgets.Window
Add a onMinimizeClick handler.
addMouseDownHandler(MouseDownHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a mouseDown handler.
addMouseDownHandler(MouseDownHandler) - Method in interface com.smartgwt.client.widgets.events.HasMouseDownHandlers
Executed when the left mouse down is pressed on this widget.
addMouseMoveHandler(MouseMoveHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a mouseMove handler.
addMouseMoveHandler(MouseMoveHandler) - Method in interface com.smartgwt.client.widgets.events.HasMouseMoveHandlers
Executed when the mouse moves within this widget.
addMouseOutHandler(MouseOutHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a mouseOut handler.
addMouseOutHandler(MouseOutHandler) - Method in interface com.smartgwt.client.widgets.events.HasMouseOutHandlers
Executed when the mouse leaves this widget.
addMouseOverHandler(MouseOverHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a mouseOver handler.
addMouseOverHandler(MouseOverHandler) - Method in interface com.smartgwt.client.widgets.events.HasMouseOverHandlers
Executed when mouse enters this widget.
addMouseStillDownHandler(MouseStillDownHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a mouseStillDown handler.
addMouseStillDownHandler(MouseStillDownHandler) - Method in interface com.smartgwt.client.widgets.events.HasMouseStillDownHandlers
Executed repeatedly (every mouseStillDownDelay by default) when the system is idle - i.e.
addMouseUpHandler(MouseUpHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a mouseUp handler.
addMouseUpHandler(MouseUpHandler) - Method in interface com.smartgwt.client.widgets.events.HasMouseUpHandlers
Executed when the left mouse is released on this widget.
addMouseWheelHandler(MouseWheelHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a mouseWheel handler.
addMouseWheelHandler(MouseWheelHandler) - Method in interface com.smartgwt.client.widgets.events.HasMouseWheelHandlers
Executed when the mouse wheel is actuated.
addMovedHandler(MovedHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a moved handler.
addMovedHandler(MovedHandler) - Method in interface com.smartgwt.client.widgets.events.HasMovedHandlers
Notification method fired when this component is explicitly moved.
addNamespace(String, String) - Method in class com.smartgwt.client.data.XmlNamespaces
 
addNodeClickHandler(NodeClickHandler) - Method in interface com.smartgwt.client.widgets.tree.events.HasNodeClickHandlers
This method is called when a leaf or folder record is clicked on.
addNodeClickHandler(NodeClickHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a nodeClick handler.
addNodeContextClickHandler(NodeContextClickHandler) - Method in interface com.smartgwt.client.widgets.tree.events.HasNodeContextClickHandlers
This method is called when a context click occurs on a leaf or folder record.
addNodeContextClickHandler(NodeContextClickHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a nodeContextClick handler.
addNodeSelectedHandler(NodeSelectedHandler) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Add a onNodeSelected handler.
addNodeSelectedHandler(NodeSelectedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasNodeSelectedHandlers
Notification method fired when a node is selected.
addParentMovedHandler(ParentMovedHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a parentMoved handler.
addParentMovedHandler(ParentMovedHandler) - Method in interface com.smartgwt.client.widgets.events.HasParentMovedHandlers
Notification method fire when an ancestor of this component's position changes.
addPeer(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Adds newPeer as a peer of this widget (also making it a child of this widget's parent, if any), set up a named object reference (i.e., this[name]) to the new widget if name is provided, and draw the peer if this widget has been drawn already.
The widget to be added as a peer will be removed from its old master and/or parent, if any, and it will be added as a child to the parent of this canvas (if any)
addPeer(Canvas, String, boolean, boolean) - Method in class com.smartgwt.client.widgets.Canvas
Adds newPeer as a peer of this widget (also making it a child of this widget's parent, if any), set up a named object reference (i.e., this[name]) to the new widget if name is provided, and draw the peer if this widget has been drawn already.
The widget to be added as a peer will be removed from its old master and/or parent, if any, and it will be added as a child to the parent of this canvas (if any)
addPercentChangedHandler(PercentChangedHandler) - Method in interface com.smartgwt.client.widgets.events.HasPercentChangedHandlers
This method is called when the percentDone value changes.
addPercentChangedHandler(PercentChangedHandler) - Method in class com.smartgwt.client.widgets.Progressbar
Add a percentChanged handler.
addPortlet(Portlet) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Adds a Portlet instance to this portalLayout in the specified position.
addPortlet(Portlet, int, int) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Adds a Portlet instance to this portalLayout in the specified position.
addPortlet(Portlet, int, int, int) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Adds a Portlet instance to this portalLayout in the specified position.
addProperties(JavaScriptObject, JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
Adds all properties and methods from the propertiesObject to the destination object.
addRecordClickHandler(RecordClickHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRecordClickHandlers
Executed when this field is clicked on.
addRecordClickHandler(RecordClickHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a recordClick handler.
addRecordClickHandler(RecordClickHandler) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Add a recordClick handler.
addRecordClickHandler(RecordClickHandler) - Method in interface com.smartgwt.client.widgets.tile.events.HasRecordClickHandlers
Executed when the tileGrid receives a 'click' event on a tile.
addRecordClickHandler(RecordClickHandler) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Add a recordClick handler.
addRecordCollapseHandler(RecordCollapseHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRecordCollapseHandlers
Handler fired when a record is collapsed in a grid with canExpandRecords set to true.
addRecordCollapseHandler(RecordCollapseHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a recordCollapse handler.
addRecordDoubleClickHandler(RecordDoubleClickHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRecordDoubleClickHandlers
Executed when the listGrid receives a 'doubleClick' event on an enabled, non-separator record.
addRecordDoubleClickHandler(RecordDoubleClickHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a recordDoubleClick handler.
addRecordDoubleClickHandler(RecordDoubleClickHandler) - Method in interface com.smartgwt.client.widgets.tile.events.HasRecordDoubleClickHandlers
Executed when the tileGrid receives a 'doubleclick' event on a tile.
addRecordDoubleClickHandler(RecordDoubleClickHandler) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Add a recordDoubleClick handler.
addRecordDropHandler(RecordDropHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRecordDropHandlers
Handler fired when the user drops a record onto this listGrid before any other processing of the drop occurs. Return false to suppress the default record drop handling.
addRecordDropHandler(RecordDropHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a handler that fires when records are dropped onto this ListGrid.
addRecordDropHandler(RecordDropHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
This ListGrid suporclass event does not fire on a TreeGrid, use TreeGrid.addFolderDropHandler(com.smartgwt.client.widgets.tree.events.FolderDropHandler) instead.
addRecordExpandHandler(RecordExpandHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRecordExpandHandlers
Handler fired when a record is expanded in a grid with canExpandRecords set to true.
addRecordExpandHandler(RecordExpandHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a recordExpand handler.
addRecordNavigationClickHandler(RecordNavigationClickHandler) - Method in interface com.smartgwt.client.widgets.tableview.events.HasRecordNavigationClickHandlers
Executed when the user clicks on a record, or on the navigate icon for a record depending on NavigationMode.
addRecordNavigationClickHandler(RecordNavigationClickHandler) - Method in class com.smartgwt.client.widgets.tableview.TableView
Add a recordNavigationClick handler.
addResizedHandler(ResizedHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a resized handler.
addResizedHandler(ResizedHandler) - Method in interface com.smartgwt.client.widgets.events.HasResizedHandlers
Observable method called whenever a Canvas changes size.
addResizer() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add a resizer
addRestoreClickHandler(RestoreClickHandler) - Method in interface com.smartgwt.client.widgets.events.HasRestoreClickHandlers
Notification method fired when the user clicks the 'restore' button.
addRestoreClickHandler(RestoreClickHandler) - Method in class com.smartgwt.client.widgets.Window
Add a onRestoreClick handler.
addRightMouseDownHandler(RightMouseDownHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a rightMouseDown handler.
addRightMouseDownHandler(RightMouseDownHandler) - Method in interface com.smartgwt.client.widgets.events.HasRightMouseDownHandlers
Executed when the right mouse down is pressed on this widget.
addRowContextClickHandler(RowContextClickHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRowContextClickHandlers
Called when a row receives a contextclick event.
addRowContextClickHandler(RowContextClickHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a rowContextClick handler.
addRowEditorEnterHandler(RowEditorEnterHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRowEditorEnterHandlers
Callback fired when the user starts editing a new row.
addRowEditorEnterHandler(RowEditorEnterHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a rowEditorEnter handler.
addRowEditorExitHandler(RowEditorExitHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRowEditorExitHandlers
Callback fired when the user attempts to navigate away from the current edit row, or complete the current edit.
addRowEditorExitHandler(RowEditorExitHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a rowEditorExit handler.
addRowFacet(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a row facet to the view at index "index".
addRowFacet(String, int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a row facet to the view at index "index".
addRowHoverHandler(RowHoverHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRowHoverHandlers
Called when the mouse hovers over a row if this.canHover is true.
addRowHoverHandler(RowHoverHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a rowHover handler.
addRowMouseDownHandler(RowMouseDownHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRowMouseDownHandlers
Called when a row receives a mousedown event.
addRowMouseDownHandler(RowMouseDownHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a rowMouseDown handler.
addRowMouseUpHandler(RowMouseUpHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRowMouseUpHandlers
Called when a row receives a mouseup event.
addRowMouseUpHandler(RowMouseUpHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a rowMouseUp handler.
addRowOutHandler(RowOutHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRowOutHandlers
Called when the mouse pointer leaves a row
addRowOutHandler(RowOutHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a rowOut handler.
addRowOverHandler(RowOverHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasRowOverHandlers
Called when the mouse pointer enters a row
addRowOverHandler(RowOverHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a rowOver handler.
addScrolledHandler(ScrolledHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a scrolled handler.
addScrolledHandler(ScrolledHandler) - Method in interface com.smartgwt.client.widgets.events.HasScrolledHandlers
Notification that this component has just scrolled.
addSearchHandler(SearchHandler) - Method in interface com.smartgwt.client.widgets.form.events.HasSearchHandlers
A StringMethod that is automatically invoked if saveOnEnter is set and the user presses Enter whilst in a text-item in any clause or subclause.
addSearchHandler(SearchHandler) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Add a search handler.
addSection(SectionStackSection) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Add a section to the SectionStack.
addSection(SectionStackSection, int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Add a section to the SectionStack.
addSectionHeaderClickHandler(SectionHeaderClickHandler) - Method in interface com.smartgwt.client.widgets.layout.events.HasSectionHeaderClickHandlers
Notification method fired when the user clicks on a section header. Returning false will cancel the default behavior (expanding / collapsing the section)
addSectionHeaderClickHandler(SectionHeaderClickHandler) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Add a onSectionHeaderClick handler.
addSelectionChangedHandler(SelectionChangedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasSelectionChangedHandlers
Called when (row-based) selection changes within this grid.
addSelectionChangedHandler(SelectionChangedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a selectionChanged handler.
addSelectionChangedHandler(SelectionChangedHandler) - Method in interface com.smartgwt.client.widgets.tile.events.HasSelectionChangedHandlers
Called when selection changes within this tileGrid.
addSelectionChangedHandler(SelectionChangedHandler) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Add a selectionChanged handler.
addSelectionUpdatedHandler(SelectionUpdatedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasSelectionUpdatedHandlers
Called when selection changes.
addSelectionUpdatedHandler(SelectionUpdatedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a selectionUpdated handler.
addSeparator() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add a separator.
addShowContextMenuHandler(ShowContextMenuHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a showContextMenu handler.
addShowContextMenuHandler(ShowContextMenuHandler) - Method in interface com.smartgwt.client.widgets.events.HasShowContextMenuHandlers
Executed when the right mouse button is clicked.
addShowValueHandler(ShowValueHandler) - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
Add a showValue handler.
addShowValueHandler(ShowValueHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasShowValueHandlers
This method will be called whenever this form item's value is being set via a programmatic call to e.g: DynamicForm.setValues or FormItem.setValue and may be overridden by CanvasItems intended to support displaying data values to update the embedded Canvas to reflect the value passed in.
addSort(SortSpecifier) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Adds another SortSpecifierto this grid's sort configuration and resorts.
addSortByFacetIdHandler(SortByFacetIdHandler) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a sortByFacetId handler.
addSortByFacetIdHandler(SortByFacetIdHandler) - Method in interface com.smartgwt.client.widgets.cube.events.HasSortByFacetIdHandlers
Called when a sort control is clicked on a FacetHeader.
addSortByFacetValuesHandler(SortByFacetValuesHandler) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Add a sortByFacetValues handler.
addSortByFacetValuesHandler(SortByFacetValuesHandler) - Method in interface com.smartgwt.client.widgets.cube.events.HasSortByFacetValuesHandlers
Called when a sort control is clicked on a FacetValueHeader.
addSortChangedHandler(SortChangedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasSortChangedHandlers
Notification method executed when the sort specifiers change for this grid.
addSortChangedHandler(SortChangedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a sortChanged handler.
addSpacer(int) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add an extra space to the right of the previously added ToolStrip element.
addSpacer(ToolStripSpacer) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add an extra space to the right of the previously added ToolStrip element.
addStyleName(String) - Method in class com.smartgwt.client.widgets.Canvas
Multiple styles are currently not supported.
addSubmitValuesHandler(SubmitValuesHandler) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Add a submitValues handler.
addSubmitValuesHandler(SubmitValuesHandler) - Method in interface com.smartgwt.client.widgets.form.events.HasSubmitValuesHandlers
Triggered when a SubmitItem is included in the form is submitted and gets pressed.
addSubmitValuesHandler(SubmitValuesHandler) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Add a submitValues handler.
addSummaryField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
addSummaryField() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Convenience method to display a com.smartgwt.client..SummaryBuilder to create a new Summary Field.
addSummaryField() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
addSummaryField() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
addSummaryField() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
addSummaryField() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
addSummaryField() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
addSummaryFunction(SummaryFunction) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGridSummary or showGroupSummary is true, this method can be used to specify a com.smartgwt.client.widgets.grid for calculating the summary value to display.
addSummaryFunction(SummaryFunctionType) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGridSummary or showGroupSummary is true, this method can be used to specify a com.smartgwt.client.types for calculating the summary value to display.
addTab(Tab) - Method in class com.smartgwt.client.widgets.tab.TabSet
Add a tab
addTab(Tab, int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Add a tab
addTabContextMenuHandler(TabContextMenuHandler) - Method in interface com.smartgwt.client.widgets.tab.events.HasTabContextMenuHandlers
Notification fired when the user right-clicks on a tab.
addTabContextMenuHandler(TabContextMenuHandler) - Method in class com.smartgwt.client.widgets.tab.TabSet
Add a tabContextMenu handler.
addTabDeselectedHandler(TabDeselectedHandler) - Method in interface com.smartgwt.client.widgets.tab.events.HasTabDeselectedHandlers
Notification fired when a tab is deselected.
addTabDeselectedHandler(TabDeselectedHandler) - Method in class com.smartgwt.client.widgets.tab.Tab
Add a tabDeselected handler.
addTabDeselectedHandler(TabDeselectedHandler) - Method in class com.smartgwt.client.widgets.tab.TabSet
Add a tabDeselected handler.
addTabIconClickHandler(TabIconClickHandler) - Method in interface com.smartgwt.client.widgets.tab.events.HasTabIconClickHandlers
Method fired when the user clicks the icon for a tab, as specified via icon.
addTabIconClickHandler(TabIconClickHandler) - Method in class com.smartgwt.client.widgets.tab.TabSet
Add a tabIconClick handler.
addTabSelectedHandler(TabSelectedHandler) - Method in interface com.smartgwt.client.widgets.tab.events.HasTabSelectedHandlers
Notification fired when a tab is selected.
addTabSelectedHandler(TabSelectedHandler) - Method in class com.smartgwt.client.widgets.tab.Tab
Add a tabSelected handler.
addTabSelectedHandler(TabSelectedHandler) - Method in class com.smartgwt.client.widgets.tab.TabSet
Add a tabSelected handler.
addTabTitleChangedHandler(TabTitleChangedHandler) - Method in interface com.smartgwt.client.widgets.tab.events.HasTabTitleChangedHandlers
This notification method fired when the user changes the title of a tab in this TabSet.
addTabTitleChangedHandler(TabTitleChangedHandler) - Method in class com.smartgwt.client.widgets.tab.TabSet
Add a tabTitleChanged handler.
addTile() - Method in class com.smartgwt.client.widgets.tile.TileGrid
This is not allowed for tileGrid.
addTile(Canvas) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Add a tile to the layout, dynamically.
addTile(Canvas, int) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Add a tile to the layout, dynamically.
addTitleClickHandler(TitleClickHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasTitleClickHandlers
Notification method fired when the user clicks the title for this item
addTitleClickHandler(TitleClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a titleClick handler.
addTitleDoubleClickHandler(TitleDoubleClickHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasTitleDoubleClickHandlers
Notification method fired when the user double-clicks the title for this item
addTitleDoubleClickHandler(TitleDoubleClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a titleDoubleClick handler.
addTitleHoverHandler(TitleHoverHandler) - Method in interface com.smartgwt.client.widgets.form.fields.events.HasTitleHoverHandlers
Optional stringMethod to fire when the user hovers over this item's title.
addTitleHoverHandler(TitleHoverHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Add a titleHover handler.
addToRadioGroup(String) - Method in class com.smartgwt.client.widgets.Button
Add this widget to the specified mutually exclusive selection group with the ID passed in.
addToRadioGroup(String) - Method in class com.smartgwt.client.widgets.ImgButton
Add this widget to the specified mutually exclusive selection group with the ID passed in.
addToRadioGroup(String) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Add this widget to the specified mutually exclusive selection group with the ID passed in.
addToRadioGroup(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
Add this widget to the specified mutually exclusive selection group with the ID passed in.
addValidatorDefinition(String, Validator) - Static method in class com.smartgwt.client.widgets.form.validator.Validator
Register a new standard validator type for reuse, by name.
addValueChangedHandler(ValueChangedHandler) - Method in interface com.smartgwt.client.widgets.events.HasValueChangedHandlers
This method is called when the slider value changes.
addValueChangedHandler(ValueChangedHandler) - Method in class com.smartgwt.client.widgets.Slider
Add a valueChanged handler.
addViewStateChangedHandler(ViewStateChangedHandler) - Method in interface com.smartgwt.client.widgets.grid.events.HasViewStateChangedHandlers
Notification method executed whenever the viewState of this grid changes.
addViewStateChangedHandler(ViewStateChangedHandler) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Add a viewStateChanged handler.
addVisibilityChangedHandler(VisibilityChangedHandler) - Method in class com.smartgwt.client.widgets.Canvas
Add a visibilityChanged handler.
addVisibilityChangedHandler(VisibilityChangedHandler) - Method in interface com.smartgwt.client.widgets.events.HasVisibilityChangedHandlers
Notification fired when this canvas becomes visible or hidden to the user.
adjustForContent(boolean) - Method in class com.smartgwt.client.widgets.Canvas
This method tells a component to adjust for size changes made to content by external code.
AdminConsole - Interface in com.smartgwt.client.docs
Admin Console
AdvancedCriteria - Class in com.smartgwt.client.data
AdvancedCriteria is a format for representing search criteria which may include operators on field values such as "less than", or may include sub-clauses such as several criteria applied to fields joined by an "OR" operator.
AdvancedCriteria() - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(JavaScriptObject) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(Criterion) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(OperatorId, Criterion[]) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(OperatorId) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId, Integer) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId, String) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId, Float) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId, Date) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId, Boolean) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId, Integer[]) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId, String[]) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId, Float[]) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId, Date[]) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedCriteria(String, OperatorId, Boolean[]) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedFilter - Interface in com.smartgwt.client.docs
The following APIs are all related to AdvancedFilter.
advancedHiliteEditor_invalidCriteriaPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Either enter valid criteria or hit 'Cancel' to abandon changes.".
Alignment - Enum in com.smartgwt.client.types
 
allMatchingRowsCached() - Method in class com.smartgwt.client.data.ResultSet
Do we have a complete client-side cache of records for the current filter criteria?
AllowedOperations - Interface in com.smartgwt.client.docs
The following APIs are all related to AllowedOperations.
allowRelativeDates() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Whether the DateRangeDialog opened when the pickerIcon is clicked should display RelativeDateItems or DateItems.
allRowsCached() - Method in class com.smartgwt.client.data.ResultSet
Do we have a complete client-side cache of all records for this DataSource?
ALT - Static variable in interface com.smartgwt.client.types.KeyNames
 
altKeyDown() - Static method in class com.smartgwt.client.util.EventHandler
Return true if the alt (option) key is being held down.
analyticsLoaded() - Static method in class com.smartgwt.client.widgets.cube.CubeGrid
Static method indicating whether the optional Analytics module is loaded for the page.
Ancestry - Interface in com.smartgwt.client.docs
Parent/child relationships
animateFade(int) - Method in class com.smartgwt.client.widgets.Canvas
Animate a change in opacity from the widget's current opacity to the specified opacity.
animateFade(int, AnimationCallback) - Method in class com.smartgwt.client.widgets.Canvas
Animate a change in opacity from the widget's current opacity to the specified opacity.
animateFade(int, AnimationCallback, int) - Method in class com.smartgwt.client.widgets.Canvas
Animate a change in opacity from the widget's current opacity to the specified opacity.
animateHide(AnimationEffect) - Method in class com.smartgwt.client.widgets.Canvas
Hide a canvas by shrinking it vertically to zero height over a period of time.
animateHide(AnimationEffect, AnimationCallback) - Method in class com.smartgwt.client.widgets.Canvas
Hide a canvas by shrinking it vertically to zero height over a period of time.
animateHide(AnimationEffect, AnimationCallback, int) - Method in class com.smartgwt.client.widgets.Canvas
Hide a canvas by shrinking it vertically to zero height over a period of time.
animateMove(Integer, Integer) - Method in class com.smartgwt.client.widgets.Canvas
Animate a reposition of this canvas from its current position to the specified position
animateMove(Integer, Integer, AnimationCallback) - Method in class com.smartgwt.client.widgets.Canvas
Animate a reposition of this canvas from its current position to the specified position
animateMove(Integer, Integer, AnimationCallback, int) - Method in class com.smartgwt.client.widgets.Canvas
Animate a reposition of this canvas from its current position to the specified position
animateMove(Integer, Integer, AnimationCallback, int, AnimationAcceleration) - Method in class com.smartgwt.client.widgets.Canvas
Animate a reposition of this canvas from its current position to the specified position
animateRect(Integer, Integer, Integer, Integer) - Method in class com.smartgwt.client.widgets.Canvas
Animate a reposition / resize of this canvas from its current size and postion.
animateRect(Integer, Integer, Integer, Integer, AnimationCallback) - Method in class com.smartgwt.client.widgets.Canvas
Animate a reposition / resize of this canvas from its current size and postion.
animateRect(Integer, Integer, Integer, Integer, AnimationCallback, int) - Method in class com.smartgwt.client.widgets.Canvas
Animate a reposition / resize of this canvas from its current size and postion.
animateResize(Integer, Integer) - Method in class com.smartgwt.client.widgets.Canvas
Animate a resize of this canvas from its current size to the specified size
animateResize(Integer, Integer, AnimationCallback) - Method in class com.smartgwt.client.widgets.Canvas
Animate a resize of this canvas from its current size to the specified size
animateResize(Integer, Integer, AnimationCallback, int) - Method in class com.smartgwt.client.widgets.Canvas
Animate a resize of this canvas from its current size to the specified size
animateScroll(int, int) - Method in class com.smartgwt.client.widgets.Canvas
Animate a scroll from the current scroll position to the specified position.
animateScroll(int, int, AnimationCallback) - Method in class com.smartgwt.client.widgets.Canvas
Animate a scroll from the current scroll position to the specified position.
animateScroll(int, int, AnimationCallback, int) - Method in class com.smartgwt.client.widgets.Canvas
Animate a scroll from the current scroll position to the specified position.
animateShow(AnimationEffect) - Method in class com.smartgwt.client.widgets.Canvas
Show a canvas by growing it vertically to its fully drawn height over a period of time.
animateShow(AnimationEffect, AnimationCallback) - Method in class com.smartgwt.client.widgets.Canvas
Show a canvas by growing it vertically to its fully drawn height over a period of time.
animateShow(AnimationEffect, AnimationCallback, int) - Method in class com.smartgwt.client.widgets.Canvas
Show a canvas by growing it vertically to its fully drawn height over a period of time.
Animation - Interface in com.smartgwt.client.docs
The following APIs are all related to Animation.
Animation - Class in com.smartgwt.client.util
 
Animation() - Constructor for class com.smartgwt.client.util.Animation
 
AnimationAcceleration - Enum in com.smartgwt.client.types
Acceleration effect for animations.
AnimationCallback - Interface in com.smartgwt.client.widgets
 
AnimationEffect - Enum in com.smartgwt.client.types
 
anyCellSelected() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Determine whether any cells are selected in this cubeGrid.
anySelected() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
anySelected() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Whether at least one item is selected
anySelected() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
anySelected(int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Whether at least one item is selected in the supplied column (the first column if none is passed)
anySelected() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
anySelected() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
anySelected() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
anySelected() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
Appearance - Interface in com.smartgwt.client.docs
Properties defining an object's appearance
appendToCriterionList(Criterion) - Method in class com.smartgwt.client.data.Criterion
 
Applet - Class in com.smartgwt.client.widgets.plugins
Smart GWT abstraction for Applets.
Applet() - Constructor for class com.smartgwt.client.widgets.plugins.Applet
 
Applet(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.plugins.Applet
 
ApplicationDeclaration - Interface in com.smartgwt.client.docs
Application Declaration Files
apply(JavaScriptObject, JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
applyClick() - Method in class com.smartgwt.client.widgets.Dialog
Handle a click on the 'apply' button of this Dialog.
applySummaryFunction(Record[], ListGridField, SummaryFunctionType) - Static method in class com.smartgwt.client.data.SimpleType
Apply a standard SummaryFunctionType to a set of records and a field.
applySummaryFunction(Record[], ListGridField, String) - Static method in class com.smartgwt.client.data.SimpleType
Apply a registered summary function to a set of records and a field.
arrayConvert(Object[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
arrayConvert(JavaScriptObject[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
arrayGetObject(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
arrayLength(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
arraySet(JavaScriptObject, int, Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
arraySet(JavaScriptObject, int, JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
ARROW_DOWN - Static variable in interface com.smartgwt.client.types.KeyNames
 
ARROW_DOWN - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
ARROW_LEFT - Static variable in interface com.smartgwt.client.types.KeyNames
 
ARROW_LEFT - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
ARROW_RIGHT - Static variable in interface com.smartgwt.client.types.KeyNames
 
ARROW_RIGHT - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
ARROW_UP - Static variable in interface com.smartgwt.client.types.KeyNames
 
ARROW_UP - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
asAdvancedCriteria() - Method in class com.smartgwt.client.data.Criteria
Returns an AdvancedCriteria derived from this Criteria object.
asHTML(String) - Static method in class com.smartgwt.client.util.StringUtil
Convert plain text into into displayable HTML.
asHTML(String, boolean) - Static method in class com.smartgwt.client.util.StringUtil
Convert plain text into into displayable HTML.
ask(String, BooleanCallback) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "Yes" and "No" buttons.
ask(String, String, BooleanCallback) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "Yes" and "No" buttons.
ask(String, String, BooleanCallback, Dialog) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "Yes" and "No" buttons.
askForSort(DataBoundComponent, SortSpecifier[], MultiSortCallback) - Static method in class com.smartgwt.client.data.MultiSortDialog
Launches a MultiSortDialog and obtains a sort-definition from the user.
askforValue(String, ValueCallback) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a text entry box, asking the user to enter a value.
askforValue(String, String, ValueCallback) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a text entry box, asking the user to enter a value.
askforValue(String, String, String, ValueCallback, Dialog) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a text entry box, asking the user to enter a value.
Auth - Interface in com.smartgwt.client.docs
The following APIs are all related to Auth.
Autofit - Enum in com.smartgwt.client.types
 
AutoFitData - Interface in com.smartgwt.client.docs
The following APIs are all related to AutoFitData.
AutoFitEvent - Enum in com.smartgwt.client.types
Event on a listGrid header to trigger auto-fit of the listgrid field.
autoFitField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Programmatically cause a field to auto-fit horizontally to it's contents or title.
AutoFitFields - Interface in com.smartgwt.client.docs
The following APIs are all related to AutoFitFields.
autoFitFields(ListGridField...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Perform a one-time horizontal auto-fit of the fields passed.
AutoFitIconFieldType - Enum in com.smartgwt.client.types
How should fields of type:"icon" be sized by default?
AutoFitTextAreaItem - Class in com.smartgwt.client.widgets.form.fields
Class for editable multi-line text areas (uses HTML <TEXTAREA> object) automatically expands to accomodate its content
AutoFitTextAreaItem() - Constructor for class com.smartgwt.client.widgets.form.fields.AutoFitTextAreaItem
 
AutoFitTextAreaItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.AutoFitTextAreaItem
 
AutoFitTextAreaItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.AutoFitTextAreaItem
 
AutoFitTextAreaItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.AutoFitTextAreaItem
 
AutoFitWidthApproach - Enum in com.smartgwt.client.types
How should field width be determined when ListGridField.getAutoFitWidth() is true?
AutomatedTesting - Interface in com.smartgwt.client.docs
Automated Testing
AutoSelectionModel - Enum in com.smartgwt.client.types
Selection model for CubeGrid indicating which cells in the body should be selected when row or column headers are selected.
AutoTest - Interface in com.smartgwt.client.docs
The following APIs are all related to AutoTest.
Axis - Enum in com.smartgwt.client.types
An axis or "side" of a table

B

BackgroundClickEvent - Class in com.smartgwt.client.widgets.calendar.events
 
BackgroundClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.BackgroundClickEvent
 
BackgroundClickHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
BackgroundMouseDownEvent - Class in com.smartgwt.client.widgets.calendar.events
 
BackgroundMouseDownEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent
 
BackgroundMouseDownHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
BACKSPACE - Static variable in interface com.smartgwt.client.types.KeyNames
 
BaseClass - Class in com.smartgwt.client.core
 
BaseClass() - Constructor for class com.smartgwt.client.core.BaseClass
 
BaseClass(JavaScriptObject) - Constructor for class com.smartgwt.client.core.BaseClass
 
BaseLine - Interface in com.smartgwt.client.docs
The baseLine is StretchImg that is placed along the edge of the TabBar that borders on the pane, occluding the pane's actual border but matching it exactly.
BaseWidget - Class in com.smartgwt.client.widgets
 
BaseWidget() - Constructor for class com.smartgwt.client.widgets.BaseWidget
 
BaseWidget(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.BaseWidget
 
BaseWidget(String) - Constructor for class com.smartgwt.client.widgets.BaseWidget
 
Basics - Interface in com.smartgwt.client.docs
Basic definition of a DataSource field
BkgndRepeat - Enum in com.smartgwt.client.types
 
blur() - Method in class com.smartgwt.client.widgets.Canvas
If this canvas has keyboard focus, blur it.
BlurbItem - Class in com.smartgwt.client.widgets.form.fields
FormItem intended for inserting blurbs of instructional HTML into DynamicForms.
BlurbItem() - Constructor for class com.smartgwt.client.widgets.form.fields.BlurbItem
 
BlurbItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.BlurbItem
 
BlurbItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.BlurbItem
 
BlurEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
BlurEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.BlurEvent
 
BlurHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
blurItem() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Takes focus from this form item's focusable element.
BodyKeyPressEvent - Class in com.smartgwt.client.widgets.grid.events
 
BodyKeyPressEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.BodyKeyPressEvent
 
BodyKeyPressHandler - Interface in com.smartgwt.client.widgets.grid.events
 
BooleanCallback - Interface in com.smartgwt.client.util
 
BooleanItem - Class in com.smartgwt.client.widgets.form.fields
 
BooleanItem() - Constructor for class com.smartgwt.client.widgets.form.fields.BooleanItem
 
BooleanItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.BooleanItem
 
BooleanItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.BooleanItem
 
BooleanItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.BooleanItem
 
bringToFront() - Method in class com.smartgwt.client.widgets.Canvas
Puts this widget at the top of the stacking order, so it appears in front of all other widgets in the same parent.
BrowserEvent<H extends EventHandler> - Class in com.smartgwt.client.widgets.events
 
BrowserEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.BrowserEvent
 
BrowserPlugin - Class in com.smartgwt.client.widgets.plugins
Container for a Browser Plugin.
BrowserPlugin() - Constructor for class com.smartgwt.client.widgets.plugins.BrowserPlugin
 
BrowserPlugin(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.plugins.BrowserPlugin
 
buildCriterionFromList(OperatorId, Criterion[]) - Method in class com.smartgwt.client.data.Criterion
 
Button - Class in com.smartgwt.client.widgets
The Button widget class implements interactive, style-based button widgets.
Button() - Constructor for class com.smartgwt.client.widgets.Button
 
Button(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Button
 
Button(String) - Constructor for class com.smartgwt.client.widgets.Button
 
button_title() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Untitled Button".
ButtonClickEvent - Class in com.smartgwt.client.widgets.events
 
ButtonClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.ButtonClickEvent
 
ButtonClickHandler - Interface in com.smartgwt.client.widgets.events
 
ButtonIcon - Interface in com.smartgwt.client.docs
Button Icon
ButtonItem - Class in com.smartgwt.client.widgets.form.fields
FormItem for adding a Button to a form.
ButtonItem() - Constructor for class com.smartgwt.client.widgets.form.fields.ButtonItem
 
ButtonItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.ButtonItem
 
ButtonItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.ButtonItem
 
ButtonItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.ButtonItem
 
Buttons - Interface in com.smartgwt.client.docs
The following APIs are all related to Buttons.

C

cacheEdgeImages(String, String) - Static method in class com.smartgwt.client.util.FileLoader
Caches a set of edge images derived from a base image.
cacheEdgeImages(String, String, String) - Static method in class com.smartgwt.client.util.FileLoader
Caches a set of edge images derived from a base image.
cacheEdgeImages(String, String, String[]) - Static method in class com.smartgwt.client.util.FileLoader
Caches a set of edge images derived from a base image.
cacheEdgeImages(String, String[], String[]) - Static method in class com.smartgwt.client.util.FileLoader
Caches a set of edge images derived from a base image.
cacheImg(String, String) - Static method in class com.smartgwt.client.util.FileLoader
Cache a list of images
cacheImgs(String, List<String>) - Static method in class com.smartgwt.client.util.FileLoader
Cache a list of images
cacheImgStates(String, String, String) - Static method in class com.smartgwt.client.util.FileLoader
Caches a set of state images derived from a base image.
cacheImgStates(String, String[], String[]) - Static method in class com.smartgwt.client.util.FileLoader
Caches a set of state images derived from a base image.
cacheStretchImgStates(String, String, String) - Static method in class com.smartgwt.client.util.FileLoader
Caches a set of state stretch images derived from a base image.
cacheStretchImgStates(String, String, String[]) - Static method in class com.smartgwt.client.util.FileLoader
Caches a set of state stretch images derived from a base image.
cacheStretchImgStates(String, String[], String[]) - Static method in class com.smartgwt.client.util.FileLoader
Caches a set of state stretch images derived from a base image.
CacheSync - Interface in com.smartgwt.client.docs
The following APIs are all related to CacheSync.
Caching - Interface in com.smartgwt.client.docs
Caching
CALCULATOR - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
Calendar - Class in com.smartgwt.client.widgets.calendar
The Calendar component provides several different ways for a user to view and edit a set of events.
Calendar() - Constructor for class com.smartgwt.client.widgets.calendar.Calendar
 
Calendar(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.Calendar
 
calendar_addEventButtonHoverText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Add an event".
calendar_cancelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Cancel".
calendar_datePickerHoverText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Choose a date".
calendar_dayViewTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Day".
calendar_detailsButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Edit Details".
calendar_eventNameFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Event Name".
calendar_invalidDateMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "From must be before To".
calendar_monthViewTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Month".
calendar_nextButtonHoverText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Next".
calendar_previousButtonHoverText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Previous".
calendar_saveButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Save Event".
calendar_timelineViewTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Timeline".
calendar_weekViewTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Week".
CalendarEvent - Interface in com.smartgwt.client.docs
The following APIs are all related to CalendarEvent.
CalendarEvent - Class in com.smartgwt.client.widgets.calendar
A type of Record which represents an event to occur at a specific time, displayed within the calendar.
CalendarEvent() - Constructor for class com.smartgwt.client.widgets.calendar.CalendarEvent
 
CalendarEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.CalendarEvent
 
CalendarEvent(int, String, String, Date, Date) - Constructor for class com.smartgwt.client.widgets.calendar.CalendarEvent
 
CalendarEvent(int, String, String, Date, Date, boolean) - Constructor for class com.smartgwt.client.widgets.calendar.CalendarEvent
 
CalendarEvent(int, String, String, Date, Date, boolean, String) - Constructor for class com.smartgwt.client.widgets.calendar.CalendarEvent
 
CalendarEventAdded - Class in com.smartgwt.client.widgets.calendar.events
 
CalendarEventAdded(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.CalendarEventAdded
 
CalendarEventChangedEvent - Class in com.smartgwt.client.widgets.calendar.events
 
CalendarEventChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.CalendarEventChangedEvent
 
CalendarEventClick - Class in com.smartgwt.client.widgets.calendar.events
 
CalendarEventClick(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.CalendarEventClick
 
CalendarEventMoved - Class in com.smartgwt.client.widgets.calendar.events
 
CalendarEventMoved(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.CalendarEventMoved
 
CalendarEventRemoveClick - Class in com.smartgwt.client.widgets.calendar.events
 
CalendarEventRemoveClick(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick
 
CalendarEventRemoved - Class in com.smartgwt.client.widgets.calendar.events
 
CalendarEventRemoved(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoved
 
CalendarEventResized - Class in com.smartgwt.client.widgets.calendar.events
 
CalendarEventResized(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.CalendarEventResized
 
callOperation(String, Map, String, WebServiceCallback) - Method in class com.smartgwt.client.data.WebService
Invoke a web service operation.
callOperation(String, Map, String, WebServiceCallback, WSRequest) - Method in class com.smartgwt.client.data.WebService
Invoke a web service operation.
cancel() - Method in class com.smartgwt.client.data.events.ErrorEvent
Call this method to suppress RPCManager.handleError
cancel() - Method in interface com.smartgwt.client.event.Cancellable
 
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundClickEvent
Call this method to cancel the default behavior of creating a new event at the selected location and showing its editor.
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent
Call this method to suppress default behavior of allowing sweep selection via dragging.
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventClick
Call this method to cancel the default action
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventMoved
Call this method to disallow the move.
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick
Call this method to cancel the removal
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventResized
Call this method to disallow the resize
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
Call this method to cancel the default action
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
Call this method to cancel the action
cancel() - Method in class com.smartgwt.client.widgets.events.ClickEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.DoubleClickEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.DragMoveEvent
Call this method to cancel drag interaction.
cancel() - Method in class com.smartgwt.client.widgets.events.DragRepositionMoveEvent
Call this method to suppress auto-move of the dragTarget or outline.
cancel() - Method in class com.smartgwt.client.widgets.events.DragRepositionStartEvent
Call this method to cancel the drag reposition action
cancel() - Method in class com.smartgwt.client.widgets.events.DragRepositionStopEvent
Call this method to snap the dragTarget (or outline) back to its original location or true to leave it at the current cursor position.
cancel() - Method in class com.smartgwt.client.widgets.events.DragResizeMoveEvent
Call this method to suppress auto-resize of the dragTarget or outline.
cancel() - Method in class com.smartgwt.client.widgets.events.DragResizeStartEvent
Call this method to cancel the drag reposition action
cancel() - Method in class com.smartgwt.client.widgets.events.DragResizeStopEvent
Call this method to snap the dragTarget (or outline) back to its original size or true to leave it at the current cursor position.
cancel() - Method in class com.smartgwt.client.widgets.events.DragStartEvent
Call this method to cancel drag action.
cancel() - Method in class com.smartgwt.client.widgets.events.DragStopEvent
Call this method to cancel drag interaction.
cancel() - Method in class com.smartgwt.client.widgets.events.DropEvent
Call this method to cancel default drop handling
cancel() - Method in class com.smartgwt.client.widgets.events.DropMoveEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.DropOutEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.DropOverEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.HoverEvent
Call this method to cancel the hover event.
cancel() - Method in class com.smartgwt.client.widgets.events.IconClickEvent
Call this method to suppress the standard button click event
cancel() - Method in class com.smartgwt.client.widgets.events.KeyDownEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.KeyPressEvent
Call this method to suppress native behavior in response to the keyPress, and prevent this event from bubbling to this widget's parent, or true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.MaximizeClickEvent
Call this method to cancel the default maximize behavior
cancel() - Method in class com.smartgwt.client.widgets.events.MinimizeClickEvent
Call this method to cancel the default minimize behavior
cancel() - Method in class com.smartgwt.client.widgets.events.MouseDownEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.MouseMoveEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.MouseOutEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.MouseOverEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.MouseStillDownEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.MouseUpEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.MouseWheelEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.RestoreClickEvent
Call this method to cancel the default restore behavior
cancel() - Method in class com.smartgwt.client.widgets.events.RightMouseDownEvent
Call this method to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
cancel() - Method in class com.smartgwt.client.widgets.events.ShowContextMenuEvent
false == don't show native context menu, true == show native context menu
cancel() - Method in class com.smartgwt.client.widgets.form.DynamicForm
This method exists for clean integration with existing server frameworks that have a 'cancel' feature which typically clears session state associated with the form.
cancel(DSRequest) - Method in class com.smartgwt.client.widgets.form.DynamicForm
This method exists for clean integration with existing server frameworks that have a 'cancel' feature which typically clears session state associated with the form.
cancel() - Method in class com.smartgwt.client.widgets.form.events.HiddenValidationErrorsEvent
false from this method to suppress that behavior
cancel() - Method in class com.smartgwt.client.widgets.form.events.ItemChangeEvent
Call this method to cancel the change
cancel() - Method in class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
Call this method to cancel the keyPress
cancel() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
In your handler, Call this method to cancel the change,
cancel() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
Call this method to attempt to cancel the event.
cancel() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
Call this method to attempt to cancel the event.
cancel() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
Call this method to attempt to cancel the event.
cancel() - Method in class com.smartgwt.client.widgets.form.ValuesManager
This method exists for clean integration with existing server frameworks that have a 'cancel' feature which typically clears session state associated with the form.
cancel(DSRequest) - Method in class com.smartgwt.client.widgets.form.ValuesManager
This method exists for clean integration with existing server frameworks that have a 'cancel' feature which typically clears session state associated with the form.
cancel() - Method in class com.smartgwt.client.widgets.grid.events.BodyKeyPressEvent
Call this method to cancel
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellClickEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellContextClickEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellDoubleClickEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellHoverEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellMouseDownEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellMouseUpEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellOutEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellOverEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
The change may be cancelled
cancel() - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
Calling this method will cancel the default behavior (for example saving the row) and leave the editor visible and focus in this edit cell.
cancel() - Method in class com.smartgwt.client.widgets.grid.events.FilterEditorSubmitEvent
Calling this method will suppress the filter from occurring
cancel() - Method in class com.smartgwt.client.widgets.grid.events.GroupByEvent
Call this method to cancel groupBy change.
cancel() - Method in class com.smartgwt.client.widgets.grid.events.HeaderClickEvent
Call this method to cancel the default header click behavior
cancel() - Method in class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
Call this method to cancel default behavior
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
Call this method to stop event bubbling
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RecordCollapseEvent
Call this method to cancel record collapse
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
Call this method to cancel the default record drop handling
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RecordExpandEvent
Call this method to cancel record expansion
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowContextClickEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
Calling this method will cancel the default behavior (for example saving the row) and leave the editor visible and focus in this edit cell.
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowHoverEvent
Calling this method cancels the event (default behavior of showing the hover)
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowMouseDownEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowMouseUpEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowOutEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowOverEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.layout.events.SectionHeaderClickEvent
returning false cancels the default behavior
cancel() - Method in class com.smartgwt.client.widgets.menu.events.ItemClickEvent
false if event processing should be stopped, true to continue
cancel() - Method in class com.smartgwt.client.widgets.tab.events.TabCloseClickEvent
return false to suppress removal of the tab
cancel() - Method in class com.smartgwt.client.widgets.tab.events.TabContextMenuEvent
Call this method to cancel default right-click behavior
cancel() - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
Call this method to cancel the tab deselection
cancel() - Method in class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
return false to suppress the title change
cancel() - Method in class com.smartgwt.client.widgets.tree.events.FolderClosedEvent
Call this method to cancel the close, true to all it to proceed
cancel() - Method in class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
Call this method to cancel standard folder drop processing
cancel() - Method in class com.smartgwt.client.widgets.tree.events.FolderOpenedEvent
Call this method to cancel the open, true to all it to proceed
cancel() - Method in class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
Calling this method cancels the event
cancel() - Method in class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
Calling this method cancels the event
cancelClick() - Method in class com.smartgwt.client.widgets.DateChooser
Fired when the user clicks the cancel button in this date chooser.
cancelClick() - Method in class com.smartgwt.client.widgets.Dialog
Handle a click on the 'cancel' button of this Dialog.
cancelEditing() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Cancel the current edit without saving.
Cancellable - Interface in com.smartgwt.client.event
 
cancelQueue() - Static method in class com.smartgwt.client.rpc.RPCManager
Cancel a queue of requests (also called a transaction).
cancelQueue(String) - Static method in class com.smartgwt.client.rpc.RPCManager
Cancel a queue of requests (also called a transaction).
cancelTabTitleEditing() - Method in class com.smartgwt.client.widgets.tab.TabSet
If the user is currently editing a tab title (see canEditTabTitles), dismiss the editor and discard the edit value entered by the user.
canEditCell(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Can this cell be edited?
canEditCell() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Overridden to disallow editing of the name field of this grid's data tree.
canEditCriterion(Criterion) - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
AdvancedCriteria objects may be edited via nested dynamicForms as described in CanvasItem.getCriterion
canEditCriterion() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
This method is overridden in comboBoxItem.
canEditCriterion(Criterion) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Returns true if the specified criterion contains: A single "lessOrEqual" or "greaterOrEqual" criterion on this field An "and" type criterion containing a "lessOrEqual" and a "greaterOrEqual" criterion on this field A single "equals" criterion.
canEditCriterion(Criterion) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When a dynamic form is editing an advanced criteria object via DynamicForm.setValuesAsCriteria, this method is used to determine which sub-criteria apply to which form item(s).
canEditCriterion(Criterion) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Returns true if the specified criterion contains: A single "lessOrEqual" or "greaterOrEqual" criterion on this field An "and" type criterion containing a "lessOrEqual" and a "greaterOrEqual" criterion on this field A single "equals" criterion.
canExpandRecord(ListGridRecord, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Expands a given record by creating a subcomponent and inserting it in to the record's grid-row.
Canvas - Class in com.smartgwt.client.widgets
Canvas is the base abstraction for cross-browser DHTML drawing.
Canvas() - Constructor for class com.smartgwt.client.widgets.Canvas
 
Canvas(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Canvas
 
Canvas(String) - Constructor for class com.smartgwt.client.widgets.Canvas
 
CanvasItem - Class in com.smartgwt.client.widgets.form.fields
FormItem which renders a Canvas inline in a DynamicForm instance.
CanvasItem() - Constructor for class com.smartgwt.client.widgets.form.fields.CanvasItem
 
CanvasItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.CanvasItem
 
CanvasItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.CanvasItem
 
CanvasItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.CanvasItem
 
CART - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
CASCADE - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
CellClickEvent - Class in com.smartgwt.client.widgets.grid.events
 
CellClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.CellClickEvent
 
CellClickHandler - Interface in com.smartgwt.client.widgets.grid.events
 
CellContextClickEvent - Class in com.smartgwt.client.widgets.grid.events
 
CellContextClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.CellContextClickEvent
 
CellContextClickHandler - Interface in com.smartgwt.client.widgets.grid.events
 
CellDoubleClickEvent - Class in com.smartgwt.client.widgets.grid.events
 
CellDoubleClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.CellDoubleClickEvent
 
CellDoubleClickHandler - Interface in com.smartgwt.client.widgets.grid.events
 
CellEditValueFormatter - Interface in com.smartgwt.client.widgets.grid
 
CellEditValueParser - Interface in com.smartgwt.client.widgets.grid
 
CellFormatter - Interface in com.smartgwt.client.widgets.grid
 
cellHasChanges(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this listGrid can be edited, this method will return true if the cell passed in has been edited, but the edits have not yet been saved to the ListGrid's data object.
cellHasErrors(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a rowNum and a colNum or fieldName, determine whether we currently have stored validation errors for the record/field in question.
cellHasErrors(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a rowNum and a colNum or fieldName, determine whether we currently have stored validation errors for the record/field in question.
CellHoverEvent - Class in com.smartgwt.client.widgets.grid.events
 
CellHoverEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.CellHoverEvent
 
CellHoverHandler - Interface in com.smartgwt.client.widgets.grid.events
 
cellIsSelected(CellRecord) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Determine whether the cell passed in is selected in this cubeGrid.
CellMouseDownEvent - Class in com.smartgwt.client.widgets.grid.events
 
CellMouseDownEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.CellMouseDownEvent
 
CellMouseDownHandler - Interface in com.smartgwt.client.widgets.grid.events
 
CellMouseUpEvent - Class in com.smartgwt.client.widgets.grid.events
 
CellMouseUpEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.CellMouseUpEvent
 
CellMouseUpHandler - Interface in com.smartgwt.client.widgets.grid.events
 
CellOutEvent - Class in com.smartgwt.client.widgets.grid.events
 
CellOutEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.CellOutEvent
 
CellOutHandler - Interface in com.smartgwt.client.widgets.grid.events
 
CellOverEvent - Class in com.smartgwt.client.widgets.grid.events
 
CellOverEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.CellOverEvent
 
CellOverHandler - Interface in com.smartgwt.client.widgets.grid.events
 
CellRecord - Class in com.smartgwt.client.widgets.cube
A CellRecord represents the data for one cell of the body area.
CellRecord() - Constructor for class com.smartgwt.client.widgets.cube.CellRecord
 
CellRecord(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.CellRecord
 
CellSavedEvent - Class in com.smartgwt.client.widgets.grid.events
 
CellSavedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.CellSavedEvent
 
CellSavedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
CellStyleHandler - Interface in com.smartgwt.client.widgets.viewer
 
CellStyling - Interface in com.smartgwt.client.docs
The following APIs are all related to CellStyling.
centerInPage() - Method in class com.smartgwt.client.widgets.Window
Centers the Window in the page.
ChangedEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
ChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.ChangedEvent
 
ChangedEvent - Class in com.smartgwt.client.widgets.grid.events
 
ChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.ChangedEvent
 
ChangedHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
ChangedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
ChangeEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
ChangeEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
 
ChangeEvent - Class in com.smartgwt.client.widgets.grid.events
 
ChangeEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.ChangeEvent
 
ChangeHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
ChangeHandler - Interface in com.smartgwt.client.widgets.grid.events
 
ChangeHandling - Interface in com.smartgwt.client.docs
The following APIs are all related to ChangeHandling.
CharacterCasing - Enum in com.smartgwt.client.types
 
chartData(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Chart the data in this listGrid as a multi-series chart.
chartData(String, String[], Record[], FacetChart, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Chart the data in this listGrid as a multi-series chart.
ChartPointClickEvent - Class in com.smartgwt.client.widgets.chart
 
ChartPointClickHandler - Interface in com.smartgwt.client.widgets.chart
 
ChartPointHoverCustomizer - Interface in com.smartgwt.client.widgets.chart
 
ChartType - Enum in com.smartgwt.client.types
Known chart types.
CheckboxField - Interface in com.smartgwt.client.docs
The following APIs are all related to CheckboxField.
CheckboxItem - Class in com.smartgwt.client.widgets.form.fields
Checkbox form item, implemented with customizable checkbox images
CheckboxItem() - Constructor for class com.smartgwt.client.widgets.form.fields.CheckboxItem
 
CheckboxItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.CheckboxItem
 
CheckboxItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.CheckboxItem
 
CheckboxItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.CheckboxItem
 
checkBrowserAndRedirect() - Static method in class com.smartgwt.client.util.Page
Check whether the browser is supported by the Isomorphic Smart GWT system.
checkBrowserAndRedirect(String) - Static method in class com.smartgwt.client.util.Page
Check whether the browser is supported by the Isomorphic Smart GWT system.
checkIf(Canvas, Menu, MenuItem) - Method in class com.smartgwt.client.widgets.menu.MenuItem
Contains the condition that will check or uncheck the current menuItem.
clear() - Static method in class com.smartgwt.client.util.Hover
Clear any active hover prompt.
clear() - Method in class com.smartgwt.client.widgets.Canvas
Remove all visual representation of a Canvas, including all child or member Canvases, or managed top-level components such as the ListGrid drop location indicator.
CLEAR - Static variable in class com.smartgwt.client.widgets.form.fields.PickerIcon
 
clearCriteria() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Clear all current criteria.
clearCriteria() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Clear the current criteria used to filter data.
clearCriteria(DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Clear the current criteria used to filter data.
clearEditValue(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Clear a field value being tracked as an unsaved user edit.
clearErrors(boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Clears all errors for this DynamicForm.
clearErrors(boolean) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Clears all errors from member forms.
clearFieldError(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Clears any validation errors for some cell.
clearFieldError(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Clears any validation errors for some cell.
clearFieldErrors(String, boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Clear any validation errors on the field passed in.
clearFieldErrors(String, boolean) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Clear all validation errors associated with some field in this form
clearPrompt() - Static method in class com.smartgwt.client.util.SC
Clear the modal prompt being shown to the user.
clearRowErrors(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Clear any stored validation errors for some row
clearSort() - Method in class com.smartgwt.client.widgets.grid.ListGrid
This method clears any existing sort on this grid by calling ListGrid.setSort with a null parameter.
clearTransaction(String) - Static method in class com.smartgwt.client.rpc.RPCManager
Erase all client-side record of a transaction, such that any response from the server will be ignored.
clearValue(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Clears the value for some field via a call to FormItem.clearValue if appropriate.
clearValue() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Clear the value for this form item.
clearValue(String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Clear the value for some field.
clearValues() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Reset to default form values and clear errors
clearValues() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Clear out all the values managed by this values manager.
ClickEvent - Class in com.smartgwt.client.widgets.events
 
ClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.ClickEvent
 
ClickEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
ClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.ClickEvent
 
ClickHandler - Interface in com.smartgwt.client.widgets.events
 
ClickHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
ClickHandler - Interface in com.smartgwt.client.widgets.menu.events
 
ClickMask - Interface in com.smartgwt.client.docs
The following APIs are all related to ClickMask.
ClickMaskMode - Enum in com.smartgwt.client.types
Passed as a parameter to Canvas.showClickMask(com.smartgwt.client.core.Function, com.smartgwt.client.types.ClickMaskMode, com.smartgwt.client.widgets.Canvas[]) to determine the masks behavior when clicked.
clickMaskUp() - Method in class com.smartgwt.client.widgets.Canvas
Determines whether a clickmask is showing
clickMaskUp(String) - Method in class com.smartgwt.client.widgets.Canvas
Determines whether a clickmask is showing
ClientData - Interface in com.smartgwt.client.docs
The following APIs are all related to ClientData.
ClientDataIntegration - Interface in com.smartgwt.client.docs
Client-side Data Integration
ClientOnlyDataSources - Interface in com.smartgwt.client.docs
Client Only DataSources
ClientServerIntegration - Interface in com.smartgwt.client.docs
Client-Server Integration
CLIPBOARD - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
Clipping - Interface in com.smartgwt.client.docs
The following APIs are all related to Clipping.
CLOCK - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
CLOSE - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
closeAll() - Method in class com.smartgwt.client.widgets.tree.Tree
Close all nodes under a particular node
closeAll(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Close all nodes under a particular node
closeClick() - Method in class com.smartgwt.client.widgets.Dialog
Handles a click on the close button of this window.
closeClick() - Method in class com.smartgwt.client.widgets.layout.Portlet
closeClick overridden to show closeConfirmationMessage to the user before removing the portlet from the PortalLayout via PortalLayout.removePortlet
CloseClickHandler - Interface in com.smartgwt.client.widgets.events
 
CloseClickHandler - Interface in com.smartgwt.client.widgets.tab.events
 
CloseClientEvent - Class in com.smartgwt.client.widgets.events
 
CloseClientEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.CloseClientEvent
 
closeFacet(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Handler fired when facet is closed
methodType handler
closeFolder(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Closes a folder
closeFolders(TreeNode[]) - Method in class com.smartgwt.client.widgets.tree.Tree
Close a set of folders, specified by path or as pointers to nodes.
closeRecord(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Deprecated. use ListGrid.setCanExpandRecords(Boolean) with ListGrid.setExpansionMode(com.smartgwt.client.types.ExpansionMode), or override ListGrid.getExpansionComponent(ListGridRecord)
collapseRecord(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Collapses a given record which has been previously expanded using ListGrid.expandRecord.
collapseSection() - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Collapse a sectionItem, and hide all the items within the section (not including the header).
collapseSection(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Collapse a section.
collapseSection(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Collapse a section.
colorChanged() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Override this method to be kept informed when the ColorPicker changes in real-time (for example, if you need to update your own GUI accordingly).
ColorPicker - Class in com.smartgwt.client.widgets.form
The ColorPicker widget allows the user to select a color from anywhere in the color spectrum.
ColorPicker() - Constructor for class com.smartgwt.client.widgets.form.ColorPicker
 
ColorPicker(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.ColorPicker
 
colorPicker_basicColorLabel() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Basic Colors:".
colorPicker_blueFieldPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "The Blue component of the selected color".
colorPicker_blueFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Blue".
colorPicker_cancelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Cancel".
colorPicker_greenFieldPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "The Green component of the selected color".
colorPicker_greenFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Green".
colorPicker_htmlFieldPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "The selected color's HTML coding".
colorPicker_htmlFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "HTML".
colorPicker_hueFieldPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "The Hue (base tone) of the selected color".
colorPicker_hueFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Hue".
colorPicker_lessButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "<< Less".
colorPicker_lumFieldPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "The Luminosity (brightness) of the selected color".
colorPicker_lumFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Lum".
colorPicker_moreButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "More >>".
colorPicker_okButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "OK".
colorPicker_opacitySliderLabel() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Opacity:".
colorPicker_redFieldPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "The Red component of the selected color".
colorPicker_redFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Red".
colorPicker_satFieldPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "The Saturation (color purity) of the selected color".
colorPicker_satFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Sat".
colorPicker_selectedColorLabel() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Selected Color:".
colorPicker_selectTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Select a Color".
ColorPickerItem - Class in com.smartgwt.client.widgets.form.fields
The ColorPicker widget allows the user to select a color from anywhere in the color spectrum.
ColorPickerItem() - Constructor for class com.smartgwt.client.widgets.form.fields.ColorPickerItem
 
ColorPickerItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.ColorPickerItem
 
ColorPickerItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.ColorPickerItem
 
ColorPickerItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.ColorPickerItem
 
ColorSelectedEvent - Class in com.smartgwt.client.widgets.form.events
 
ColorSelectedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.events.ColorSelectedEvent
 
ColorSelectedHandler - Interface in com.smartgwt.client.widgets.form.events
 
ColumnTree - Class in com.smartgwt.client.widgets.grid
The Smart GWT system supports hierarchical data (also referred to as tree data due to its "branching" organization) with: the Tree class, which manipulates hierarchical data sets the TreeGrid widget class, which extends the ListGrid class to visually present tree data in an expandable/collapsible format.
ColumnTree() - Constructor for class com.smartgwt.client.widgets.grid.ColumnTree
 
ColumnTree(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.ColumnTree
 
com.smartgwt.client - package com.smartgwt.client
 
com.smartgwt.client.core - package com.smartgwt.client.core
 
com.smartgwt.client.data - package com.smartgwt.client.data
 
com.smartgwt.client.data.events - package com.smartgwt.client.data.events
 
com.smartgwt.client.data.fields - package com.smartgwt.client.data.fields
 
com.smartgwt.client.docs - package com.smartgwt.client.docs
This package contains conceptual overviews covering cross-cutting concerns that apply to multiple SmartGWT classes and packages.
com.smartgwt.client.docs.serverds - package com.smartgwt.client.docs.serverds
 
com.smartgwt.client.event - package com.smartgwt.client.event
 
com.smartgwt.client.i18n - package com.smartgwt.client.i18n
 
com.smartgwt.client.rpc - package com.smartgwt.client.rpc
 
com.smartgwt.client.types - package com.smartgwt.client.types
 
com.smartgwt.client.util - package com.smartgwt.client.util
 
com.smartgwt.client.widgets - package com.smartgwt.client.widgets
 
com.smartgwt.client.widgets.calendar - package com.smartgwt.client.widgets.calendar
 
com.smartgwt.client.widgets.calendar.events - package com.smartgwt.client.widgets.calendar.events
 
com.smartgwt.client.widgets.chart - package com.smartgwt.client.widgets.chart
 
com.smartgwt.client.widgets.cube - package com.smartgwt.client.widgets.cube
 
com.smartgwt.client.widgets.cube.events - package com.smartgwt.client.widgets.cube.events
 
com.smartgwt.client.widgets.events - package com.smartgwt.client.widgets.events
 
com.smartgwt.client.widgets.form - package com.smartgwt.client.widgets.form
 
com.smartgwt.client.widgets.form.events - package com.smartgwt.client.widgets.form.events
 
com.smartgwt.client.widgets.form.fields - package com.smartgwt.client.widgets.form.fields
 
com.smartgwt.client.widgets.form.fields.events - package com.smartgwt.client.widgets.form.fields.events
 
com.smartgwt.client.widgets.form.validator - package com.smartgwt.client.widgets.form.validator
 
com.smartgwt.client.widgets.grid - package com.smartgwt.client.widgets.grid
 
com.smartgwt.client.widgets.grid.events - package com.smartgwt.client.widgets.grid.events
 
com.smartgwt.client.widgets.layout - package com.smartgwt.client.widgets.layout
 
com.smartgwt.client.widgets.layout.events - package com.smartgwt.client.widgets.layout.events
 
com.smartgwt.client.widgets.menu - package com.smartgwt.client.widgets.menu
 
com.smartgwt.client.widgets.menu.events - package com.smartgwt.client.widgets.menu.events
 
com.smartgwt.client.widgets.plugins - package com.smartgwt.client.widgets.plugins
 
com.smartgwt.client.widgets.tab - package com.smartgwt.client.widgets.tab
 
com.smartgwt.client.widgets.tab.events - package com.smartgwt.client.widgets.tab.events
 
com.smartgwt.client.widgets.tableview - package com.smartgwt.client.widgets.tableview
 
com.smartgwt.client.widgets.tableview.events - package com.smartgwt.client.widgets.tableview.events
 
com.smartgwt.client.widgets.tile - package com.smartgwt.client.widgets.tile
 
com.smartgwt.client.widgets.tile.events - package com.smartgwt.client.widgets.tile.events
 
com.smartgwt.client.widgets.toolbar - package com.smartgwt.client.widgets.toolbar
 
com.smartgwt.client.widgets.toolbar.events - package com.smartgwt.client.widgets.toolbar.events
 
com.smartgwt.client.widgets.tree - package com.smartgwt.client.widgets.tree
 
com.smartgwt.client.widgets.tree.events - package com.smartgwt.client.widgets.tree.events
 
com.smartgwt.client.widgets.viewer - package com.smartgwt.client.widgets.viewer
 
combineCriteria(Criteria, Criteria) - Static method in class com.smartgwt.client.data.DataSource
Combines two criteria (either simple criteria objects or AdvancedCriteria) using the "outerOperator".
COMBO_BOX - Static variable in class com.smartgwt.client.widgets.form.fields.PickerIcon
 
ComboBoxItem - Class in com.smartgwt.client.widgets.form.fields
The Combobox is a text input field which can show a list of options via a drop-down PickList.
ComboBoxItem() - Constructor for class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
ComboBoxItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
ComboBoxItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
ComboBoxItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
COMMENT - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
Communication - Interface in com.smartgwt.client.docs
The following APIs are all related to Communication.
compareCriteria(Criteria, Criteria) - Method in class com.smartgwt.client.data.ResultSet
Default behavior is to call DataSource#compareCriteria to determine whether new criteria is guaranteed more restrictive, equivalent to the old criteria, or not guaranteed more restrictive, returning 1, 0 or -1 respectively.
compareCriteria(Criteria, Criteria, DSRequest, String) - Method in class com.smartgwt.client.data.ResultSet
Default behavior is to call DataSource#compareCriteria to determine whether new criteria is guaranteed more restrictive, equivalent to the old criteria, or not guaranteed more restrictive, returning 1, 0 or -1 respectively.
ComponentBinding - Interface in com.smartgwt.client.docs
Component Binding
ComponentSchema - Interface in com.smartgwt.client.docs
Component Schema
ComponentXML - Interface in com.smartgwt.client.docs
Component XML
Compression - Interface in com.smartgwt.client.docs
Compression
condition(Object) - Method in class com.smartgwt.client.widgets.form.validator.CustomValidator
Add custom validation logic by overriding this method.
config - Variable in class com.smartgwt.client.core.BaseClass
 
config - Variable in class com.smartgwt.client.widgets.BaseWidget
 
configOnly - Variable in class com.smartgwt.client.widgets.BaseWidget
 
confirm(String, BooleanCallback) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "OK" and "Cancel" buttons.
confirm(String, String, BooleanCallback) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "OK" and "Cancel" buttons.
confirm(String, String, BooleanCallback, Dialog) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "OK" and "Cancel" buttons.
connected() - Static method in class com.smartgwt.client.rpc.Messaging
Returns true if we are currently connected to any channels.
Containment - Interface in com.smartgwt.client.docs
Canvases containing other objects as children or peers
contains(Record) - Method in class com.smartgwt.client.data.RecordList
Return if this list contains the specified object.
contains(Record, int) - Method in class com.smartgwt.client.data.RecordList
Return if this list contains the specified object.
contains(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Returns true if element is a descendant of this widget (i.e., exists below this widget in the containment hierarchy); and false otherwise.
contains(Canvas, boolean) - Method in class com.smartgwt.client.widgets.Canvas
Returns true if element is a descendant of this widget (i.e., exists below this widget in the containment hierarchy); and false otherwise.
containsAll(RecordList) - Method in class com.smartgwt.client.data.RecordList
Return whether this list contains all the item in the specified list.
containsEvent() - Method in class com.smartgwt.client.widgets.Canvas
Return true if the last event's mouse coordinates are within the bounds of this component.
containsFocus() - Method in class com.smartgwt.client.widgets.Canvas
Returns true if the keyboard focus is in this Canvas or any child of this Canvas.
containsPoint(int, int) - Method in class com.smartgwt.client.widgets.Canvas
Return whether or not this object contains the specified global (x,y) coordinates.
containsPoint(int, int, boolean) - Method in class com.smartgwt.client.widgets.Canvas
Return whether or not this object contains the specified global (x,y) coordinates.
ContainsValidator - Class in com.smartgwt.client.widgets.form.validator
Determine whether a string value contains some substring specified via substring.
ContainsValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.ContainsValidator
 
ContentLoadedEvent - Class in com.smartgwt.client.widgets.events
 
ContentLoadedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.ContentLoadedEvent
 
ContentLoadedHandler - Interface in com.smartgwt.client.widgets.events
 
ContentLoading - Interface in com.smartgwt.client.docs
The following APIs are all related to ContentLoading.
Contents - Interface in com.smartgwt.client.docs
The following APIs are all related to Contents.
ContentsType - Enum in com.smartgwt.client.types
 
ControlName - Enum in com.smartgwt.client.types
ControlNames are strings used to specify which UI controls should appear in the editor toolbar.
convertMapToJavascriptObject(Map) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertRelativeDates(Criteria) - Method in class com.smartgwt.client.data.DataSource
Takes all relative date values found anywhere within a Criteria / AdvancedCriteria object and converts them to concrete date values, returning the new criteria object.
convertRelativeDates(Criteria, String, int) - Method in class com.smartgwt.client.data.DataSource
Takes all relative date values found anywhere within a Criteria / AdvancedCriteria object and converts them to concrete date values, returning the new criteria object.
convertTags(String, String, String) - Static method in class com.smartgwt.client.util.StringUtil
Convert all tag symbols ( < and > ) into displayable HTML by changing them to &lt; and &gt; respectively.
convertToArray(String) - Static method in class com.smartgwt.client.data.SortSpecifier
 
convertToArray(JavaScriptObject) - Static method in class com.smartgwt.client.data.SortSpecifier
 
convertToArray(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
Convert a Javascript object to an Object[].
convertToCanvasArray(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Canvas
 
convertToCriteriaArray(JavaScriptObject) - Static method in class com.smartgwt.client.data.Criteria
 
convertToDataSourceFieldArray(JavaScriptObject) - Static method in class com.smartgwt.client.data.DataSourceField
 
convertToDSRequestArray(JavaScriptObject) - Static method in class com.smartgwt.client.data.DSRequest
 
convertToFacetValueArray(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.FacetValue
 
convertToFilterClauseArray(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.FilterBuilder
 
convertToHiliteArray(JavaScriptObject) - Static method in class com.smartgwt.client.data.Hilite
Convert the native Javascript Hilite array representation into a Hilite array.
convertToJava(JavaScriptObject, boolean) - Static method in class com.smartgwt.client.util.JSOHelper
Convert a JavaScriptObject to the appropriate type of JavaObject.
convertToJava(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaFloatArray(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaIntArray(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaInterArray(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaObjectArray(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaRefDataClassArray(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaScriptArray(int[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaScriptArray(double[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaScriptArray(long[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaScriptArray(Object[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaScriptDate(Date) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToJavaStringArray(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToList(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
Convert a Javascript object to a List.
convertToMap(JavaScriptObject, boolean) - Static method in class com.smartgwt.client.util.JSOHelper
Convert a Javascript object containing key:value pairs to a Map.
convertToMap(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
Convert a Javascript object containing key:value pairs to a Map.
convertToOperationBindingArray(JavaScriptObject) - Static method in class com.smartgwt.client.data.OperationBinding
 
convertToRecordArray(JavaScriptObject) - Static method in class com.smartgwt.client.data.Record
 
convertToString(Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToValidatorArray(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.validator.Validator
 
copyRecord(Record) - Method in class com.smartgwt.client.data.DataSource
Copies all DataSource field values of a Record (including a TreeNode) to a new Record, omitting component-specific metadata such as selected state from grids, or parent folders for TreeNodes.
copyRecords(Record[]) - Method in class com.smartgwt.client.data.DataSource
Copies all DataSource field values of an Array of Records (including a TreeNode) to a new array of Records, omitting component-specific metadata such as selected state from grids, or parent folders for TreeNodes.
Corner - Interface in com.smartgwt.client.docs
The following APIs are all related to Corner.
create() - Method in class com.smartgwt.client.core.BaseClass
 
create() - Method in class com.smartgwt.client.data.DataSource
 
create() - Method in class com.smartgwt.client.data.RecordList
 
create() - Method in class com.smartgwt.client.data.RestDataSource
 
create() - Method in class com.smartgwt.client.data.ResultSet
 
create() - Method in class com.smartgwt.client.data.SimpleType
 
create() - Method in class com.smartgwt.client.data.WSDataSource
 
create() - Method in class com.smartgwt.client.data.XJSONDataSource
 
create() - Static method in class com.smartgwt.client.rpc.RPCRequest
RPCRequest shouldn't be created directly.
create() - Method in class com.smartgwt.client.widgets.BaseWidget
 
create() - Method in class com.smartgwt.client.widgets.Button
 
create() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
create() - Method in class com.smartgwt.client.widgets.Canvas
 
create() - Method in class com.smartgwt.client.widgets.chart.FacetChart
 
create() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
 
create() - Method in class com.smartgwt.client.widgets.DateChooser
 
create() - Method in class com.smartgwt.client.widgets.Dialog
 
create() - Method in class com.smartgwt.client.widgets.EdgedCanvas
 
create() - Method in class com.smartgwt.client.widgets.form.ColorPicker
 
create() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
create() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
 
create() - Method in class com.smartgwt.client.widgets.form.FilterClause
 
create() - Method in class com.smartgwt.client.widgets.form.PropertySheet
 
create() - Method in class com.smartgwt.client.widgets.form.SearchForm
 
create() - Method in class com.smartgwt.client.widgets.form.ValuesManager
 
create() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
create() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
create() - Method in class com.smartgwt.client.widgets.HTMLFlow
 
create() - Method in class com.smartgwt.client.widgets.HTMLPane
 
create() - Method in class com.smartgwt.client.widgets.IButton
 
create() - Method in class com.smartgwt.client.widgets.Img
 
create() - Method in class com.smartgwt.client.widgets.ImgButton
 
create() - Method in class com.smartgwt.client.widgets.ImgSplitbar
 
create() - Method in class com.smartgwt.client.widgets.Label
 
create() - Method in class com.smartgwt.client.widgets.layout.FlowLayout
 
create() - Method in class com.smartgwt.client.widgets.layout.HLayout
 
create() - Method in class com.smartgwt.client.widgets.layout.HStack
 
create() - Method in class com.smartgwt.client.widgets.layout.ImgSectionHeader
 
create() - Method in class com.smartgwt.client.widgets.layout.Layout
 
create() - Method in class com.smartgwt.client.widgets.layout.LayoutSpacer
 
create() - Method in class com.smartgwt.client.widgets.layout.NavigationBar
 
create() - Method in class com.smartgwt.client.widgets.layout.PortalLayout
 
create() - Method in class com.smartgwt.client.widgets.layout.Portlet
 
create() - Method in class com.smartgwt.client.widgets.layout.SectionHeader
 
create() - Method in class com.smartgwt.client.widgets.layout.SectionStack
 
create() - Method in class com.smartgwt.client.widgets.layout.SplitPane
 
create() - Method in class com.smartgwt.client.widgets.layout.VLayout
 
create() - Method in class com.smartgwt.client.widgets.layout.VStack
 
create() - Method in class com.smartgwt.client.widgets.menu.IMenuButton
 
create() - Method in class com.smartgwt.client.widgets.menu.Menu
 
create() - Method in class com.smartgwt.client.widgets.menu.MenuBar
 
create() - Method in class com.smartgwt.client.widgets.menu.MenuButton
 
create() - Method in class com.smartgwt.client.widgets.MultiFilePicker
 
create() - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
 
create() - Method in class com.smartgwt.client.widgets.plugins.Applet
 
create() - Method in class com.smartgwt.client.widgets.plugins.BrowserPlugin
 
create() - Method in class com.smartgwt.client.widgets.plugins.Flashlet
 
create() - Method in class com.smartgwt.client.widgets.plugins.SVG
 
create() - Method in class com.smartgwt.client.widgets.PrintCanvas
 
create() - Method in class com.smartgwt.client.widgets.PrintWindow
 
create() - Method in class com.smartgwt.client.widgets.Progressbar
 
create() - Method in class com.smartgwt.client.widgets.RichTextEditor
 
create() - Method in class com.smartgwt.client.widgets.Scrollbar
 
create() - Method in class com.smartgwt.client.widgets.Slider
 
create() - Method in class com.smartgwt.client.widgets.Snapbar
 
create() - Method in class com.smartgwt.client.widgets.Splitbar
 
create() - Method in class com.smartgwt.client.widgets.StatefulCanvas
 
create() - Method in class com.smartgwt.client.widgets.StretchImg
 
create() - Method in class com.smartgwt.client.widgets.StretchImgButton
 
create() - Method in class com.smartgwt.client.widgets.tab.ImgTab
 
create() - Method in class com.smartgwt.client.widgets.tab.TabSet
 
create() - Method in class com.smartgwt.client.widgets.tableview.TableView
 
create() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
create() - Method in class com.smartgwt.client.widgets.tile.TileLayout
 
create() - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
 
create() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
 
create() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripButton
 
create() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripMenuButton
 
create() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripResizer
 
create() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
 
create() - Method in class com.smartgwt.client.widgets.tree.Tree
 
create() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
 
create() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
create() - Method in class com.smartgwt.client.widgets.ViewLoader
 
create() - Method in class com.smartgwt.client.widgets.Window
 
createCanvas() - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
This method is called to dynamically create a canvas for this CanvasItem.
createJavaScriptArray() - Static method in class com.smartgwt.client.util.JSOHelper
 
createObject() - Static method in class com.smartgwt.client.util.JSOHelper
 
createRecordComponent(ListGridRecord, Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When showRecordComponents is true, this method is called for a row/cell the first time it is brought into the drawArea, or when there are not yet any components in the pool.
Criteria - Class in com.smartgwt.client.data
Criteria for selecting only a matching set of records from a DataSource.
Criteria() - Constructor for class com.smartgwt.client.data.Criteria
 
Criteria(String, String) - Constructor for class com.smartgwt.client.data.Criteria
 
Criteria(JavaScriptObject) - Constructor for class com.smartgwt.client.data.Criteria
 
CriteriaCombineOperator - Enum in com.smartgwt.client.types
The logical operator to use when combining criteria objects with the DataSource.combineCriteria(com.smartgwt.client.data.Criteria, com.smartgwt.client.data.Criteria) method.
CriteriaEditing - Interface in com.smartgwt.client.docs
Criteria Editing
CriteriaPolicy - Enum in com.smartgwt.client.types
 
Criterion - Class in com.smartgwt.client.data
An object representing a criterion to apply to a record.
Criterion() - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(JavaScriptObject) - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(Criterion) - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(OperatorId, Criterion[]) - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(OperatorId) - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(String, OperatorId) - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(String, OperatorId, Integer) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator and value.
Criterion(String, OperatorId, Integer, Integer) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator, start and end values.
Criterion(String, OperatorId, String) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator and value.
Criterion(String, OperatorId, String, String) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator, start and end values.
Criterion(String, OperatorId, Float) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator and value.
Criterion(String, OperatorId, Float, Float) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator, start and end values.
Criterion(String, OperatorId, Date) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator and value.
Criterion(String, OperatorId, Date, Date) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator, start and end values.
Criterion(String, OperatorId, Boolean) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator and value.
Criterion(String, OperatorId, Long) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator and value.
Criterion(String, OperatorId, Long, Long) - Constructor for class com.smartgwt.client.data.Criterion
Constructor for Criterion with fieldName, operator, start and end values.
Criterion(String, OperatorId, Integer[]) - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(String, OperatorId, String[]) - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(String, OperatorId, Float[]) - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(String, OperatorId, Long[]) - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(String, OperatorId, Date[]) - Constructor for class com.smartgwt.client.data.Criterion
 
Criterion(String, OperatorId, Boolean[]) - Constructor for class com.smartgwt.client.data.Criterion
 
CTRL - Static variable in interface com.smartgwt.client.types.KeyNames
 
ctrlKeyDown() - Static method in class com.smartgwt.client.util.EventHandler
Return true if the control key is being held down.
CubeGrid - Class in com.smartgwt.client.widgets.cube
The CubeGrid is an interactive grid component that presents very large, multi-dimensional data sets (also known as data cubes) for reporting or analytic applications.
CubeGrid() - Constructor for class com.smartgwt.client.widgets.cube.CubeGrid
 
CubeGrid(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.CubeGrid
 
Cues - Interface in com.smartgwt.client.docs
Visual hints for the user that something can be done to this object
Cursor - Interface in com.smartgwt.client.docs
The following APIs are all related to Cursor.
Cursor - Enum in com.smartgwt.client.types
You can use whatever cursors are valid for your deployment platforms, but keep in mind that visual representation may vary by browser and OS.
CustomQuerying - Interface in com.smartgwt.client.docs
Custom Querying Overview
CustomValidator - Class in com.smartgwt.client.widgets.form.validator
 
CustomValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.CustomValidator
 

D

Data - Interface in com.smartgwt.client.docs
The following APIs are all related to Data.
dataArrived(int, int) - Method in class com.smartgwt.client.data.ResultSet
Notification fired when data has arrived from the server and has been successfully integrated into the cache.
dataArrived(int, int) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Notification method fired when new data arrives from the server to be displayed in this tileGrid, (for example in response to the user scrolling a new set of tiles into view).
DataArrivedEvent - Class in com.smartgwt.client.data.events
 
DataArrivedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.data.events.DataArrivedEvent
 
DataArrivedEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
DataArrivedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.DataArrivedEvent
 
DataArrivedEvent - Class in com.smartgwt.client.widgets.grid.events
 
DataArrivedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.DataArrivedEvent
 
DataArrivedEvent - Class in com.smartgwt.client.widgets.tree.events
 
DataArrivedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.events.DataArrivedEvent
 
DataArrivedHandler - Interface in com.smartgwt.client.data.events
 
DataArrivedHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
DataArrivedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
DataArrivedHandler - Interface in com.smartgwt.client.widgets.tree.events
 
Databinding - Interface in com.smartgwt.client.docs
DataBinding
DataBoundComponent - Interface in com.smartgwt.client.widgets
A DataBoundComponent is a widget that can configure itself for viewing or editing objects which share a certain schema by "binding" to the schema for that object (called a "DataSource").
dataBoundComponent_addFormulaFieldText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Add formula column...".
dataBoundComponent_addSummaryFieldText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Add summary column...".
dataBoundComponent_duplicateDragMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Duplicates not allowed".
dataBoundComponent_editFormulaFieldText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Edit formula...".
dataBoundComponent_editSummaryFieldText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Edit summary format...".
dataBoundComponent_offlineMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "This data not available while offline.".
dataBoundComponent_removeFormulaFieldText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Remove formula".
dataBoundComponent_removeSummaryFieldText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Remove summary column..".
dataBoundComponent_requiredFieldMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Field is required".
dataBoundComponent_unknownErrorMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Invalid value".
DataBoundComponentMethods - Interface in com.smartgwt.client.docs
DataBound Component Methods
DataChangedEvent - Class in com.smartgwt.client.data.events
 
DataChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.data.events.DataChangedEvent
 
DataChangedEvent - Class in com.smartgwt.client.widgets.events
 
DataChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DataChangedEvent
 
DataChangedEvent - Class in com.smartgwt.client.widgets.tree
 
DataChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.DataChangedEvent
 
DataChangedHandler - Interface in com.smartgwt.client.data.events
 
DataChangedHandler - Interface in com.smartgwt.client.widgets.events
 
DataChangedHandler - Interface in com.smartgwt.client.widgets.tree
 
DataClass - Class in com.smartgwt.client.core
 
DataClass() - Constructor for class com.smartgwt.client.core.DataClass
 
DataClass(JavaScriptObject) - Constructor for class com.smartgwt.client.core.DataClass
 
DataSource - Class in com.smartgwt.client.data
A DataSource is data-provider-independent description of a set of objects that will be loaded, edited and saved within the user interface of your application.
DataSource() - Constructor for class com.smartgwt.client.data.DataSource
 
DataSource(JavaScriptObject) - Constructor for class com.smartgwt.client.data.DataSource
 
DataSource(String) - Constructor for class com.smartgwt.client.data.DataSource
 
DataSourceBinaryField - Class in com.smartgwt.client.data.fields
 
DataSourceBinaryField() - Constructor for class com.smartgwt.client.data.fields.DataSourceBinaryField
 
DataSourceBinaryField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceBinaryField
 
DataSourceBinaryField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceBinaryField
 
DataSourceBinaryField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceBinaryField
 
DataSourceBinaryField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceBinaryField
 
DataSourceBooleanField - Class in com.smartgwt.client.data.fields
 
DataSourceBooleanField() - Constructor for class com.smartgwt.client.data.fields.DataSourceBooleanField
 
DataSourceBooleanField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceBooleanField
 
DataSourceBooleanField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceBooleanField
 
DataSourceBooleanField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceBooleanField
 
DataSourceBooleanField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceBooleanField
 
DataSourceDateField - Class in com.smartgwt.client.data.fields
 
DataSourceDateField() - Constructor for class com.smartgwt.client.data.fields.DataSourceDateField
 
DataSourceDateField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceDateField
 
DataSourceDateField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceDateField
 
DataSourceDateField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceDateField
 
DataSourceDateField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceDateField
 
DataSourceDateTimeField - Class in com.smartgwt.client.data.fields
 
DataSourceDateTimeField() - Constructor for class com.smartgwt.client.data.fields.DataSourceDateTimeField
 
DataSourceDateTimeField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceDateTimeField
 
DataSourceDateTimeField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceDateTimeField
 
DataSourceDateTimeField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceDateTimeField
 
DataSourceDateTimeField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceDateTimeField
 
DataSourceDeclaration - Interface in com.smartgwt.client.docs
Creating DataSources
DataSourceEnumField - Class in com.smartgwt.client.data.fields
 
DataSourceEnumField() - Constructor for class com.smartgwt.client.data.fields.DataSourceEnumField
 
DataSourceEnumField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceEnumField
 
DataSourceEnumField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceEnumField
 
DataSourceEnumField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceEnumField
 
DataSourceEnumField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceEnumField
 
DataSourceField - Class in com.smartgwt.client.data
Metadata about a DataSourceField, including its type and validators.
DataSourceField() - Constructor for class com.smartgwt.client.data.DataSourceField
 
DataSourceField(JavaScriptObject) - Constructor for class com.smartgwt.client.data.DataSourceField
 
DataSourceField(String, FieldType) - Constructor for class com.smartgwt.client.data.DataSourceField
 
DataSourceField(String, FieldType, String) - Constructor for class com.smartgwt.client.data.DataSourceField
 
DataSourceField(String, FieldType, String, int) - Constructor for class com.smartgwt.client.data.DataSourceField
 
DataSourceField(String, FieldType, String, int, boolean) - Constructor for class com.smartgwt.client.data.DataSourceField
 
dataSourceField - Variable in class com.smartgwt.client.widgets.form.validator.CustomValidator
 
DataSourceFloatField - Class in com.smartgwt.client.data.fields
 
DataSourceFloatField() - Constructor for class com.smartgwt.client.data.fields.DataSourceFloatField
 
DataSourceFloatField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceFloatField
 
DataSourceFloatField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceFloatField
 
DataSourceFloatField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceFloatField
 
DataSourceFloatField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceFloatField
 
DataSourceImageField - Class in com.smartgwt.client.data.fields
 
DataSourceImageField() - Constructor for class com.smartgwt.client.data.fields.DataSourceImageField
 
DataSourceImageField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceImageField
 
DataSourceImageField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceImageField
 
DataSourceImageField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceImageField
 
DataSourceImageField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceImageField
 
DataSourceImageFileField - Class in com.smartgwt.client.data.fields
 
DataSourceImageFileField() - Constructor for class com.smartgwt.client.data.fields.DataSourceImageFileField
 
DataSourceImageFileField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceImageFileField
 
DataSourceImageFileField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceImageFileField
 
DataSourceImageFileField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceImageFileField
 
DataSourceImageFileField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceImageFileField
 
DataSourceIntegerField - Class in com.smartgwt.client.data.fields
 
DataSourceIntegerField() - Constructor for class com.smartgwt.client.data.fields.DataSourceIntegerField
 
DataSourceIntegerField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceIntegerField
 
DataSourceIntegerField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceIntegerField
 
DataSourceIntegerField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceIntegerField
 
DataSourceIntegerField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceIntegerField
 
DataSourceIntEnumField - Class in com.smartgwt.client.data.fields
 
DataSourceIntEnumField() - Constructor for class com.smartgwt.client.data.fields.DataSourceIntEnumField
 
DataSourceIntEnumField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceIntEnumField
 
DataSourceIntEnumField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceIntEnumField
 
DataSourceIntEnumField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceIntEnumField
 
DataSourceIntEnumField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceIntEnumField
 
DataSourceLinkField - Class in com.smartgwt.client.data.fields
 
DataSourceLinkField() - Constructor for class com.smartgwt.client.data.fields.DataSourceLinkField
 
DataSourceLinkField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceLinkField
 
DataSourceLinkField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceLinkField
 
DataSourceLinkField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceLinkField
 
DataSourceLinkField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceLinkField
 
DataSourceLocalization - Interface in com.smartgwt.client.docs
DataSource Localization
DataSourceOperations - Interface in com.smartgwt.client.docs
DataSource Operations
DataSourcePasswordField - Class in com.smartgwt.client.data.fields
 
DataSourcePasswordField() - Constructor for class com.smartgwt.client.data.fields.DataSourcePasswordField
 
DataSourcePasswordField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourcePasswordField
 
DataSourcePasswordField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourcePasswordField
 
DataSourcePasswordField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourcePasswordField
 
DataSourcePasswordField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourcePasswordField
 
DataSourceRelations - Interface in com.smartgwt.client.docs
Relations
DataSourceSequenceField - Class in com.smartgwt.client.data.fields
 
DataSourceSequenceField() - Constructor for class com.smartgwt.client.data.fields.DataSourceSequenceField
 
DataSourceSequenceField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceSequenceField
 
DataSourceSequenceField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceSequenceField
 
DataSourceSequenceField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceSequenceField
 
DataSourceSequenceField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceSequenceField
 
DataSourceSimpleTypeField - Class in com.smartgwt.client.data.fields
A DataSourceField that is based on a user created SimpleType.
DataSourceSimpleTypeField(String, SimpleType) - Constructor for class com.smartgwt.client.data.fields.DataSourceSimpleTypeField
 
DataSourceSimpleTypeField(String, SimpleType, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceSimpleTypeField
 
DataSourceSimpleTypeField(String, SimpleType, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceSimpleTypeField
 
DataSourceSimpleTypeField(String, SimpleType, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceSimpleTypeField
 
DataSourceTextField - Class in com.smartgwt.client.data.fields
 
DataSourceTextField() - Constructor for class com.smartgwt.client.data.fields.DataSourceTextField
 
DataSourceTextField(String) - Constructor for class com.smartgwt.client.data.fields.DataSourceTextField
 
DataSourceTextField(String, String) - Constructor for class com.smartgwt.client.data.fields.DataSourceTextField
 
DataSourceTextField(String, String, int) - Constructor for class com.smartgwt.client.data.fields.DataSourceTextField
 
DataSourceTextField(String, String, int, boolean) - Constructor for class com.smartgwt.client.data.fields.DataSourceTextField
 
DataType - Interface in com.smartgwt.client.docs
The following APIs are all related to DataType.
Date - Interface in com.smartgwt.client.docs
The following APIs are all related to Date.
DATE - Static variable in class com.smartgwt.client.widgets.form.fields.PickerIcon
 
date_dateSeparator() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "/".
date_shortDateFormat() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "toUSShortDate".
date_shortDatetimeFormat() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "toUSShortDatetime".
date_shortDayNames_1() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Sun".
date_shortDayNames_2() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Mon".
date_shortDayNames_3() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Tue".
date_shortDayNames_4() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Wed".
date_shortDayNames_5() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Thu".
date_shortDayNames_6() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Fri".
date_shortDayNames_7() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Sat".
date_shortMonthNames_1() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Jan".
date_shortMonthNames_10() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Oct".
date_shortMonthNames_11() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Nov".
date_shortMonthNames_12() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Dec".
date_shortMonthNames_2() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Feb".
date_shortMonthNames_3() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Mar".
date_shortMonthNames_4() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Apr".
date_shortMonthNames_5() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "May".
date_shortMonthNames_6() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Jun".
date_shortMonthNames_7() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Jul".
date_shortMonthNames_8() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Aug".
date_shortMonthNames_9() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Sep".
DateChangedEvent - Class in com.smartgwt.client.widgets.calendar.events
 
DateChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.DateChangedEvent
 
DateChangedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
DateChooser - Class in com.smartgwt.client.widgets
Simple interactive calendar interface used to pick a date.
DateChooser() - Constructor for class com.smartgwt.client.widgets.DateChooser
 
DateChooser(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.DateChooser
 
dateChooser_cancelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Cancel".
dateChooser_firstDayOfWeek() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "0".
dateChooser_todayButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Today".
DateDisplayFormat - Enum in com.smartgwt.client.types
Valid display formats for dates.
DateDisplayFormatter - Interface in com.smartgwt.client.util
DateDisplayFormatter interface.
DateFormatAndStorage - Interface in com.smartgwt.client.docs
Date and Time Format and Storage
DateInputFormatter - Interface in com.smartgwt.client.util
DateInputFormatter.
dateIsWorkday(Date) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Should the parameter date be considered a workday? By default this method tries to find the parameter date day in workdays, and returns true if found.
DateItem - Class in com.smartgwt.client.widgets.form.fields
Item for manipulating Dates.
DateItem() - Constructor for class com.smartgwt.client.widgets.form.fields.DateItem
 
DateItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.DateItem
 
DateItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.DateItem
 
DateItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.DateItem
 
dateItem_daySelectorPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Choose a day".
dateItem_invalidDateStringMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Invalid date".
dateItem_monthSelectorPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Choose a month".
dateItem_pickerIconPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Show Date Chooser".
dateItem_selectorFormat() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "null".
dateItem_yearSelectorPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Choose a year".
DateItemAppearance - Interface in com.smartgwt.client.docs
The following APIs are all related to DateItemAppearance.
DateItemSelectorFormat - Enum in com.smartgwt.client.types
 
DateParser - Interface in com.smartgwt.client.util
Custom parser for converting formatted date strings to live Date objects.
DateRange - Class in com.smartgwt.client.data
A class specifying a range of dates.
DateRange() - Constructor for class com.smartgwt.client.data.DateRange
 
dateRangeDialog_cancelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Cancel".
dateRangeDialog_clearButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Clear".
dateRangeDialog_headerTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Select Date Range".
dateRangeDialog_okButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "OK".
DateRangeItem - Class in com.smartgwt.client.widgets.form.fields
Allows a user to select an absolute or relative range of dates via two RelativeDateItems (if allowRelativeDates is true) or two DateItems.
DateRangeItem() - Constructor for class com.smartgwt.client.widgets.form.fields.DateRangeItem
 
DateRangeItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.DateRangeItem
 
DateRangeItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.DateRangeItem
 
DateRangeItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.DateRangeItem
 
dateRangeItem_fromTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "From".
dateRangeItem_toTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "To".
DateRangeValidator - Class in com.smartgwt.client.widgets.form.validator
Tests whether the value for a date field is within the range specified.
DateRangeValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.DateRangeValidator
 
DateTimeItem - Class in com.smartgwt.client.widgets.form.fields
Subclass of DateItem for manipulating datetimes.
DateTimeItem() - Constructor for class com.smartgwt.client.widgets.form.fields.DateTimeItem
 
DateTimeItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.DateTimeItem
 
DateTimeItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.DateTimeItem
 
DateTimeItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.DateTimeItem
 
DateUtil - Class in com.smartgwt.client.util
Date related utility methods.
DateUtil() - Constructor for class com.smartgwt.client.util.DateUtil
 
DayBodyClickEvent - Class in com.smartgwt.client.widgets.calendar.events
 
DayBodyClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
 
DayBodyClickHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
DayHeaderClickEvent - Class in com.smartgwt.client.widgets.calendar.events
 
DayHeaderClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
 
DayHeaderClickHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
debugger() - Static method in class com.smartgwt.client.util.SC
 
Debugging - Interface in com.smartgwt.client.docs
Debugging
decode(String) - Static method in class com.smartgwt.client.util.JSON
De-serialize an object from JSON.
defaultDynamicValue() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Expression evaluated to determine the defaultValue when no value is provided for this item.
defaultDynamicValue() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Expression evaluated to determine the defaultValue when no value is provided for this item.
defaultTransformResponse(DSResponse, DSRequest, Object) - Method in class com.smartgwt.client.data.ResponseTransformer
 
DEL - Static variable in interface com.smartgwt.client.types.KeyNames
 
DELETE - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
deleteAttribute(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
deleteAttributeIfExists(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
deselect() - Method in class com.smartgwt.client.widgets.Button
Select this object.
deselect() - Method in class com.smartgwt.client.widgets.ImgButton
Select this object.
deselect() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Deselect this object.
deselect() - Method in class com.smartgwt.client.widgets.StretchImgButton
Select this object.
deselectAll() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Deselect all cells and facetValues.
deselectAllCells() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Deselect all cells.
deselectAllFacetValues() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Deselect all headers in a headerBar (specified by facetId) or all headerBars (if no facetId).
deselectAllFacetValues(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Deselect all headers in a headerBar (specified by facetId) or all headerBars (if no facetId).
deselectAllRecords() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
deselectAllRecords() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Deselect all records
deselectAllRecords() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
deselectAllRecords(int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Deselect all records in the supplied column (the first column if none is passed)
deselectAllRecords() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
deselectAllRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
deselectAllRecords() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
deselectAllRecords() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
deselectCell(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Deselect a single cell - accepts cell ID.
deselectCell(CellRecord) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Deselect a single cell - accepts cellRecord.
deselectCells(String...) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Deselect cells that match a list of facetValues.
deselectCells(FacetValueMap) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Deselect cells that match a list of facetValues.
deselectFacetValue(String, String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Deselect the header for a given facet value.
deselectRecord(Record) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
deselectRecord(int) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
deselectRecord(Record) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Deselect a Record passed in explicitly, or by index.
deselectRecord(int) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Deselect a Record passed in explicitly, or by index.
deselectRecord(Record) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
deselectRecord(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
deselectRecord(Record, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
deselectRecord(int, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Deselect a Record passed in explicitly, or by index.
deselectRecord(Record[]) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Deselect a list of Records passed in explicitly, or by index.
deselectRecord(Record) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
deselectRecord(int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
deselectRecord(Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
deselectRecord(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
deselectRecord(Record) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
deselectRecord(int) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
deselectRecord(Record) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
deselectRecord(int) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
deselectRecords(int[]) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
deselectRecords(Record[]) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
deselectRecords(int[]) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Deselect a list of Records passed in explicitly, or by index.
deselectRecords(Record[]) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Deselect a list of Records passed in explicitly, or by index.
deselectRecords(int[]) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
deselectRecords(Record[]) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
deselectRecords(int[], int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Deselect a list of Records passed in explicitly, or by index.
deselectRecords(Record[], int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Deselect a list of Records passed in explicitly, or by index.
deselectRecords(int[]) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
deselectRecords(Record[]) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
deselectRecords(int[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
deselectRecords(Record[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
deselectRecords(int[]) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
deselectRecords(Record[]) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
deselectRecords(int[]) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
deselectRecords(Record[]) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
deselectValue() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true, falls through to standard FormItem.deselectValue implementation on this items freeform text entry field.
deselectValue(boolean) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true, falls through to standard FormItem.deselectValue implementation on this items freeform text entry field.
deselectValue() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
If this item currently has focus, clear the current selection.
deselectValue(boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
If this item currently has focus, clear the current selection.
deselectValue() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
If this item currently has focus, clear the current selection.
deselectValue(boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
If this item currently has focus, clear the current selection.
destroy() - Method in class com.smartgwt.client.core.BaseClass
Destroy this object.
destroy() - Method in class com.smartgwt.client.widgets.BaseWidget
 
DetailFormatter - Interface in com.smartgwt.client.widgets.viewer
 
DetailViewer - Class in com.smartgwt.client.widgets.viewer
Displays one or more records "horizontally" with one property per line.
DetailViewer() - Constructor for class com.smartgwt.client.widgets.viewer.DetailViewer
 
DetailViewer(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.viewer.DetailViewer
 
DetailViewerField - Class in com.smartgwt.client.widgets.viewer
An object literal with a particular set of properties used to configure the display of and interaction with the rows of a DetailViewer.
DetailViewerField() - Constructor for class com.smartgwt.client.widgets.viewer.DetailViewerField
 
DetailViewerField(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.viewer.DetailViewerField
 
DetailViewerField(String) - Constructor for class com.smartgwt.client.widgets.viewer.DetailViewerField
 
DetailViewerField(String, String) - Constructor for class com.smartgwt.client.widgets.viewer.DetailViewerField
 
DetailViewerFieldIfFunction - Interface in com.smartgwt.client.widgets.viewer
 
DetailViewerRecord - Class in com.smartgwt.client.widgets.viewer
A DetailViewerRecord is an object literal with properties that define the values for the various fields of a DetailViewer.
DetailViewerRecord() - Constructor for class com.smartgwt.client.widgets.viewer.DetailViewerRecord
 
DetailViewerRecord(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.viewer.DetailViewerRecord
 
Dialog - Class in com.smartgwt.client.widgets
Dialogs are a specialized version of Window used for small windows that contain just a text message or a text mesage with some standard buttons.
Dialog() - Constructor for class com.smartgwt.client.widgets.Dialog
 
Dialog(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Dialog
 
dialog_ApplyButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Apply".
dialog_AskForValueTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Please enter a value".
dialog_AskTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Question".
dialog_CancelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Cancel".
dialog_ConfirmTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Confirm".
dialog_DoneButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Done".
dialog_LoginButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Log in".
dialog_LoginErrorMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Invalid username or password".
dialog_LoginTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Please log in".
dialog_NoButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "No".
dialog_OkButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "OK".
dialog_PasswordTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Password".
dialog_SayTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Note".
dialog_UserNameTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Username".
dialog_WarnTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Warning".
dialog_YesButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Yes".
DialogButtons - Enum in com.smartgwt.client.types
Default buttons that you can use in your Dialogs.
Direction - Enum in com.smartgwt.client.types
 
disable() - Method in class com.smartgwt.client.widgets.Canvas
Disables this widget and any children and peers of this widget.
disable() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set this item to be disabled (shortcut for #setDisabled(Boolean),setDisabled(true)).
disableFirebug() - Static method in class com.smartgwt.client.util.SC
Disable firebug.
disableHilite(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
disableHilite(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Disable a hilite
disableHilite(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
disableHilite(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
disableHilite(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
disableHilite(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
disableHilite(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
disableHiliting() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
disableHiliting() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Disable all hilites.
disableHiliting() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
disableHiliting() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
disableHiliting() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
disableHiliting() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
disableHiliting() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
disableTab(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
If the specified tab is enabled, disable it now.
disableTab(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If the specified tab is enabled, disable it now.
disableTab(Tab) - Method in class com.smartgwt.client.widgets.tab.TabSet
If the specified tab is enabled, disable it now.
discardAllEdits() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Cancel outstanding edits, discarding edit values, and hiding editors for the records.
discardAllEdits(int[], boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Cancel outstanding edits, discarding edit values, and hiding editors for the record[s] passed in if appropriate.
discardEdits(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Cancel outstanding edits for the specified rows, discarding edit values, and hiding editors if appropriate.
Note that if this method is called on a new edit row (created via ListGrid.startEditingNew for example), which has not yet been saved, this method will remove the row entirely.
discardEdits(int, int, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Cancel outstanding edits for the specified rows, discarding edit values, and hiding editors if appropriate.
Note that if this method is called on a new edit row (created via ListGrid.startEditingNew for example), which has not yet been saved, this method will remove the row entirely.
disconnect() - Static method in class com.smartgwt.client.rpc.Messaging
disconnect from all channels
dispatch(DataArrivedHandler) - Method in class com.smartgwt.client.data.events.DataArrivedEvent
 
dispatch(DataChangedHandler) - Method in class com.smartgwt.client.data.events.DataChangedEvent
 
dispatch(HandleErrorHandler) - Method in class com.smartgwt.client.data.events.ErrorEvent
 
dispatch(BackgroundClickHandler) - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundClickEvent
 
dispatch(BackgroundMouseDownHandler) - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent
 
dispatch(EventAddedHandler) - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventAdded
 
dispatch(EventChangedHandler) - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventChangedEvent
 
dispatch(EventClickHandler) - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventClick
 
dispatch(EventMovedHandler) - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventMoved
 
dispatch(EventRemoveClickHandler) - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick
 
dispatch(EventRemovedHandler) - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoved
 
dispatch(EventResizedHandler) - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventResized
 
dispatch(DateChangedHandler) - Method in class com.smartgwt.client.widgets.calendar.events.DateChangedEvent
 
dispatch(DayBodyClickHandler) - Method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
 
dispatch(DayHeaderClickHandler) - Method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
 
dispatch(FacetAddedHandler) - Method in class com.smartgwt.client.widgets.cube.events.FacetAddedEvent
 
dispatch(FacetMovedHandler) - Method in class com.smartgwt.client.widgets.cube.events.FacetMovedEvent
 
dispatch(FacetRemovedHandler) - Method in class com.smartgwt.client.widgets.cube.events.FacetRemovedEvent
 
dispatch(FacetValueSelectionChangedHandler) - Method in class com.smartgwt.client.widgets.cube.events.FacetValueSelectionChangedEvent
 
dispatch(FixedFacetValueChangedHandler) - Method in class com.smartgwt.client.widgets.cube.events.FixedFacetValueChangedEvent
 
dispatch(SortByFacetIdHandler) - Method in class com.smartgwt.client.widgets.cube.events.SortByFacetIdEvent
 
dispatch(SortByFacetValuesHandler) - Method in class com.smartgwt.client.widgets.cube.events.SortByFacetValuesEvent
 
dispatch(ButtonClickHandler) - Method in class com.smartgwt.client.widgets.events.ButtonClickEvent
 
dispatch(ClickHandler) - Method in class com.smartgwt.client.widgets.events.ClickEvent
 
dispatch(CloseClickHandler) - Method in class com.smartgwt.client.widgets.events.CloseClientEvent
 
dispatch(ContentLoadedHandler) - Method in class com.smartgwt.client.widgets.events.ContentLoadedEvent
 
dispatch(DataChangedHandler) - Method in class com.smartgwt.client.widgets.events.DataChangedEvent
 
dispatch(DoubleClickHandler) - Method in class com.smartgwt.client.widgets.events.DoubleClickEvent
 
dispatch(DragMoveHandler) - Method in class com.smartgwt.client.widgets.events.DragMoveEvent
 
dispatch(DragRepositionMoveHandler) - Method in class com.smartgwt.client.widgets.events.DragRepositionMoveEvent
 
dispatch(DragRepositionStartHandler) - Method in class com.smartgwt.client.widgets.events.DragRepositionStartEvent
 
dispatch(DragRepositionStopHandler) - Method in class com.smartgwt.client.widgets.events.DragRepositionStopEvent
 
dispatch(DragResizeMoveHandler) - Method in class com.smartgwt.client.widgets.events.DragResizeMoveEvent
 
dispatch(DragResizeStartHandler) - Method in class com.smartgwt.client.widgets.events.DragResizeStartEvent
 
dispatch(DragResizeStopHandler) - Method in class com.smartgwt.client.widgets.events.DragResizeStopEvent
 
dispatch(DragStartHandler) - Method in class com.smartgwt.client.widgets.events.DragStartEvent
 
dispatch(DragStopHandler) - Method in class com.smartgwt.client.widgets.events.DragStopEvent
 
dispatch(DrawHandler) - Method in class com.smartgwt.client.widgets.events.DrawEvent
 
dispatch(DropHandler) - Method in class com.smartgwt.client.widgets.events.DropEvent
 
dispatch(DropMoveHandler) - Method in class com.smartgwt.client.widgets.events.DropMoveEvent
 
dispatch(DropOutHandler) - Method in class com.smartgwt.client.widgets.events.DropOutEvent
 
dispatch(DropOverHandler) - Method in class com.smartgwt.client.widgets.events.DropOverEvent
 
dispatch(FetchDataHandler) - Method in class com.smartgwt.client.widgets.events.FetchDataEvent
 
dispatch(FocusChangedHandler) - Method in class com.smartgwt.client.widgets.events.FocusChangedEvent
 
dispatch(HoverHandler) - Method in class com.smartgwt.client.widgets.events.HoverEvent
 
dispatch(HoverHiddenHandler) - Method in class com.smartgwt.client.widgets.events.HoverHiddenEvent
 
dispatch(IconClickHandler) - Method in class com.smartgwt.client.widgets.events.IconClickEvent
 
dispatch(KeyDownHandler) - Method in class com.smartgwt.client.widgets.events.KeyDownEvent
 
dispatch(KeyPressHandler) - Method in class com.smartgwt.client.widgets.events.KeyPressEvent
 
dispatch(MaximizeClickHandler) - Method in class com.smartgwt.client.widgets.events.MaximizeClickEvent
 
dispatch(MinimizeClickHandler) - Method in class com.smartgwt.client.widgets.events.MinimizeClickEvent
 
dispatch(MouseDownHandler) - Method in class com.smartgwt.client.widgets.events.MouseDownEvent
 
dispatch(MouseMoveHandler) - Method in class com.smartgwt.client.widgets.events.MouseMoveEvent
 
dispatch(MouseOutHandler) - Method in class com.smartgwt.client.widgets.events.MouseOutEvent
 
dispatch(MouseOverHandler) - Method in class com.smartgwt.client.widgets.events.MouseOverEvent
 
dispatch(MouseStillDownHandler) - Method in class com.smartgwt.client.widgets.events.MouseStillDownEvent
 
dispatch(MouseUpHandler) - Method in class com.smartgwt.client.widgets.events.MouseUpEvent
 
dispatch(MouseWheelHandler) - Method in class com.smartgwt.client.widgets.events.MouseWheelEvent
 
dispatch(MovedHandler) - Method in class com.smartgwt.client.widgets.events.MovedEvent
 
dispatch(ParentMovedHandler) - Method in class com.smartgwt.client.widgets.events.ParentMovedEvent
 
dispatch(PercentChangedHandler) - Method in class com.smartgwt.client.widgets.events.PercentChangedEvent
 
dispatch(ResizedHandler) - Method in class com.smartgwt.client.widgets.events.ResizedEvent
 
dispatch(RestoreClickHandler) - Method in class com.smartgwt.client.widgets.events.RestoreClickEvent
 
dispatch(RightMouseDownHandler) - Method in class com.smartgwt.client.widgets.events.RightMouseDownEvent
 
dispatch(ScrolledHandler) - Method in class com.smartgwt.client.widgets.events.ScrolledEvent
 
dispatch(ShowContextMenuHandler) - Method in class com.smartgwt.client.widgets.events.ShowContextMenuEvent
 
dispatch(ValueChangedHandler) - Method in class com.smartgwt.client.widgets.events.ValueChangedEvent
 
dispatch(VisibilityChangedHandler) - Method in class com.smartgwt.client.widgets.events.VisibilityChangedEvent
 
dispatch(ColorSelectedHandler) - Method in class com.smartgwt.client.widgets.form.events.ColorSelectedEvent
 
dispatch(FilterChangedHandler) - Method in class com.smartgwt.client.widgets.form.events.FilterChangedEvent
 
dispatch(SearchHandler) - Method in class com.smartgwt.client.widgets.form.events.FilterSearchEvent
 
dispatch(FormSubmitFailedHandler) - Method in class com.smartgwt.client.widgets.form.events.FormSubmitFailedEvent
 
dispatch(HiddenValidationErrorsHandler) - Method in class com.smartgwt.client.widgets.form.events.HiddenValidationErrorsEvent
 
dispatch(ItemChangedHandler) - Method in class com.smartgwt.client.widgets.form.events.ItemChangedEvent
 
dispatch(ItemChangeHandler) - Method in class com.smartgwt.client.widgets.form.events.ItemChangeEvent
 
dispatch(ItemKeyPressHandler) - Method in class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
 
dispatch(SubmitValuesHandler) - Method in class com.smartgwt.client.widgets.form.events.SubmitValuesEvent
 
dispatch(BlurHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.BlurEvent
 
dispatch(ChangedHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.ChangedEvent
 
dispatch(ChangeHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
 
dispatch(ClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.ClickEvent
 
dispatch(DataArrivedHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.DataArrivedEvent
 
dispatch(DoubleClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.DoubleClickEvent
 
dispatch(FocusHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.FocusEvent
 
dispatch(FormItemClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.FormItemIconClickEvent
 
dispatch(IconClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.IconClickEvent
 
dispatch(IconKeyPressHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
 
dispatch(ItemHoverHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.ItemHoverEvent
 
dispatch(KeyDownHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
 
dispatch(KeyPressHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
 
dispatch(KeyUpHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
 
dispatch(ShowValueHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.ShowValueEvent
 
dispatch(TitleClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.TitleClickEvent
 
dispatch(TitleDoubleClickHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.TitleDoubleClickEvent
 
dispatch(TitleHoverHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.TitleHoverEvent
 
dispatch(BodyKeyPressHandler) - Method in class com.smartgwt.client.widgets.grid.events.BodyKeyPressEvent
 
dispatch(CellClickHandler) - Method in class com.smartgwt.client.widgets.grid.events.CellClickEvent
 
dispatch(CellContextClickHandler) - Method in class com.smartgwt.client.widgets.grid.events.CellContextClickEvent
 
dispatch(CellDoubleClickHandler) - Method in class com.smartgwt.client.widgets.grid.events.CellDoubleClickEvent
 
dispatch(CellHoverHandler) - Method in class com.smartgwt.client.widgets.grid.events.CellHoverEvent
 
dispatch(CellMouseDownHandler) - Method in class com.smartgwt.client.widgets.grid.events.CellMouseDownEvent
 
dispatch(CellMouseUpHandler) - Method in class com.smartgwt.client.widgets.grid.events.CellMouseUpEvent
 
dispatch(CellOutHandler) - Method in class com.smartgwt.client.widgets.grid.events.CellOutEvent
 
dispatch(CellOverHandler) - Method in class com.smartgwt.client.widgets.grid.events.CellOverEvent
 
dispatch(CellSavedHandler) - Method in class com.smartgwt.client.widgets.grid.events.CellSavedEvent
 
dispatch(ChangedHandler) - Method in class com.smartgwt.client.widgets.grid.events.ChangedEvent
 
dispatch(ChangeHandler) - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
 
dispatch(DataArrivedHandler) - Method in class com.smartgwt.client.widgets.grid.events.DataArrivedEvent
 
dispatch(DrawAreaChangedHandler) - Method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
 
dispatch(EditCompleteHandler) - Method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
 
dispatch(EditFailedHandler) - Method in class com.smartgwt.client.widgets.grid.events.EditFailedEvent
 
dispatch(EditorEnterHandler) - Method in class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
 
dispatch(EditorExitHandler) - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
 
dispatch(FieldStateChangedHandler) - Method in class com.smartgwt.client.widgets.grid.events.FieldStateChangedEvent
 
dispatch(FilterEditorSubmitHandler) - Method in class com.smartgwt.client.widgets.grid.events.FilterEditorSubmitEvent
 
dispatch(GroupByHandler) - Method in class com.smartgwt.client.widgets.grid.events.GroupByEvent
 
dispatch(HeaderClickHandler) - Method in class com.smartgwt.client.widgets.grid.events.HeaderClickEvent
 
dispatch(HeaderDoubleClickHandler) - Method in class com.smartgwt.client.widgets.grid.events.HeaderDoubleClickEvent
 
dispatch(NodeSelectedHandler) - Method in class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
 
dispatch(RecordClickHandler) - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
 
dispatch(RecordCollapseHandler) - Method in class com.smartgwt.client.widgets.grid.events.RecordCollapseEvent
 
dispatch(RecordDoubleClickHandler) - Method in class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
 
dispatch(RecordDropHandler) - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
 
dispatch(RecordExpandHandler) - Method in class com.smartgwt.client.widgets.grid.events.RecordExpandEvent
 
dispatch(RowContextClickHandler) - Method in class com.smartgwt.client.widgets.grid.events.RowContextClickEvent
 
dispatch(RowEditorEnterHandler) - Method in class com.smartgwt.client.widgets.grid.events.RowEditorEnterEvent
 
dispatch(RowEditorExitHandler) - Method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
 
dispatch(RowHoverHandler) - Method in class com.smartgwt.client.widgets.grid.events.RowHoverEvent
 
dispatch(RowMouseDownHandler) - Method in class com.smartgwt.client.widgets.grid.events.RowMouseDownEvent
 
dispatch(RowMouseUpHandler) - Method in class com.smartgwt.client.widgets.grid.events.RowMouseUpEvent
 
dispatch(RowOutHandler) - Method in class com.smartgwt.client.widgets.grid.events.RowOutEvent
 
dispatch(RowOverHandler) - Method in class com.smartgwt.client.widgets.grid.events.RowOverEvent
 
dispatch(SelectionChangedHandler) - Method in class com.smartgwt.client.widgets.grid.events.SelectionEvent
 
dispatch(SelectionUpdatedHandler) - Method in class com.smartgwt.client.widgets.grid.events.SelectionUpdatedEvent
 
dispatch(SortChangedHandler) - Method in class com.smartgwt.client.widgets.grid.events.SortEvent
 
dispatch(ViewStateChangedHandler) - Method in class com.smartgwt.client.widgets.grid.events.ViewStateChangedEvent
 
dispatch(SectionHeaderClickHandler) - Method in class com.smartgwt.client.widgets.layout.events.SectionHeaderClickEvent
 
dispatch(ItemClickHandler) - Method in class com.smartgwt.client.widgets.menu.events.ItemClickEvent
 
dispatch(ClickHandler) - Method in class com.smartgwt.client.widgets.menu.events.MenuItemClickEvent
 
dispatch(TabIconClickHandler) - Method in class com.smartgwt.client.widgets.tab.events.TabClickEvent
 
dispatch(CloseClickHandler) - Method in class com.smartgwt.client.widgets.tab.events.TabCloseClickEvent
 
dispatch(TabContextMenuHandler) - Method in class com.smartgwt.client.widgets.tab.events.TabContextMenuEvent
 
dispatch(TabDeselectedHandler) - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
 
dispatch(TabSelectedHandler) - Method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
 
dispatch(TabTitleChangedHandler) - Method in class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
 
dispatch(ImageClickHandler) - Method in class com.smartgwt.client.widgets.tableview.events.ImageClickEvent
 
dispatch(RecordNavigationClickHandler) - Method in class com.smartgwt.client.widgets.tableview.events.RecordNavigationClickEvent
 
dispatch(RecordClickHandler) - Method in class com.smartgwt.client.widgets.tile.events.RecordClickEvent
 
dispatch(RecordDoubleClickHandler) - Method in class com.smartgwt.client.widgets.tile.events.RecordDoubleClickEvent
 
dispatch(SelectionChangedHandler) - Method in class com.smartgwt.client.widgets.tile.events.SelectionChangedEvent
 
dispatch(ItemClickHandler) - Method in class com.smartgwt.client.widgets.toolbar.events.ItemClickEvent
 
dispatch(ItemDragResizedHandler) - Method in class com.smartgwt.client.widgets.toolbar.events.ItemResizedEvent
 
dispatch(DataChangedHandler) - Method in class com.smartgwt.client.widgets.tree.DataChangedEvent
 
dispatch(DataArrivedHandler) - Method in class com.smartgwt.client.widgets.tree.events.DataArrivedEvent
 
dispatch(FolderClickHandler) - Method in class com.smartgwt.client.widgets.tree.events.FolderClickEvent
 
dispatch(FolderClosedHandler) - Method in class com.smartgwt.client.widgets.tree.events.FolderClosedEvent
 
dispatch(FolderContextClickHandler) - Method in class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
 
dispatch(FolderDropHandler) - Method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
 
dispatch(FolderOpenedHandler) - Method in class com.smartgwt.client.widgets.tree.events.FolderOpenedEvent
 
dispatch(LeafClickHandler) - Method in class com.smartgwt.client.widgets.tree.events.LeafClickEvent
 
dispatch(LeafContextClickHandler) - Method in class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
 
dispatch(NodeClickHandler) - Method in class com.smartgwt.client.widgets.tree.events.NodeClickEvent
 
dispatch(NodeContextClickHandler) - Method in class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
 
Display - Interface in com.smartgwt.client.docs
The following APIs are all related to Display.
DisplayNodeType - Enum in com.smartgwt.client.types
Flag passed to functions as displayNodeType, telling the function whether it should work on folders, leaves or both at once.
DmiOverview - Interface in com.smartgwt.client.docs
Direct Method Invocation
doAddHandler(H, GwtEvent.Type<H>) - Method in class com.smartgwt.client.core.BaseClass
 
doAddHandler(H, GwtEvent.Type<H>) - Method in class com.smartgwt.client.core.DataClass
 
doAddHandler(H, GwtEvent.Type<H>) - Method in class com.smartgwt.client.widgets.BaseWidget
Adds this handler to the widget.
DOCUMENT - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
DoesntContainValidator - Class in com.smartgwt.client.widgets.form.validator
Determine whether a string value does not contain some substring specified via validator.substring.
DoesntContainValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.DoesntContainValidator
 
doInit() - Method in class com.smartgwt.client.widgets.BaseWidget
 
DOMUtil - Class in com.smartgwt.client.util
DOM related helper methods.
DOMUtil() - Constructor for class com.smartgwt.client.util.DOMUtil
 
doOnRender(Function) - Method in class com.smartgwt.client.widgets.BaseWidget
 
DOUBLE_ARROW_DOWN - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
DOUBLE_ARROW_LEFT - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
DOUBLE_ARROW_RIGHT - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
DOUBLE_ARROW_UP - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
DoubleClickEvent - Class in com.smartgwt.client.widgets.events
 
DoubleClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DoubleClickEvent
 
DoubleClickEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
DoubleClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.DoubleClickEvent
 
DoubleClickHandler - Interface in com.smartgwt.client.widgets.events
 
DoubleClickHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
doWarn() - Method in class com.smartgwt.client.widgets.RichTextEditor
Display a warning if Rich Text Editing is not fully supported in this browser.
DOWN - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
DOWN_LAST - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
downloadFile(Record) - Method in class com.smartgwt.client.data.DataSource
Download a file stored in a field of type:"binary" in a DataSource record.
downloadFile(Record, String, DSRequest) - Method in class com.smartgwt.client.data.DataSource
Download a file stored in a field of type:"binary" in a DataSource record.
Drag - Interface in com.smartgwt.client.docs
The following APIs are all related to Drag.
DragAppearance - Enum in com.smartgwt.client.types
Different types of effects for showing dragging behavior.
DragDataAction - Enum in com.smartgwt.client.types
What do we do with data that's been dropped into another list?
Dragdrop - Interface in com.smartgwt.client.docs
Drag and Drop
Dragging - Interface in com.smartgwt.client.docs
The following APIs are all related to Dragging.
DragIntersectStyle - Enum in com.smartgwt.client.types
Different styles of determining intersection: with mouse or entire rect of target.
DragMoveEvent - Class in com.smartgwt.client.widgets.events
 
DragMoveEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DragMoveEvent
 
DragMoveHandler - Interface in com.smartgwt.client.widgets.events
 
Dragndrop - Interface in com.smartgwt.client.docs
The following APIs are all related to Dragndrop.
DragRepositionMoveEvent - Class in com.smartgwt.client.widgets.events
 
DragRepositionMoveEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DragRepositionMoveEvent
 
DragRepositionMoveHandler - Interface in com.smartgwt.client.widgets.events
 
DragRepositionStartEvent - Class in com.smartgwt.client.widgets.events
 
DragRepositionStartEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DragRepositionStartEvent
 
DragRepositionStartHandler - Interface in com.smartgwt.client.widgets.events
 
DragRepositionStopEvent - Class in com.smartgwt.client.widgets.events
 
DragRepositionStopEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DragRepositionStopEvent
 
DragRepositionStopHandler - Interface in com.smartgwt.client.widgets.events
 
DragResize - Interface in com.smartgwt.client.docs
The following APIs are all related to DragResize.
DragResizeMoveEvent - Class in com.smartgwt.client.widgets.events
 
DragResizeMoveEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DragResizeMoveEvent
 
DragResizeMoveHandler - Interface in com.smartgwt.client.widgets.events
 
DragResizeStartEvent - Class in com.smartgwt.client.widgets.events
 
DragResizeStartEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DragResizeStartEvent
 
DragResizeStartHandler - Interface in com.smartgwt.client.widgets.events
 
DragResizeStopEvent - Class in com.smartgwt.client.widgets.events
 
DragResizeStopEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DragResizeStopEvent
 
DragResizeStopHandler - Interface in com.smartgwt.client.widgets.events
 
DragStartEvent - Class in com.smartgwt.client.widgets.events
 
DragStartEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DragStartEvent
 
DragStartHandler - Interface in com.smartgwt.client.widgets.events
 
DragStopEvent - Class in com.smartgwt.client.widgets.events
 
DragStopEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DragStopEvent
 
DragStopHandler - Interface in com.smartgwt.client.widgets.events
 
DragTracker - Interface in com.smartgwt.client.docs
The following APIs are all related to DragTracker.
DragTrackerMode - Enum in com.smartgwt.client.types
When records are being dragged from within a ListGrid, what sort of drag-tracker should be displayed?
draw() - Method in class com.smartgwt.client.widgets.BaseWidget
Draws the widget on the page.
DrawAreaChangedEvent - Class in com.smartgwt.client.widgets.grid.events
 
DrawAreaChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
 
DrawAreaChangedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
DrawContext - Interface in com.smartgwt.client.docs
The following APIs are all related to DrawContext.
DrawEvent - Class in com.smartgwt.client.widgets.events
 
DrawEvent(String) - Constructor for class com.smartgwt.client.widgets.events.DrawEvent
 
DrawHandler - Interface in com.smartgwt.client.widgets.events
 
Drawing - Interface in com.smartgwt.client.docs
Rendering an object on the page
DrawPosition - Enum in com.smartgwt.client.types
 
DropEvent - Class in com.smartgwt.client.widgets.events
 
DropEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DropEvent
 
DropHandler - Interface in com.smartgwt.client.widgets.events
 
DropMoveEvent - Class in com.smartgwt.client.widgets.events
 
DropMoveEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DropMoveEvent
 
DropMoveHandler - Interface in com.smartgwt.client.widgets.events
 
DropOutEvent - Class in com.smartgwt.client.widgets.events
 
DropOutEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DropOutEvent
 
DropOutHandler - Interface in com.smartgwt.client.widgets.events
 
DropOverEvent - Class in com.smartgwt.client.widgets.events
 
DropOverEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.DropOverEvent
 
DropOverHandler - Interface in com.smartgwt.client.widgets.events
 
DSCallback - Interface in com.smartgwt.client.data
 
DSDataFormat - Enum in com.smartgwt.client.types
Indicates the format to be used for HTTP requests and responses when fulfilling DSRequests (eg DataSource.fetchData(com.smartgwt.client.data.Criteria, com.smartgwt.client.data.DSCallback) is called).
DSOperationType - Enum in com.smartgwt.client.types
One of the four basic operations that can be performed on DataSource data: "fetch", "add", "update", "remove".
DSProtocol - Enum in com.smartgwt.client.types
dataProtocol affects how the data in the DSRequest (data is sent to the dataURL .
DSRequest - Class in com.smartgwt.client.data
Request sent to the server to initiate a DataSource operation.
DSRequest() - Constructor for class com.smartgwt.client.data.DSRequest
 
DSRequest(JavaScriptObject) - Constructor for class com.smartgwt.client.data.DSRequest
 
DsRequestEquivalence - Interface in com.smartgwt.client.docs
Various subsystems have a need to compare DataSource requests and understand if they are equivalent or affect the same data (examples include automatic cache synchronization and offline caching and synchronization).
DSResponse - Class in com.smartgwt.client.data
Response sent by the server in response to a DataSource request.
DSResponse() - Constructor for class com.smartgwt.client.data.DSResponse
 
DSResponse(JavaScriptObject) - Constructor for class com.smartgwt.client.data.DSResponse
 
DsResponse - Interface in com.smartgwt.client.docs
The following APIs are all related to DsResponse.
DSServerType - Enum in com.smartgwt.client.types
Indicates what the ISC server will do with a DataSource request if you call dsRequest.execute() in server code.
DsSpecialFields - Interface in com.smartgwt.client.docs
A DataSource allows you to declare that certain fields are the most important fields to show to a user in situations where space is limited, and only one or a few fields can be reasonably shown.
duplicate() - Method in class com.smartgwt.client.data.RecordList
Return an Array that is a shallow copy of the list, that is, containing the same items.
DynamicForm - Class in com.smartgwt.client.widgets.form
The DynamicForm manages a collection of FormItems which represent user input controls.
DynamicForm() - Constructor for class com.smartgwt.client.widgets.form.DynamicForm
 
DynamicForm(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.DynamicForm
 
dynamicForm_errorsPreamble() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "The following errors were found".
dynamicForm_formSubmitFailedWarning() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Form was unable to be submitted.
DynamicLoading - Interface in com.smartgwt.client.docs
 
DynamicMenuItem - Interface in com.smartgwt.client.docs
The following APIs are all related to DynamicMenuItem.

E

echo(JavaScriptObject) - Static method in class com.smartgwt.client.util.SC
Returns the passed in JavaScript object as a string
echoAll(JavaScriptObject) - Static method in class com.smartgwt.client.util.SC
Returns the passed in JavaScript object as a string (including serializing members one level deep for javascript arrays and nested objects)
EdgedCanvas - Class in com.smartgwt.client.widgets
EdgedCanvas acts as a decorative, image-based frame around another single Canvas.
EdgedCanvas() - Constructor for class com.smartgwt.client.widgets.EdgedCanvas
 
EdgedCanvas(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.EdgedCanvas
 
EditCompleteEvent - Class in com.smartgwt.client.widgets.grid.events
 
EditCompleteEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
 
EditCompleteHandler - Interface in com.smartgwt.client.widgets.grid.events
 
EditCompletionEvent - Enum in com.smartgwt.client.types
What event / user interaction type caused cell editing to complete.
EditFailedEvent - Class in com.smartgwt.client.widgets.grid.events
 
EditFailedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.EditFailedEvent
 
EditFailedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
editHilites() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
Editing - Interface in com.smartgwt.client.docs
Grid Editing
editNewRecord() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Prepare to edit a new record by clearing the current set of values (or replacing them with initialValues if specified).
editNewRecord(Map) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Prepare to edit a new record by clearing the current set of values (or replacing them with initialValues if specified).
editNewRecord() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Prepare to edit a new record by clearing the current set of values (or replacing them with initialValues if specified).
editNewRecord(Map) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Prepare to edit a new record by clearing the current set of values (or replacing them with initialValues if specified).
EditorEnterEvent - Class in com.smartgwt.client.widgets.grid.events
 
EditorEnterEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
 
EditorEnterHandler - Interface in com.smartgwt.client.widgets.grid.events
 
EditorExitEvent - Class in com.smartgwt.client.widgets.grid.events
 
EditorExitEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.EditorExitEvent
 
EditorExitHandler - Interface in com.smartgwt.client.widgets.grid.events
 
EditorValueMapFunction - Interface in com.smartgwt.client.widgets.grid
 
editRecord(Record) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Edit an existing record.
editRecord(Record) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Edit an existing record.
editSelectedData(ListGrid) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Edit the record selected in the specified ListGrid.
editSelectedData(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Edit the record selected in the specified ListGrid.
editSelectedData(ListGrid) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Edit the record selected in the specified selection component (typically a ListGrid).
editTabTitle(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Places an editor in the title of the parameter tab and allows the user to edit the title.
editTabTitle(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Places an editor in the title of the parameter tab and allows the user to edit the title.
Elements - Interface in com.smartgwt.client.docs
Manipulating native form elements
EmbeddedPosition - Enum in com.smartgwt.client.types
The position of an embedded ListGrid component with respect to the record or cell.
EmptyMessage - Interface in com.smartgwt.client.docs
The following APIs are all related to EmptyMessage.
emptyMessageHTML() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Return the message to show if the component has no data.
Enable - Interface in com.smartgwt.client.docs
Enabling and Disabling
enable() - Method in class com.smartgwt.client.widgets.Canvas
Enables this widget and any children / peers of this widget.
enable() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set this item to be enabled (shortcut for #setDisabled(Boolean),setDisabled(false)).
enableHilite(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
enableHilite(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Enable / disable a hilites
enableHilite(String, boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Enable / disable a hilites
enableHilite(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
enableHilite(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
enableHilite(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
enableHilite(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
enableHilite(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
enableHiliting() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
enableHiliting() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Enable all hilites.
enableHiliting(boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Enable all hilites.
enableHiliting() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
enableHiliting() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
enableHiliting() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
enableHiliting() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
enableHiliting() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
enableIf(Canvas, Menu, MenuItem) - Method in class com.smartgwt.client.widgets.menu.MenuItem
Contains the condition that will enable or disable the current menuItem.
enableTab(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
If the specified tab is disabled, enable it now.
enableTab(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If the specified tab is disabled, enable it now.
enableTab(Tab) - Method in class com.smartgwt.client.widgets.tab.TabSet
If the specified tab is disabled, enable it now.
encode(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSON
Serialize an object as a JSON string.
encode(JavaScriptObject, JSONEncoder) - Static method in class com.smartgwt.client.util.JSON
Serialize an object as a JSON string.
encode(Object) - Method in class com.smartgwt.client.util.JSONEncoder
Serialize an object as a JSON string.
encodeDate(Date) - Method in class com.smartgwt.client.util.JSONEncoder
Encode a JavaScript Date value.
Encoding - Enum in com.smartgwt.client.types
Form encodying types - these translate to Form ENCTYPE parameters.
END - Static variable in interface com.smartgwt.client.types.KeyNames
 
END_OF_MONTH - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of the current month
END_OF_TODAY - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of today (one millisecond before the RelativeDate.START_OF_TODAY
END_OF_TOMORROW - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of tomorrow (one millisecond before the RelativeDate.START_OF_TOMORROW)
END_OF_WEEK - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of the current week
END_OF_YEAR - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of the current year
END_OF_YESTERDAY - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of yesterday (one millisecond before the RelativeDate.START_OF_YESTERDAY)
endEditing() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Complete the current edit by storing the value and hiding the inline editor.
ENTER - Static variable in interface com.smartgwt.client.types.KeyNames
 
EnterKeyEditAction - Enum in com.smartgwt.client.types
What to do when a user hits enter while editing a cell
EnumTranslateStrategy - Enum in com.smartgwt.client.types
Determines how Java enums are translated to and from Javascript by the SmartClient server.
EnumUtil - Class in com.smartgwt.client.util
 
EnumUtil() - Constructor for class com.smartgwt.client.util.EnumUtil
 
equals(RecordList) - Method in class com.smartgwt.client.data.RecordList
Return whether this list is equal to another list.
equals(Object) - Method in class com.smartgwt.client.widgets.BaseWidget
 
equals(Object) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
 
error(String, String, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
error(String) - Method in class com.smartgwt.client.core.BaseClass
 
error(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
ErrorEvent - Class in com.smartgwt.client.data.events
 
ErrorEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.data.events.ErrorEvent
 
ErrorIcon - Interface in com.smartgwt.client.docs
The following APIs are all related to ErrorIcon.
errorIfNotCreated(String) - Method in class com.smartgwt.client.core.BaseClass
 
errorIfNotCreated(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
Errors - Interface in com.smartgwt.client.docs
Validation errors and how they are shown
ESC - Static variable in interface com.smartgwt.client.types.KeyNames
 
EscapeKeyEditAction - Enum in com.smartgwt.client.types
What to do if the user hits escape while editing a cell.
eval(String) - Static method in class com.smartgwt.client.util.JSOHelper
Evaluate the passed string as Javascript
EventAddedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventChangedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventClickHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventHandler - Class in com.smartgwt.client.util
The ISC system provides a predictable cross-browser event-handling mechanism for ISC widgets.
EventHandler() - Constructor for class com.smartgwt.client.util.EventHandler
 
EventMovedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventRegistry - Interface in com.smartgwt.client.docs
The following APIs are all related to EventRegistry.
EventRemoveClickHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventRemovedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventResizedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
execute() - Method in interface com.smartgwt.client.core.Function
The callback method.
execute(DSResponse, Object, DSRequest) - Method in interface com.smartgwt.client.data.DSCallback
 
execute(Object, Object, DataSourceField, String) - Method in interface com.smartgwt.client.data.FieldValueExtractor
 
execute(SortSpecifier[]) - Method in interface com.smartgwt.client.data.MultiSortCallback
Called when the user defines and accepts one or more SortSpecifiers.
execute(Object[], JavaScriptObject, RPCResponse, JavaScriptObject) - Method in interface com.smartgwt.client.data.WebServiceCallback
 
execute(WebService) - Method in interface com.smartgwt.client.data.WSDLLoadCallback
 
execute(SchemaSet) - Method in interface com.smartgwt.client.data.XSDLoadCallback
 
execute(Object) - Method in interface com.smartgwt.client.rpc.MessagingCallback
 
execute(RPCResponse, Object, RPCRequest) - Method in interface com.smartgwt.client.rpc.RPCCallback
 
execute(RPCResponse[]) - Method in interface com.smartgwt.client.rpc.RPCQueueCallback
Callback to fire when a queue of requests sent via RPCManager.sendQueue(RPCQueueCallback) returns.
execute(Boolean) - Method in interface com.smartgwt.client.util.BooleanCallback
 
execute(String) - Method in interface com.smartgwt.client.util.KeyCallback
 
execute(PrintCanvas) - Method in interface com.smartgwt.client.util.PrintCanvasCallback
 
execute(PrintCanvas, PrintWindow) - Method in interface com.smartgwt.client.util.PrintPreviewCallback
 
execute(String) - Method in interface com.smartgwt.client.util.ValueCallback
 
execute(boolean) - Method in interface com.smartgwt.client.widgets.AnimationCallback
 
execute(FormItem, Object, DynamicForm) - Method in interface com.smartgwt.client.widgets.form.FormItemIfFunction
 
execute(FormItem, Object) - Method in interface com.smartgwt.client.widgets.form.validator.RequiredIfFunction
 
execute(ListGrid, ListGridField, int) - Method in interface com.smartgwt.client.widgets.grid.ListGridFieldIfFunction
 
execute(Canvas, Menu, MenuItem) - Method in interface com.smartgwt.client.widgets.menu.MenuItemIfFunction
 
execute(Canvas, Menu, MenuItem) - Method in interface com.smartgwt.client.widgets.menu.MenuItemStringFunction
 
execute(Object, DetailViewerField, Record) - Method in interface com.smartgwt.client.widgets.viewer.CellStyleHandler
 
execute(DetailViewer, DetailViewerRecord[]) - Method in interface com.smartgwt.client.widgets.viewer.DetailViewerFieldIfFunction
 
expandRecord(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Expands a given record by creating a subcomponent and inserting it in to the record's grid-row.
expandSection() - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Expands a section, showing all the items contained within the section.
expandSection(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Expands a section.
expandSection(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Expands a section.
ExpansionField - Interface in com.smartgwt.client.docs
The following APIs are all related to ExpansionField.
ExpansionMode - Enum in com.smartgwt.client.types
 
exportClientData(Object[], DSRequest) - Method in class com.smartgwt.client.data.DataSource
Exports arbitrary client-side data, with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportData() - Method in class com.smartgwt.client.data.DataSource
Perform a "fetch" DataSource operation against this DataSource, sending search criteria, retrieving matching records and exporting the results.
exportData(Criteria, DSRequest) - Method in class com.smartgwt.client.data.DataSource
Perform a "fetch" DataSource operation against this DataSource, sending search criteria, retrieving matching records and exporting the results.
exportData() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
ExportDisplay - Enum in com.smartgwt.client.types
Method to use for displaying the exported data.
ExportFormat - Enum in com.smartgwt.client.types
One of the supported formats for data-export.

F

Facet - Class in com.smartgwt.client.widgets.cube
Facet definition object made use of by the CubeGrid class.
Facet() - Constructor for class com.smartgwt.client.widgets.cube.Facet
 
Facet(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.Facet
 
Facet(String) - Constructor for class com.smartgwt.client.widgets.cube.Facet
 
Facet(String, String) - Constructor for class com.smartgwt.client.widgets.cube.Facet
 
FacetAddedEvent - Class in com.smartgwt.client.widgets.cube.events
 
FacetAddedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.events.FacetAddedEvent
 
FacetAddedHandler - Interface in com.smartgwt.client.widgets.cube.events
 
FacetChart - Class in com.smartgwt.client.widgets.chart
HTML5-based charting engine, implementing most chartTypes of the Chart interface.
FacetChart() - Constructor for class com.smartgwt.client.widgets.chart.FacetChart
 
FacetChart(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.chart.FacetChart
 
facetHasSelection(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Return whether any facet value for this facet is selected in headers.
FacetMovedEvent - Class in com.smartgwt.client.widgets.cube.events
 
FacetMovedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.events.FacetMovedEvent
 
FacetMovedHandler - Interface in com.smartgwt.client.widgets.cube.events
 
FacetRemovedEvent - Class in com.smartgwt.client.widgets.cube.events
 
FacetRemovedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.events.FacetRemovedEvent
 
FacetRemovedHandler - Interface in com.smartgwt.client.widgets.cube.events
 
FacetValue - Class in com.smartgwt.client.widgets.cube
Facet value definition object made use of by the CubeGrid class (contained by facets)
FacetValue() - Constructor for class com.smartgwt.client.widgets.cube.FacetValue
 
FacetValue(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.FacetValue
 
FacetValue(String) - Constructor for class com.smartgwt.client.widgets.cube.FacetValue
 
FacetValue(String, String) - Constructor for class com.smartgwt.client.widgets.cube.FacetValue
 
FacetValue(String, String, String) - Constructor for class com.smartgwt.client.widgets.cube.FacetValue
 
FacetValueMap - Class in com.smartgwt.client.widgets.cube
An object mapping facet ids to facetValue ids within a facet
FacetValueMap() - Constructor for class com.smartgwt.client.widgets.cube.FacetValueMap
 
FacetValueMap(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.FacetValueMap
 
FacetValueSelectionChangedEvent - Class in com.smartgwt.client.widgets.cube.events
 
FacetValueSelectionChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.events.FacetValueSelectionChangedEvent
 
FacetValueSelectionChangedHandler - Interface in com.smartgwt.client.widgets.cube.events
 
FAVOURITE - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
FeaturesCustomPersistence - Interface in com.smartgwt.client.docs
Server Features and Custom Persistence
fetchData(Criteria, DSCallback) - Method in class com.smartgwt.client.data.DataSource
See DataSource.fetchData(Criteria,DSCallback,DSRequest).
fetchData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.data.DataSource
Perform a "fetch" DataSource operation against this DataSource, sending search criteria and retrieving matching records.
fetchData() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
fetchData(Criteria) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
fetchData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
fetchData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
fetchData() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Uses a "fetch" operation on the current DataSource to retrieve data that matches the provided criteria, and displays the matching data in this component.
fetchData(Criteria) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Uses a "fetch" operation on the current DataSource to retrieve data that matches the provided criteria, and displays the matching data in this component.
fetchData(Criteria, DSCallback) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Uses a "fetch" operation on the current DataSource to retrieve data that matches the provided criteria, and displays the matching data in this component.
fetchData(Criteria, DSCallback, DSRequest) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Uses a "fetch" operation on the current DataSource to retrieve data that matches the provided criteria, and displays the matching data in this component.
fetchData() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
fetchData(Criteria) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
fetchData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
fetchData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
fetchData() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
fetchData(DSCallback) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Only applies to databound items (see optionDataSource).
Performs a fetch type operation on this item's DataSource to retrieve the set of valid options for the item, based on the current pickListCriteria.
fetchData(DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Only applies to databound items (see optionDataSource).
Performs a fetch type operation on this item's DataSource to retrieve the set of valid options for the item, based on the current pickListCriteria.
fetchData() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Only applies to databound items (see optionDataSource).
Performs a fetch type operation on this item's DataSource to retrieve the set of valid options for the item, based on the current pickListCriteria.
fetchData(DSCallback) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Only applies to databound items (see optionDataSource).
Performs a fetch type operation on this item's DataSource to retrieve the set of valid options for the item, based on the current pickListCriteria.
fetchData(DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Only applies to databound items (see optionDataSource).
Performs a fetch type operation on this item's DataSource to retrieve the set of valid options for the item, based on the current pickListCriteria.
fetchData() - Method in class com.smartgwt.client.widgets.form.ValuesManager
 
fetchData(Criteria) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Retrieve data that matches the provided criteria, and edit the first record returned
fetchData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Retrieve data that matches the provided criteria, and edit the first record returned
fetchData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Retrieve data that matches the provided criteria, and edit the first record returned
fetchData() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
fetchData(Criteria) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
fetchData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
fetchData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
fetchData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
fetchData(Criteria) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
fetchData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
fetchData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
fetchData() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
fetchData(Criteria) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
fetchData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
fetchData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
fetchData() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the provided criteria, and displays the matching data in this component as a tree.
fetchData(Criteria) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the provided criteria, and displays the matching data in this component as a tree.
fetchData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the provided criteria, and displays the matching data in this component as a tree.
fetchData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the provided criteria, and displays the matching data in this component as a tree.
fetchData() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
fetchData(Criteria) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
fetchData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
fetchData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
FetchDataEvent - Class in com.smartgwt.client.widgets.events
 
FetchDataEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.FetchDataEvent
 
FetchDataHandler - Interface in com.smartgwt.client.widgets.events
 
Fetching - Interface in com.smartgwt.client.docs
The following APIs are all related to Fetching.
FetchMode - Enum in com.smartgwt.client.types
Mode of fetching records from the server.
fetchRelatedData(Record, DataSource) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Based on the relationship between the DataSource this component is bound to and the DataSource specified as the "schema" argument, call fetchData() to retrieve records in this grid that are related to the passed-in record.
fetchRelatedData(Record, DataSource, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Based on the relationship between the DataSource this component is bound to and the DataSource specified as the "schema" argument, call fetchData() to retrieve records in this grid that are related to the passed-in record.
fieldIsVisible(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Check whether a field is currently visible
Fields - Interface in com.smartgwt.client.docs
The following APIs are all related to Fields.
FieldStateChangedEvent - Class in com.smartgwt.client.widgets.grid.events
 
FieldStateChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.FieldStateChangedEvent
 
FieldStateChangedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
FieldType - Enum in com.smartgwt.client.types
The types listed below are built-in types that databound components understand and treat specially (using type-specific form controls, validators, formatters, sorting logic, etc).
FieldValueExtractor - Interface in com.smartgwt.client.data
 
FileAssembly - Interface in com.smartgwt.client.docs
File Assembly
FileItem - Class in com.smartgwt.client.widgets.form.fields
Binary data interface for use in DynamicForms.
FileItem() - Constructor for class com.smartgwt.client.widgets.form.fields.FileItem
 
FileItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.FileItem
 
FileItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.FileItem
 
FileItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.FileItem
 
FileLoader - Class in com.smartgwt.client.util
Helper class to preload skin images.
FileLoader() - Constructor for class com.smartgwt.client.util.FileLoader
 
Files - Interface in com.smartgwt.client.docs
Referring to and loading other files.
FilterBuilder - Class in com.smartgwt.client.widgets.form
A form that allows the user to input advanced search criteria, including operators on field values such as "less than", and sub-clauses using "AND" and "OR" operators.
FilterBuilder() - Constructor for class com.smartgwt.client.widgets.form.FilterBuilder
 
FilterBuilder(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.FilterBuilder
 
filterBuilder_addButtonPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Add".
filterBuilder_matchAllTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Match All".
filterBuilder_matchAnyTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Match Any".
filterBuilder_matchNoneTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Match None".
filterBuilder_missingFieldPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "[missing field definition]".
filterBuilder_radioOptions_and() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "and".
filterBuilder_radioOptions_not() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "not".
filterBuilder_radioOptions_or() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "or".
filterBuilder_rangeSeparator() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "and".
filterBuilder_removeButtonPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Remove".
filterBuilder_subClauseButtonPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Add Subclause".
filterBuilder_subClauseButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "+()".
filterBuilder_topOperator() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "and".
filterByEditor() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If the filter editor (showFilterEditor) is visible for this grid, this method will perform a filter based on the current values in the editor.
FilterChangedEvent - Class in com.smartgwt.client.widgets.form.events
 
FilterChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.events.FilterChangedEvent
 
FilterChangedHandler - Interface in com.smartgwt.client.widgets.form.events
 
FilterClause - Class in com.smartgwt.client.widgets.form
An HStack-based widget that allows a user to input a single criterion based on one field and one operator.
FilterClause() - Constructor for class com.smartgwt.client.widgets.form.FilterClause
 
FilterClause(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.FilterClause
 
filterClause_removeButtonPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Remove".
filterClientPickListData() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
filterClientPickListData() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Returns the data to display in the pick list.
filterClientPickListData() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
 
FilterCriteriaFunction - Interface in com.smartgwt.client.widgets.form.fields
Criteria function for pick lists.
filterData(Criteria, DSCallback) - Method in class com.smartgwt.client.data.DataSource
Perform a "fetch" DataSource operation against this DataSource, sending search criteria and retrieving matching records.
filterData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.data.DataSource
 
filterData() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
filterData(Criteria) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
filterData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
filterData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
filterData() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Retrieves data that matches the provided criteria and displays the matching data in this component.
filterData(Criteria) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Retrieves data that matches the provided criteria and displays the matching data in this component.
filterData(Criteria, DSCallback) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Retrieves data that matches the provided criteria and displays the matching data in this component.
filterData(Criteria, DSCallback, DSRequest) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Retrieves data that matches the provided criteria and displays the matching data in this component.
filterData() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
filterData(Criteria) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
filterData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
filterData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
filterData(Criteria) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Retrieve data that matches the provided criteria, and edit the first record returned.
Differs from DynamicForm.fetchData() in that a case insensitive substring match will be performed against the criteria to retrieve the data.
filterData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Retrieve data that matches the provided criteria, and edit the first record returned.
Differs from DynamicForm.fetchData() in that a case insensitive substring match will be performed against the criteria to retrieve the data.
filterData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Retrieve data that matches the provided criteria, and edit the first record returned.
Differs from DynamicForm.fetchData() in that a case insensitive substring match will be performed against the criteria to retrieve the data.
filterData() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
filterData(Criteria) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
filterData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
filterData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
filterData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
filterData(Criteria) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
filterData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
filterData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
filterData() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
filterData(Criteria) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
filterData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
filterData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
filterData(Criteria) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Retrieves data that matches the provided criteria and displays the matching data in this component.
filterData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Retrieves data that matches the provided criteria and displays the matching data in this component.
filterData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Retrieves data that matches the provided criteria and displays the matching data in this component.
filterData() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
filterData(Criteria) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
filterData(Criteria, DSCallback) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
filterData(Criteria, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
FilterEditor - Interface in com.smartgwt.client.docs
The following APIs are all related to FilterEditor.
FilterEditorSubmitEvent - Class in com.smartgwt.client.widgets.grid.events
 
FilterEditorSubmitEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.FilterEditorSubmitEvent
 
FilterEditorSubmitHandler - Interface in com.smartgwt.client.widgets.grid.events
 
filterLocalData() - Method in class com.smartgwt.client.data.ResultSet
Derive the current filtered set of data from the cache of all matching rows.
FilterSearchEvent - Class in com.smartgwt.client.widgets.form.events
 
FilterSearchEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.events.FilterSearchEvent
 
find(String, String) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but returns the object itself instead of its index.
find(String, int) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but returns the object itself instead of its index.
find(String, float) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but returns the object itself instead of its index.
find(String, boolean) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but returns the object itself instead of its index.
find(String, Date) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but returns the object itself instead of its index.
find(Map) - Method in class com.smartgwt.client.data.ResultSet
Checks only loaded rows and will not trigger a fetch.
find(String, String) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.find(java.lang.String, java.lang.String).
find(String, int) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.find(java.lang.String, java.lang.String).
find(String, float) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.find(java.lang.String, java.lang.String).
find(String, boolean) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.find(java.lang.String, java.lang.String).
find(String, Date) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.find(java.lang.String, java.lang.String).
FIND - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
find(String) - Method in class com.smartgwt.client.widgets.tree.Tree
Find a node within this tree using a string path or by attribute value(s).
find(String, Object) - Method in class com.smartgwt.client.widgets.tree.Tree
Find a node within this tree using a string path or by attribute value(s).
findAll(Map) - Method in class com.smartgwt.client.data.RecordList
Find all objects where property == value in the object
findAll(String, String) - Method in class com.smartgwt.client.data.RecordList
Find all objects where property == value in the object.
findAll(String, int) - Method in class com.smartgwt.client.data.RecordList
Find all objects where property == value in the object
findAll(String, float) - Method in class com.smartgwt.client.data.RecordList
Find all objects where property == value in the object
findAll(String, boolean) - Method in class com.smartgwt.client.data.RecordList
Find all objects where property == value in the object.
findAll(String, Date) - Method in class com.smartgwt.client.data.RecordList
Find all objects where property == value in the object.
findAll(Map) - Method in class com.smartgwt.client.data.ResultSet
Checks only loaded rows and will not trigger a fetch.
findAll(String, String) - Method in class com.smartgwt.client.data.ResultSet
Checks only loaded rows and will not trigger a fetch.
findAll(String, int) - Method in class com.smartgwt.client.data.ResultSet
Checks only loaded rows and will not trigger a fetch.
findAll(String, float) - Method in class com.smartgwt.client.data.ResultSet
Checks only loaded rows and will not trigger a fetch.
findAll(String, boolean) - Method in class com.smartgwt.client.data.ResultSet
Checks only loaded rows and will not trigger a fetch.
findAll(String, Date) - Method in class com.smartgwt.client.data.ResultSet
Find all objects where property == value in the object.
findById(String) - Method in class com.smartgwt.client.widgets.tree.Tree
Find the node with the specified ID.
findByKey(String) - Method in class com.smartgwt.client.data.ResultSet
Attempt to find the record in the resultSet that has a primary key value that matches the passed in parameter value.
findIndex(Map) - Method in class com.smartgwt.client.data.RecordList
Find the index of the first Record where property == value in the object.
findIndex(String, String) - Method in class com.smartgwt.client.data.RecordList
Find the index of the first Record where property == value in the object.
findIndex(String, int) - Method in class com.smartgwt.client.data.RecordList
Find the index of the first Record where property == value in the object.
findIndex(String, float) - Method in class com.smartgwt.client.data.RecordList
Find the index of the first Record where property == value in the object.
findIndex(String, boolean) - Method in class com.smartgwt.client.data.RecordList
Find the index of the first Record where property == value in the object.
findIndex(String, Date) - Method in class com.smartgwt.client.data.RecordList
Find the index of the first Record where property == value in the object.
findIndex(Map) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findIndex(java.util.Map).
findIndex(String, String) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findIndex(java.util.Map).
findIndex(String, int) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findIndex(java.util.Map).
findIndex(String, float) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findIndex(java.util.Map).
findIndex(String, boolean) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findIndex(java.util.Map).
findIndex(String, Date) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findIndex(java.util.Map).
findNextIndex(int, String) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but inspects a range from startIndex to endIndex.
findNextIndex(int, Map) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but inspects a range from startIndex to endIndex.
findNextIndex(int, String, String, int) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but inspects a range from startIndex to endIndex.
findNextIndex(int, String, int, int) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but inspects a range from startIndex to endIndex.
findNextIndex(int, String, float, int) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but inspects a range from startIndex to endIndex.
findNextIndex(int, String, boolean, int) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but inspects a range from startIndex to endIndex.
findNextIndex(int, String, Date, int) - Method in class com.smartgwt.client.data.RecordList
Like RecordList.findIndex(java.util.Map), but inspects a range from startIndex to endIndex.
findNextIndex(int, String) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findNextIndex(int, java.lang.String).
findNextIndex(int, Map) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findNextIndex(int, java.lang.String).
findNextIndex(int, String, String, int) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findNextIndex(int, java.lang.String).
findNextIndex(int, String, int, int) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findNextIndex(int, java.lang.String).
findNextIndex(int, String, float, int) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findNextIndex(int, java.lang.String).
findNextIndex(int, String, boolean, int) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findNextIndex(int, java.lang.String).
findNextIndex(int, String, Date, int) - Method in class com.smartgwt.client.data.ResultSet
Like RecordList.findNextIndex(int, java.lang.String).
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.data.events.DataArrivedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.data.events.DataChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.data.events.ErrorEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.BackgroundClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventAdded
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventClick
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventMoved
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoved
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventResized
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.DateChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.events.FacetAddedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.events.FacetMovedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.events.FacetRemovedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.events.FacetValueSelectionChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.events.FixedFacetValueChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.events.SortByFacetIdEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.events.SortByFacetValuesEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.ButtonClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.ClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.CloseClientEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.ContentLoadedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DataChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DoubleClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DragMoveEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DragRepositionMoveEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DragRepositionStartEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DragRepositionStopEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DragResizeMoveEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DragResizeStartEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DragResizeStopEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DragStartEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DragStopEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, String) - Static method in class com.smartgwt.client.widgets.events.DrawEvent
Fires a close event on all registered handlers in the handler manager.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DropEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DropMoveEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DropOutEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.DropOverEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.FetchDataEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.FocusChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.HoverEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.HoverHiddenEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.IconClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.KeyDownEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.KeyPressEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.MaximizeClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.MinimizeClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.MouseDownEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.MouseMoveEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.MouseOutEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.MouseOverEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.MouseStillDownEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.MouseUpEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.MouseWheelEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.MovedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.ParentMovedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.PercentChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.ResizedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.RestoreClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.RightMouseDownEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.ScrolledEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.ShowContextMenuEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.ValueChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.events.VisibilityChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.events.ColorSelectedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.events.FilterChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.events.FilterSearchEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.events.FormSubmitFailedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.events.HiddenValidationErrorsEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.events.ItemChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.events.ItemChangeEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.events.SubmitValuesEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.BlurEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.ChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.ClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.DataArrivedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.DoubleClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.FocusEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.FormItemIconClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.IconClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.ItemHoverEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.ShowValueEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.TitleClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.TitleDoubleClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.events.TitleHoverEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.BodyKeyPressEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.CellClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.CellContextClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.CellDoubleClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.CellHoverEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.CellMouseDownEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.CellMouseUpEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.CellOutEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.CellOverEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.CellSavedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.ChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.DataArrivedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.EditFailedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.FieldStateChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.FilterEditorSubmitEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.GroupByEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.HeaderClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.HeaderDoubleClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RecordCollapseEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RecordExpandEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RowContextClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RowEditorEnterEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RowHoverEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RowMouseDownEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RowMouseUpEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RowOutEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.RowOverEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.SelectionEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.SelectionUpdatedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.SortEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.events.ViewStateChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.events.SectionHeaderClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.menu.events.ItemClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.menu.events.MenuItemClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tab.events.TabClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tab.events.TabCloseClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tab.events.TabContextMenuEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tableview.events.ImageClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tableview.events.RecordNavigationClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tile.events.RecordClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tile.events.RecordDoubleClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tile.events.SelectionChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.toolbar.events.ItemClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.toolbar.events.ItemResizedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.DataChangedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.events.DataArrivedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.events.FolderClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.events.FolderClosedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.events.FolderOpenedEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.events.LeafClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.events.NodeClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fire(S, JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
fireEvent(GwtEvent<?>) - Method in class com.smartgwt.client.core.BaseClass
 
fireEvent(GwtEvent<?>) - Method in class com.smartgwt.client.core.DataClass
 
fireEvent(GwtEvent<?>) - Method in class com.smartgwt.client.widgets.BaseWidget
 
FireStyle - Enum in com.smartgwt.client.types
Flags to set automatic removal of events from the page event registry.
first() - Method in class com.smartgwt.client.data.RecordList
Return the first item in this list
FixedFacetValueChangedEvent - Class in com.smartgwt.client.widgets.cube.events
 
FixedFacetValueChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.events.FixedFacetValueChangedEvent
 
FixedFacetValueChangedHandler - Interface in com.smartgwt.client.widgets.cube.events
 
flash() - Method in class com.smartgwt.client.widgets.Window
Makes the window header flash if it's visible; if there's no header, or the header is hidden, makes the window body flash instead.
flashAvailable() - Static method in class com.smartgwt.client.widgets.plugins.Flashlet
Is Shockwave flash installed on this browser?
Flashlet - Class in com.smartgwt.client.widgets.plugins
ISC abstraction for Flashlets.
Flashlet() - Constructor for class com.smartgwt.client.widgets.plugins.Flashlet
 
Flashlet(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.plugins.Flashlet
 
FlatFields - Interface in com.smartgwt.client.docs
The following APIs are all related to FlatFields.
FloatItem - Class in com.smartgwt.client.widgets.form.fields
 
FloatItem() - Constructor for class com.smartgwt.client.widgets.form.fields.FloatItem
 
FloatItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.FloatItem
 
FloatItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.FloatItem
 
FloatItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.FloatItem
 
FloatPrecisionValidator - Class in com.smartgwt.client.widgets.form.validator
Tests whether the value for this field is a floating point number with the appropriate number of decimal places - specified in validator.precision If the value is of higher precision, if validator.roundToPrecision is specified, the value will be rounded to the specified number of decimal places and validation will pass, otherwise validation will fail.
FloatPrecisionValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.FloatPrecisionValidator
 
FloatRangeValidator - Class in com.smartgwt.client.widgets.form.validator
Tests whether the value for this field is a floating point number within the range specified.
FloatRangeValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.FloatRangeValidator
 
FlowLayout - Class in com.smartgwt.client.widgets.layout
Similar to a TileLayout, but by default lays out tiles in 'flow' mode instead of 'fit' mode.
FlowLayout() - Constructor for class com.smartgwt.client.widgets.layout.FlowLayout
 
FlowLayout(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.FlowLayout
 
Focus - Interface in com.smartgwt.client.docs
Focus
focus() - Method in class com.smartgwt.client.widgets.Canvas
If this canvas can accept focus, give it keyboard focus.
FocusChangedEvent - Class in com.smartgwt.client.widgets.events
 
FocusChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.FocusChangedEvent
 
FocusChangedHandler - Interface in com.smartgwt.client.widgets.events
 
FocusEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
FocusEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.FocusEvent
 
FocusHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
focusInFilterEditor() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If the filter editor (showFilterEditor) is visible for this grid, this method will explicitly put focus into the specified field in the filter editor.
focusInFilterEditor(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If the filter editor (showFilterEditor) is visible for this grid, this method will explicitly put focus into the specified field in the filter editor.
focusInItem(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Move the keyboard focus into a particular item.
focusInItem(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Move the keyboard focus into a particular item.
focusInItem(FormItem) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Move the keyboard focus into a particular item.
focusInItem() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Move the keyboard focus into this item's focusable element
FolderClickEvent - Class in com.smartgwt.client.widgets.tree.events
 
FolderClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.events.FolderClickEvent
 
FolderClickHandler - Interface in com.smartgwt.client.widgets.tree.events
 
FolderClosedEvent - Class in com.smartgwt.client.widgets.tree.events
 
FolderClosedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.events.FolderClosedEvent
 
FolderClosedHandler - Interface in com.smartgwt.client.widgets.tree.events
 
FolderContextClickEvent - Class in com.smartgwt.client.widgets.tree.events
 
FolderContextClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
 
FolderContextClickHandler - Interface in com.smartgwt.client.widgets.tree.events
 
FolderDropEvent - Class in com.smartgwt.client.widgets.tree.events
 
FolderDropEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.events.FolderDropEvent
 
FolderDropHandler - Interface in com.smartgwt.client.widgets.tree.events
 
FolderOpenedEvent - Class in com.smartgwt.client.widgets.tree.events
 
FolderOpenedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.events.FolderOpenedEvent
 
FolderOpenedHandler - Interface in com.smartgwt.client.widgets.tree.events
 
FooterControls - Enum in com.smartgwt.client.types
 
format(Object, DataClass, DataBoundComponent, Record) - Method in interface com.smartgwt.client.data.SimpleTypeFormatter
The callback for formatting.
format(Date) - Method in interface com.smartgwt.client.util.DateDisplayFormatter
The format method.
format(Date) - Static method in class com.smartgwt.client.util.DateUtil
Format a date as a string according to the format specified by DateUtil.setNormalDateDisplayFormat(DateDisplayFormat) or DateUtil.setNormalDateDisplayFormatter(DateDisplayFormatter).
Format - Class in com.smartgwt.client.util
 
Format() - Constructor for class com.smartgwt.client.util.Format
 
format(Object, ListGridRecord, int, int) - Method in interface com.smartgwt.client.widgets.grid.CellEditValueFormatter
 
format(Object, ListGridRecord, int, int) - Method in interface com.smartgwt.client.widgets.grid.CellFormatter
 
format(ListGridRecord) - Method in interface com.smartgwt.client.widgets.tableview.RecordFormatter
 
format(Object, Record, DetailViewerField) - Method in interface com.smartgwt.client.widgets.viewer.DetailFormatter
 
formatAsShortDate(Date) - Static method in class com.smartgwt.client.util.DateUtil
Format a date as a string according to the format specified by DateUtil.setShortDateDisplayFormat(DateDisplayFormat) or DateUtil.setShortDateDisplayFormatter(DateDisplayFormatter).
formatAsShortDatetime(Date) - Static method in class com.smartgwt.client.util.DateUtil
Format a date as a string according to the format specified by DateUtil.setShortDatetimeDisplayFormat(DateDisplayFormat) or DateUtil.setShortDatetimeDisplayFormatter(DateDisplayFormatter).
formatEditorValue() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
RelativeDateItems do not make use of the standard FormItem.formatEditorValue and FormItem.parseEditorValue methods.
formatValue(Object, Record, DynamicForm, FormItem) - Method in interface com.smartgwt.client.widgets.form.FormItemValueFormatter
 
FormErrorOrientation - Enum in com.smartgwt.client.types
 
FormIcons - Interface in com.smartgwt.client.docs
The following APIs are all related to FormIcons.
FormItem - Class in com.smartgwt.client.widgets.form.fields
An Item that can participate in a DynamicForm, managing some value.
FormItem() - Constructor for class com.smartgwt.client.widgets.form.fields.FormItem
 
FormItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.FormItem
 
FormItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.FormItem
 
formItem - Variable in class com.smartgwt.client.widgets.form.validator.CustomValidator
 
FormItemClickHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
FormItemCriteriaFunction - Interface in com.smartgwt.client.widgets.form.fields
Interface containing a method to return filter criteria for use by some form item.
FormItemErrorFormatter - Interface in com.smartgwt.client.widgets.form
Formatter to customize the error message of a FormItem
FormItemEventInfo - Class in com.smartgwt.client.widgets.form
A class containing details for mouse events occurring over a FormItem.
FormItemEventInfo(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.FormItemEventInfo
 
FormItemFactory - Class in com.smartgwt.client.widgets.form.fields
 
FormItemFactory() - Constructor for class com.smartgwt.client.widgets.form.fields.FormItemFactory
 
FormItemFunctionContext - Class in com.smartgwt.client.widgets.form.fields
Context object passed to FormItemFunctions containing information about the form item on which the function was fired
FormItemFunctionContext() - Constructor for class com.smartgwt.client.widgets.form.fields.FormItemFunctionContext
 
FormItemHoverFormatter - Interface in com.smartgwt.client.widgets.form
If defined, this method should return the HTML to display in a hover canvas when the user holds the mousepointer over this item.
FormItemIcon - Class in com.smartgwt.client.widgets.form.fields
Form item icon descriptor objects used by Form Items to specify the appearance and behavior of icons displayed after the item in the page flow.
FormItemIcon() - Constructor for class com.smartgwt.client.widgets.form.fields.FormItemIcon
 
FormItemIcon(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.FormItemIcon
 
FormItemIconClickEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
FormItemIconClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.FormItemIconClickEvent
 
FormItemIfFunction - Interface in com.smartgwt.client.widgets.form
 
FormItemInitHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
FormItemInputTransformer - Interface in com.smartgwt.client.widgets.form
 
FormItemType - Enum in com.smartgwt.client.types
DynamicForms automatically choose the FormItem type for a field based on the type property of the field.
FormItemValueFormatter - Interface in com.smartgwt.client.widgets.form
 
FormItemValueParser - Interface in com.smartgwt.client.widgets.form
 
FormLayout - Interface in com.smartgwt.client.docs
Form Layout
FormLayoutType - Enum in com.smartgwt.client.types
 
FormMethod - Enum in com.smartgwt.client.types
Form METHOD parameters - how the form fields are submitted to the server
FormSubmitFailedEvent - Class in com.smartgwt.client.widgets.form.events
 
FormSubmitFailedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.events.FormSubmitFailedEvent
 
FormSubmitFailedHandler - Interface in com.smartgwt.client.widgets.form.events
 
FormTitles - Interface in com.smartgwt.client.docs
Form Titles
formulaBuilder_autoHideCheckBoxLabel() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Auto hide fields used in formula".
formulaBuilder_builderTypeText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Formula".
formulaBuilder_cancelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Cancel".
formulaBuilder_defaultNewFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "New Field".
formulaBuilder_helpTextIntro() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "For basic arithmetic, type in symbols (+-/%) directly.
formulaBuilder_helpWindowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "$builderType Help".
formulaBuilder_instructionsTextStart() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "The following fields are available for use in this".
formulaBuilder_invalidBlankPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Invalid blank $builderType".
formulaBuilder_invalidBuilderPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Invalid $builderType: $errorText".
formulaBuilder_invalidGeneratedFunctionPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "The generated function is invalid - Check your $builderType and retry.".
formulaBuilder_keyColumnTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Key".
formulaBuilder_sampleHeaderTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Sample:".
formulaBuilder_samplePromptForRecord() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "For record:".
formulaBuilder_samplePromptOutput() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Output:".
formulaBuilder_saveButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Save".
formulaBuilder_saveConfirmationPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Save changes to this $builderType?".
formulaBuilder_sourceFieldColumnTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Source Field".
formulaBuilder_testButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Test".
formulaBuilder_titleFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Title".
formulaBuilder_validBuilderPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Valid $builderType".
FormulaFields - Interface in com.smartgwt.client.docs
Fields with values calculated from other fields in the grid.
FormValues - Interface in com.smartgwt.client.docs
The following APIs are all related to FormValues.
FormValuesManager - Interface in com.smartgwt.client.docs
The following APIs are all related to FormValuesManager.
freezeField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Freeze the indicated field, so that it remains in place and visible when horizontal scrolling occurs.
freezeField(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Freeze the indicated field, so that it remains in place and visible when horizontal scrolling occurs.
freezeFields(int[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Freeze the indicated fields, so that they remains in place and visible when horizontal scrolling occurs.
freezeFields(String[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Freeze the indicated fields, so that they remains in place and visible when horizontal scrolling occurs.
FrozenFields - Interface in com.smartgwt.client.docs
Frozen Fields
Function - Interface in com.smartgwt.client.core
Generic callback interface.

G

GaeIntegration - Interface in com.smartgwt.client.docs
Google Application Engine (GAE)
generateID() - Static method in class com.smartgwt.client.util.SC
 
generateID(String) - Static method in class com.smartgwt.client.util.SC
 
get(String) - Static method in class com.smartgwt.client.data.DataSource
Synonym of DataSource.getDataSource: Lookup a DataSource by ID.
get(String, RequestTransformer, ResponseTransformer) - Static method in class com.smartgwt.client.data.DataSource
Synonym of DataSource.getDataSource: Lookup a DataSource by ID.
get(int) - Method in class com.smartgwt.client.data.RecordList
Return the item at a particular position
get(int) - Method in class com.smartgwt.client.data.ResultSet
Returns the record at the specified position.
get(String) - Static method in class com.smartgwt.client.data.WebService
Retrieve a WebService object by the targetNamespace declared on the element in the WSDL file from which the WebService was derived.
get(String) - Static method in class com.smartgwt.client.util.Offline
Returns the value mapped to the passed-in key from browser-local storage, or null if no such key exists.
get_baseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Name of a CSS style to use as the baseStyle for all cells for this particular record.
getAbsoluteDate(RelativeDate) - Static method in class com.smartgwt.client.util.DateUtil
Converts a RelativeDate to a concrete Date.
getAbsoluteDate(RelativeDate, Date, RelativeDateRangePosition) - Static method in class com.smartgwt.client.util.DateUtil
Converts a RelativeDate to a concrete Date.
getAbsoluteDate(RelativeDate) - Static method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Converts a RelativeDate to a concrete Date.
getAbsoluteDate(RelativeDate, Date) - Static method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Converts a RelativeDate to a concrete Date.
getAbsoluteLeft() - Method in class com.smartgwt.client.widgets.Canvas
 
getAbsoluteTop() - Method in class com.smartgwt.client.widgets.Canvas
 
getAccessKey() - Method in class com.smartgwt.client.widgets.Canvas
If specified this governs the accessKey for the widget.
getAccessKey() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
AccessKey - a keyboard shortcut to trigger a form item's default behavior.
Note: Alt+ (or in Moz Firefox 2.0 and above, Shift+Alt+) the specified key will trigger the form item's default behavior.
getAction() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The URL to which the form will submit its values.
getActionType() - Method in class com.smartgwt.client.widgets.Button
Behavior on state changes -- BUTTON, RADIO or CHECKBOX
getActionType() - Method in class com.smartgwt.client.widgets.ImgButton
Behavior on state changes -- BUTTON, RADIO or CHECKBOX
getActionType() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Behavior on state changes -- BUTTON, RADIO or CHECKBOX
getActionType() - Method in class com.smartgwt.client.widgets.StretchImgButton
Behavior on state changes -- BUTTON, RADIO or CHECKBOX
getActionURL() - Method in class com.smartgwt.client.rpc.RPCRequest
Overrides RPCManager.actionURL for this request only.
getActiveDay() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Gets the day of the week (0-6) that the mouse is currently over.
getActiveTime() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Gets a date object representing the date over which the mouse is hovering for the current selected view.
getAddButtonPrompt() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The hover prompt text for the add button.
getAddDataURL() - Method in class com.smartgwt.client.data.RestDataSource
Custom dataURL for add type operations
getAddDropValues() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getAddDropValues() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Indicates whether to add "drop values" to items dropped on this component, if both the source and target widgets are databound, either to the same DataSource or to different DataSources that are related via a foreign key.
getAddDropValues() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getAddDropValues() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getAddDropValues() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getAddDropValues() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getAddDropValues() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getAddEdgeStyleSuffix() - Method in class com.smartgwt.client.widgets.EdgedCanvas
If specified, the edgeStyleName will be treated as a base style name and appended with following suffixes to support separate styling per cell:
getAddEventButtonHoverText() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The text to be displayed when a user hovers over the add event toolbar button
getAddFormulaFieldText() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getAddFormulaFieldText() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Text for a menu item allowing users to add a formula field
getAddFormulaFieldText() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getAddFormulaFieldText() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getAddFormulaFieldText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getAddFormulaFieldText() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getAddFormulaFieldText() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getAddGlobalId() - Method in class com.smartgwt.client.data.DataSource
Whether to make this DataSource available as a global variable for convenience.
getAddOperation() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getAddOperation() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Operation ID this component should use when performing add operations.
getAddOperation() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getAddOperation() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getAddOperation() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getAddOperation() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getAddOperation() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getAddSummaryFieldText() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getAddSummaryFieldText() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Text for a menu item allowing users to add a formula field
getAddSummaryFieldText() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getAddSummaryFieldText() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getAddSummaryFieldText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getAddSummaryFieldText() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getAddSummaryFieldText() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getAddUnknownValues() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
This property controls whether the user can enter a value that is not present in the set of options for this item.
getAddUnknownValues() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If we're setting the value of a select item and the value isn't a legal value in the valueMap, whether we should allow the value (creating a new option for it) or reject it.
getAlign() - Method in class com.smartgwt.client.widgets.Button
Horizontal alignment of this component's title.
getAlign() - Method in class com.smartgwt.client.widgets.cube.Facet
Default alignment for facet label title, and cells for this facet.
getAlign() - Method in class com.smartgwt.client.widgets.cube.FacetValue
Default alignment for facet label title and cells for this facetValue.
getAlign() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Alignment of this item in its cell.
getAlign() - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
Horizontal alignment of the title of this headerSpan.
getAlign() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Horizontal alignment for field's column header: "left", "right" or "center".
getAlign() - Method in class com.smartgwt.client.widgets.ImgButton
Horizontal alignment of this component's title.
getAlign() - Method in class com.smartgwt.client.widgets.Label
Horizontal alignment of label text.
getAlign() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Horizontal alignment of this component's title.
getAlign() - Method in class com.smartgwt.client.widgets.StretchImgButton
Horizontal alignment of this component's title.
getAlign() - Method in class com.smartgwt.client.widgets.tab.ImgTab
Alignment of title text
getAllEditRows() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns an array of every rowNum for which we have pending (unsubmitted) edits.
getAllFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the complete array of fields for this ListGrid, including fields that are not currently visible or were specified implicitly via dataSource.
getAllNodes() - Method in class com.smartgwt.client.widgets.tree.Tree
Get all the nodes that exist in the tree under a particular node, as a flat list, in depth-first traversal order.
getAllNodes(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Get all the nodes that exist in the tree under a particular node, as a flat list, in depth-first traversal order.
getAllowCaching() - Method in class com.smartgwt.client.widgets.HTMLFlow
By default an HTMLFlow will explicitly prevent browser caching.
getAllowCaching() - Method in class com.smartgwt.client.widgets.ViewLoader
By default a ViewLoader will explicitly prevent browser caching.
getAllowComplexMode() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Should the "complex" mode be allowed for this ColorPicker? If false, no "More" button is shown on the simple picker
getAllowEmpty() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If set to false, the last clause cannot be removed.
getAllowEmptyValue() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
By default checkboxes allow the user to toggle between true and false values only.
getAllowEmptyValue() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If set to true, always show an empty option in this item's pickList, allowing the user to clear the value (even if there is no empty entry in the valueMap for the item).
getAllowExpressions() - Method in class com.smartgwt.client.widgets.form.DynamicForm
For a form that produces filter criteria (see form.getValuesAsCriteria()), allows the user to enter simple expressions in any field in this form that takes text input.
getAllowExpressions() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
For a form that produces filter criteria (see form.getValuesAsCriteria()), allows the user to type in simple expressions to cause filtering with that operator.
getAllowFilterExpressions() - Method in class com.smartgwt.client.widgets.grid.ListGrid
For use with showFilterEditor:true, allows simple search expressions to be entered into filter fields, as though allowExpressions were true.
getAllowMultiUpdate() - Method in class com.smartgwt.client.data.OperationBinding
Ordinarily, "update" and "remove" operations are only allowed for DataSources that have a primaryKey, and all primary key values are present in the request.
getAllowRelativeDates() - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Whether to allow the user to specify relative dates (via RelativeDateItems) or whether dates are absolute (via DateItems).
getAllowThumbDownState() - Method in class com.smartgwt.client.widgets.Scrollbar
If true, the thumb's appearance changes when it's clicked on.
getAllowThumbOverState() - Method in class com.smartgwt.client.widgets.Scrollbar
If true, the thumb's appearance changes when the user rolls over it.
getAlt() - Method in class com.smartgwt.client.widgets.plugins.Applet
This text is displayed if the browser understands the tag used for the applet html element, but can't run the applet for some reason.
getAlternateBodyStyleName() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Optional css style to apply to the body if alternateRecordStyles is true for this grid.
getAlternateRecordFrequency() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The number of consecutive rows to draw in the same style before alternating, when alternateRowStyles is true.
getAlternateRecordStyles() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether alternating rows should be drawn in alternating styles, in order to create a "ledger" effect for easier reading.
getAlternateRecordStyles() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether alternating rows should be drawn in alternating styles, in order to create a "ledger" effect for easier reading.
getAlternateRecordStyles() - Method in class com.smartgwt.client.widgets.menu.Menu
Explicitly disable alternateRecordStyles at the menu level by default so setting to true for all ListGrids will not impact menus' appearance.
getAlternateStyleSuffix() - Method in class com.smartgwt.client.widgets.DateChooser
The text appended to the style name when using alternateWeekStyles.
getAlternateWeekStyles() - Method in class com.smartgwt.client.widgets.DateChooser
Whether alternating weeks should be drawn in alternating styles.
getAltHTML() - Method in class com.smartgwt.client.widgets.plugins.Applet
This text is displayed if the browser does not understand the tag used for the applet html element.
getAltKey() - Method in class com.smartgwt.client.core.KeyIdentifier
 
getAltText() - Method in class com.smartgwt.client.widgets.Img
If specified this property will be included as the alt text for the image HMTL element.
getAlwaysFetchMissingValues() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this form item has a specified optionDataSource and fetchMissingValues is true, when the item value changes, a fetch will be performed against the optionDataSource to retrieve the related record if displayField is specified and the new item value is not present in any valueMap explicitly specified on the item.
getAlwaysShowEditors() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When this attribute is set, editors will be rendered into every row of the grid rather than showing up in a single record at a time.
getAnimateAcceleration() - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration effect to apply to all animations on this Canvas.
getAnimateFadeTime() - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated fade.
getAnimateFolderEffect() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When animating folder opening / closing, this property can be set to apply an animated acceleration effect.
getAnimateFolderEffect() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
When animating folder opening / closing, this property can be set to apply an animated acceleration effect.
getAnimateFolderMaxRows() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If animateFolders is true for this grid, this number can be set to designate the maximum number of rows to animate at a time when opening / closing a folder.
getAnimateFolderMaxRows() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If animateFolders is true for this grid, this number can be set to designate the maximum number of rows to animate at a time when opening / closing a folder.
getAnimateFolders() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, when folders are opened / closed children will be animated into view.
getAnimateFolders() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If true, when folders are opened / closed children will be animated into view.
getAnimateFolderSpeed() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When animating folder opening / closing, this property designates the speed of the animation in pixels shown (or hidden) per second.
getAnimateFolderSpeed() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
When animating folder opening / closing, this property designates the speed of the animation in pixels shown (or hidden) per second.
getAnimateFolderTime() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When animating folder opening / closing, if animateFolderSpeed is not set, this property designates the duration of the animation in ms.
getAnimateFolderTime() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
When animating folder opening / closing, if animateFolderSpeed is not set, this property designates the duration of the animation in ms.
getAnimateHideAcceleration() - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated hide.
getAnimateHideTime() - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated hide.
getAnimateMembers() - Method in class com.smartgwt.client.widgets.layout.Layout
If true when members are added / removed, they should be animated as they are shown or hidden in position
getAnimateMemberTime() - Method in class com.smartgwt.client.widgets.layout.Layout
If specified this is the duration of show/hide animations when members are being shown or hidden due to being added / removed from this layout.
getAnimateMinimize() - Method in class com.smartgwt.client.widgets.Window
Should this window minimize, maximize, and restore as an animation, or as a simple 1-step transition?
getAnimateMoveAcceleration() - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration effect for performing an animated move.
getAnimateMoveTime() - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated move.
getAnimatePickList() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If true, when the pickList is shown, it will be shown via an animated reveal effect
getAnimatePickList() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If true, when the pickList is shown, it will be shown via an animated reveal effect
getAnimatePickList() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If true, when the pickList is shown, it will be shown via an animated reveal effect
getAnimateRectAcceleration() - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated move and resize.
getAnimateRectTime() - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated setRect.
getAnimateRemoveRecord() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When canRemoveRecords is enabled, should records be animated out of view when they are removed by the user?
getAnimateRemoveSpeed() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When animating record removal, this property designates the speed of the animation in pixels per second.
getAnimateRemoveTime() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When animating record removal (see animateRemoveRecord), if animateRemoveSpeed is not set, this property designates the duration of the animation in ms.
getAnimateResizeAcceleration() - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated resize.
getAnimateResizeTime() - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated resize.
getAnimateRollOver() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showRollOverCanvas is true setting this property to true ensures that when the rollOver canvas is displayed it animates into view via an Canvas.animateShow.
getAnimateRollUnder() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showRollOverCanvas is true setting this property to true ensures that when the rollUnder canvas is displayed it animates into view via an Canvas.animateShow.
getAnimateScrollAcceleration() - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated scroll.
getAnimateScrollTime() - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated scroll.
getAnimateSections() - Method in class com.smartgwt.client.widgets.layout.SectionStack
If true, sections are animated during expand/collapse and addition/removal of SectionItems is likewise animated.
getAnimateSelection() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showSelectionCanvas is true setting this property to true ensures that when the selection canvas is displayed it animates into view via an Canvas.animateShow.
getAnimateSelectionUnder() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showSelectionCanvas is true setting this property to true ensures that when the selectionUnder canvas is displayed it animates into view via an Canvas.animateShow.
getAnimateShowAcceleration() - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated show.
getAnimateShowEffect() - Method in class com.smartgwt.client.widgets.Canvas
Default animation effect to use if Canvas#animateShow() is called without an explicit effect parameter.
getAnimateShowTime() - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated show.
getAnimateTabScrolling() - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabScroller is true, should tabs be scrolled into view via an animation when the user interacts with the scroller buttons?
getAnimateThumb() - Method in class com.smartgwt.client.widgets.Slider
Should the thumb be animated to its new position when the value is changed programmatically, or by clicking in the slider track.
getAnimateThumbInit() - Method in class com.smartgwt.client.widgets.Slider
If thumb animation is enabled, should the thumb be animated to its initial value?
getAnimateThumbTime() - Method in class com.smartgwt.client.widgets.Slider
Duration of thumb animation, in milliseconds.
getAnimateTileChange() - Method in class com.smartgwt.client.widgets.tile.TileGrid
If set, when the dataset changes due to filtering, sorting or other actions, any tiles that were showing before and after the change will animate from their old positions to their new positions.
getAnimateTileChange() - Method in class com.smartgwt.client.widgets.tile.TileLayout
If set, tiles animate to their new positions when a tile is added, removed, or reordered via drag and drop.
getAnimateTime() - Method in class com.smartgwt.client.widgets.Canvas
Default total duration of animations.
getAnimationTime() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this.animatePickList is true - this specifies the duration of the animation effect applied when showing the pickList
getAnimationTime() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this.animatePickList is true - this specifies the duration of the animation effect applied when showing the pickList
getAnimationTime() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this.animatePickList is true - this specifies the duration of the animation effect applied when showing the pickList
getAppDir() - Static method in class com.smartgwt.client.util.Page
Returns the base URL of the application, which is the page URL minus the last non-directory path component.
getAppFilesDir() - Static method in class com.smartgwt.client.util.Page
Returns the directory for application-specific files (other than images).
getAppFilesDir(String) - Static method in class com.smartgwt.client.util.Page
Returns the directory for application-specific files (other than images).
getAppImgDir() - Static method in class com.smartgwt.client.util.Page
Return the directory for app-specific images.
getAppImgDir() - Method in class com.smartgwt.client.widgets.Canvas
Default directory for app-specific images, relative to the Page-wide appImgDir.
getArchive() - Method in class com.smartgwt.client.widgets.plugins.Applet
URL to the applet JAR or ZIP archive.
getAriaRole() - Method in class com.smartgwt.client.widgets.Canvas
ARIA role of this component.
getArrayLength(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
getArrayValue(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
getArrowKeyAction() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Action to perform when the listGrid has keyboard focus (but not editing focus) and a user presses the up or down arrow key.
getAsJSArray() - Method in class com.smartgwt.client.core.Rectangle
 
getAssociatedType() - Method in class com.smartgwt.client.data.events.DataArrivedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.data.events.DataChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.data.events.ErrorEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventAdded
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventClick
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventMoved
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoved
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventResized
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.DateChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.cube.events.FacetAddedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.cube.events.FacetMovedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.cube.events.FacetRemovedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.cube.events.FacetValueSelectionChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.cube.events.FixedFacetValueChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.cube.events.SortByFacetIdEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.cube.events.SortByFacetValuesEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.ButtonClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.ClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.CloseClientEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.ContentLoadedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DataChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DoubleClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DragMoveEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DragRepositionMoveEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DragRepositionStartEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DragRepositionStopEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DragResizeMoveEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DragResizeStartEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DragResizeStopEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DragStartEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DragStopEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DrawEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DropEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DropMoveEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DropOutEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.DropOverEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.FetchDataEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.FocusChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.HoverEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.HoverHiddenEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.IconClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.KeyDownEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.KeyPressEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.MaximizeClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.MinimizeClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.MouseDownEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.MouseMoveEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.MouseOutEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.MouseOverEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.MouseStillDownEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.MouseUpEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.MouseWheelEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.MovedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.ParentMovedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.PercentChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.ResizedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.RestoreClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.RightMouseDownEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.ScrolledEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.ShowContextMenuEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.ValueChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.events.VisibilityChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.events.ColorSelectedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.events.FilterChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.events.FilterSearchEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.events.FormSubmitFailedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.events.HiddenValidationErrorsEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.events.ItemChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.events.ItemChangeEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.events.SubmitValuesEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.BlurEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.ClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.DataArrivedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.DoubleClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.FocusEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.FormItemIconClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.IconClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.ItemHoverEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.ShowValueEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.TitleClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.TitleDoubleClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.form.fields.events.TitleHoverEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.BodyKeyPressEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.CellClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.CellContextClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.CellDoubleClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.CellHoverEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.CellMouseDownEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.CellMouseUpEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.CellOutEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.CellOverEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.CellSavedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.ChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.DataArrivedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.EditFailedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.FieldStateChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.FilterEditorSubmitEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.GroupByEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.HeaderClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.HeaderDoubleClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RecordCollapseEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RecordExpandEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RowContextClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorEnterEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RowHoverEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RowMouseDownEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RowMouseUpEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RowOutEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RowOverEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.SelectionEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.SelectionUpdatedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.SortEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.ViewStateChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.layout.events.SectionHeaderClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.menu.events.ItemClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.menu.events.MenuItemClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tab.events.TabClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tab.events.TabCloseClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tab.events.TabContextMenuEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tableview.events.ImageClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tableview.events.RecordNavigationClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tile.events.RecordClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tile.events.RecordDoubleClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tile.events.SelectionChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.toolbar.events.ItemClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.toolbar.events.ItemResizedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.DataChangedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.events.DataArrivedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.events.FolderClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.events.FolderClosedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.events.FolderOpenedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.events.LeafClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.events.NodeClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
 
getAttribute(String) - Method in class com.smartgwt.client.core.BaseClass
 
getAttribute(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttribute(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttribute(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttribute(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getAttribute(String) - Method in class com.smartgwt.client.widgets.tree.Tree
 
getAttributeAsBoolean(String) - Method in class com.smartgwt.client.core.BaseClass
 
getAttributeAsBoolean(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsBoolean(String) - Method in class com.smartgwt.client.data.ResultSet
 
getAttributeAsBoolean(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsBoolean(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsBoolean(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getAttributeAsBoolean(String) - Method in class com.smartgwt.client.widgets.tree.Tree
 
getAttributeAsDate(String) - Method in class com.smartgwt.client.core.BaseClass
 
getAttributeAsDate(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsDate(String) - Method in class com.smartgwt.client.data.ResultSet
 
getAttributeAsDate(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsDate(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsDate(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getAttributeAsDate(String) - Method in class com.smartgwt.client.widgets.tree.Tree
 
getAttributeAsDouble(String) - Method in class com.smartgwt.client.core.BaseClass
 
getAttributeAsDouble(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsDouble(String) - Method in class com.smartgwt.client.data.ResultSet
 
getAttributeAsDouble(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsDouble(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsDouble(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getAttributeAsDouble(String) - Method in class com.smartgwt.client.widgets.tree.Tree
 
getAttributeAsDoubleArray(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsDoubleArray(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsElement(String) - Method in class com.smartgwt.client.core.BaseClass
 
getAttributeAsElement(String) - Method in class com.smartgwt.client.data.ResultSet
 
getAttributeAsElement(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsElement(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsElement(String) - Method in class com.smartgwt.client.widgets.tree.Tree
 
getAttributeAsFloat(String) - Method in class com.smartgwt.client.core.BaseClass
 
getAttributeAsFloat(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsFloat(String) - Method in class com.smartgwt.client.data.ResultSet
 
getAttributeAsFloat(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsFloat(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsFloat(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getAttributeAsFloat(String) - Method in class com.smartgwt.client.widgets.tree.Tree
 
getAttributeAsFloatArray(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsInt(String) - Method in class com.smartgwt.client.core.BaseClass
 
getAttributeAsInt(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsInt(String) - Method in class com.smartgwt.client.data.ResultSet
 
getAttributeAsInt(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsInt(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsInt(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getAttributeAsInt(String) - Method in class com.smartgwt.client.widgets.tree.Tree
 
getAttributeAsIntArray(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsIntArray(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsIntArray(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsJavaScriptObject(String) - Method in class com.smartgwt.client.core.BaseClass
 
getAttributeAsJavaScriptObject(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsJavaScriptObject(String) - Method in class com.smartgwt.client.data.ResultSet
 
getAttributeAsJavaScriptObject(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsJavaScriptObject(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsJavaScriptObject(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getAttributeAsJavaScriptObject(String) - Method in class com.smartgwt.client.widgets.tree.Tree
 
getAttributeAsJavaScriptObjectArray(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsLong(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsMap(String) - Method in class com.smartgwt.client.core.BaseClass
 
getAttributeAsMap(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsMap(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsMap(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsObject(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsObject(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsRecord(String) - Method in class com.smartgwt.client.core.DataClass
Get the attribute value as a Record.
getAttributeAsRecordArray(String) - Method in class com.smartgwt.client.data.Record
Returns the nested structure as Record array.
getAttributeAsRecordList(String) - Method in class com.smartgwt.client.data.Record
Returns the nested structure as a RecordList.
getAttributeAsString(String) - Method in class com.smartgwt.client.core.BaseClass
 
getAttributeAsString(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsString(String) - Method in class com.smartgwt.client.data.ResultSet
 
getAttributeAsString(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributeAsString(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getAttributeAsString(String) - Method in class com.smartgwt.client.widgets.tree.Tree
 
getAttributeAsStringArray(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsStringArray(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
getAttributeAsStringArray(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getAttributes() - Method in class com.smartgwt.client.core.DataClass
 
getAutoCacheAllData() - Method in class com.smartgwt.client.data.DataSource
When a DataSource is not cacheAllData:true and a fetch results in the entire dataset being retrieved, this attribute being set to true causes the DataSource to automatically switch to cacheAllData:true and prevent further server-trips for fetch requests.
getAutoCenter() - Method in class com.smartgwt.client.widgets.Window
If true, this Window widget will automatically be centered on the page when shown.
getAutoCenterOnShow() - Method in class com.smartgwt.client.widgets.form.ColorPicker
If autoPosition is false, this property controls whether to automatically center the colorPicker every time it is reshown with the show() method.
getAutoConvertRelativeDates() - Method in class com.smartgwt.client.data.DataSource
Whether to convert relative date values to concrete date values before sending to the server.
getAutoDeriveTitles() - Method in class com.smartgwt.client.data.DataSource
If set, titles are automatically derived from field.name for any field that does not have a field.title and is not marked hidden:true, by calling the method DataSource.getAutoTitle.
getAutoDestroyMenu() - Method in class com.smartgwt.client.widgets.menu.IMenuButton
If this menuButton is destroyed, should it also destroy its menu?
getAutoDestroyMenu() - Method in class com.smartgwt.client.widgets.menu.MenuButton
If this menuButton is destroyed, should it also destroy its menu?
getAutoDismiss() - Method in class com.smartgwt.client.widgets.menu.Menu
When false, when a menu item is chosen (via mouse click or keyboard), the menu is not automatically hidden, staying in place for further interactivity
getAutoDismissOnBlur() - Method in class com.smartgwt.client.widgets.menu.Menu
When false, when a user clicks outside the menu, or hits the Escape key, this menu will not be automatically hidden, staying in place for further interactivity.
getAutoDraw() - Method in class com.smartgwt.client.widgets.menu.Menu
Menus will not draw on initialization, until they're explicitly show()n
getAutoEnable() - Method in class com.smartgwt.client.widgets.Scrollbar
If true, this scrollbar will automatically enable when the scrollTarget is scrollable (i.e., when the contents of the scrollTarget exceed its clip size in the direction relevant to this scrollbar), and automatically disable when the scrollTarget is not scrollable.
getAutoFetchAsFilter() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getAutoFetchAsFilter() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
If DataBoundComponent.setAutoFetchData(Boolean) is true, this attribute determines whether the initial fetch operation should be performed via DataBoundComponent.fetchData() or DataBoundComponent.filterData()
getAutoFetchAsFilter() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getAutoFetchAsFilter() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getAutoFetchAsFilter() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getAutoFetchAsFilter() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getAutoFetchAsFilter() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getAutoFetchData() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getAutoFetchData() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
If true, when this component is first drawn, automatically call DataBoundComponent.fetchData() or DataBoundComponent.filterData() depending on DataBoundComponent.getAutoFetchAsFilter() .
getAutoFetchData() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getAutoFetchData() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this combo box retrieves its options from a dataSource, should options be fetched from the server when the item is first written out, or should this fetch be delayed until the user opens the pickList.
getAutoFetchData() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this select item retrieves its options from a dataSource, should options be fetched from the server when the item is first drawn, or should this fetch be delayed until the user opens the pickList.
getAutoFetchData() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getAutoFetchData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getAutoFetchData() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getAutoFetchData() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getAutoFetchDisplayMap() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, for fields where optionDataSource is specified, a valueMap will be automatically created by making a DataSource.fetchData call against the specified dataSource and extracting a valueMap from the returned records based on the displayField and valueField.
getAutoFetchDisplayMap() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If true, automatically fetches records and derives a valueMap from optionDataSource.
getAutoFetchTextMatchStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If autoFetchData is true, this attribute allows the developer to specify a textMatchStyle for the initial Calendar.fetchData call.
getAutoFetchTextMatchStyle() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If autoFetchData is true, this attribute allows the developer to specify a textMatchStyle for the initial DynamicForm.fetchData call.
getAutoFetchTextMatchStyle() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If autoFetchData is true, this attribute allows the developer to specify a textMatchStyle for the initial ColumnTree.fetchData call.
getAutoFetchTextMatchStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When this grid is initially filtered via autoFetchData, or filtered by the user via the filterEditor, this attribute can be used to set the textMatchStyle on the dsRequest passed to fetchData().
getAutoFetchTextMatchStyle() - Method in class com.smartgwt.client.widgets.tile.TileGrid
If autoFetchData is true, this attribute allows the developer to specify a textMatchStyle for the initial TileGrid.fetchData call.
getAutoFetchTextMatchStyle() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
With loadDataOnDemand:true, TreeGrids fetch data by selecting the child nodes of each parent, which should be exact match, so we default to autoFetchTextMatchStyle:"exact".
getAutoFit() - Method in class com.smartgwt.client.widgets.Button
If true, ignore the specified size of this widget and always size just large enough to accommodate the title.
getAutoFit() - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
Should the button auto fit to its title.
getAutoFit() - Method in class com.smartgwt.client.widgets.ImgButton
If true, ignore the specified size of this widget and always size just large enough to accommodate the title.
getAutoFit() - Method in class com.smartgwt.client.widgets.Label
If true, ignore the specified size of this widget and always size just large enough to accommodate the title.
getAutoFit() - Method in class com.smartgwt.client.widgets.StatefulCanvas
If true, ignore the specified size of this widget and always size just large enough to accommodate the title.
getAutoFit() - Method in class com.smartgwt.client.widgets.StretchImgButton
If true, ignore the specified size of this widget and always size just large enough to accommodate the title.
getAutoFitAllText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and canAutoFitFields is true, this attribute will be shown as the menu item title for an item to perform a one-time autoFit of all visible fields via the ListGrid.autoFitField method.
getAutoFitClipFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitFieldWidths is enabled and the calculated field sizes are wide enough that horizontal scrolling would be introduced, this attribute may be set to an array of fieldNames, causing those fields to be clipped rather than forcing horizontal scrollbars to appear.
getAutoFitData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should this ListGrid automatically expand to accomodate its content?
getAutoFitExpandField() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The field to expand if autoFitFieldWidths and autoFitFieldsFillViewport are enabled and auto-fitting will not fill all available horizontal space.
getAutoFitExtraRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitData is set to "vertical" or "both" this property specifies the number of additional records for which the grid will expand.
getAutoFitFieldsFillViewport() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitFieldWidths is enabled, and auto-fitting all field widths will not take up all the horizontal space available in the viewport, should a field be expanded wider than it's calculated auto-fit-width to fill the available space and avoid leaving a gap.
getAutoFitFieldText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and canAutoFitFields is true, this attribute will be shown as the menu item title for an item to perform a one-time autoFit of the field to its title or content via a call to ListGrid.autoFitField.
getAutoFitFieldWidths() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Enables autofitting of fields to values or titles.
getAutoFitIconFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Smart GWT listGrids have special logic to automatically size fields that are displayed as an icon - that is fields with type:"icon", fields displaying only value icons, and boolean fields (which are rendered as a checkmark type icon by default.
getAutoFitMaxColumns() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitData is set to "horizontal" or "both" this property provides the maximum number of columns for which the ListGrid will expand.
getAutoFitMaxHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitData is set to "vertical" or "both" this property provides an upper limit on how far the ListGrid will expand vertically to accommodate its content.
getAutoFitMaxRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitData is set to "vertical" or "both" this property provides the maximum number of records for which the ListGrid will expand.
getAutoFitMaxWidth() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitData is set to "horizontal" or "both" this property provides an upper limit on how far the ListGrid will expand horizontally to accommodate its content.
getAutoFitWidth() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Enables autofitting to values or titles for this field..
getAutoFitWidthApproach() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When a user requests column autofitting via the header contextmenu or via a mouse gesture, what autofit approach is used.
getAutoFitWidthApproach() - Method in class com.smartgwt.client.widgets.grid.ListGridField
When a user requests column autofitting via the header contextmenu or via a mouse gesture, what autofit approach is used.
getAutoFocus() - Method in class com.smartgwt.client.widgets.Dialog
If a toolbar is showing, automatically place keyboard focus in the first button.
getAutoFocus() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, when the form is drawn, focus will automatically be put into the first focusable element in the form.
Note that to put focus in a different item you can explicitly call dynamicForm.focusInItem(itemName)
getAutoFreeze() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field should be automatically frozen when other fields are frozen.
getAutoOpenRoot() - Method in class com.smartgwt.client.widgets.tree.Tree
If true, the root node is automatically opened when the tree is created or Tree.setRoot is called.
getAutoPosition() - Method in class com.smartgwt.client.widgets.form.ColorPicker
If true, causes the ColorPicker to appear near where the mouse was last clicked.
getAutoRotateLabels() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to automatically rotate labels if needed in order to make them legible and non-overlapping.
getAutoSaveEdits() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this ListGrid is editable, should edits be saved out when the user finishes editing a row (or a cell if saveByCell is true).
getAutoSelectHeaders() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, when multiple facets appear on one side in a nested headers presentation, the selection state of parent/child headers are automatically kept in sync.
getAutoSelectValues() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether to select cells in the body when row or column headers are selected.
getAutoShowParent() - Method in class com.smartgwt.client.widgets.Canvas
If set to true, the widget's parent (if any) will automatically be shown whenever the widget is shown.
getAutoSize() - Method in class com.smartgwt.client.widgets.Window
If true, the window is resized automatically to accommodate the contents of the body, if they would otherwise require scrolling.
getAutoSizeHeaders() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Automatically size row headers to fit wrapped text.
getAutoWrapLines() - Method in class com.smartgwt.client.widgets.tile.TileLayout
When LayoutPolicy is "flow", should we automatically start a new line when there's not enough room to fit the next tile on the same line?
getBackButtonTitle() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
When using single-column mode, this i18n property dictates the title for the button docked to the top left which allows navigation back through the column tree.
getBackgroundColor() - Method in class com.smartgwt.client.data.Hilite
When edited via a HiliteEditor, the value for the background color of this hilite.
getBackgroundColor() - Method in class com.smartgwt.client.widgets.Canvas
The background color for this widget.
getBackgroundComponent() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Has no effect unless showBackgroundComponent is true.
getBackgroundComponent() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Has no effect unless showBackgroundComponent is true.
getBackgroundImage() - Method in class com.smartgwt.client.widgets.Canvas
URL for a background image for this widget (corresponding to the CSS "background-image" attribute).
getBackgroundPosition() - Method in class com.smartgwt.client.widgets.Canvas
Specifies how the background image should be positioned on the widget.
getBackgroundRepeat() - Method in class com.smartgwt.client.widgets.Canvas
Specifies how the background image should be tiled if this widget is larger than the image.
getBarMargin() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Distance between bars.
getBaseBottomButtonStyle() - Method in class com.smartgwt.client.widgets.DateChooser
CSS style to apply to the buttons at the bottom of the DateChooser ("Today" and "Cancel").
getBaseButtonStyle() - Method in class com.smartgwt.client.widgets.DateChooser
Base css style applied to this picker's buttons.
getBaseDate() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Base date for calculating the relative date entered by the user.
getBaseNavButtonStyle() - Method in class com.smartgwt.client.widgets.DateChooser
CSS style to apply to navigation buttons and date display at the top of the component.
getBaseStyle() - Method in class com.smartgwt.client.widgets.Button
Base CSS style.
getBaseStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to the grid cells of the day and week views of the calendar.
getBaseStyle() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
base cell style for this listGrid.
getBaseStyle() - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
Optional baseStyle will be applied to the button.
getBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
base cell style for this listGrid.
getBaseStyle(ListGridRecord, int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the base stylename for this cell.
getBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Custom base style to apply to all cells in this field instead of baseStyle To override the baseStyle at the row level, use record[listGrid.recordBaseStyleProperty] instead.
getBaseStyle() - Method in class com.smartgwt.client.widgets.ImgButton
Base CSS style.
getBaseStyle() - Method in class com.smartgwt.client.widgets.layout.SectionHeader
CSS class for the section header.
getBaseStyle() - Method in class com.smartgwt.client.widgets.menu.Menu
CSS style for a normal cell
getBaseStyle() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Base CSS style.
getBaseStyle() - Method in class com.smartgwt.client.widgets.StretchImgButton
Base CSS style.
getBaseStyle() - Method in class com.smartgwt.client.widgets.tab.ImgTab
 
getBaseWeekdayStyle() - Method in class com.smartgwt.client.widgets.DateChooser
Base css style applied to weekdays.
getBaseWeekendStyle() - Method in class com.smartgwt.client.widgets.DateChooser
Base css style applied to weekends.
getBasicColorLabel() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The label shown above the basic color blocks.
getBlockSeparator() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
A string (HTML acceptable) that will be written to a page to separate blocks.
getBlockStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for each block (one record's worth of data).
getBlue() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Returns the Blue element of the currently-selected color, as an integer from 0-255
getBodyBackgroundColor() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Background color applied to the ListGrid body (that is, the area of the grid where data values are rendered).
Note that this will typically not be visible to the user unless there are few enough rows that there is visible space in the body below the last row.
getBodyColor() - Method in class com.smartgwt.client.widgets.Window
Color of the Window body.
getBodyMinHeight() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Minimum height for the body of this cubeGrid.
getBodyMinWidth() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Minimum width for the body of this cubeGrid.
getBodyOverflow() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Overflow setting for the "body", that is, the area of the grid where data values are rendered.
getBodyScrollLeft() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the current scrollLeft for the body of this ListGrid
getBodyScrollTop() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the current scrollTop for the body of this ListGrid
getBodyStyle() - Method in class com.smartgwt.client.widgets.Window
Style of the Window body.
getBodyStyleName() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
CSS class for the CubeGrid body
getBodyStyleName() - Method in class com.smartgwt.client.widgets.grid.ListGrid
CSS style used for the body of this grid.
getBooleanFalseImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Image to display for a false value in a boolean field.
getBooleanImageHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Height for the booleanTrueImage, booleanFalseImage and booleanPartialImage.
getBooleanImageWidth() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Width for the booleanTrueImage, booleanFalseImage and booleanPartialImage.
getBooleanPartialImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Image to display for a partially true value in a boolean field (typically selection).
getBooleanTrueImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Image to display for a true value in a boolean field.
getBorder() - Method in class com.smartgwt.client.widgets.Canvas
Set the CSS border of this component, as a CSS string including border-width, border-style, and/or color (eg "2px solid blue").
getBorderAfter() - Method in class com.smartgwt.client.widgets.cube.Facet
CSS line style to apply as a border after this facet, eg "1px dashed blue"
getBorderAfter() - Method in class com.smartgwt.client.widgets.cube.FacetValue
CSS line style to apply as a border after this facetValue.
getBorderBefore() - Method in class com.smartgwt.client.widgets.cube.Facet
CSS line style to apply as a border before this facet, eg "1px dashed blue"
getBorderBefore() - Method in class com.smartgwt.client.widgets.cube.FacetValue
CSS line style to apply as a border before this facetValue.
getBottom() - Method in class com.smartgwt.client.widgets.Canvas
Return the bottom coordinate of this object as rendered, relative to its enclosing context, in pixels.
getBreadth() - Method in class com.smartgwt.client.widgets.Progressbar
Thickness of the progressbar in pixels.
getBrowserSpellCheck() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If this browser has a 'spellCheck' feature for text-based form item elements, should it be used for items in this form? Can be overridden at the item level via browserSpellCheck
getBrowserSpellCheck() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this browser supports spell-checking of text editing elements, do we want this enabled for this item? If unset the property will be inherited from the containing form.
getBtnSize() - Method in class com.smartgwt.client.widgets.Scrollbar
The size of the square buttons (arrows) at the ends of this scrollbar.
getBuildDate() - Static method in class com.smartgwt.client.Version
 
getButton() - Method in class com.smartgwt.client.widgets.events.ButtonClickEvent
button that was clicked
getButtonBaseStyle() - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
If specified this baseStyle will be applied to the buttons in this toolbar.
getById(String) - Static method in class com.smartgwt.client.widgets.Canvas
Retrieve a Canvas by it's global ID.
getBypassCache() - Method in class com.smartgwt.client.rpc.RPCRequest
For xmlHttp transport + httpMethod: "GET" only, set to true to force a conditional GET request even if the browser thinks it has a current cached response.
getCacheAllData() - Method in class com.smartgwt.client.data.DataSource
Set this property to true to have a DataSource fetch all of its data client-side on the first fetch request.
getCacheData() - Method in class com.smartgwt.client.data.DataSource
For a cacheAllData or client-only DataSource, a set of records to use as a dataset, specified as an Array of JavaScript Objects representing records.
getCacheMaxAge() - Method in class com.smartgwt.client.data.DataSource
The maximum time, in seconds, to maintain the client-side cache.
getCalendar() - Method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
the calendar itself
getCalendar() - Method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
the calendar itself
getCallbackParam() - Method in class com.smartgwt.client.data.DataSource
Applies only to dataFormat: "json" and dataTransport:"scriptInclude".
getCallbackParam() - Method in class com.smartgwt.client.data.OperationBinding
Applies only to dataFormat: "json".
getCallbackParam() - Method in class com.smartgwt.client.rpc.RPCRequest
For use only with the scriptInclude transport, this attribute specifies the name of the URL parameter which is used to specify the callback function that the server is expected to call by writing out JavaScript code.
getCanAcceptDrop() - Method in class com.smartgwt.client.widgets.Canvas
Indicates that this object can receive dropped widgets (i.e.
getCanAcceptDrop() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
When set to false, other records cannot be dropped on (i.e., inserted via drag and drop) immediately before this record.
getCanAcceptDrop() - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
If true, items (buttons) can be dropped into this toolbar, and the toolbar will show a drop line at the drop location.
getCanAcceptDrop() - Method in class com.smartgwt.client.widgets.tree.TreeNode
Governs whether dragged data (typically other treeNodes) may be dropped over this node.
getCanAcceptDroppedRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether records can be dropped into this listGrid.
getCanAcceptDroppedRecords() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Indicates whether records can be dropped into this TileGrid.
getCanAcceptDroppedRecords() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Indicates whether records can be dropped into this listGrid.
getCanAddFormulaFields() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getCanAddFormulaFields() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Adds an item to the header context menu allowing users to launch a dialog to define a new field based on values present in other fields, using the com.smartgwt.client..FormulaBuilder.
getCanAddFormulaFields() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getCanAddFormulaFields() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getCanAddFormulaFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getCanAddFormulaFields() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getCanAddFormulaFields() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getCanAddSummaryFields() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getCanAddSummaryFields() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Adds an item to the header context menu allowing users to launch a dialog to define a new text field that can contain both user-defined text and the formatted values present in other fields, using the com.smartgwt.client..SummaryBuilder.
getCanAddSummaryFields() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getCanAddSummaryFields() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getCanAddSummaryFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getCanAddSummaryFields() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getCanAddSummaryFields() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getCanAutoFitFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether the user able to autofit specific columns to their data and/or title via a context menu item or headerAutoFitEvent.
getCancelButtonTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the cancel button in the event editor
getCancelButtonTitle() - Method in class com.smartgwt.client.widgets.DateChooser
Title for the cancellation button.
getCancelEditingConfirmationMessage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this is an editable listGrid, and this.confirmCancelEditing is true this property is used as the message to display in the confirmation dismissal prompt.
getCancelParamName() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The name of the special field sent to the server as part of DynamicForm.cancel
getCancelParamValue() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The value of the special field sent to the server as part of DynamicForm.cancel
getCanClose() - Method in class com.smartgwt.client.widgets.tab.Tab
Determines whether this tab should show an icon allowing the user to dismiss the tab by clicking on it directly.
getCanCloseTabs() - Method in class com.smartgwt.client.widgets.tab.TabSet
Should tabs in this tabSet show an icon allowing the user to dismiss the tab by clicking on it directly.
getCanCollapse() - Method in class com.smartgwt.client.widgets.cube.Facet
For tree facets, whether expand/collapse controls should be shown.
getCanCollapse() - Method in class com.smartgwt.client.widgets.cube.FacetValue
For individual parent facetValues within a hierarchical facet, this flag controls whether an expand/collapse control will be shown.
getCanCollapse() - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Whether this section header can be collapsed.
getCanCollapse() - Method in class com.smartgwt.client.widgets.ImgSplitbar
If this property is true, a click on the Splitbar will collapse its target, hiding it and shifting the Splitbar and other members of the layout across to fill the newly available space.
getCanCollapse() - Method in class com.smartgwt.client.widgets.Splitbar
If this property is true, a click on the Splitbar will collapse its target, hiding it and shifting the Splitbar and other members of the layout across to fill the newly available space.
getCanCollapseFacets() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, hierarchical facets will show expand/collapse controls to allow the user to expand and collapse the tree of facetValues for that facet.
getCanCollapseGroup() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Can a group be collapsed/expanded? When true a collapse/expand icon is shown (groupIcon) and clicking the icon or double-clicking the group title will collapse or expand the group.
getCanCreateEvents() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If true, users can create new events
getCanDeleteEvents() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If true, users can delete existing events.
getCanDrag() - Method in class com.smartgwt.client.widgets.Canvas
Indicates whether this widget can initiate custom drag-and-drop operations (other than reposition or resize).
getCanDrag() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
When set to false, this record cannot be dragged.
getCanDrag() - Method in class com.smartgwt.client.widgets.ImgSplitbar
canDrag set to true to allow dragging of the split bar.
getCanDrag() - Method in class com.smartgwt.client.widgets.Splitbar
canDrag set to true to allow dragging of the split bar.
getCanDrag() - Method in class com.smartgwt.client.widgets.tree.TreeNode
Governs whether this node can be dragged.
getCanDragEventField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Name of the field on each CalendarEvent that determines dragability.
getCanDragEvents() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If true, users can drag-reposition existing events.
getCanDragRecordsOut() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether records can be dragged from this listGrid and dropped elsewhere.
getCanDragRecordsOut() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Indicates whether records can be dragged from this listGrid and dropped elsewhere.
getCanDragReposition() - Method in class com.smartgwt.client.widgets.Canvas
Indicates whether this widget can be moved by a user of your application by simply dragging with the mouse.
getCanDragReposition() - Method in class com.smartgwt.client.widgets.Window
If true, this Window may be moved around by the user by dragging on the Window header.
getCanDragResize() - Method in class com.smartgwt.client.widgets.Canvas
Indicates whether this widget can be resized by dragging on the edges and/or corners of the widget with the mouse.
getCanDragResize() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field can be dragResized using the mouse.
getCanDragResize() - Method in class com.smartgwt.client.widgets.Window
Can the window be drag-resized? If true the window may be drag resized from its edges, and if showing, via the resizer icon in the footer.
getCanDragScroll() - Method in class com.smartgwt.client.widgets.Canvas
If this Canvas is canAcceptDrop:true, when the user drags a droppable widget over an edge of the widget, should we scroll to show the rest of the widget's content? Returned from canvas.shouldDragScroll().
getCanDragSelect() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this property is true, users can drag the mouse to select several rows or cells.
getCanDragSelectText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this property is true, users can drag the mouse to select text within grid rows.
getCanDragTilesOut() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Indicates whether tiles can be dragged from this tileGrid and dropped elsewhere.
getCanDrop() - Method in class com.smartgwt.client.widgets.Canvas
Indicates that this object can be dropped on top of other widgets.
getCanDropBefore() - Method in class com.smartgwt.client.widgets.Canvas
When explicitly set to false, disallows drop before this member in the Layout.
getCanDropComponents() - Method in class com.smartgwt.client.widgets.layout.Layout
Layouts provide a default implementation of a drag and drop interaction.
getCanDropOnLeaves() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Whether drops are allowed on leaf nodes.
getCanEdit() - Method in class com.smartgwt.client.data.DataSourceField
Whether this field can ever be edited by the user.
getCanEdit() - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
Optional boolean value controlling the editability of this particular calendarEvent.
getCanEdit() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether cells can be edited in this grid.
getCanEdit() - Method in class com.smartgwt.client.widgets.cube.FacetValue
Whether cells for this facetValue can be edited.
getCanEdit() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Can the user edit cells in this listGrid? Can be set for the listGrid, and overridden for individual fields.
If 'canEdit' is false at the listGrid level, fields can never be edited - in this case the canEdit property on individual fields will be ignored.
If 'canEdit' is set to true at the listGrid level, setting the 'canEdit' property to false at the field level will prevent the field from being edited inline.
If 'canEdit' is not set at the listGrid level, setting 'canEdit' to true at the field level enables the field to be edited inline.
getCanEdit() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Can this field be edited? May be overridden by setting the 'canEdit' property at the listGrid level.
getCanEditEvents() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If true, users can edit existing events
getCanEditField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Name of the field on each CalendarEvent that determines editability.
getCanEditTabTitles() - Method in class com.smartgwt.client.widgets.tab.TabSet
If true, users can edit the titles of tabs in this TabSet when the titleEditEvent fires.
getCanEditTitle() - Method in class com.smartgwt.client.widgets.tab.Tab
If specified, overrides the canEditTabTitles setting, for this one tab only.
getCanExpand() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Default property name denoting whether this record can be expanded.
getCanExpandMultipleRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When canExpandRecords is true, this property indicates whether multiple records can be expanded simultaneously.
getCanExpandRecordProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Property name on a record that will be checked to determine whether a record can be expanded.
getCanExpandRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When set to true, shows an additional field at the beginning of the field-list (respecting RTL) to allow users to expand and collapse individual records.
getCanExport() - Method in class com.smartgwt.client.data.DataSourceField
Dictates whether the data in this field be exported.
getCanExport() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Dictates whether the data in this field be exported.
getCanExport() - Method in class com.smartgwt.client.widgets.tree.TreeGridField
Dictates whether the data in this field be exported.
getCanExport() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Dictates whether the data in this field be exported.
getCanFilter() - Method in class com.smartgwt.client.data.DataSourceField
Should the user be able to filter data by this field.
getCanFilter() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showing a filter row for this ListGrid, should the filter criteria for this field be editable
getCanFocus() - Method in class com.smartgwt.client.widgets.Canvas
Can this widget be allowed to become the target of keyboard events?
getCanFocus() - Method in class com.smartgwt.client.widgets.form.DynamicForm
DynamicForms are considered to have focus if any of their form items have focus.
getCanFocus() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Is this form item focusable? Setting this property to true on an otherwise non-focusable element such as a StaticTextItem will cause the item to be included in the page's tab order and respond to keyboard events.
getCanFocus() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Mini DateRangeItems are marked as canFocus:true, and set up with properties such that focus will always go to the icon to launch the dateRange dialog.
getCanFocus() - Method in class com.smartgwt.client.widgets.Slider
Indicates whether keyboard manipulation of the slider is allowed.
getCanFocusInHeaderButtons() - Method in class com.smartgwt.client.widgets.Window
If true, the user can give the header buttons keyboard focus (by clicking on them and including them in the tabOrder)
getCanFreeze() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field should display freezing/unfreezing options in its header context menu.
getCanFreezeFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether an interface should be shown to allow user is allowed to dynamically "freeze" or "unfreeze" columns with respect to horizontally scrolling.
getCanGroupBy() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If false, grouping via context menu will be disabled.
getCanGroupBy() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Determines whether this field will be groupable in the header context menu.
getCanHide() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field can be hidden via the header context menu.
getCanHilite() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Determines whether this field can be hilited.
getCanHover() - Method in class com.smartgwt.client.widgets.Canvas
Will this Canvas fire hover events when the user hovers over it, or one of its children?
getCanHover() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, cellHover and rowHover events will fire when the user leaves the mouse over a row / cell.
getCanMinimize() - Method in class com.smartgwt.client.widgets.cube.Facet
If facet minimizing is enabled, whether this facet should show controls to minimize the next facet.
getCanMinimizeColumns() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, allow columns in the grid body to be minimized (reduced to the width of the minimize control) by clicking on a minimize control in the innermost column headers.
getCanMinimizeFacets() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, when multiple facets are shown on a side, all facetValues in the second level of headers or higher will show controls to "minimize" the values of the next facet.
getCanMoveFacets() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether row and column facets can be rearranged by the user, by dragging and dropping the facet labels.
getCanMultiSort() - Method in class com.smartgwt.client.data.DataSource
When true, indicates that this DataSource supports multi-level sorting.
getCanMultiSort() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When true, indicates that this ListGrid supports multi-level sorting.
getCanPickFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether the field picker item and submenu should be present in the header context menu.
getCanPickOmittedFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this grid has a specified dataSource, and useAllDataSourceFields is false, setting this property to true will cause all dataSource fields not included in the specified set of fields to show up in the field picker menu item.
getCanRemoveRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If set, provide UI for the user to remove records from the grid.
getCanReorder() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field can be reordered using the mouse.
getCanReorderColumns() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, body columns can be reordered via the innermost column headers.
getCanReorderFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether fields in this listGrid can be reordered by dragging and dropping header fields.
getCanReorderItems() - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
If true, items can be reordered by dragging on them.
getCanReorderRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether records can be reordered by dragging within this listGrid.
getCanReorderRecords() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Indicates whether records can be reordered by dragging within this listGrid.
getCanReorderSections() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Whether sections can be drag reordered by the user dragging the section header.
getCanReorderTiles() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Indicates whether tiles can be reordered by dragging within this tileGrid.
getCanReparentNodes() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If set this property allows the user to reparent nodes by dragging them from their current folder to a new folder.
Backcompat: For backwards compatibility with versions prior to Smart GWT 1.5, if this property is unset, but this.canAcceptDroppedRecords is true, we allow nodes to be dragged to different folders.
getCanResizeColumns() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, body columns can be resized via the innermost column headers.
getCanResizeColumns() - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Are columns in this portalLayout drag-resizeable?
getCanResizeFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether fields in this listGrid can be resized by dragging header fields.
getCanResizeItems() - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
If true, items (buttons) can be resized by dragging on them.
getCanResizeRows() - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Should vertical drag-resize of portlets within columns be allowed?
getCanResizeSections() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Whether sections can be drag resized by the user dragging the section header.
getCanSave() - Method in class com.smartgwt.client.data.DataSourceField
Whether values in this field can be updated and saved to the dataSource.
getCanSelectAll() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Controls whether a checkbox for selecting all records appears in the header with selectionAppearance set to "checkbox"
getCanSelectHeaders() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Determines whether row or column facetValue headers can be selected.
getCanSelectParent() - Method in class com.smartgwt.client.widgets.menu.MenuItem
A MenuItem that has a submenu normally cannot be selected, instead clicking or hitting Enter while keyboard focus is on the item shows the submenu.
getCanSelectParentItems() - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
If true, clicking or pressing Enter on a menu item that has a submenu will select that item (with standard behavior of hiding the menus, calling click handlers, etc) instead of showing the submenu.
getCanSelectParentItems() - Method in class com.smartgwt.client.widgets.menu.Menu
If true, clicking or pressing Enter on a menu item that has a submenu will select that item (with standard behavior of hiding the menus, calling click handlers, etc) instead of showing the submenu.
getCanSelectText() - Method in class com.smartgwt.client.widgets.Canvas
Whether native drag selection of contained text is allowed within this Canvas.
getCanSelectValues() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Determines whether cell values in the body can be selected.
getCanSort() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Enables or disables interactive sorting behavior for this listGrid.
getCanSort() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Enables or disables sorting by this column.
getCanSortClientOnly() - Method in class com.smartgwt.client.data.DataSourceField
When true, this field can only be used for sorting if the data is entirely client-side.
getCanSortClientOnly() - Method in class com.smartgwt.client.widgets.grid.ListGridField
When true, this field can only be used for sorting if the data is entirely client-side.
getCanSortData() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, sort controls will be shown on facet values.
getCanSortFacets() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, sort controls will be shown on FacetHeaders.
getCanSubmit() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Governs whether this form will be used to perform a standard HTML form submission.
getCanTabToHeader() - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
If true, the header for this Section will be included in the page's tab order for accessibility.
getCanTabToHeader() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should the header be included in the tab-order for the page? If not explicitly specified, the header will be included in the tab order for the page if setScreenReaderMode is called.
getCanTabToHeader() - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
If true, the header for this Section will be included in the page's tab order for accessibility.
getCanTabToHeaders() - Method in class com.smartgwt.client.widgets.layout.SectionStack
If true, the headers for the sections (if shown) will be included in the page's tab order for accessibility.
getCanTabToSectionHeaders() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, the headers for any SectionItems will be included in the page's tab order for accessibility.
getCantDragIntoChildMessage() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Message displayed when user attempts to drop a node into a child of itself.
getCantDragIntoSelfMessage() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Message displayed when user attempts to drop a dragged node onto itself.
getCanToggle() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Allows a boolean or valueMapped field to be edited without going into edit mode.
getCanvas() - Static method in class com.smartgwt.client.util.Hover
Return the canvas corresponding to the active hover.
getCanvas() - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
 
getCanvas() - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
The canvas that will be displayed inside this item.
getCanvasItem() - Method in class com.smartgwt.client.widgets.Canvas
If this canvas is being displayed in a CanvasItem, this property will be set to point at the item.
getCapSize() - Method in class com.smartgwt.client.widgets.StretchImg
If the default items are used, capSize is the size in pixels of the first and last images in this stretchImg.
getCapSize() - Method in class com.smartgwt.client.widgets.StretchImgButton
How big are the end pieces by default
getCapSize() - Method in class com.smartgwt.client.widgets.tab.ImgTab
How big are the end pieces by default
getCaptureSCComponents() - Method in class com.smartgwt.client.widgets.HTMLFlow
If true, Smart GWT components created while executing the loaded HTML are captured for rendering inside the HTMLFlow.
getCascadeAutoDismiss() - Method in class com.smartgwt.client.widgets.menu.Menu
When true any generated submenus will inherit autoDismiss from this menu.
getCascadeSelection() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should children be selected when parent is selected? And should parent be selected when any child is selected?
getCellAlign() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default align for cell values (in body).
getCellAlign() - Method in class com.smartgwt.client.widgets.cube.Facet
Default alignment of cells (in the body) for this facet
getCellAlign() - Method in class com.smartgwt.client.widgets.cube.FacetValue
Default alignment of cells (in the body) for this facetValue.
getCellAlign() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Horizontal alignment for cells in this field's column: "left", "right" or "center".
If null, alignment is derived from align.
getCellAlign(ListGridRecord, int, int) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Return the horizontal alignment for cell contents.
getCellBorder() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Width of border for the table that form is drawn in.
getCellColumn(CellRecord) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Given a record in this grid, this method returns the colNum in which the record is displayed.
getCellCoordinates(CellRecord) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Given a record in this grid, this method returns the coordinates of the cell in which the record is displayed as a 2 element array.
getCellCSSText(ListGridRecord, int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return CSS text for styling this cell, which will be applied in addition to the CSS class for the cell, as overrides.
getCellErrors(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current set of errors for this cell.
getCellFacetValues(int, int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Given a cell coordinate within this CubeGrid return a FacetValueMap indicating the facet values for the cell.
getCellHeight() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If specified, this property will govern the height of the cell in which this form item is rendered.
getCellHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The default height of each row in pixels.
getCellHeight() - Method in class com.smartgwt.client.widgets.menu.Menu
The height of each item in the menu, in pixels.
getCellHoverComponent(Record, Integer, Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Gets the embedded-component to show as a given record's hoverComponent.
getCellIcon() - Method in class com.smartgwt.client.widgets.grid.ListGridField
For a field of type:"icon" only, set the icon that appears in body cells.
getCellIdProperty() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Name of the property in a cell record that holds it's unique ID.
getCellPadding() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The amount of empty space, in pixels, surrounding each form item within its cell in the layout grid.
getCellPadding() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The amount of empty space, in pixels, surrounding each value in its cell.
getCellRecord(int, int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Return the pointer to a particular record by record and column number.
getCellRow(CellRecord) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Given a record in this grid, this method returns the rowNum on which the record is displayed.
getCellSpacing() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Deprecated. use DynamicForm.getCellPadding() instead
getCellStyle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
CSS style applied to the form item as a whole, including the text element, any icons, and any hint text for the item.
getCellStyle(ListGridRecord, int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the CSS class for a cell.
getCellStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for a normal value
getCellStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
If specified, cells in this field will be rendered using this css className rather than cellStyle
getCenterBackgroundColor() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Background color for the center section only.
getCenturyThreshold() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Only used if we're showing the date in a text field.
getCenturyThreshold() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Only used if we're showing the date in a text field.
getChangedValues() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Returns all values within this DynamicForm that have changed since DynamicForm.rememberValues last ran.
getChangedValues() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Returns all values within this ValuesManager that have changed since rememberValues last ran.
getChangeOnDrag() - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
Should this sliderItem update its value and fire change handlers while the user is actively dragging the slider.
getChangeOnKeypress() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Should this form item fire its change handler (and store its value in the form) on every keypress? Set to false to suppress the 'change' handler firing (and the value stored) on every keypress.
getChangeOnKeypress() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Should this form item fire its change handler (and store its value in the form) on every keypress? Set to false to suppress the 'change' handler firing (and the value stored) on every keypress.
getCharacter() - Method in class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
character produced by the keypress
getCharacterCasing() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Should entered characters be converted to upper or lowercase? Also applies to values applied with FormItem.setValue.
getCharacterValue() - Method in class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
numeric character value of the pressed key.
getCharacterValue() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
If this was a character key, this is the numeric value for the character
getChartConfirmThreshold() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If CubeGrid.makeChart is called with a chart specification that will show more than chartConfirmThreshold data elements, the user will be presented with a confirmation dialog.
getChartConstructor() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Name of the Smart GWT Class to be used when creating charts.
getChartConstructor() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Name of the Smart GWT Class to be used when creating charts.
getChartRectMargin() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Margin around the main chart rect: between title and chart, between chart and axis labels, and chart rect and right edge of chart.
getChartType() - Method in class com.smartgwt.client.widgets.chart.FacetChart
See ChartType for a list of known types - Column, Bar, Line, Pie, Doughnut, Area, and Radar charts are supported.
getChartType() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default type of chart to plot.
getChartType() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default type of chart to plot.
getCheckboxFieldFalseImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionAppearance is set to "checkbox" this property determines the image to display in the checkbox field for an unselected row.
getCheckboxFieldImageHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionAppearance is set to "checkbox" this property may be set to govern the height of the checkbox image displayed to indicate whether a row is selected.
getCheckboxFieldImageWidth() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionAppearance is set to "checkbox" this property may be set to govern the width of the checkbox image displayed to indicate whether a row is selected.
getCheckboxFieldPartialImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionAppearance is set to "checkbox" this property determines the image to display in the checkbox field for a partially selected row.
getCheckboxFieldTrueImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionAppearance is set to "checkbox" this property determines the image to display in the checkbox field for a selected row.
getChecked() - Method in class com.smartgwt.client.widgets.menu.MenuItem
If true, this item displays a standard checkmark image to the left of its title.
getCheckedImage() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
URL for the image to display when this checkbox is selected, or checked.
getChildExpansionMode() - Method in class com.smartgwt.client.widgets.grid.ListGrid
For expansionModes that show another grid or tree, what the child's expansionMode should be.
getChildren() - Method in class com.smartgwt.client.widgets.Canvas
Array of all Canvii that are immediate children of this Canvas.
getChildren(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Returns all children of a node.
getChildrenField() - Method in class com.smartgwt.client.data.DataSource
fieldName for a field in the dataSource expected to contain an explicit array of child nodes.
getChildrenProperty() - Method in class com.smartgwt.client.data.DataSourceField
If true, this property indicates that this field will hold an explicit array of child nodes for the current node.
getChildrenProperty() - Method in class com.smartgwt.client.widgets.tree.Tree
For trees with the modelType "children", this property specifies the name of the property that contains the list of children for a node.
getChildrenSnapResizeToGrid() - Method in class com.smartgwt.client.widgets.Canvas
If true, causes this canvas's children to snap to its grid when resizing.
getChildrenSnapToGrid() - Method in class com.smartgwt.client.widgets.Canvas
If true, causes this canvas's children to snap to its grid when dragging.
getChildTagName() - Method in class com.smartgwt.client.data.DataSourceField
For a field that is multiple:"true", controls the name of the XML tag used for each subelement during DataSource.xmlSerialize.
getChosenDate() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The date for which events are displayed in the day, week, and month tabs of the calendar.
getCircularReferenceMarker() - Method in class com.smartgwt.client.util.JSONEncoder
The string marker used to represent circular references.
getCircularReferenceMode() - Method in class com.smartgwt.client.util.JSONEncoder
What the JSONEncoder should do if it encounters a circular reference.
getClassID() - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
This sets the value of the classID property on the object.
getClassID() - Method in class com.smartgwt.client.widgets.plugins.Applet
This attribute is used only with useTag: "object".
getClassID() - Method in class com.smartgwt.client.widgets.plugins.Flashlet
This attribute specifies the clsid of the outer <object> tag.
getClearAllSortingText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, this attribute will be shown as the menu item title to clear any existing sort on all fields.
getClearFilterText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and a filter-editor is visible, this attribute will be shown as the menu item title to clear any existing filter.
getClearSortFieldText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, this attribute will be shown as the menu item title to clear an existing sort on this field.
getClientOnly() - Method in class com.smartgwt.client.data.DataSource
Whether to act as a "client-only" DataSource, which has no permanent storage and never contacts the server, instead using a set of test data to respond to requests in the same manner as a server-based DataSource might.
getClientOnly() - Method in class com.smartgwt.client.widgets.form.validator.Validator
Indicates this validator runs on the client only.
getClientOnlyResponse(DSRequest, Record[]) - Method in class com.smartgwt.client.data.DataSource
Return a "spoofed" response for a clientOnly or cacheAllData DataSource.
getClientPickListData() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
getClientPickListData() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Returns the set of data to be displayed in this item's PickList.
getClientPickListData() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
 
getClipValue() - Method in class com.smartgwt.client.widgets.form.fields.BlurbItem
If true, text that exceeds the specified size of the form item will be clipped
getClipValue() - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
If true, text that exceeds the specified size of the form item will be clipped
getCloseConfirmationMessage() - Method in class com.smartgwt.client.widgets.layout.Portlet
Confirmation message to show the user when closing portlets if showCloseConfirmationMessage is true.
getClosedIconSuffix() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
This suffix will be appended to the folderIcon for closed folders.
getClosedIconSuffix() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
This suffix will be appended to the folderIcon for closed folders.
getCloseIcon() - Method in class com.smartgwt.client.widgets.tab.Tab
Custom src for the close icon for this tab to display if it is closeable.
getCloseIconSize() - Method in class com.smartgwt.client.widgets.tab.Tab
Size of the closeIcon for this tab.
getCloseTabIcon() - Method in class com.smartgwt.client.widgets.tab.TabSet
Default src for the close icon for tabs to display if canCloseTabs is true.
getCloseTabIconSize() - Method in class com.smartgwt.client.widgets.tab.TabSet
Size in pixels of the icon for closing tabs, displayed when canCloseTabs is true.
getClusterMarginRatio() - Method in class com.smartgwt.client.widgets.chart.FacetChart
For clustered charts, ratio between margins between individual bars and margins between clusters.
getCode() - Method in class com.smartgwt.client.widgets.plugins.Applet
A URL that points to the class of the applet.
getCodeBase() - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
Specifies the URL from which to load the ActiveX control.
getCodeBase() - Method in class com.smartgwt.client.widgets.plugins.Applet
The base URL of the applet if the code attribute is relative
getCodeBase() - Method in class com.smartgwt.client.widgets.plugins.Flashlet
This attribute specifies the minimum version of the flash player required to show this flashlet.
getColHeaderBaseStyle() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
baseStyle for the buttons in this grid's column headers.
getCollapsed() - Method in class com.smartgwt.client.widgets.cube.Facet
For tree facets, default collapse state for parent nodes
getCollapsed() - Method in class com.smartgwt.client.widgets.cube.FacetValue
For tree facets, initial collapse state for this node.
getColNum() - Method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
the column number to which the parameter date belongs
getColNum() - Method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
the column number to which the parameter date belongs
getColNum() - Method in class com.smartgwt.client.widgets.grid.events.CellSavedEvent
column number of the cell
getColNum() - Method in class com.smartgwt.client.widgets.grid.events.ChangedEvent
column number of the cell
getColNum() - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
column number of the cell
getColNum() - Method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
index of the column that was saved, if applicable
getColNum() - Method in class com.smartgwt.client.widgets.grid.events.EditFailedEvent
index of the column where the edit failed, if applicable
getColNum() - Method in class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
column number of the cell
getColNum() - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
column number of the cell
getColNum() - Method in class com.smartgwt.client.widgets.grid.events.GridRowColEvent
column number of the cell
getColNum() - Method in class com.smartgwt.client.widgets.menu.events.ItemClickEvent
Index of the column clicked by the user.
getColNum() - Method in class com.smartgwt.client.widgets.menu.events.MenuItemClickEvent
Index of the column the user clicked.
getColor() - Method in class com.smartgwt.client.widgets.form.events.ColorSelectedEvent
The color selected, in HTML format
getColorButtonBaseStyle() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Base CSS style applied to the basic color boxes
getColorButtonSize() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Width and height of the basic color boxes (they are always square, and they are all the same size).
getColSpan() - Method in class com.smartgwt.client.widgets.form.fields.BlurbItem
By default, texts span all remaining columns
getColSpan() - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
by default, headers span all remaining columns
getColSpan() - Method in class com.smartgwt.client.widgets.form.fields.HiddenItem
hidden fields don't take up any columns
getColSpan() - Method in class com.smartgwt.client.widgets.form.fields.RowSpacerItem
by default, separators span all remaining columns
getColumn() - Method in class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
The column (ListGrid instance) in which the node was selected
getColumnBorder() - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Border to show around columns in this PortalLayout
getColumnFacets() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
The list of ids for facets that will appear on top of the body.
getColumnFacetValues(int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Return a FacetValueMap indicating the facet values for a specific column in the grid.
getColumnProperties() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Standard set of properties to apply to each generated column in this columnTree.
getColumnTitle(TreeNode, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Returns the title to show for the header of indicated column.
getColumnWidth(int) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Gets the width of a column in the PortalLayout.
getCompleteOnTab() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If true, when the pickList is showing, the user can select the current value by hitting the Tab key.
getComponentId() - Method in class com.smartgwt.client.data.DSRequest
For requests submitted by a DataBoundComponent, the ID of the submitting component.
getConfig() - Method in class com.smartgwt.client.core.BaseClass
 
getConfig() - Method in class com.smartgwt.client.widgets.BaseWidget
 
getConfig() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Returns the FormItem's config object suitable for use in API's that set the editorType
getConfigureSortText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and multi-sorting is enabled, this attribute will be shown as the menu item title to show a MultiSortDialog to configure the sort-specification for this grid.
getConfirmCancelEditing() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this is an editable listGrid, when the user attempts to cancel an edit, should we display a confirmation prompt before discarding the edited values for the record?
getConfirmDiscardEdits() - Method in class com.smartgwt.client.widgets.grid.ListGrid
For editable listGrids, outstanding unsaved edits when the user performs a new filter or sort will be discarded.
getConfirmDiscardEditsMessage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this.confirmDiscardEdits is true, this property can be used to customize the error message string displayed to the user in a dialog with options to cancel the action, or save or discard pending edits in response to sort/filter actions that would otherwise drop unsaved edit values.
getConnectorImage() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The base filename for connector icons shown when showConnectors is true.
getConnectTimeout() - Static method in class com.smartgwt.client.rpc.Messaging
 
getContainerWidget() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
A Read-Only pointer to the Smart GWT canvas that holds this form item.
getContainsCredentials() - Method in class com.smartgwt.client.rpc.RPCRequest
For use during Relogin, this property marks this request an attempt to login, therefore a response containing the loginRequiredMarker is a normal condition and should result in the status code STATUS_LOGIN_INCORRECT rather than a call to loginRequired().
getContentLayout() - Method in class com.smartgwt.client.widgets.Window
The layout policy that should be used for widgets within the Window body.
getContents() - Method in class com.smartgwt.client.widgets.Canvas
The contents of a canvas or label widget.
getContents() - Method in class com.smartgwt.client.widgets.HTMLFlow
The contents of a canvas or label widget.
getContents() - Method in class com.smartgwt.client.widgets.Label
The contents of a canvas or label widget.
getContentsType() - Method in class com.smartgwt.client.widgets.HTMLFlow
The default setting of 'null' or 'fragment' indicates that HTML loaded from contentsURL is assumed to be an HTML fragment rather than a complete page.
getContentsType() - Method in class com.smartgwt.client.widgets.Window
If this window has src specified, this property can be used to indicate whether the source is a standalone HTML page or an HTML fragment.
getContentsURL() - Method in class com.smartgwt.client.widgets.HTMLFlow
URL to load content from.
getContentType() - Method in class com.smartgwt.client.rpc.RPCRequest
Valid with the xmlHttpRequest transport only and only when httpMethod is set to "POST".
getContextMenu() - Method in class com.smartgwt.client.widgets.Canvas
Context menu to show for this object, an instance of the Menu widget.
getContextMenu() - Method in class com.smartgwt.client.widgets.tab.Tab
Context menu to show for this object, an instance of the Menu widget.
getControls() - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
 
getControlStyle() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Base CSS class name for a form item's control box (surrounds text box and picker).
getConvertToInteger() - Method in class com.smartgwt.client.widgets.form.validator.IsIntegerValidator
Return the convertToInteger.
getCornerSize() - Method in class com.smartgwt.client.widgets.Scrollbar
Allows the size of the corner segment to be set independently of the btnSize.
getCornerSrc() - Method in class com.smartgwt.client.widgets.Scrollbar
URL for the corner image, a singular image that appears in the corner when both h and v scrollbars are showing.
getCount() - Method in class com.smartgwt.client.widgets.form.validator.StringCountValidator
Return the count.
getCriteria() - Method in class com.smartgwt.client.data.Criterion
Returns an array of sub-criteria for this criterion.
getCriteria() - Method in class com.smartgwt.client.data.DSRequest
Return the Criteria associated with a FETCH operation.
getCriteria() - Method in class com.smartgwt.client.data.Hilite
Criteria defining what records this hilite should apply to.
getCriteria() - Method in class com.smartgwt.client.data.ResultSet
Filter criteria used whenever records are retrieved.
getCriteria() - Method in class com.smartgwt.client.widgets.events.FetchDataEvent
The criteria derived from the filter editor values.
getCriteria() - Method in class com.smartgwt.client.widgets.form.events.FilterSearchEvent
The criteria represented by the filterBuilder
getCriteria() - Method in interface com.smartgwt.client.widgets.form.fields.FilterCriteriaFunction
 
getCriteria(FormItemFunctionContext) - Method in interface com.smartgwt.client.widgets.form.fields.FormItemCriteriaFunction
 
getCriteria() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Initial criteria.
getCriteria() - Method in class com.smartgwt.client.widgets.grid.events.FilterEditorSubmitEvent
criteria derived from the filter editor values
getCriteria() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Retrieves a copy of the current criteria for this component (may be null)
getCriteriaField() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When using operator, the name of the DataSource field for the Criterion this FormItem generates.
getCriteriaPolicy() - Method in class com.smartgwt.client.data.DataSource
Decides under what conditions the ResultSet cache should be dropped when the criteria changes.
getCriteriaPolicy() - Method in class com.smartgwt.client.data.ResultSet
Decides under what conditions the cache should be dropped when the Criteria changes.
getCriterion() - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
The standard formItem criteria editing APIs have been overridden in the canvasItem class to simplify the editing of complex AdvancedCriteria objects using nested DynamicForms.
getCriterion() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Returns criterion derived from the current value of this item.
getCriterion() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Override this method if you need to provide a specialized criterion from this formItem when creating an AdvancedCriteria via DynamicForm.getValuesAsCriteria.
getCriterion(TextMatchStyle) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Override this method if you need to provide a specialized criterion from this formItem when creating an AdvancedCriteria via DynamicForm.getValuesAsCriteria.
getCriterion() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Returns the Criterion entered in the fields shown in the rangeDialog.
getCriterion() - Method in class com.smartgwt.client.widgets.form.FilterClause
Initial criterion for this FilterClause.
getCrosshairImageURL() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The location of the crosshair image file
getCssText() - Method in class com.smartgwt.client.data.Hilite
CSS text to be applied to cells where this hilite is applied, for example, "background-color:#FF0000"
getCtrlKey() - Method in class com.smartgwt.client.core.KeyIdentifier
Return the ctrlKey.
getCurrentExpansionComponent(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the expansion component derived from ListGrid.getExpansionComponent currently visible in some record, or null if the specified record is not showing an expansion component.
getCurrentExpansionComponent(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the expansion component derived from ListGrid.getExpansionComponent currently visible in some record, or null if the specified record is not showing an expansion component.
getCurrentTransactionId() - Static method in class com.smartgwt.client.rpc.RPCManager
Returns the id of the current transaction (a queue of requests).
getCurrentViewName() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the view that should be visible initially by default.
getCursor() - Method in class com.smartgwt.client.widgets.Canvas
Specifies the cursor image to display when the mouse pointer is over this widget.
getCursor() - Method in class com.smartgwt.client.widgets.Splitbar
Splitbars' cursors are set at init time based on whether they are to be used for vertical or horizontal resize.
getCustomColumnProperties(TreeNode, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Additional properties to apply to the ListGrid that will show the indicated column.
getCustomIconDropProperty() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
This property allows the developer to rename the default node.showDropIcon property.
getCustomIconOpenProperty() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
This property allows the developer to rename the default node.showOpenIcon property.
getCustomIconOpenProperty() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
This property allows the developer to rename the default node.showOpenIcon property.
getCustomIconProperty() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
This property allows the developer to customize the icon displayed next to a node.
getCustomIconProperty() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
This property allows the developer to rename the default node.icon property.
getCustomStyle() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Name of a CSS style to use for all cells for this particular record.
getData() - Method in class com.smartgwt.client.data.DSResponse
Return the data as an array of Records.
getData() - Method in class com.smartgwt.client.data.WSRequest
Data to be serialized to XML to form the SOAP body.
getData() - Method in class com.smartgwt.client.rpc.RPCRequest
 
getData() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getData() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
An array of "cellRecords", each of which represents data for one cell of the body area.
getData() - Method in class com.smartgwt.client.widgets.DateChooser
Get the current value of the picker.
getData() - Method in class com.smartgwt.client.widgets.form.fields.events.DataArrivedEvent
pointer to this pickList's data
getData() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
A Tree object consisting of nested TreeNodes to display in this ColumnTree.
getData() - Method in class com.smartgwt.client.widgets.tile.TileGrid
A List of TileRecord objects, specifying the data to be used to create the tiles.
getData() - Method in class com.smartgwt.client.widgets.tree.Tree
 
getData() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
A Tree object containing of nested TreeNodes to display as rows in this TreeGrid.
getDataAsMap() - Method in class com.smartgwt.client.data.WSRequest
 
getDataAsRecordList() - Method in class com.smartgwt.client.data.DSResponse
Return the data as a RecordList.
getDataAsRecordList() - Method in class com.smartgwt.client.widgets.chart.FacetChart
 
getDataAsRecordList() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the grid data as a RecordList.
getDataAsRecordList() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Return the tileGrid data as a RecordList.
getDataAsString() - Method in class com.smartgwt.client.rpc.RPCRequest
 
getDataColor(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Get a color from the dataColors Array
getDataColors() - Method in class com.smartgwt.client.widgets.chart.FacetChart
An array of colors to use for a series of visual elements representing data (eg columns, bars, pie slices), any of which may be adjacent to any other.
getDataFetchMode() - Method in class com.smartgwt.client.widgets.calendar.Calendar
How to fetch and manage records retrieve from the server.
getDataFetchMode() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
How to fetch and manage records retrieve from the server.
getDataFetchMode() - Method in class com.smartgwt.client.widgets.form.DynamicForm
How to fetch and manage records retrieve from the server.
getDataFetchMode() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
How to fetch and manage records retrieve from the server.
getDataFetchMode() - Method in class com.smartgwt.client.widgets.grid.ListGrid
How to fetch and manage records retrieve from the server.
getDataFetchMode() - Method in class com.smartgwt.client.widgets.tile.TileGrid
How to fetch and manage records retrieve from the server.
getDataFetchMode() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
How to fetch and manage records retrieve from the server.
getDataField() - Method in class com.smartgwt.client.data.DataSource
Name of the field that has the most pertinent numeric, date, or enum value, for use when a DataBoundComponent needs to show a short summary of a record.
getDataField() - Method in class com.smartgwt.client.widgets.tableview.TableView
Field to display as part of individual record in "summary" RecordLayouts.
getDataFormat() - Method in class com.smartgwt.client.data.DataSource
Indicates the format to be used for HTTP requests and responses when fulfilling DSRequests (eg, when DataSource.fetchData is called).
getDataFormat() - Method in class com.smartgwt.client.data.OperationBinding
Format for response data for this operation.
getDataMargin() - Method in class com.smartgwt.client.widgets.chart.FacetChart
For rectangular charts (bar, column, line), margin around the inside of the chartRect, so that data elements are not flush to edge.
getDataPageSize() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getDataPageSize() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
When using data paging, how many records to fetch at a time.
getDataPageSize() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getDataPageSize() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getDataPageSize() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getDataPageSize() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getDataPageSize() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getDataPath() - Method in class com.smartgwt.client.widgets.Canvas
A dataPath may be specified on any canvas.
getDataPath() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
dataPath for this item.
getDataPath() - Method in class com.smartgwt.client.widgets.grid.ListGridField
dataPath for this field.
getDataPath() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
dataPath property allows this field to display detail from nested data structures
getDataPointSize() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Size in pixels for data points drawn for line, area, radar and other chart types.
getDataProtocol() - Method in class com.smartgwt.client.data.DataSource
Controls the format in which inputs are sent to the dataURL when fulfilling DSRequests.
getDataProtocol() - Method in class com.smartgwt.client.data.OperationBinding
Controls the format in which inputs are sent to the dataURL.
getDataSource(String) - Static method in class com.smartgwt.client.data.DataSource
Lookup a DataSource by ID.
getDataSource(String, RequestTransformer, ResponseTransformer) - Static method in class com.smartgwt.client.data.DataSource
Lookup a DataSource by ID with an optional RequestTransformer and ResponseTransformer.
getDataSource() - Method in class com.smartgwt.client.data.DSRequest
DataSource this DSRequest will act on.
getDataSource() - Method in class com.smartgwt.client.data.ResultSet
What DataSource is this resultSet associated with?
getDataSource() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getDataSource() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
The DataSource that this component should bind to for default fields and for performing DSRequest.
getDataSource() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getDataSource() - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
The DataSource that this component should bind to for default fields and for performing DSRequest.
getDataSource() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The DataSource that this component should bind to for default fields and for performing DSRequest.
getDataSource() - Method in class com.smartgwt.client.widgets.form.ValuesManager
The DataSource that this component should bind to for default fields and for performing DSRequest.
getDataSource() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getDataSource() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getDataSource() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getDataSource() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getDataSourceField() - Method in class com.smartgwt.client.widgets.form.validator.CustomValidator
DataSourceField on which this validator was declared.
getDataTransport() - Method in class com.smartgwt.client.data.DataSource
Transport to use for all operations on this DataSource.
getDataTransport() - Method in class com.smartgwt.client.data.OperationBinding
Transport to use for this operation.
getDataURL() - Method in class com.smartgwt.client.data.DataSource
Default URL to contact to fulfill all DSRequests.
getDataURL() - Method in class com.smartgwt.client.data.OperationBinding
URL to contact to fulfill DSRequests for this operationBinding.
getDataURL() - Method in class com.smartgwt.client.data.RestDataSource
Default URL to contact to fulfill all DSRequests.
getDataValue() - Method in class com.smartgwt.client.widgets.form.fields.events.ShowValueEvent
underlying data value for the item
getDataValueAsRecord() - Method in class com.smartgwt.client.widgets.form.fields.events.ShowValueEvent
underlying data value for this item as a Record.
getDataValueAsRecordList() - Method in class com.smartgwt.client.widgets.form.fields.events.ShowValueEvent
underlying data value for this item as a RecordList
getDate() - Method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
JavaScript Date object representing this day
getDate() - Method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
JavaScript Date object representing this day
getDateDisplayFormat() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Format for displaying dates in to the user.
getDateFormat() - Method in class com.smartgwt.client.util.JSONEncoder
Format for encoding JavaScript Date values in JSON.
getDateFormatter() - Method in class com.smartgwt.client.data.DataSourceField
Preferred display format to use for date type values within this field.
getDateFormatter() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Date formatter for displaying events.
getDateFormatter() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default DateDisplayFormat for Date type values displayed in this form.
getDateFormatter() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true this property can be used to customize the format in which dates are displayed for this item.
Should be set to a standard DateDisplayFormat.
getDateFormatter() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Display format to use for date type values within this formItem.
getDateFormatter() - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
Display format to use for date type values within this formItem.
getDateFormatter() - Method in class com.smartgwt.client.widgets.grid.ListGrid
How should Date type values be displayed in this ListGrid by default?
getDateFormatter() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Display format to use for date type values within this field.
getDateFormatter() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
How should Date type values be displayed in this DetailViewer by default?
getDateFormatter() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Display format to use for date type values within this field.
getDatePickerHoverText() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The text to be displayed when a user hovers over the date picker toolbar button
getDatetimeFormatter() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default DateDisplayFormat for Date type values displayed in this form in fields of type datetime.
getDatetimeFormatter() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Display format to use for fields specified as type 'datetime'.
getDatetimeFormatter() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Display format to use for fields specified as type 'datetime'.
getDayBodyBaseStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to the day body of the month view of the calendar.
getDayBodyHTML(Date, CalendarEvent[], Calendar, int, int) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getDayHeaderBaseStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to the day headers of the month view.
getDaysAgoTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "day".
getDaySelectorProperties() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Custom properties to apply to this dateItem's generated daySelector.
getDaysFromNowTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "day".
getDayViewTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the day view
getDecimalPrecision() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Default precision used when formatting float numbers for axis labels
getDefaultChooserDate() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Default date to show in the date chooser.
getDefaultColor() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The default color.
getDefaultDateSeparator() - Static method in class com.smartgwt.client.util.DateUtil
Returns the default date separator.
getDefaultFacetWidth() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default width of inner column headers.
getDefaultFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
An array of listGrid field configuration objects.
getDefaultFieldWidth(ListGridField) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Method to calculate and return the default width of a field.
getDefaultGroupingMode() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Default groupingMode used when the user does not specify a mode or grouping is triggered programmatically and field.groupingMode is unset.
getDefaultHeight() - Method in class com.smartgwt.client.widgets.Canvas
For custom components, establishes a default height for the component.
getDefaultIconSrc() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Default icon image source.
getDefaultIconSrc() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is editable, this property will be passed to editors displayed for cells within this field as defaultIconSrc.
getDefaultIsFolder() - Method in class com.smartgwt.client.widgets.tree.Tree
Controls whether nodes are assumed to be folders or leaves by default.
getDefaultMinimizeHeight() - Method in class com.smartgwt.client.widgets.Window
If minimizeHeight is unset, by the window will shrink to the height of the header when minimized.
getDefaultNodeTitle() - Method in class com.smartgwt.client.widgets.tree.Tree
Title assigned to nodes without a titleProperty value or a nameProperty value.
getDefaultOpacity() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The initial opacity value for the component, as a percentage value between 0 and 100
getDefaultParams() - Method in class com.smartgwt.client.data.DataSource
HTTP parameters that should be submitted with every DSRequest.
getDefaultParams() - Method in class com.smartgwt.client.data.OperationBinding
HTTP parameters that should be submitted with every DSRequest.
getDefaultPickMode() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The ColorPicker can operate in either a "simple" mode (where it displays just the 40 basic colors and allows the user to click one), or a "complex" mode (where the user can specify a color from anywhere in the spectrum, with an optional alpha element).
getDefaultProperties() - Method in class com.smartgwt.client.widgets.grid.ListGridEditorContext
Default FormItem properties to apply to the editor for this cell.
getDefaultQuantity() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Default quantity to show in the quantityField.
getDefaultResizeBars() - Method in class com.smartgwt.client.widgets.layout.Layout
Policy for whether resize bars are shown on members by default.
getDefaultToFirstOption() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Select the first option as the default value for this ComboBoxItem.
getDefaultToFirstOption() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Select the first option as the default value for this SelectItem.
getDefaultTransformResponse(DSRequest) - Method in class com.smartgwt.client.data.RequestTransformer
Return the result of the default transformed response.
getDefaultValue() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Static default value for this ComboBoxItem.
getDefaultValue() - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
Header text
getDefaultValue() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Static default value for this SelectItem.
getDefaultValue() - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
Default value for this sliderItems is 1.
getDefaultWidth() - Method in class com.smartgwt.client.widgets.Canvas
For custom components, establishes a default width for the component.
getDefaultWidth() - Method in class com.smartgwt.client.widgets.Dialog
 
getDefaultWidth() - Method in class com.smartgwt.client.widgets.menu.Menu
The default menu width.
getDeltaX() - Method in class com.smartgwt.client.widgets.events.MovedEvent
horizontal difference between current and previous position
getDeltaX() - Method in class com.smartgwt.client.widgets.events.ParentMovedEvent
horizontal difference between current and previous position
getDeltaY() - Method in class com.smartgwt.client.widgets.events.MovedEvent
vertical difference between current and previous position
getDeltaY() - Method in class com.smartgwt.client.widgets.events.ParentMovedEvent
vertical difference between current and previous position
getDependentFields() - Method in class com.smartgwt.client.widgets.form.validator.Validator
User-defined list of fields on which this validator depends.
getDescendantFolders() - Method in class com.smartgwt.client.widgets.tree.Tree
Ruturns the list of all descendants of a node that are folders.
getDescendantFolders(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Ruturns the list of all descendants of a node that are folders.
getDescendantLeaves() - Method in class com.smartgwt.client.widgets.tree.Tree
Returns the list of all descendants of a node that are leaves.
getDescendantLeaves(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Returns the list of all descendants of a node that are leaves.
getDescendants() - Method in class com.smartgwt.client.widgets.tree.Tree
Returns the list of all descendants of a node.
getDescendants(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Returns the list of all descendants of a node.
getDescription() - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
String which represents the description of a CalendarEvent The name of this field within the CalendarEvent can be changed via descriptionField
getDescriptionField() - Method in class com.smartgwt.client.data.DataSource
Name of the field that has a long description of the record, or has the primary text data value for a record that represents an email message, SMS, log or similar.
getDescriptionField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the description field in a CalendarEvent.
getDescriptionField() - Method in class com.smartgwt.client.widgets.tableview.TableView
Field to display as part of individual record in all RecordLayouts except "titleOnly".
getDestroyed() - Method in class com.smartgwt.client.widgets.Canvas
If this property is set to true, the destroy() method has been called on this canvas.
getDestroying() - Method in class com.smartgwt.client.widgets.Canvas
This property is set to true when the Canvas.destroy method is called on a widget.
getDestroyOnClose() - Method in class com.smartgwt.client.widgets.layout.Portlet
Whether to call destroy() when closing the Portlet.
getDestroyPanes() - Method in class com.smartgwt.client.widgets.tab.TabSet
Whether destroy() should be called on pane when it a tab is removed via TabSet.removeTab}.
getDetail() - Method in class com.smartgwt.client.data.DataSourceField
Whether this field should be considered a "detail" field by a DataBoundComponent.
getDetailDS() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is true and listGrid.expansionMode is "related", this property specifies the dataSource for the related records grid to be shown embedded in expanded records.
getDetailDS() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
The default value of recordDetailDSProperty.
getDetailField() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The field whose contents to show in the expanded portion of a record when canExpandRecords is true and listGrid.expansionMode is detailField.
getDetailNavigationControl() - Method in class com.smartgwt.client.widgets.layout.SplitPane
Navigation control that appears only when the navigation pane is not showing (showing detail pane on handset, or portrait mode on tablet).
getDetailPane() - Method in class com.smartgwt.client.widgets.layout.SplitPane
The right-hand of the two panes managed by this widget, used for viewing details.
getDetailsButtonTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the edit button in the quick event dialog
getDetailToolButtons() - Method in class com.smartgwt.client.widgets.layout.SplitPane
Tool buttons to display in the detail detailToolStrip.
getDetailViewerProperties() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Properties for the DetailViewer that is automatically created to render the contents of tiles by default.
getDialogWidth() - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Width for the "other value" prompt dialog.
getDirection() - Method in class com.smartgwt.client.widgets.layout.events.NavigationClickEvent
 
getDisableCacheSync() - Method in class com.smartgwt.client.data.ResultSet
By default when the data of this ResultSet's dataSource is modified, the ResultSet will be updated to display these changes.
getDisabled() - Method in class com.smartgwt.client.data.Hilite
Whether this hilite is currently disabled.
getDisabled() - Method in class com.smartgwt.client.widgets.Canvas
If set to true, the widget will be disabled.
getDisabled() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Whether this item is disabled.
getDisabled() - Method in class com.smartgwt.client.widgets.tab.Tab
If specified, this tab will initially be rendered in a disabled state.
getDisabledCursor() - Method in class com.smartgwt.client.widgets.Canvas
Specifies the cursor image to display when the mouse pointer is over this widget if this widget is disabled.
getDisableValidation() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If set to true, client-side validators will not run on the form when validate() is called.
getDisableValidation() - Method in class com.smartgwt.client.widgets.form.ValuesManager
If set to true, client-side validators will not run on the form when validate() is called.
getDisableWeekends() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If set, weekend days appear in disabled style and events cannot be created on weekends.
getDisableWeekends() - Method in class com.smartgwt.client.widgets.DateChooser
Whether it should be valid to pick a weekend day.
getDiscardEditsSaveButtonTitle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If confirmDiscardEdits is true this is the title for the save button appearing in the lost edits confirmation dialog.
getDiscardParentlessNodes() - Method in class com.smartgwt.client.widgets.tree.Tree
If this tree has modelType:"parent", should nodes in the data array for the tree be dropped if they have an explicitly specified value for the parentIdField which doesn't match any other nodes in the tree.
getDismissOnEscape() - Method in class com.smartgwt.client.widgets.Window
Should this window be dismissed (same effect as pressing the "Cancel" button) when the user presses the "Escape" key? Behavior will only occur while the window or one of its descendants has focus, and does not cancel the Escape keypress.
getDismissOnOutsideClick() - Method in class com.smartgwt.client.widgets.Window
If true, a click outside the bounds of the Window will have the same effect as pressing its cancel button.
Note: Applies only to modal windows.
getDisplayField() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Specifies an alternative field from which display values should be retrieved for this item.
getDisplayField() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Specifies an alternative field from which display values should be retrieved for this item.
getDisplayField() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Specifies an alternative field from which display values should be retrieved for this item.
If this item is not databound (optionDataSource is unset), or bound to the same dataSource as the form as a whole, this is implemented by picking up the value of the specified field from the Form's values object.
Otherwise this item will attempt to map its underlying value to a display value by retrieving a record from the optionDataSource where the valueField matches this item's value, and displaying the displayField value from that record.
This essentially enables the specified optionDataSource to be used as a server based ${isc.DocUtils.linkForRef('group:valueMap')}.
getDisplayField() - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
Specifies an alternative field from which display values should be retrieved for this item.
If this item is not databound (dataSource is unset), this is implemented by picking up the value of the specified field from the valueTree.
Otherwise this item will attempt to map its underlying value to a display value by retrieving a record from the dataSource where the valueField matches this item's value, and displaying the displayField value from that record.
getDisplayField() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Specifies an alternative field from which display values should be retrieved for this item.
getDisplayField() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Specifies the optionDataSource field used to retrieve the display values that are to be mapped from the internal values specified by valueField.
getDisplayFieldName() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Returns the displayField for this form item.
getDisplayFieldName() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Returns the displayField for this form item.
getDisplayFieldName() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Returns the displayField for this form item.
getDisplayFieldName() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Returns the displayField for this form item.
getDisplayFormat() - Method in class com.smartgwt.client.widgets.form.fields.DateTimeItem
This property can be used to customize the format in which datetimes are displayed.
Should be set to a standard DateDisplayFormat or a function which will return a formatted date time string.
getDisplayFormat() - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
What format should this item's time string be presented in?
getDisplayNodeType() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Specifies the type of nodes displayed in the treeGrid.
getDisplayValue(String, Object) - Method in class com.smartgwt.client.data.DataSource
Given a fieldName and a dataValue, apply any valueMap for the field and return the display value for the field.
getDisplayValue() - Method in class com.smartgwt.client.widgets.form.fields.events.ShowValueEvent
new display-value for the item.
getDisplayValue() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Returns this item's value with any valueMap applied to it - the value as currently displayed to the user.
getDisplayValue(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Returns this item's value with any valueMap applied to it - the value as currently displayed to the user.
getDisplayValue(String, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a field with a specified com.smargwt.client.widgets.grid.ListGridField#setValueMap(),valueMap or com.smartgwt.client.widgets.grid.ListGridField#setDisplayField(),displayField, this method will return the display value for any underlying data value.
getDisplayValue(String, float) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a field with a specified com.smargwt.client.widgets.grid.ListGridField#setValueMap(),valueMap or com.smartgwt.client.widgets.grid.ListGridField#setDisplayField(),displayField, this method will return the display value for any underlying data value.
getDisplayValue(String, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a field with a specified com.smargwt.client.widgets.grid.ListGridField#setValueMap(),valueMap or com.smartgwt.client.widgets.grid.ListGridField#setDisplayField(),displayField, this method will return the display value for any underlying data value.
getDisplayValue(String, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a field with a specified com.smargwt.client.widgets.grid.ListGridField#setValueMap(),valueMap or com.smartgwt.client.widgets.grid.ListGridField#setDisplayField(),displayField, this method will return the display value for any underlying data value.
getDisplayValue(String, Date) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a field with a specified com.smargwt.client.widgets.grid.ListGridField#setValueMap(),valueMap or com.smartgwt.client.widgets.grid.ListGridField#setDisplayField(),displayField, this method will return the display value for any underlying data value.
getDOM() - Method in class com.smartgwt.client.widgets.BaseWidget
 
getDoubleClickDelay() - Method in class com.smartgwt.client.widgets.Canvas
Amount of time (in msec) between which two clicks are considered a single click
getDoubleValueFromJavaScriptObjectArray(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
getDoughnutRatio() - Method in class com.smartgwt.client.widgets.chart.FacetChart
If showing a doughnut hole (see showDoughnut), ratio of the size of the doughnut hole to the size of the overall pie chart, as a number between 0 to 1.
getDownloadResult() - Method in class com.smartgwt.client.rpc.RPCRequest
If enabled, causes the RPCRequest to download the requested resource as a file, either showing the browser's Save dialog or displaying the file-content in a new browser window.
getDownloadToNewWindow() - Method in class com.smartgwt.client.rpc.RPCRequest
When downloadResult is true, setting this attribute to true causes the content of the downloaded file to be displayed in a new browser window.
getDragAppearance() - Method in class com.smartgwt.client.widgets.Canvas
Visual appearance to show when the object is being dragged.
getDragData() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getDragData() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
During a drag-and-drop interaction, this method returns the set of records being dragged out of the component.
getDragData() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getDragData() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getDragData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getDragData() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getDragData() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getDragDataAction() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getDragDataAction() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Indicates what to do with data dragged into another DataBoundComponent.
getDragDataAction() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getDragDataAction() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getDragDataAction() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getDragDataAction() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getDragDataAction() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Indicates what to do with data dragged into another DataBoundComponent.
getDragDataAction() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getDragIntersectStyle() - Method in class com.smartgwt.client.widgets.Canvas
This indicates how the system will test for droppable targets: either by intersection with the mouse or intersection with the rectangle of the dragMoveTarget.
getDragOpacity() - Method in class com.smartgwt.client.widgets.Canvas
If this widget has dragAppearance "target", this value specifies the opacity to render the target while it is being dragged.
getDragRect() - Static method in class com.smartgwt.client.util.EventHandler
During a drag with dragAppearance of either "target" or "outline", returns the page-relative coordinates of whatever element is being dragged.
getDragRepositionCursor() - Method in class com.smartgwt.client.widgets.Canvas
Cursor to switch to if the mouse is over a widget that is drag repositionable.
getDragScrollDelay() - Method in class com.smartgwt.client.widgets.Canvas
If this widget supports drag-scrolling, This property specifies how many ms the user must hover over the drag-scroll threshold before scrolling begins.
getDragStartDistance() - Method in class com.smartgwt.client.widgets.Canvas
Number of pixels the cursor needs to move before the EventHandler starts a drag operation.
getDragTarget() - Static method in class com.smartgwt.client.util.EventHandler
Returns the current dragTarget.
getDragTarget() - Method in class com.smartgwt.client.widgets.Canvas
A different widget that should be actually dragged when dragging initiates on this widget.
getDragTrackerMode() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When records are being dragged from within a ListGrid, what sort of drag-tracker should be displayed?
Note that if multiple records are being dragged the displayed tracker will be based on the first selected record.
getDragTrackerStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getDragTrackerStyle() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
CSS Style to apply to the drag tracker when dragging occurs on this component.
getDragTrackerStyle() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getDragTrackerStyle() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getDragTrackerStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getDragTrackerStyle() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getDragTrackerStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getDragTrackerTitle(ListGridRecord, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return "title" HTML to display as a drag tracker when the user drags some record.
Default implementation will display the cell value for the title field (see ListGrid.getTitleField) for the record(s) being dragged (including any icons / custom formatting / styling, etc).
getDragTrackerTitle(ListGridRecord, int) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Return "title" HTML to display as a drag tracker when the user drags some record.
Default implementation will display the cell value for the title field (see ListGrid.getTitleField) for the record(s) being dragged (including any icons / custom formatting / styling, etc).
getDragType() - Method in class com.smartgwt.client.widgets.Canvas
The "type" of thing given as a string that can be dragged from this widget.
getDrawAheadRatio() - Method in class com.smartgwt.client.widgets.grid.ListGrid
How far should we render rows ahead of the currently visible area? This is expressed as a ratio from viewport size to rendered area size.
getDrawAllMaxCells() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If drawing all rows would cause less than drawAllMaxCells cells to be rendered, the full dataset will instead be drawn even if showAllRecords is false and the viewport size and drawAheadRatio setting would normally have caused incremental rendering to be used.
getDrawArea() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the extents of the rows and columns current visible in this grid's viewport.
getDrawnRowHeight(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the drawn height of a row.
getDrawnRows() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the rows that are currently drawn (exist in the DOM), as an array of [firstRowNum, lastRowNum].
getDropCacheOnUpdate() - Method in class com.smartgwt.client.data.ResultSet
Whether to discard all cached rows when a modification operation (add, update, remove) occurs on the ResultSet's DataSource.
getDropComponent(Canvas, int) - Method in class com.smartgwt.client.widgets.layout.Layout
 
getDropExtraFields() - Method in class com.smartgwt.client.data.DataSource
Indicates that for server responses, for any data being interpreted as DataSource records, only data that corresponds to declared fields should be retained; any extra fields should be discarded.
getDropFolder() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
When the user is dragging a droppable element over this grid, this method returns the folder which would contain the item if dropped.
getDropIconSuffix() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If showDropIcons is true, this suffix will be appended to the folderIcon when the user drop-hovers over some folder.
getDropIconSuffix() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If showDropIcons is true, this suffix will be appended to the folderIcon when the user drop-hovers over some folder.
getDropLineThickness() - Method in class com.smartgwt.client.widgets.layout.Layout
Thickness, in pixels of the dropLine shown during drag and drop when canDropComponents is set to true.
getDropPortlet(Canvas, Integer, Integer, Integer) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
This method is called when the user drops components into the rows or columns of this PortalLayout.
getDropPosition() - Method in class com.smartgwt.client.widgets.layout.Layout
Get the position a new member would be dropped.
getDropRecords() - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
records being dropped
getDropValues() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getDropValues() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
When an item is dropped on this component, and addDropValues is true and both the source and target widgets are databound, either to the same DataSource or to different DataSources that are related via a foreign key, this object provides the "drop values" that SmartGWT will apply to the dropped object before updating it.
getDropValues() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getDropValues() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getDropValues() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getDropValues() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getDropValues() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getDsResponse() - Method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
for DataSource saves, DSResponse object returned
getDsResponse() - Method in class com.smartgwt.client.widgets.grid.events.EditFailedEvent
DSResponse, for saves through a DataSource
getDuplicateDragMessage() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getDuplicateDragMessage() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Message to show when a user attempts to transfer duplicate records into this component, and preventDuplicates is enabled.
getDuplicateDragMessage() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getDuplicateDragMessage() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getDuplicateDragMessage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getDuplicateDragMessage() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getDuplicateDragMessage() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getDynamicContents() - Method in class com.smartgwt.client.widgets.Canvas
Dynamic contents allows the contents string to be treated as a simple, but powerful template.
getDynamicContents() - Method in class com.smartgwt.client.widgets.HTMLFlow
Dynamic contents allows the contents string to be treated as a simple, but powerful template.
getDynamicContents() - Method in class com.smartgwt.client.widgets.Label
Dynamic contents allows the contents string to be treated as a simple, but powerful template.
getEdgeBackgroundColor() - Method in class com.smartgwt.client.widgets.Canvas
Background color for the EdgedCanvas created to decorate this component.
getEdgeBottom() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Height in pixels for bottom corners and edges.
getEdgeCenterBackgroundColor() - Method in class com.smartgwt.client.widgets.Canvas
Background color for the center section only.
getEdgeColor() - Method in class com.smartgwt.client.widgets.EdgedCanvas
CSS color (WITHOUT "#") for the edges.
getEdgeImage() - Method in class com.smartgwt.client.widgets.Canvas
Base name of images for edges.
getEdgeImage() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Base name of images for edges.
getEdgeLeft() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Height in pixels for left corners and edges.
getEdgeMarginSize() - Method in class com.smartgwt.client.widgets.Canvas
How far into the edge of an object do we consider the "edge" for drag resize purposes?
getEdgeOffset() - Method in class com.smartgwt.client.widgets.Canvas
Amount the contained Canvas should be offset.
getEdgeOffsetBottom() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Amount the contained Canvas should be offset from the bottom.
getEdgeOffsetLeft() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Amount the contained Canvas should be offset from the left.
getEdgeOffsetRight() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Amount the contained Canvas should be offset from the right.
getEdgeOffsetTop() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Amount the contained Canvas should be offset from the top.
getEdgeOpacity() - Method in class com.smartgwt.client.widgets.Canvas
Opacity of the edges.
getEdgeRight() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Height in pixels for right corners and edges.
getEdgeShowCenter() - Method in class com.smartgwt.client.widgets.Canvas
Whether to show media in the center section, that is, behind the decorated Canvas.
getEdgeSize() - Method in class com.smartgwt.client.widgets.Canvas
Size in pixels for corners and edges
getEdgeStyleName() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Optional property specifying the CSS ClassName to apply to the various parts of this edged canvas (top, bottom, corners, sides and center).
getEdgeTop() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Height in pixels for top corners and edges.
getEditByCell() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
CubeGrids only support editing by cell.
getEditByCell() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Determines whether when the user edits a cell in this listGrid the entire row becomes editable, or just the cell that received the edit event.
getEditCol() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the index of the column being edited or -1 if there is no edit col.
getEditCompletionEvent() - Method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
Event that led to the save
getEditCompletionEvent() - Method in class com.smartgwt.client.widgets.grid.events.EditFailedEvent
Edit completion event that led to the save attempt
getEditCompletionEvent() - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
What interaction triggered this edit cell exit
getEditCompletionEvent() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
How was the edit completion fired?
getEditCriteriaInInnerForm() - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
Flag to disable the criteria editing overrides described in CanvasItem.getCriterion whereby if this item contains a DynamicForm as its canvas, it will be used to edit nested AdvancedCriteria automatically.
getEditedCell(int, int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns the current value of a cell.
getEditedCell(Record) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns the current value of a cell.
getEditedCell(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current value of a cell.
getEditedCell(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current value of a cell.
getEditedCell(Record, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current value of a cell.
getEditedCell(Record, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current value of a cell.
getEditedRecord(int, int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns the combination of unsaved edits (if any) and original values (if any) for a given cell being edited.
getEditedRecord(Record) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns the combination of unsaved edits (if any) and original values (if any) for a given cell being edited.
getEditedRecord(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the combination of unsaved edits (if any) and original values (if any) for a given row being edited.
getEditedRecord() - Method in class com.smartgwt.client.widgets.grid.ListGridEditorContext
Similar to ListGrid#getEditedRecord(), this method returns a copy of the record being edited, with unsaved edit values applied.
getEditEvent() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Event that will trigger inline editing, see ListGridEditEvent for options.
getEditFailedBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
A base name for the CSS class applied to cells when editing has failed.
If this listGrid is editable, this style will be applied to any edited cells for which validation failed.
As with the default 'baseStyle' property, this style will have "Dark", "Over", "Selected", or "Disabled" appended to it according to the state of the cell.
If null, cells for which editing has failed will be rendered using the normal base style classNames, but with custom CSSText applied as derived from this.editFailedCSSText
getEditFailedCSSText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Custom CSS text to be applied to cells when editing has failed.
If this listGrid is editable, this css text will be applied to any edited cells for which validation failed, on top of the base style for the cell.
For further customization of styling for cells that failed editing validation, use this.editFailedBaseStyle instead.
getEditField() - Method in class com.smartgwt.client.widgets.grid.ListGridEditorContext
Returns the field in which the editor will be displayed
getEditFormItem(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Method to retrieve a live edit form item for an editable ListGrid.
getEditFormItem(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Method to retrieve a live edit form item for an editable ListGrid.
getEditFormulaFieldText() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getEditFormulaFieldText() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Text for a menu item allowing users to edit a formula field
getEditFormulaFieldText() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getEditFormulaFieldText() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getEditFormulaFieldText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getEditFormulaFieldText() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getEditFormulaFieldText() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getEditOnF2Keypress() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we start editing when the widget has focus and the user presses the "f2" key (if this ListGrid supports editing)?
getEditOnFocus() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we start editing when this widget receives focus (if this ListGrid supports editing)?
getEditor(ListGridEditorContext) - Method in interface com.smartgwt.client.widgets.grid.ListGridEditorCustomizer
This method fires when the editor for a cell in an editable grid is being displayed, and allows developers to customize the FormItem displayed to the user dynamically depending on the row being edited as well as just the field.
getEditorIconHeight() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is editable, this property will be passed to editors displayed for cells within this field as iconHeight.
If this property unset, the iconHeight property from the editor can be picked up from iconHeight instead.
getEditorIconWidth() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is editable, this property will be passed to editors displayed for cells within this field as iconWidth.
If this property unset, the iconWidth property from the editor can be picked up from iconWidth instead.
getEditorImageURLPrefix() - Method in class com.smartgwt.client.widgets.grid.ListGridField
When some cell in this field is being edited, this property can be used to apply an explicit imageURLPrefix to the editor in question.
getEditorImageURLSuffix() - Method in class com.smartgwt.client.widgets.grid.ListGridField
When some cell in this field is being edited, this property can be used to apply an explicit imageURLSuffix to the editor in question.
getEditorType(DataSourceField, OperatorId) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Returns the type of editor to use for the field.
getEditorTypeConfig() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getEditorValueIconHeight() - Method in class com.smartgwt.client.widgets.grid.ListGridField
When some cell in this field is being edited, setting this property will specify the height for value icons in the cell's editor.
getEditorValueIconWidth() - Method in class com.smartgwt.client.widgets.grid.ListGridField
When some cell in this field is being edited, setting this property will specify the width for value icons in the cell's editor.
getEditorValueMap(Map, ListGridField, ListGrid) - Method in interface com.smartgwt.client.widgets.grid.EditorValueMapFunction
 
getEditPendingBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
A base name for the CSS class applied to cells containing pending (unsaved) edits
As with the default 'baseStyle' property, this style will have "Dark", "Over", "Selected", or "Disabled" appended to it according to the state of the cell.
getEditPendingCSSText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Custom CSS text to be applied to cells with pending edits that have not yet been submitted.
For further customization of styling for cells with pending edits use this.editPendingBaseStyle instead.
getEditRow() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the index of the row being edited or -1 if there is no current edit row.
getEditSummaryFieldText() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getEditSummaryFieldText() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Text for a menu item allowing users to edit the formatter for a field
getEditSummaryFieldText() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getEditSummaryFieldText() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getEditSummaryFieldText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getEditSummaryFieldText() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getEditSummaryFieldText() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getEditValue(int, int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns the current temporary locally stored edit value for a cell being edited.
getEditValue(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current temporary locally stored edit value for some field within a record being edited.
getEditValue(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current temporary locally stored edit value for some field within a record being edited.
getEditValueAsBoolean(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current temporary locally stored edit value for some field within a record being edited.
getEditValueAsDate(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current temporary locally stored edit value for some field within a record being edited.
getEditValueAsFloat(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current temporary locally stored edit value for some field within a record being edited.
getEditValueAsInt(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current temporary locally stored edit value for some field within a record being edited.
getEditValueAsRecord(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current temporary locally stored edit value for some field within a record being edited.
getEditValueAsRecordArray(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current temporary locally stored edit value for some field within a record being edited.
getEditValueAsString(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current temporary locally stored edit value for some field within a record being edited.
getEditValues() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorEnterEvent
 
getEditValues(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current set of unsaved edits for a given row being edited.
getEditValues(Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current set of unsaved edits for a given row being edited.
getElement() - Method in class com.smartgwt.client.widgets.BaseWidget
 
getElement(boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getElementValueFromJavaScriptObjectArray(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
This is used to access Element array as JavaScriptObject
getEmptyCellValue() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The value to display for cells whose value is null or the empty string after applying formatCellValue and valueMap (if any).
getEmptyCellValue() - Method in class com.smartgwt.client.widgets.grid.ListGridField
The value to display for a cell whose value is null or the empty string after applying formatCellValue and valueMap (if any).
getEmptyCellValue() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Text to show for an empty cell
getEmptyDisplayValue() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Text to display when this form item has a null or undefined value.
getEmptyMenuMessage() - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
This message will be displayed as a single, disabled option in any empty menu/submenu created from this item's data tree.
getEmptyMessage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The string to display in the body of a listGrid with an empty data array, if showEmptyMessage is true.
getEmptyMessage() - Method in class com.smartgwt.client.widgets.menu.Menu
Message to show when a menu is shown with no items.
getEmptyMessage() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
The string to display in the body of a detailViewer with no records.
getEmptyMessageStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The CSS style name applied to the emptyMessage if displayed.
getEmptyMessageStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style to display this message in
getEmptyPickListHeight() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Height for an empty pick list (showing the empty message), if the pick list has no records and hideEmptyPickList is false.
getEmptyPickListHeight() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Height for an empty pick list (showing the empty message), if the pick list has no records and hideEmptyPickList is false.
getEmptyPickListHeight() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Height for an empty pick list (showing the empty message), if the pick list has no records and hideEmptyPickList is false.
getEmptyPickListMessage() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Empty message to display in the pickList if hideEmptyPickList is false.
getEmptyPickListMessage() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Empty message to display in the pickList if hideEmptyPickList is false.
getEmptyPickListMessage() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Empty message to display in the pickList if hideEmptyPickList is false.
getEmptyValueIcon() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
This property allows the developer to specify an icon to display when this item has no value.
getEnableCharting() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If set to true, context menu items will be included on the cells and headers providing the user with an option to create a chart of the cubeGrid's data set.
getEnabled() - Method in class com.smartgwt.client.widgets.cube.CellRecord
Default property name denoting whether this record is enabled.
getEnabled() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Default property name denoting whether this record is enabled.
getEnabled() - Method in class com.smartgwt.client.widgets.menu.MenuItem
Affects the visual style and interactivity of the menu item.
getEnabled() - Method in class com.smartgwt.client.widgets.tree.TreeNode
Default property name denoting whether this record is enabled.
getEncoding() - Method in class com.smartgwt.client.widgets.form.DynamicForm
encoding for the form, use MULTIPART_ENCODING for file upload forms
getEndDate() - Method in class com.smartgwt.client.data.DateRange
Returns the end date or null if open ended.
getEndDate() - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
Date object which represents the end date of a CalendarEvent The name of this field within the CalendarEvent can be changed via endDateField
getEndDate() - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundClickEvent
end datetime of the selected slot
getEndDate() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Maximum date the selectors will allow the user to pick.
getEndDate() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Maximum date the selectors will allow the user to pick.
getEndDateField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the end date field in a CalendarEvent.
getEndRow() - Method in class com.smartgwt.client.data.DSRequest
End row of requested results, used only with fetch operations.
getEndRow() - Method in class com.smartgwt.client.data.DSResponse
End row of returned server results, when using paged result fetching
getEndRow() - Method in class com.smartgwt.client.data.events.DataArrivedEvent
ending index of rows that have just loaded, non-inclusive
getEndRow() - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
These items are in a row by themselves by default
getEndRow() - Method in class com.smartgwt.client.widgets.form.fields.events.DataArrivedEvent
index of last row returned by the server
getEndRow() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Whether this item should end the row it's in in the form layout
getEndRow() - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
these items are in a row by themselves by default
getEndRow() - Method in class com.smartgwt.client.widgets.form.fields.RichTextItem
By default RichTextItems take up an entire row
getEndRow() - Method in class com.smartgwt.client.widgets.form.fields.RowSpacerItem
these items are in a row by themselves by default
getEndRow() - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
these items are in a row by themselves by default
getEndRow() - Method in class com.smartgwt.client.widgets.grid.events.DataArrivedEvent
ending index of the newly loaded set of rows (non inclusive).
getEndThumbOverlap() - Method in class com.smartgwt.client.widgets.Scrollbar
Number of pixels the thumb is allowed to overlap the buttons at the end of the track.
getEndYear() - Method in class com.smartgwt.client.widgets.DateChooser
Last year that may be selected.
getEnforceDate() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Can this field be set to a non-date value [other than null]?
getEnforcePolicy() - Method in class com.smartgwt.client.widgets.layout.Layout
Whether the layout policy is continuously enforced as new members are added or removed and as members are resized.
getEnforceVClipping() - Method in class com.smartgwt.client.widgets.grid.ListGrid
For performance reasons, even when fixedRecordHeights is set, vertical clipping is not enforced by default for some kinds of content (such as images) on all browsers.
getEnteredValue() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Returns the raw text value typed into this form field, which can differ from FormItem.getValue in various cases - for example: for items that constrain the value range, such as a DateItem with enforceDate:true, or a ComboBoxItem with addUnknownValues:false for items with a defined valueMap or edit value formatter and parser functions which converts display value to data value while the item has focus if changeOnKeypress is false
getEnteredValue() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Returns the raw text value typed into this items text field if useTextField is true (otherwise returns the result of this.getValue()).
getEnteredValue() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Returns the raw text value typed into this items value text field
getEnteredValue() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Returns the raw text value typed into this form field, which can differ from FormItem.getValue in various cases - for example: for items that constrain the value range, such as a DateItem with enforceDate:true, or a ComboBoxItem with addUnknownValues:false for items with a defined valueMap or edit value formatter and parser functions which converts display value to data value while the item has focus if changeOnKeypress is false
getEnteredValue() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Returns the raw text value typed into this form field, which can differ from FormItem.getValue in various cases - for example: for items that constrain the value range, such as a DateItem with enforceDate:true, or a ComboBoxItem with addUnknownValues:false for items with a defined valueMap or edit value formatter and parser functions which converts display value to data value while the item has focus if changeOnKeypress is false
getEnterKeyEditAction() - Method in class com.smartgwt.client.widgets.grid.ListGrid
What to do when a user hits enter while editing a cell: "nextCell": start editing the next editable cell in this record (or the first editable cell in the next record if focus is in the last editable cell in the row) "nextRow": start editing the same field in the next row (skipping any rows where that would be a non-editable cell.
getEnterKeyEditAction() - Method in class com.smartgwt.client.widgets.grid.ListGridField
What to do when a user hits enter while editing this field?
Overrides the enterKeyEditAction as specified at the listGrid level while focus is in this field.
getEnum(T[], String) - Static method in class com.smartgwt.client.util.EnumUtil
 
getEnumCriteriaAsInitialValues() - Method in class com.smartgwt.client.widgets.grid.ListGrid
In a ListGrid that has a DataSource and has filter criteria that include values for fields declared as type "enum" in the DataSource, by default a newly edited row will use those filter criteria as initial values.
getEnums(T[], String[]) - Static method in class com.smartgwt.client.util.EnumUtil
 
getErrorHTML(String[]) - Method in interface com.smartgwt.client.widgets.form.FormItemErrorFormatter
Output the HTML for an error message in a form element.
getErrorIconHeight() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Height of the error icon, if we're showing icons when validation errors occur.
getErrorIconSrc() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
URL of the image to show as an error icon, if we're showing icons when validation errors occur.
getErrorIconWidth() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Height of the error icon, if we're showing icons when validation errors occur.
getErrorItemCellStyle() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If showInlineErrors is false we show all errors for the form item in a single item rendered at the top of the form.
This attribute specifies the cellStyle to apply to this item.
getErrorMessageWidth() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When showInlineErrors and showErrorText are both true and errorOrientation is "left" or "right", errorMessageWidth is the amount to reduce the width of the editor to accommodate the error message and icon.
getErrors() - Method in class com.smartgwt.client.data.DSResponse
Server-side validation errors for an attempted "update" or "add" operation, as a JS Object where each property name is a field name from the record and each property value is an error message to be shown to the user.
getErrors() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Returns the set of errors.
getErrors() - Method in class com.smartgwt.client.widgets.form.events.HiddenValidationErrorsEvent
The set of errors returned - this is an object of the form
  {fieldName:errors}
Where the 'errors' object is either a single string or an array of strings containing the error messages for the field.
getErrors() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Returns the set of errors for this valuesManager.
getErrorsPreamble() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If showInlineErrors is false we show all errors for the form item in a single item rendered at the top of the form.
This attribute specifies an introductory string rendered out before the individual error messages.
getEscapeHTML() - Method in class com.smartgwt.client.data.DataSourceField
When data values are displayed in DataBound components, by default strings will be interpreted as HTML by the browser in most cases.
getEscapeHTML() - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
By default HTML values in a staticTextItem will be interpreted by the browser.
getEscapeHTML() - Method in class com.smartgwt.client.widgets.grid.ListGridField
By default HTML values in ListGrid cells will be interpreted by the browser.
getEscapeHTML() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
By default HTML values in DetailViewer cells will be interpreted by the browser.
getEscapeKeyEditAction() - Method in class com.smartgwt.client.widgets.grid.ListGrid
What to do when a user hits escape while editing a cell: "cancel": close the editor and discard the current set of edit values "done": just close the editor (the edit is complete, but the edited values are retained).
getEscapeKeyEditAction() - Method in class com.smartgwt.client.widgets.grid.ListGridField
What to do when a user hits escape while editing this field?
Overrides the escapeKeyEditAction as specified at the listGrid level while focus is in this field.
getEvalResult() - Method in class com.smartgwt.client.rpc.RPCRequest
This works similarly to serverOutputAsString except the resulting String is automatically evaluated as JavaScript.
getEvalScriptBlocks() - Method in class com.smartgwt.client.widgets.HTMLFlow
If evalScriptBlocks is true, HTMLFlow will pre-process the loaded HTML in order to mimic how the HTML would execute if it were loaded as an independent page or loaded via an IFRAME.
getEvent() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventAdded
the event that was added
getEvent() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventChangedEvent
the event that changed
getEvent() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventClick
event that was clicked on
getEvent() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventMoved
 
getEvent() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick
event that was clicked on
getEvent() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoved
the event that was removed
getEvent() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventResized
 
getEventAutoArrange() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If set to true, enables the auto-arrangement of events that share time in the calendar.
getEventColumn() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns the column number of the most recent mouse event.
getEventColumn(int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns the column number of the most recent mouse event.
getEventColumn() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the column number of the most recent mouse event.
getEventColumn(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the column number of the most recent mouse event.
getEventId() - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
 
getEventItem() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If the current mouse event occurred over an item in this dynamicForm, returns that item.
getEventItemInfo(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If the current mouse event occurred over an item, or the title of an item in this dynamicForm, return details about where the event occurred.
getEventNameFieldTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the event name field in the quick event dialog
getEventOverlap() - Method in class com.smartgwt.client.widgets.calendar.Calendar
When eventAutoArrange is true, setting eventOverlap to true causes events that share timeslots to overlap each other by a percentage of their width, specified by eventOverlapPercent.
getEventOverlapIdenticalStartTimes() - Method in class com.smartgwt.client.widgets.calendar.Calendar
When set to true, events that start at the same time will not overlap each other to prevent events having their close button hidden
getEventOverlapPercent() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The size of the overlap, presented as a percentage of the width of events sharing timeslots
getEventRow() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns the row number of the most recent mouse event.
getEventRow(int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns the row number of the most recent mouse event.
getEventRow() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the row number of the most recent mouse event.
getEventRow(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the row number of the most recent mouse event.
getEventRow() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Returns the row number of the most recent mouse event.
getEventRow(int) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Returns the row number of the most recent mouse event.
getEvents() - Method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
events that fall on this day
getEvents() - Method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
events that fall on this day
getEventSnapGap() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Determines how many minutes an event can be moved or resized by.
getEventTypeField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the field which will determine the row in which this event will be displayed for the timelineView
getEventWindowStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to event windows within calendars.
getEventWindowStyle() - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
CSS style series to use for the draggable event window that represents this event.
getEventWindowStyleField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the field used to override eventWindowStyle for an individual CalendarEvent.
getExpandMargins() - Method in class com.smartgwt.client.widgets.tile.TileLayout
With LayoutPolicy:"fit", should margins be expanded so that tiles fill the available space in the TileLayout on the breadth axis? This can also affect tileWidth or tileHeight.
getExpansionCanEdit() - Method in class com.smartgwt.client.widgets.grid.ListGrid
For expansionModes that show another grid or tree, is that component editable?
getExpansionComponent(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Gets the embedded-component to show as a given record's expansionComponent.
getExpansionEditorSaveDialogPrompt() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When canExpandRecords is true and expansionMode is editor, the prompt to display when an expanded row is collapsed while it's nested editor has changed values.
getExpansionFieldFalseImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is set to true, this property determines the image to display in the expansion field for collapsed rows.
getExpansionFieldImageHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is set to true, this property may be set to govern the height of the expansion image displayed to indicate whether a row is expanded.
getExpansionFieldImageWidth() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is set to true, this property may be set to govern the width of the expansion image displayed to indicate whether a row is expanded.
getExpansionFieldTrueImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is set to true, this property determines the image to display in the expansion field for expanded rows.
getExpansionMode() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The ExpansionMode for records in this grid.
getExportAll() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getExportAll() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Setting exportAll to true prevents the component from passing it's list of fields to the export call.
getExportAll() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getExportAll() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getExportAll() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getExportAll() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getExportAll() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getExportAs() - Method in class com.smartgwt.client.data.DSRequest
The format in which the data should be exported.
getExportAs() - Method in class com.smartgwt.client.data.OperationBinding
The format in which the data should be exported.
getExportData() - Method in class com.smartgwt.client.data.DSRequest
Only applies to request properties passed to DataBoundComponent.exportClientData.
getExportDatesAsFormattedString() - Method in class com.smartgwt.client.data.DSRequest
Only applicable when exporting to native spreadsheet formats XLS and OOXML.
getExportDelimiter() - Method in class com.smartgwt.client.data.DSRequest
The character to use as a field-separator in CSV exports.
getExportDisplay() - Method in class com.smartgwt.client.data.DSRequest
Specifies whether the exported data will be downloaded to the file-system or displayed in a new window.
getExportFields() - Method in class com.smartgwt.client.data.DSRequest
The list of field-names to export.
getExportFields() - Method in class com.smartgwt.client.data.OperationBinding
The list of field-names to export.
getExportFields() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getExportFields() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
The list of field-names to export.
getExportFields() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getExportFields() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getExportFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getExportFields() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getExportFields() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getExportFilename() - Method in class com.smartgwt.client.data.DSRequest
The name of the file to save the exported data into.
getExportFilename() - Method in class com.smartgwt.client.data.OperationBinding
The name of the file to save the exported data into.
getExportFooter() - Method in class com.smartgwt.client.data.DSRequest
Optional text to appear at the end of the file.
getExportHeader() - Method in class com.smartgwt.client.data.DSRequest
Optional text to appear at the beginning of the file.
getExportRawValues() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Dictates whether the data in this grid should be exported raw by exportClientData().
getExportRawValues() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Dictates whether the data in this field should be exported raw by exportClientData().
getExportResults() - Method in class com.smartgwt.client.data.DSRequest
When set, causes the results of the DSRequest to be exported to a file, whose name and format are indicated by exportFilename and exportAs respectively.
getExportResults() - Method in class com.smartgwt.client.data.OperationBinding
When set, causes the results of the DataSource Operation to be exported to a file, whose name and format are indicated by exportFilename and exportAs respectively.
getExportTitle() - Method in class com.smartgwt.client.data.DataSourceField
Optional different field-title used for exports.
getExportTitleSeparatorChar() - Method in class com.smartgwt.client.data.DSRequest
The character with which to replace spaces in field-titles when exporting to XML.
getExportValueFields() - Method in class com.smartgwt.client.data.DSRequest
Only applies to request properties passed to DataBoundComponent.exportClientData.
getExpression() - Method in class com.smartgwt.client.widgets.form.validator.RegExpValidator
Return the expression.
getExtraHTML() - Method in class com.smartgwt.client.widgets.plugins.Applet
Any additional HTML you want to throw into the tag that specifies the applet element.
getExtraIcon(TreeNode) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Get an additional icon to show between the open icon and folder/node icon for a particular node.
getExtraIconGap() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The amount of gap (in pixels) between the extraIcon (see TreeGrid.getExtraIcon) or checkbox icon and the nodeIcon/ folderIcon or node text.
getExtraSpace() - Method in class com.smartgwt.client.widgets.Canvas
When this Canvas is included as a member in a Layout, extra blank space that should be left after this member in a Layout.
getExtraStuff() - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the additional attributes to write in the tag.
getFacet(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Get a facet definition by facetId.
getFacetId() - Method in class com.smartgwt.client.widgets.Canvas
If a Canvas is dropped onto a CubeGrid, and it has a facetId property specified then the Cube treats this as adding that facetId at the drop location.
getFacetId() - Method in class com.smartgwt.client.widgets.cube.events.FacetAddedEvent
facetId that was added
getFacetId() - Method in class com.smartgwt.client.widgets.cube.events.FacetMovedEvent
facetId which moved
getFacetId() - Method in class com.smartgwt.client.widgets.cube.events.FacetRemovedEvent
facetId that was removed
getFacetId() - Method in class com.smartgwt.client.widgets.cube.events.FixedFacetValueChangedEvent
facetId
getFacetId() - Method in class com.smartgwt.client.widgets.cube.events.SortByFacetIdEvent
ID of facet to sort
getFacetIds() - Method in class com.smartgwt.client.widgets.cube.FacetValueMap
Returns the array of all facet ids for which this facetValueMap currently contains mapping
getFacetLabelHoverAlign() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the horizontal text alignment of hover tips shown for facetLabels.
getFacetLabelHoverHeight() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If specified and this.showHover is true, this is the default height to apply to hover tips shown for facetLabels.
getFacetLabelHoverStyle() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the css class applied to hover tips shown for facet labels.
getFacetLabelHoverVAlign() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the vertical text alignment of hover tips shown for facetLabels.
getFacetLabelHoverWidth() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If specified and this.showHover is true, this is the default width to apply to hover tips shown for facetLabels.
getFacetsHavingSelection() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Return the list of facets that have any selection in their headers.
getFacetTitleAlign() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default alignment for facet labels.
getFacetValue(String, String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Get a facet value definition by facetId and facetValueId.
getFacetValueAlign() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default alignment for facet values (in headers).
getFacetValueHoverAlign() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the horizontal text alignment of hover tips shown for facet values.
getFacetValueHoverHeight() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If specified and this.showHover is true, this is the default height to apply to hover tips shown for facetValues.
getFacetValueHoverStyle() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the css class applied to hover tips shown for facet values.
getFacetValueHoverVAlign() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the vertical text alignment of hover tips shown for facet values.
getFacetValueHoverWidth() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If specified and this.showHover is true, this is the default width to apply to hover tips shown for facetValues.
getFacetValueId() - Method in class com.smartgwt.client.widgets.cube.events.FixedFacetValueChangedEvent
new fixed facet value
getFacetValues() - Method in class com.smartgwt.client.widgets.cube.events.FacetValueSelectionChangedEvent
facetValues with new selection state
getFacetValues() - Method in class com.smartgwt.client.widgets.cube.events.SortByFacetValuesEvent
facetValues to sort
getFacetValuesColumn(FacetValueMap) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Get the index of the first column in the grid that matches the specified FacetValueMap.
getFacetValuesRow(FacetValueMap) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Get the index of the first row in the grid that matches the specified FacetValueMap.
getFetchDataURL() - Method in class com.smartgwt.client.data.RestDataSource
Custom dataURL for fetch type operations
getFetchDelay() - Method in class com.smartgwt.client.data.ResultSet
Delay in milliseconds before fetching rows.
getFetchDelay() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
getFetchDelay() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
For a ComboBox or other pickList that accepts user-entered criteria, how many millseconds to wait after the last user keystroke before fetching data from the server.
getFetchDelay() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
 
getFetchDelay() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing the filterEditor (showFilterEditor is true), and we're re-filtering on every keypress (filterOnKeypress is true), this property is the delay in milliseconds between the user changing the filter and the filter request being kicked off.
getFetchDS(String, String) - Method in class com.smartgwt.client.data.WebService
Retrieve a DataSource that provides read-only access to records returned by a web service operation.
getFetchDS(String, String, OperationBinding) - Method in class com.smartgwt.client.data.WebService
Retrieve a DataSource that provides read-only access to records returned by a web service operation.
getFetchMissingValues() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this form item has a specified optionDataSource, should the item ever perform a fetch against this dataSource to retrieve the related record.
getFetchMode() - Method in class com.smartgwt.client.data.ResultSet
Mode of fetching records from the server.
getFetchOperation() - Method in class com.smartgwt.client.data.ResultSet
Operation this dataModel should use to fetch sets of objects
getFetchOperation() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getFetchOperation() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Operation ID this component should use when performing fetch operations.
getFetchOperation() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getFetchOperation() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getFetchOperation() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getFetchOperation() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getFetchOperation() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getFetchSubmenus() - Method in class com.smartgwt.client.widgets.menu.Menu
If false, submenus will not be fetched for this menu.
getFetchSubmenus() - Method in class com.smartgwt.client.widgets.menu.MenuItem
If false, no submenus will be fetched for this MenuItem.
getField(String) - Method in class com.smartgwt.client.data.DataSource
Return the field definition object.
getField() - Method in class com.smartgwt.client.data.SortSpecifier
The field name to which this sortSpecifier applies
getField(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getField() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
the field that was clicked on (field definition)
getField() - Method in class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
the field that was clicked on (field definition)
getField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a column number or field name, return the field definition.
getField(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a column number or field name, return the field definition.
getFieldDataSource() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If specified, the FilterBuilder will dynamically fetch DataSourceField definitions from this DataSource rather than using dataSource.
getFieldErrors(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Returns any validation errors for some field in this valuesManager.
getFieldErrors(String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Returns any validation errors for some field in this valuesManager.
getFieldForDataPath(String) - Method in class com.smartgwt.client.data.DataSource
Return the field definition object corresponding to the supplied dataPath
getFieldIdProperty() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Name of the field in the DetailViewerRecord which specifies the data property for that record.
getFieldName() - Method in class com.smartgwt.client.data.Criterion
Name of the field in each Record that this criterion applies to.
getFieldName() - Method in class com.smartgwt.client.data.Hilite
Name of the field, or array of fieldNames, this hilite should be applied to.
getFieldName() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Return the name for the this formItem.
getFieldName(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a column number or field id, return the field name of a field.
getFieldName(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a column number or field id, return the field name of a field.
getFieldNames() - Method in class com.smartgwt.client.data.DataSource
Retrieves the list of fields declared on this DataSource.
getFieldNames(boolean) - Method in class com.smartgwt.client.data.DataSource
Retrieves the list of fields declared on this DataSource.
getFieldNum() - Method in class com.smartgwt.client.widgets.grid.events.HeaderClickEvent
index of the field on which the click occurred.
getFieldNum() - Method in class com.smartgwt.client.widgets.grid.events.HeaderDoubleClickEvent
field number for the header that was clicked
getFieldNum() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
number of the field clicked on in the listGrid.fields array
getFieldNum() - Method in class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
number of the field clicked on in the listGrid.fields array
getFieldNum(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Given a field or field id, return it's index in the fields array
getFieldOperators(String) - Method in class com.smartgwt.client.data.DataSource
Get the list of OperatorId's available for this field.
getFieldOperators(DataSourceField) - Method in class com.smartgwt.client.data.DataSource
Get the list of OperatorId's available for this field.
getFieldPickerProperties() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Properties to combine with the fieldPicker autoChild FormItem.
getFieldPickerTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title for the field-picker select-item.
getFieldPickerTitle() - Method in class com.smartgwt.client.widgets.form.FilterClause
The title for the field-picker select-item.
getFields() - Method in class com.smartgwt.client.data.DataSource
The list of fields that compose records from this DataSource.
getFields() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Return thhe form fields
getFields() - Method in class com.smartgwt.client.widgets.grid.events.GroupByEvent
ListGrid field names by which the grid is being grouped.
getFields() - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
List of fields that this header spans.
getFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The ListGrid fields
getFieldState() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns a snapshot of the current presentation of this listGrid's fields as a String object.
getFieldState() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Returns a snapshot of the current presentation of this grid's fields as a String object.
getFieldTitle(ListGrid, int) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If your derivation of the field title is more complex than specifying a static string, you can specify a getFieldTitle() method on your field to return the title string.
getFieldVisibilitySubmenuTitle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and this.canPickFields is true, this attribute will be shown as the title for the menu item which contains a submenu with items allowing the user to show and hide fields in the grid.
getFieldWidth(Number) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns a numeric value for the width of some field within this listGrid.
getFieldWidth(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns a numeric value for the width of some field within this listGrid.
getFileURL(Record) - Method in class com.smartgwt.client.data.DataSource
Returns a direct URL to access a file stored in a field of type:"binary".
getFilled() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether shapes are filled, for example, whether a multi-series line chart appears as a stack of filled regions as opposed to just multiple lines.
getFilterBuilder() - Method in class com.smartgwt.client.widgets.form.FilterClause
Returns the filterBuilder containing this clause, or null if this filterClause is not embedded in a filterBuilder.
getFilterButtonPrompt() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The prompt to show when the mouse hovers over the Filter button in the FilterEditor.
getFilterByCell() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing the filterEditor (this.showFilterEditor is true), this property determines whether this list should be filtered every time the user puts focus in a different field in the filter editor.
getFilterEditorCriteria() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showFilterEditor is true, this method will return the criteria currently displayed in the filterEditor.
getFilterEditorCriteria(boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showFilterEditor is true, this method will return the criteria currently displayed in the filterEditor.
getFilterEditorHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Height for the filterEditor, if shown.
getFilterFields() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
As the user types into this item's textBox, a comboBoxItem will show the pick-list of options, and filter the set of results displayed by the current value in the text box.
getFilterLocally() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If filterLocally is set for this item, and this item is showing options from a dataSource, fetch the entire set of options from the server, and use these values to map the item value to the appropriate display value.
getFilterLocally() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this form item is mapping data values to a display value by fetching records from a dataSource (see optionDataSource, displayField and fetchMissingValues), setting this property to true ensures that when the form item value is set, entire data-set from the dataSource is loaded at once and used as a valueMap, rather than just loading the display value for the current value.
getFilterLocally() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If filterLocally is set for this item, and this item is showing options from a dataSource, fetch the entire set of options from the server, and use these values to map the item value to the appropriate display value.
getFilterLocally() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If filterLocally is set for this item, and this item is showing options from a dataSource, fetch the entire set of options from the server, and use these values to map the item value to the appropriate display value.
getFilterOnKeypress() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing the filterEditor (this.showFilterEditor is true), this property determines whether this list should be filtered every time the user modifies the value in a field of the filter-editor.
getFilterOnKeypress() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If we're showing the filterEditor (listGrid.showFilterEditor is true), this property determines whether this list should be filtered every time the user edits the value of the filter editor for this field.
getFilterOperator() - Method in class com.smartgwt.client.widgets.grid.ListGridField
With the FilterEditor showing, the Operator to use when matching values for this field.
getFilterWithValue() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Read-only property set by the ComboBoxItem to indicate whether we should use the current typed-in value as part of the filter criteria returned by ComboBoxItem.getPickListFilterCriteria.
getFirstColumnTitle() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
A title for the leftmost column if showHeaders is set (the remaining columns have their titles derived from the item selected in the column to the left).
getFirstDayOfWeek() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The numeric day (0-6) which the calendar should consider as the first day of the week
getFirstDayOfWeek() - Method in class com.smartgwt.client.widgets.DateChooser
Day of the week to show in the first column.
getFixedColWidths() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, we ensure that column widths are at least as large as you specify them.
getFixedFacetValues() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
A FacetValueMap describing the set of facet values that should be regarded as "fixed" in this cubeGrid.
getFixedFieldWidths() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we horizontally clip cell contents, or allow columns to expand horizontally to show all contents?
getFixedRecordHeights() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we vertically clip cell contents, or allow rows to expand vertically to show all contents?
getFlashVersion() - Static method in class com.smartgwt.client.widgets.plugins.Flashlet
Which version of Flash is installed on this browser?
getFlipValues() - Method in class com.smartgwt.client.widgets.Slider
Specifies whether the value range of the slider should be flipped so that values increase as the thumb is moved down (for a vertical slider) or to the left (for a horizontal slider).
getFloatArrayValue(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
getFocusItem() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Return the current focus item for this form.
getFocusRow() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the row that currently has keyboard focus.
getFolder() - Method in class com.smartgwt.client.widgets.tree.events.FolderClickEvent
The folder (record) that was clicked
getFolder() - Method in class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
The folder (record) on which the contextclick occurred.
getFolder() - Method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
The folder being dropped on
getFolderIcon() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
The URL of the base icon for all folder nodes in this columnTree.
getFolderIcon() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The URL of the base icon for all folder nodes in this treeGrid.
getFolders(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Returns all the first-level folders of a node.
getFooterHeight() - Method in class com.smartgwt.client.widgets.Window
The height of the footer, in pixels.
getForeignKey() - Method in class com.smartgwt.client.data.DataSourceField
Declares that this field holds values that can be matched to values from another DataSource field, to create a relationship between records from different DataSources or even records within the same DataSource.
getForm() - Method in class com.smartgwt.client.widgets.form.events.SubmitValuesEvent
Deprecated. Use GwtEvent.getSource() to determine the source of this event (could be a DynamicForm or ValuesManager
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.BlurEvent
the managing DynamicForm instance
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangedEvent
the managing DynamicForm instance
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
the managing DynamicForm instance
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.ClickEvent
the managing DynamicForm instance
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.DoubleClickEvent
the managing DynamicForm instance
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.FocusEvent
the managing DynamicForm instance
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.FormItemIconClickEvent
The Dynamic Form to which this icon's item belongs.
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.IconClickEvent
a pointer to this item's form
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
a pointer to this item's form
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.ItemHoverEvent
This items form
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
Pointer to the item's form
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
Pointer to the item's form
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
Pointer to the item's form
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.TitleClickEvent
the managing DynamicForm instance
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.TitleDoubleClickEvent
the managing DynamicForm instance
getForm() - Method in class com.smartgwt.client.widgets.form.fields.events.TitleHoverEvent
This items form
getForm() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
A reference to the FormItem's DynamicForm.
getForm() - Method in class com.smartgwt.client.widgets.grid.events.ChangedEvent
the managing DynamicForm instance
getForm() - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
the managing DynamicForm instance
getFormatOnFocusChange() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Should formatEditorValue re-run whenever this item recieves or loses focus? Setting this property allows developers to conditionally format the display value based on item.hasFocus, typically to display a longer, more informative string while the item does not have focus, and simplifying it down to an easier-to-edit string when the user puts focus into the item.
getFormItem(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.FormItemFactory
 
getFormItem() - Method in class com.smartgwt.client.widgets.form.fields.FormItemFunctionContext
Retrieves the form item on which this function is being fired.
getFormItem() - Method in class com.smartgwt.client.widgets.form.validator.CustomValidator
FormItem on which this validator was declared.
getFormSubmitFailedWarning() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Warning to display to the user if an attempt to natively submit a form is unable to submit to the server.
getFormulaFieldValue(ListGridField, Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the computed value of a canAddFormulaFields.
getFreezeFieldText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canFreezeFields is true, this string will be shown as the title for the menu item to freeze a currently unfrozen field.
getFreezeOnLeftText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canFreezeFields is true, this string will be shown as the title for the menu item to freeze fields on the left of the scrollable body.
getFreezeOnRightText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canFreezeFields is true, this string will be shown as the title for the menu item to freeze fields on the right of the scrollable body.
getFromDate() - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Initial value for the "from" date.
getFromDate() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Initial value for the "from" date.
getFromOfflineCache() - Method in class com.smartgwt.client.data.DSResponse
If set, indicates that this response came from the offline cache, not the server.
getFromTitle() - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
The title for the "from" part of the range.
getFrozen() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field should be "frozen" for the purposes of horizontal scrolling.
getFrozenBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this listGrid contains any frozen fields, this property can be used to apply a custom baseStyle to all cells in those frozen fields.
getFrozenHeaderBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this listGrid contains any frozen fields, this property can be used to apply a custom headerBaseStyle to the frozen set of fields.
getFrozenHeaderTitleStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this listGrid contains any frozen fields, this property can be used to apply a custom headerTitleStyle to the frozen set of fields.
getFullDataPath() - Method in class com.smartgwt.client.widgets.Canvas
Returns a fully qualified String for this canvas.
getFullDataPath() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Return the fully-qualified dataPath for the this formItem (ie, the dataPath expressed in absolute terms from the root of the hierarchy, rather than relative to the item's parent form).
getGenerateClickOnEnter() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, when the user navigates to a cell using arrow keys and hits Enter, the cell will respond to a click event.
getGenerateClickOnSpace() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, when the user navigates to a cell using arrow keys and hits space, the cell will respond to a click event.
getGenerateDoubleClickOnEnter() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, when the user navigates to a cell using arrow keys and hits Enter, the cell will respond to a double click event.
getGenerateDoubleClickOnSpace() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, when the user navigates to a cell using arrow keys and hits Space, the cell will respond to a double click event.
getGenerateExactMatchCriteria() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
When a comboBoxItem is used to generate search criteria in a SearchForm this property governs whether, if the user explicitly chose an option from the pickList, we explicitly generate criteria that will search for an exact match against the chosen value.
getGlobalNamespaces() - Method in class com.smartgwt.client.data.DataSource
Namespaces definitions to add to the root element of outbound XML messages sent to a web service, as a mapping from namespace prefix to namespace URI.
getGlobalTabIndex() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
TabIndex for the form item within the page.
getGreen() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Returns the Green element of the currently-selected color, as an integer from 0-255
getGrid() - Method in class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
ListGrid to which this field belongs
getGrid() - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
ListGrid to which this field belongs
getGridRenderer() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the underlying GridRenderer.
getGridSummary(ListGridField) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When showGridSummary is true this method is called for each field which will show a grid summary value (as described in showGridSummary to get the summary value to display below the relevant column.
getGridSummaryData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
This method returns the data to be displayed in the summaryRow when showGridSummary is true.
getGridSummaryRecordProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showGridSummary is true, this attribute will be set to true on the record object representing the grid summary row.
getGripImgSuffix() - Method in class com.smartgwt.client.widgets.Snapbar
Overridden from gripImgSuffix to simplify providing custom grip media for this widget.
getGripImgSuffix() - Method in class com.smartgwt.client.widgets.Splitbar
Suffix used the 'grip' image if showGrip is true.
getGripImgSuffix() - Method in class com.smartgwt.client.widgets.StretchImg
Suffix used the 'grip' image if showGrip is true.
getGroup() - Method in class com.smartgwt.client.data.DataSourceField
For use in ComponentSchema, indicates what group to place the property in when editing in Visual Builder.
getGroupByFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the current grouping of this listGrid as an array of fieldNames.
getGroupByFieldSummaries() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this grid is grouped, and showGroupSummary is true, this attribute may be set to an array of groupBy field names for which group summaries should appear.
getGroupByMaxRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Maximum number of records to which a groupBy can be applied.
getGroupByText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canGroupBy is true, this string will be shown as the title for the menu item to toggle the group by setting for a field.
getGroupGranularity() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Granularity of grouping for numeric fields.
getGroupIcon() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The URL of the base icon for the group icons in this treegrid.
getGroupIconSize() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default width and height of group icons for this ListGrid.
getGroupIndentSize() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default number of pixels by which to indent subgroups relative to parent group.
getGroupingMode() - Method in class com.smartgwt.client.widgets.grid.ListGridField
For a field that allows multiple grouping modes, the current grouping mode.
getGroupingModes() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If set, provides several possible styles of grouping that are valid for this field.
getGroupLeadingIndent() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default number of pixels by which to indent all groups.
getGroupMembers() - Method in class com.smartgwt.client.widgets.grid.GroupNode
Array of Records that belong to this group, or, for multi-field grouping, array of groupNodes of subgroups under this groupNode.
getGroupNodeStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The CSS style that group rows will have
getGroupPrecision() - Method in class com.smartgwt.client.widgets.grid.ListGridField
For fields of type:"float" or derived from float, number of digits after the decimal point to consider when grouping.
getGroupSummaryRecordProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showGroupSummary is true, this attribute will be set to true on each record object representing a group-level summary row.
getGroupSummaryStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
customStyle for the group-level summary row displayed when showGroupSummary is true.
getGroupTitle() - Method in class com.smartgwt.client.widgets.Canvas
Return the groupTitle.
getGroupTitle() - Method in class com.smartgwt.client.widgets.grid.GroupNode
The computed title for the group, which results from GroupTitleRenderer.getGroupTitle(Object, GroupNode, ListGridField, String, ListGrid)
getGroupTitle(Object, GroupNode, ListGridField, String, ListGrid) - Method in interface com.smartgwt.client.widgets.grid.GroupTitleRenderer
Return the title that should be shown to the user for the group with the groupValue passed as a parameter.
getGroupTitleColumnProperties() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Custom properties for the automatically generated groupTitleColumn.
getGroupTitleField() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When a list grid is grouped, each group shows under an auto generated header node.
getGroupTree() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If the ListGrid is grouped, return the underlying tree structure.
getGroupValue() - Method in class com.smartgwt.client.widgets.grid.GroupNode
The value from which groups are computed for a field, which results from GroupValueFunction.getGroupValue(Object, ListGridRecord, ListGridField, String, ListGrid)
getGroupValue(Object, ListGridRecord, ListGridField, String, ListGrid) - Method in interface com.smartgwt.client.widgets.grid.GroupValueFunction
Return the value which records should be grouped by.
getHandlerCount(GwtEvent.Type<?>) - Method in class com.smartgwt.client.core.BaseClass
 
getHandlerCount(GwtEvent.Type<?>) - Method in class com.smartgwt.client.core.DataClass
 
getHandlerCount(GwtEvent.Type<?>) - Method in class com.smartgwt.client.widgets.BaseWidget
 
getHasFocus() - Method in class com.smartgwt.client.widgets.events.FocusChangedEvent
If true this widget now has keyboard focus
getHeaderAutoFitEvent() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Event on a ListGrid header that triggers auto fitting to data and/or title.
getHeaderBackgroundColor() - Method in class com.smartgwt.client.widgets.grid.ListGrid
BackgroundColor for the header toolbar.
getHeaderBarStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set the CSS style used for the header as a whole.
getHeaderBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
baseStyle to apply to the buttons in the header, and the sorter, for this ListGrid.
getHeaderBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Custom base style to apply to this field's header button instead of headerBaseStyle.
Note that depending on the header button constructor, you may have to override headerTitleStyle as well.
getHeaderContextMenuItems(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If ListGrid.showHeaderContextMenu is true this method returns the menu items to be displayed in the default header context menu.
getHeaderData() - Method in class com.smartgwt.client.data.DSRequest
For DataSources using SOAP messaging with a WSDL web service, data to be serialized to form SOAP headers, as a map from the header part name to the data.
getHeaderData() - Method in class com.smartgwt.client.data.WSRequest
Data to be serialized to form the SOAP headers, as a map from the header part name to the data.
getHeaderHeight() - Method in class com.smartgwt.client.widgets.DateChooser
Height of the header area (containing the next/previous month & year buttons) in pixels
getHeaderHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The height of this listGrid's header, in pixels.
getHeaderHeight() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Height of headers for sections.
getHeaderMenuButtonHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showHeaderMenuButton is true, this property governs the height of the auto-generated headerMenuButton
getHeaderMenuButtonIcon() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showHeaderMenuButton is true, this property governs the icon shown on the auto-generated headerMenuButton
getHeaderMenuButtonIconHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showHeaderMenuButton is true, this property governs the height of the icon shown on the auto-generated headerMenuButton
getHeaderMenuButtonIconWidth() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showHeaderMenuButton is true, this property governs the width of the icon shown on the auto-generated headerMenuButton
getHeaderMenuButtonWidth() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showHeaderMenuButton is true, this property governs the width of the auto-generated headerMenuButton
getHeaderSpanContextMenuItems(HeaderSpan) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the menus items that should be shown in a menu triggered from a headerSpan.
getHeaderSpanHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default height for a headerSpan with no height specified.
getHeaderSrc() - Method in class com.smartgwt.client.widgets.Window
If showHeaderBackground is true, this property provides the URL of the background image for the header.
getHeaderStyle() - Method in class com.smartgwt.client.widgets.DateChooser
CSS style applied to the day-of-week headers.
getHeaderStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for a header
getHeaderStyle() - Method in class com.smartgwt.client.widgets.Window
Style for the Window header.
getHeaderTitleStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
titleStyle to apply to the buttons in the header, and the sorter, for this ListGrid.
getHeaderTitleStyle() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Custom titleStyle to apply to this field's header button instead of headerTitleStyle.
Note that this will typically only have an effect if headerButtonConstructor is set to StretchImgButton or a subclass thereof.
getHeight() - Method in class com.smartgwt.client.core.Rectangle
 
getHeight() - Static method in class com.smartgwt.client.util.Page
Get the height of the visible portion of the window, not including browser chrome or the scrollbar area.
getHeight() - Method in class com.smartgwt.client.widgets.Canvas
 
getHeight() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Height of the FormItem.
getHeight() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If set, this property determines the height of this icon in px.
getHeight() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Default height for select items is 19px.
getHeight() - Method in class com.smartgwt.client.widgets.form.fields.SpacerItem
default height for the spacer
getHeight() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
default height of this item
getHeight() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Default height for text items.
getHeight() - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
Height of this headerSpan.
getHeight() - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the height of the image.
getHeight() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
For type: "separator", this attribute specifies the height of the separator.
getHeightAsString() - Method in class com.smartgwt.client.widgets.Canvas
 
getHidden() - Method in class com.smartgwt.client.data.DataSourceField
Whether this field should be hidden from users by default within a DataBound component.
getHideEmptyAxis() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
With hideEmptyFacetValues, controls on which axis hiding of empty values is applied, "row" (only empty rows are hidden), "column" (only empty columns are hidden) or both (the default).
getHideEmptyFacetValues() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
This causes the headers for any combination of facetValues for which there are no cellRecords to be suppressed.
getHideEmptyPickList() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this pickList contains no options, should it be hidden? If unset, default behavior is to allow the empty pickList to show if it is databound.
getHideEmptyPickList() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this pickList contains no options, should it be hidden? If unset, default behavior is to allow the empty pickList to show if it is databound.
getHideEmptyPickList() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this pickList contains no options, should it be hidden? If unset, default behavior is to allow the empty pickList to show if it is databound.
getHiliteAccessKey() - Method in class com.smartgwt.client.widgets.Button
If set to true, if the title of this button contains the specified accessKey, when the title is displayed to the user it will be modified to include HTML to underline the accessKey.
Note that this property may cause titles that include HTML (rather than simple strings) to be inappropriately modified, so should be disabled if your title string includes HTML characters.
getHiliteAccessKey() - Method in class com.smartgwt.client.widgets.ImgButton
If set to true, if the title of this button contains the specified accessKey, when the title is displayed to the user it will be modified to include HTML to underline the accessKey.
Note that this property may cause titles that include HTML (rather than simple strings) to be inappropriately modified, so should be disabled if your title string includes HTML characters.
getHiliteAccessKey() - Method in class com.smartgwt.client.widgets.menu.IMenuButton
If this MenuButton has a specified accessKey, underline it in the title of the button by default
getHiliteAccessKey() - Method in class com.smartgwt.client.widgets.menu.MenuButton
If this MenuButton has a specified accessKey, underline it in the title of the button by default
getHiliteAccessKey() - Method in class com.smartgwt.client.widgets.StretchImgButton
If set to true, if the title of this button contains the specified accessKey, when the title is displayed to the user it will be modified to include HTML to underline the accessKey.
Note that this property may cause titles that include HTML (rather than simple strings) to be inappropriately modified, so should be disabled if your title string includes HTML characters.
getHiliteBodyColor() - Method in class com.smartgwt.client.widgets.Window
Highlight color for the Window body (shown when the body is flashed).
getHiliteHeaderSrc() - Method in class com.smartgwt.client.widgets.Window
If showHeaderBackground is true, this governs the URL of the image to use in the header's highlighted state when the window is flashed
getHiliteHeaderStyle() - Method in class com.smartgwt.client.widgets.Window
Highlight style for the Window header.
getHiliteProperty() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getHiliteProperty() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Marker that can be set on a record to flag that record as hilited.
getHiliteProperty() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getHiliteProperty() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getHiliteProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getHiliteProperty() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getHiliteProperty() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getHiliteRequiredFields() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Indicates whether the titles of required items in this form should use the special prefix and suffix specified by the next two properties, instead of the standard prefix and suffix.
getHilites() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Return the set of hilite-objects currently applied to this DataBoundComponent.
getHilites() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Hilites to be applied to the data for this component.
getHilites() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Return the set of hilite-objects currently applied to this DataBoundComponent.
getHilites() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Return the set of hilite-objects currently applied to this DataBoundComponent.
getHilites() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Return the set of hilite-objects currently applied to this DataBoundComponent.
getHilites() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the set of hilite-objects currently applied to this DataBoundComponent.
getHilites() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Return the set of hilite-objects currently applied to this DataBoundComponent.
getHilites() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Return the set of hilite-objects currently applied to this DataBoundComponent.
getHiliteState() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Get the current hilites encoded as a String, for saving.
getHiliteState() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Get the current hilites encoded as a String, for saving.
getHiliteState() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Get the current hilites encoded as a String, for saving.
getHiliteState() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Get the current hilites encoded as a String, for saving.
getHiliteState() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the current hilites encoded as a String, for saving.
getHiliteState() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Get the current hilites encoded as a String, for saving.
getHiliteState() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Get the current hilites encoded as a String, for saving.
getHint() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Specifies "hint" string to show next to the form item to indicate something to the user.
getHint() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Returns the hint text for this item.
getHintStyle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
CSS class for the "hint" string.
getHome() - Static method in class com.smartgwt.client.util.SC
 
getHoursAgoTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "hour".
getHoursFromNowTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "hour".
getHoverAlign() - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to customize the alignment of content in the hover canvas.
getHoverAlign() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Text alignment for text displayed in this item's hover canvas, if shown.
getHoverAutoDestroy() - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true and Canvas.getHoverComponent is implemented, should the hoverCanvas returned from it be automatically destroyed when it is hidden?
getHoverComponent() - Method in class com.smartgwt.client.widgets.Canvas
When showHoverComponents is true, this method is called to get the component to show as a hover for this Canvas.
getHoverDelay() - Method in class com.smartgwt.client.widgets.Canvas
If this.canHover is true, how long should the mouse be kept over this widget before the hover event is fired
getHoverDelay() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If specified, this is the number of milliseconds to wait between the user rolling over this form item, and triggering any hover action for it.
If not specified this.form.itemHoverDelay will be used instead.
getHoverHeight() - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to customize the height of the hover canvas shown.
getHoverHeight() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Option to specify a height for any hover shown for this item.
getHoverHTML() - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, when the user holds the mouse over this Canvas for long enough to trigger a hover event, a hover canvas is shown by default.
getHoverHTML(FormItem, DynamicForm) - Method in interface com.smartgwt.client.widgets.form.FormItemHoverFormatter
The html to render on hover.
getHoverMode() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When showHoverComponents() is true, the builtin mode to use when automatically creating a hover component for rows in this grid.
getHoverMoveWithMouse() - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, should this widget's hover canvas be moved with the mouse while visible?
getHoverOpacity() - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, should the hover canvas be shown with opacity other than 100?
getHoverOpacity() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Opacity for any hover shown for this item
getHoverStyle() - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to specify the css style to apply to the hover canvas.
getHoverStyle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Explicit CSS Style for any hover shown for this item.
getHoverStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Style to apply to hovers shown over this grid.
getHoverVAlign() - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to customize the vertical alignment of content in the hover canvas.
getHoverVAlign() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Vertical text alignment for text displayed in this item's hover canvas, if shown.
getHoverWidth() - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to customize the width of the hover canvas shown.
getHoverWidth() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Option to specify a width for any hover shown for this item.
getHoverWrap() - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to customize the whether content in the hover canvas is displayed in a single line, or wraps.
getHPolicy() - Method in class com.smartgwt.client.widgets.layout.Layout
Sizing policy applied to members on horizontal axis
getHResizeCursor() - Method in class com.smartgwt.client.widgets.Splitbar
Cursor to display if this Splitbar is to be used for horizontal resize of widgets.
getHSnapOrigin() - Method in class com.smartgwt.client.widgets.Canvas
Get an offset to be used when calculating snap positioning.
getHSnapOrigin(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Get an offset to be used when calculating snap positioning.
getHSnapPosition(int) - Method in class com.smartgwt.client.widgets.Canvas
Override this method to provide a custom snap-to grid.
getHSnapPosition(int, String) - Method in class com.smartgwt.client.widgets.Canvas
Override this method to provide a custom snap-to grid.
getHSrc() - Method in class com.smartgwt.client.widgets.ImgSplitbar
Default src to display when vertical is false, and src is unset.
getHSrc() - Method in class com.smartgwt.client.widgets.Scrollbar
Base URL for the images used for the horizontal scrollbar track and end buttons.
getHSrc() - Method in class com.smartgwt.client.widgets.Splitbar
Base URL for the image if vertical is false and src is unset.
getHSrc() - Method in class com.smartgwt.client.widgets.StretchImg
Base URL for the image if vertical is false and src is unset.
getHSrc() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripResizer
Image for horizontal resizer for a vertical Toolstrip
getHSrc() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
Image for horizontally oriented separator (for vertical toolstrips).
getHThumbStyle() - Method in class com.smartgwt.client.widgets.Slider
Optional CSS style for the thumb for a horizontally oriented slider.
getHtmlAfter() - Method in class com.smartgwt.client.data.Hilite
HTML to append to the end of cell values where this hilite is applied.
getHtmlBefore() - Method in class com.smartgwt.client.data.Hilite
HTML to prepend to cell values where this hilite is applied.
getHtmlColor() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Returns the currently-selected color, in HTML color representation form, as a string.
getHtmlPosition() - Method in class com.smartgwt.client.widgets.Canvas
If htmlElement is specified, this attribute specifies the position where the canvas should be inserted relative to the htmlElement in the DOM.
getHtmlValue() - Method in class com.smartgwt.client.data.Hilite
Value to show in place of the actual value from the record, for a record that matches this hilite.
getHTrackStyle() - Method in class com.smartgwt.client.widgets.Slider
Optional CSS style for the track for a horizontally oriented slider.
getHttpHeaders() - Method in class com.smartgwt.client.rpc.RPCRequest
HTTP headers to send, as a mapping Header name -> Header value, eg { "Content-Type" : "text/xml" }
getHttpMethod() - Method in class com.smartgwt.client.rpc.RPCRequest
Selects the HTTP method that will be used for the request.
getHttpMethod() - Method in class com.smartgwt.client.widgets.HTMLFlow
Selects the HTTP method that will be used when fetching content.
getHttpMethod() - Method in class com.smartgwt.client.widgets.ViewLoader
Selects the HTTP method that will be used when fetching content.
getHttpResponseCode() - Method in class com.smartgwt.client.rpc.RPCResponse
This attribute (available when using the the xmlHttpRequest transport) contains the HTTP response code sent by the server.
getHue() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Returns the Hue of the currently-selected color, as an integer from 0-239
getIcon() - Method in class com.smartgwt.client.widgets.Button
Optional icon to be shown with the button title text.
getIcon() - Method in class com.smartgwt.client.widgets.Dialog
Icon to show in this dialog - see message.
getIcon() - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
Optional icon image to display on the button for this item.
getIcon() - Method in class com.smartgwt.client.widgets.form.fields.events.FormItemIconClickEvent
A pointer to the form item icon clicked
getIcon() - Method in class com.smartgwt.client.widgets.form.fields.events.IconClickEvent
a pointer to the icon that received the click event.
getIcon() - Method in class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
a pointer to the icon that received the click event.
getIcon(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Given an name return a pointer to the icon definition
getIcon() - Method in class com.smartgwt.client.widgets.form.FormItemEventInfo
If this event occurred over a formItemIcon this attribute contains the name of the icon.
getIcon(TreeNode) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Get the appropriate icon for a node.
getIcon() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Optional icon to show next to the title for this field.
getIcon() - Method in class com.smartgwt.client.widgets.ImgButton
Optional icon to be shown with the button title text.
getIcon() - Method in class com.smartgwt.client.widgets.Label
Optional icon to be shown with the button title text.
getIcon() - Method in class com.smartgwt.client.widgets.layout.SectionHeader
Base filename of the icon that represents open and closed states.
getIcon() - Method in class com.smartgwt.client.widgets.menu.MenuItem
The base filename for this item's custom icon.
getIcon() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Optional icon to be shown with the button title text.
getIcon() - Method in class com.smartgwt.client.widgets.StretchImgButton
Optional icon to be shown with the button title text.
getIcon() - Method in class com.smartgwt.client.widgets.tab.Tab
If specified, this tab will show an icon next to the tab title.
getIcon(Record, boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Get the appropriate icon for a node.
getIcon() - Method in class com.smartgwt.client.widgets.tree.TreeNode
This Property allows the developer to customize the icon displayed next to a node.
getIconAlign() - Method in class com.smartgwt.client.widgets.Button
If this button is showing an icon should it be right or left aligned?
getIconAlign() - Method in class com.smartgwt.client.widgets.ImgButton
If this button is showing an icon should it be right or left aligned?
getIconAlign() - Method in class com.smartgwt.client.widgets.Label
If this button is showing an icon should it be right or left aligned?
getIconAlign() - Method in class com.smartgwt.client.widgets.StretchImgButton
If this button is showing an icon should it be right or left aligned?
getIconField() - Method in class com.smartgwt.client.data.DataSource
Designates a field of type:"image" as the field to use when rendering a record as an image, for example, in a TileGrid.
getIconField() - Method in class com.smartgwt.client.widgets.tableview.TableView
This property allows the developer to specify the icon displayed next to a record.
getIconHeight() - Method in class com.smartgwt.client.widgets.Button
Height in pixels of the icon image.
getIconHeight() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Default height for form item icons
getIconHeight() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If icon is specified, this property can be used to specify the height of the icon to be displayed in the ListGrid header button.
getIconHeight() - Method in class com.smartgwt.client.widgets.ImgButton
Height in pixels of the icon image.
getIconHeight() - Method in class com.smartgwt.client.widgets.Label
Height in pixels of the icon image.
getIconHeight() - Method in class com.smartgwt.client.widgets.menu.Menu
The default height applied to custom icons in this menu.
getIconHeight() - Method in class com.smartgwt.client.widgets.menu.MenuItem
The height applied to this item's icon.
getIconHeight() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Height in pixels of the icon image.
getIconHeight() - Method in class com.smartgwt.client.widgets.StretchImgButton
Height in pixels of the icon image.
getIconHeight() - Method in class com.smartgwt.client.widgets.tab.Tab
If icon is specified, this property may be used to specify a size for the icon
getIconOrientation() - Method in class com.smartgwt.client.widgets.Button
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right".
getIconOrientation() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is showing an icon, should it appear to the left or right of the title?
Valid options are "left" or "right"
getIconOrientation() - Method in class com.smartgwt.client.widgets.ImgButton
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right".
getIconOrientation() - Method in class com.smartgwt.client.widgets.Label
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right".
getIconOrientation() - Method in class com.smartgwt.client.widgets.StatefulCanvas
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right".
getIconOrientation() - Method in class com.smartgwt.client.widgets.StretchImgButton
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right".
getIconPageRect(FormItemIcon) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getIconPrompt() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Default prompt (and tooltip-text) for icons.
getIconRect(FormItemIcon) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getIconSize() - Method in class com.smartgwt.client.widgets.Button
Size in pixels of the icon image.
getIconSize() - Method in class com.smartgwt.client.widgets.Dialog
Size of the icon to show in this dialog.
getIconSize() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If icon is specified, this property can be used to specify the size of the icon to be displayed in the ListGrid header button.
getIconSize() - Method in class com.smartgwt.client.widgets.ImgButton
Size in pixels of the icon image.
getIconSize() - Method in class com.smartgwt.client.widgets.Label
Size in pixels of the icon image.
getIconSize() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Size in pixels of the icon image.
getIconSize() - Method in class com.smartgwt.client.widgets.StretchImgButton
Size in pixels of the icon image.
getIconSize() - Method in class com.smartgwt.client.widgets.tab.Tab
If icon is specified, this property may be used to specify a size for the icon.
getIconSize() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The standard size (same height and width, in pixels) of node icons in this treeGrid.
getIconSpacing() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Pixels between icon and title text.
getIconSpacing() - Method in class com.smartgwt.client.widgets.ImgButton
Pixels between icon and title text.
getIconSpacing() - Method in class com.smartgwt.client.widgets.Label
Pixels between icon and title text.
getIconSpacing() - Method in class com.smartgwt.client.widgets.StretchImgButton
Pixels between icon and title text.
getIconVAlign() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
How should icons be aligned vertically for this form item.
getIconVAlign() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Align icons with the top edge of text area icons by default.
getIconVAlign() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is editable, this property will be passed to editors displayed for cells within this field as iconVAlign.
getIconWidth() - Method in class com.smartgwt.client.widgets.Button
Width in pixels of the icon image.
getIconWidth() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Default width for form item icons
getIconWidth() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If icon is specified, this property can be used to specify the width of the icon to be displayed in the ListGrid header button.
getIconWidth() - Method in class com.smartgwt.client.widgets.ImgButton
Width in pixels of the icon image.
getIconWidth() - Method in class com.smartgwt.client.widgets.Label
Width in pixels of the icon image.
getIconWidth() - Method in class com.smartgwt.client.widgets.menu.Menu
The default width applied to custom icons in this menu.
getIconWidth() - Method in class com.smartgwt.client.widgets.menu.MenuItem
The width applied to this item's icon.
getIconWidth() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Width in pixels of the icon image.
getIconWidth() - Method in class com.smartgwt.client.widgets.StretchImgButton
Width in pixels of the icon image.
getIconWidth() - Method in class com.smartgwt.client.widgets.tab.Tab
If icon is specified, this property may be used to specify a size for the icon
getID() - Method in class com.smartgwt.client.core.BaseClass
Return the ID
getId() - Method in class com.smartgwt.client.data.Hilite
Unique id for this hilite definition.
getID(Widget) - Static method in class com.smartgwt.client.util.DOMUtil
 
getID(Element) - Static method in class com.smartgwt.client.util.DOMUtil
 
getID() - Method in class com.smartgwt.client.widgets.BaseWidget
 
getId() - Method in class com.smartgwt.client.widgets.cube.Facet
id of this facet.
getId() - Method in class com.smartgwt.client.widgets.cube.FacetValue
id of this facetValue.
getID() - Method in class com.smartgwt.client.widgets.events.DrawEvent
 
getID() - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Optional ID for the section.
getId() - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
Sets the 'id' attribute on the object.
getID() - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
id of the deselected tab
getID() - Method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
id of the tab
getID() - Method in class com.smartgwt.client.widgets.tab.Tab
Optional ID for the tab, which can later be used to reference the tab.
getIdAsInt() - Method in class com.smartgwt.client.widgets.cube.Facet
id of this facet.
getIdAsInt() - Method in class com.smartgwt.client.widgets.cube.FacetValue
id of this facetValue.
getIdAsString() - Method in class com.smartgwt.client.widgets.cube.Facet
id of this facet.
getIdAsString() - Method in class com.smartgwt.client.widgets.cube.FacetValue
id of this facetValue.
getIdField() - Method in class com.smartgwt.client.widgets.tree.Tree
Name of the property on a TreeNode that holds an id for the node which is unique across the entire Tree.
getIgnore() - Method in class com.smartgwt.client.data.DataSourceField
Whether this field should be completely excluded from this dataSource, as if it had never been defined.
getIgnoreTimeout() - Method in class com.smartgwt.client.rpc.RPCRequest
When set to true, no reply is expected from the server.
getImageHeight() - Method in class com.smartgwt.client.data.DataSourceField
Height of the image-content of this field.
getImageHeight() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Height of image shown for fieldTypes image and imageFile in this field.
getImageHeight() - Method in class com.smartgwt.client.widgets.Img
Explicit size for the image, for imageType settings that would normally use the image's natural size (applies to imageType "center" and "normal" only).
getImageHeight() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Height of image shown for fieldTypes image in this field.
getImageHeightAsString() - Method in class com.smartgwt.client.data.DataSourceField
Height of the image-content of this field.
getImageSize() - Method in class com.smartgwt.client.data.DataSourceField
Width and height of the image-content of this field.
getImageSize() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default size of thumbnails shown for fieldTypes image and imageFile.
getImageSize() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Size of images shown for fieldTypes image and imageFile in this field.
getImageSize() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Size of images shown for fieldTypes image in this field.
getImageSizeAsString() - Method in class com.smartgwt.client.data.DataSourceField
Width and height of the image-content of this field.
getImageType() - Method in class com.smartgwt.client.widgets.Img
Indicates whether the image should be tiled/cropped, stretched, or centered when the size of this widget does not match the size of the image.
getImageType() - Method in class com.smartgwt.client.widgets.StretchImg
Indicates whether the image should be tiled/cropped, stretched, or centered when the size of this widget does not match the size of the image.
getImageURLPrefix() - Method in class com.smartgwt.client.data.fields.DataSourceImageField
Return the imageURLPrefix.
getImageURLPrefix() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Prefix to apply to the beginning of any valueIcons when determining the URL for the image.
getImageURLPrefix() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has type [ListGridFieldType] set to "image" and the URL for the image displayed is not absolute, the path of the URL will be relative to this string
Alternatively, if this field displays any valueIcons, this prefix will be applied to the beginning of any valueIcons when determining the URL for the image.
getImageURLPrefix() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
If this field has type set to "image" and the URL for the image displayed is not absolute, the path of the URL will be relative to this string
getImageURLSuffix() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Suffix to apply to the end of any valueIcons when determining the URL for the image.
getImageURLSuffix() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If any cells in this field are showing a value icon (see: valueIcons) or this is has ListGridFieldType set to "image", this the value of this property will be appended to the end of the URL for the icon displayed.
Typical usage might be to append a file type such as ".gif" to the filename of the image.
For editable fields, this property will also be passed through to any editors as imageURLSuffix.
getImageWidth() - Method in class com.smartgwt.client.data.DataSourceField
Width of the image-content of this field.
getImageWidth() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Width of images shown for fieldTypes image and imageFile in this field.
getImageWidth() - Method in class com.smartgwt.client.widgets.Img
Explicit size for the image, for imageType settings that would normally use the image's natural size (applies to imageType "center" and "normal" only).
getImageWidth() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Width of images shown for fieldTypes image in this field.
getImageWidthAsString() - Method in class com.smartgwt.client.data.DataSourceField
Width of the image-content of this field.
getImgDir() - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the image-specific image directory to override the default.
getImgURL(String) - Static method in class com.smartgwt.client.util.Page
Return the full URL for app-specific or skin image.
getImgURL(String, String) - Static method in class com.smartgwt.client.util.Page
Return the full URL for app-specific or skin image.
getImgURL(String) - Static method in class com.smartgwt.client.widgets.Canvas
Return the full URL for an image to be drawn in this canvas.
getImgURL(String, String) - Static method in class com.smartgwt.client.widgets.Canvas
Return the full URL for an image to be drawn in this canvas.
getImplicitSave() - Method in class com.smartgwt.client.widgets.form.DynamicForm
When true, indicates that changes to items in this form will be automatically saved on a delay, as well as when the entire form is submitted.
getImplicitSave() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When true, indicates that changes to this item will cause an automatic save on a delay, as well as when the entire form is submitted.
getImplicitSaveDelay() - Method in class com.smartgwt.client.widgets.form.DynamicForm
When implicitSave is true, indicates that form item values will be automatically saved after a given pause during editing, as well as when each item's "editorExit" handler is fired and when the entire form is submitted.
getImplicitSaveOnBlur() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, form item values will be automatically saved when each item's "editorExit" handler is fired as well as on a delay and when the entire form is submitted.
getImplicitSaveOnBlur() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If not set to false, form item values will be saved when this item's "editorExit" handler is fired as well as on a delay and when the entire form is submitted.
getInapplicable() - Method in class com.smartgwt.client.data.DataSourceField
For use in ComponentSchema, a field inherited from another schema can be redeclared with this property set in order to indicate that the property should not be used.
getIncludeControls() - Method in class com.smartgwt.client.util.PrintProperties
An array of Strings indicating the classNames of controls that should be specifically included when printing, even if a superclass is listed in omitControls.
getIncludeInRecordSummary() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If a listGrid is showing a field of type summary, should this field be passed to the recordSummaryFunction when calculating the summary value to display.
getIncludeInSummary() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
If specified as false this record should be ignored when calculating summary totals to be shown in the summary row for this grid.
getIncludeInSummaryProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Property name on a record that will be checked to determine whether a record should be included when calculating totals for the grid summary.
getIndentRecordComponents() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
For record components placed "within" the treeField column, should the component be indented to the position where a title would normally show?
getIndentSize() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The amount of indentation (in pixels) to add to a node's icon/title for each level down in this tree's hierarchy.
getIndex() - Method in class com.smartgwt.client.widgets.events.ButtonClickEvent
index of the button that was clicked
getIndex() - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
index of record being dropped on
getIndex() - Method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
Within the folder being dropped on, the index at which the drop is occurring.
getInfoField() - Method in class com.smartgwt.client.data.DataSource
Name of the field that has the second most pertinent piece of textual information in the record, for use when a DataBoundComponent needs to show a short summary of a record.
getInfoField() - Method in class com.smartgwt.client.widgets.tableview.TableView
Field to display as part of individual record in "summary" RecordLayouts.
getInheritsFrom() - Method in class com.smartgwt.client.data.DataSource
ID of another DataSource this DataSource inherits its fields from.
getInheritsFrom() - Method in class com.smartgwt.client.data.SimpleType
Name of another SimpleType from which this type should inherit.
getInitialCriteria() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getInitialCriteria() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Criteria to use when DataBoundComponent.setAutoFetchData(Boolean) is used.
getInitialCriteria() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getInitialCriteria() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getInitialCriteria() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getInitialCriteria() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getInitialCriteria() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getInitialSort() - Method in class com.smartgwt.client.widgets.grid.ListGrid
An array of ${isc.DocUtils.linkForRef('object:SortSpecifier')} objects used to set up the initial sort configuration for this grid.
getInlineAndNotTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "And Not" operator (only applicable to the "inline" appearance)
getInlineAndTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "And" operator (only applicable to the "inline" appearance)
getInlinedValues() - Method in class com.smartgwt.client.widgets.cube.Facet
When applied to a Chart, does the chart's data contain multiple values per record for this facet.
getInlineOrTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "Or" operator (only applicable to the "inline" appearance)
getInnerContentHeight() - Method in class com.smartgwt.client.widgets.Canvas
Returns the amount of space available for interior content (or relatively positioned child widget(s)) without introducing clipping, scrolling or overflow.
This is the space within the viewport of the widget (not including padding, and excluding margins, borders or scrollbars) rendered at its specified size.
getInnerContentWidth() - Method in class com.smartgwt.client.widgets.Canvas
Returns the amount of space available for interior content (or relatively positioned child widget(s)) without introducing clipping, scrolling or overflow.
This is the space within the viewport of the widget (not including padding, and excluding margins, borders or scrollbars) rendered at its specified size.
getInnerHeaderBaseStyle() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
baseStyle for the buttons in the innermost column header for this cubeGrid.
getInnerHeight() - Method in class com.smartgwt.client.widgets.Canvas
Returns the amount of space available for (an) absolutely positioned child widget(s) or absolutely positioned HTML content, without introducing clipping, scrolling or overflow.
getInnerHTML() - Method in class com.smartgwt.client.widgets.BaseWidget
Return the inner HTML for this canvas.
getInnerHTML() - Method in class com.smartgwt.client.widgets.WidgetCanvas
 
getInnerTitleOrientation() - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
The title orientation for the to / from sub-items.
getInnerWidth() - Method in class com.smartgwt.client.widgets.Canvas
Returns the amount of space available for absolutely positioned child widget(s) or absolutely positioned HTML content, without introducing clipping, scrolling or overflow.
getInputDS(String) - Method in class com.smartgwt.client.data.WebService
Get a DataSource representing the input message to a web service operation.
getInputFormat() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true this property can be used to specify the input format for date strings.
getInputFormat() - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
For fields of type "date", if this is an editable field such as a TextItem, this property allows you to specify the inputFormat applied to the item.
getInputFormat() - Method in class com.smartgwt.client.widgets.form.fields.DateTimeItem
If useTextField is true this property can be used to specify the input format for date strings.
getInputFormat() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
For fields of type "date", if this is an editable field such as a TextItem, this property allows you to specify the inputFormat applied to the item.
getInputFormat() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Format for direct user input of date values.
getInstantScrollTrackRedraw() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, if the user clicks on the scroll buttons at the end of the track or clicks once on the scroll track, there will be an instant redraw of the grid content so that the user doesn't see any blank space.
getIntArrayValue(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
getIntegerArrayValue(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
getIntValueFromJavaScriptObjectArray(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
getInvalidateCache() - Method in class com.smartgwt.client.data.DSResponse
Optional flag that can be set by the server to force ResultSets to drop any caches of records from the DataSource that was the target of the operation.
getInvalidateCache() - Method in class com.smartgwt.client.data.OperationBinding
If set, every invocation of this operationBinding will invalidate the local cache, forcing a server visit to refresh the data.
getInvalidDateMessage() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The message to display in the eventEditor when the 'To' date is greater than the 'From' date and a save is attempted.
getInvalidDateStringMessage() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Validation error message to display if the user enters an invalid date
getInvalidSummaryValue() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Value to display to the user if showing summary values (through showGridSummary, showGroupSummary or listGridFieldType:"summary"), and the summary function returns "null" (implying it was unable to calculate a valid summary value).
getIsFolderProperty() - Method in class com.smartgwt.client.widgets.tree.Tree
Name of property that defines whether a node is a folder.
getIsGridSummary() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
This attribute will automatically be set to true for the record representing the grid-level summary row shown if showGridSummary is true.
getIsGroup() - Method in class com.smartgwt.client.widgets.Canvas
Return the isGroup.
getIsGrouped() - Method in class com.smartgwt.client.widgets.grid.ListGrid
True if this listgrid is grouped, false otherwise Note : This method should be called only after the widget has been rendered.
getIsGroupSummary() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
This attribute will automatically be set to true for records representing group-level summary rows shown if showGroupSummary is true.
getIsMinimizeValue() - Method in class com.smartgwt.client.widgets.cube.FacetValue
Used to determine which facetValue is to be shown when the facet is minimized.
getIsModal() - Method in class com.smartgwt.client.widgets.Window
If true, when shown this Window will intercept and block events to all other existing components on the page.
getIsomorphicDir() - Static method in class com.smartgwt.client.util.Page
Return the root directory for Isomorphic-specific files.
getIsRemoveField() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If set to true and canRemoveRecords is true, this field will be rendered as the remove-field for this grid.
getIsSeparator() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Default property name denoting a separator row.
When set to true, defines a horizontal separator in the listGrid object.
getIsSeparator() - Method in class com.smartgwt.client.widgets.menu.MenuItem
When set to true, this menu item shows a horizontal separator instead of the title text.
getIsSeparatorProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If record[this.isSeparatorProperty] is set for some record, the record will be displayed as a simple separator row.
getIsTree() - Method in class com.smartgwt.client.widgets.cube.Facet
Marks this facet as a hierarchical facet.
getIsVisible() - Method in class com.smartgwt.client.widgets.events.VisibilityChangedEvent
whether the canvas is visible to the user
getItem(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getItem() - Method in class com.smartgwt.client.widgets.form.events.ItemChangedEvent
the FormItem where the change event occurred
getItem() - Method in class com.smartgwt.client.widgets.form.events.ItemChangeEvent
the FormItem where the change event occurred
getItem() - Method in class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
the FormItem where the change event occurred
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.BlurEvent
the form item itself (also available as "this")
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangedEvent
the form item itself (also available as "this")
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
the form item itself (also available as "this")
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.ClickEvent
the form item itself (also available as "this")
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.DoubleClickEvent
the form item itself (also available as "this")
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.FocusEvent
the form item itself (also available as "this")
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.FormItemIconClickEvent
The Form Item containing this icon
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.IconClickEvent
a pointer to this form item
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
a pointer to this form item
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.ItemHoverEvent
Pointer to this item
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
Item over which the keydown occurred
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
Item over which the keypress occurred
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
Item over which the keyup occurred
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.TitleClickEvent
the form item whose title was clicked
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.TitleDoubleClickEvent
the form item whose title was double-clicked
getItem() - Method in class com.smartgwt.client.widgets.form.fields.events.TitleHoverEvent
Pointer to this item
getItem() - Method in class com.smartgwt.client.widgets.form.FormItemEventInfo
Item over which the event occurred.
getItem(String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Retrieve a FormItem from this ValuesManager.
getItem() - Method in class com.smartgwt.client.widgets.grid.events.ChangedEvent
the editor (form item) itself (also available as "this").
getItem() - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
the editor (form item) itself (also available as "this").
getItem() - Method in class com.smartgwt.client.widgets.menu.events.ItemClickEvent
Pointer to the item in question.
getItem() - Method in class com.smartgwt.client.widgets.menu.events.MenuItemClickEvent
The ${isc.DocUtils.linkForRef('object:MenuItem')} that was clicked on.
getItem(int) - Method in class com.smartgwt.client.widgets.menu.Menu
Get a particular MenuItem by index.
getItem() - Method in class com.smartgwt.client.widgets.toolbar.events.ItemClickEvent
pointer to the button in question
getItemBaseStyle() - Method in class com.smartgwt.client.widgets.StretchImg
If specified this css class will be applied to the individual item images within this StretchImg.
getItemEndIndent() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Size, in pixels, of indentation of all member items relative to the end of the alignment axis.
getItemHoverAlign() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Text alignment for hovers shown for items
getItemHoverDelay() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If the user rolls over an item, how long a delay before we fire any hover action / show a hover for that item?
getItemHoverHeight() - Method in class com.smartgwt.client.widgets.form.DynamicForm
A default height for hovers shown for items
getItemHoverOpacity() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Opacity for hovers shown for items
getItemHoverStyle() - Method in class com.smartgwt.client.widgets.form.DynamicForm
CSS Style for hovers shown for items
getItemHoverVAlign() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Vertical text alignment for hovers shown for items
getItemHoverWidth() - Method in class com.smartgwt.client.widgets.form.DynamicForm
A default width for hovers shown for items
getItemIndent() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Size, in pixels, of indentation of all member items.
getItemLayout() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Layout style to use with this form.
getItemNum(MenuItem) - Method in class com.smartgwt.client.widgets.menu.Menu
Given a MenuItem, return it's index in the items array.
getItemNum() - Method in class com.smartgwt.client.widgets.toolbar.events.ItemClickEvent
number of the button in question
getItemNum() - Method in class com.smartgwt.client.widgets.toolbar.events.ItemResizedEvent
the index of the item that was resized
getItems(int[]) - Method in class com.smartgwt.client.data.RecordList
Return the items at a list of specified positions.
getItems() - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Return the items in this SectionStackSection
getItems() - Method in class com.smartgwt.client.widgets.menu.Menu
Return the menu items.
getItems() - Method in class com.smartgwt.client.widgets.Window
The contents of the Window body.
getItemStartIndent() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Size, in pixels, of indentation of all member items relative to the start of the alignment axis.
getJavaClass() - Method in class com.smartgwt.client.data.DataSourceField
For use with the Smart GWT server when populating Java Beans / POJOs based on data contained in a DSRequest, javaClass specifies the fully qualified Java className to be created and passed to the setter for the Java Bean Property with the same name as this field.
getJavaCollectionClass() - Method in class com.smartgwt.client.data.DataSourceField
See javaClass - when auto-populating of Java Beans / POJOs based on inbound DSRequest data, for a field of type Collection or Map, javaCollectionClass can be used to specify a particular concrete class to use.
getJavaKeyClass() - Method in class com.smartgwt.client.data.DataSourceField
See javaClass - when auto-populating of Java Beans / POJOs based on inbound DSRequest data, for a field of Map type, javaKeyClass can be used to specify a particular concrete class for the map keys.
getJavaScriptObjectArraySize(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
getJSOArrayValue(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
getJsObj() - Method in class com.smartgwt.client.core.BaseClass
 
getJsObj() - Method in class com.smartgwt.client.core.DataClass
 
getJsObj() - Method in class com.smartgwt.client.core.JsObject
 
getJsObj() - Method in class com.smartgwt.client.data.DataSource
 
getJsObj() - Method in class com.smartgwt.client.data.DateRange
 
getJsObj() - Method in class com.smartgwt.client.data.RecordList
 
getJsObj() - Method in class com.smartgwt.client.data.RelativeDate
 
getJsObj() - Method in class com.smartgwt.client.data.SimpleType
 
getJsObj() - Method in class com.smartgwt.client.widgets.BaseWidget
 
getJsonPrefix() - Method in class com.smartgwt.client.data.DataSource
Allows you to specify an arbitrary prefix string to apply to all json format responses sent from the server to this application.
getJsonRecordXPath() - Method in class com.smartgwt.client.data.RestDataSource
recordXPath mapping to the data node of json returned by the server.
getJsonSuffix() - Method in class com.smartgwt.client.data.DataSource
Allows you to specify an arbitrary suffix string to apply to all json format responses sent from the server to this application.
getKey() - Static method in class com.smartgwt.client.util.EventHandler
Return the name of the key for the event passed in.
getKeyEventCharacter() - Static method in class com.smartgwt.client.util.EventHandler
Return the character for the current key being pressed.
getKeyEventCharacterValue() - Static method in class com.smartgwt.client.util.EventHandler
Returns the numeric characterValue reported by the browser.
getKeyName() - Method in class com.smartgwt.client.core.KeyIdentifier
Return the keyName.
getKeyName() - Method in class com.smartgwt.client.widgets.events.KeyPressEvent
Return the name of the key for the event passed in.
getKeyName() - Method in class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
name of the key that was pressed (EG: "A", "Space")
getKeyName() - Method in class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
name of the key pressed
getKeyName() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
Name of the key pressed (Example: "A", "Enter")
getKeyName() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
Name of the key pressed (Example: "A", "Enter")
getKeyName() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
Name of the key pressed (Example: "A", "Enter")
getKeyPressFilter() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Sets a keypress filter regular expression to limit valid characters that can be entered by the user.
getKeyTitle() - Method in class com.smartgwt.client.widgets.menu.MenuItem
A string to display in the shortcut-key column for this item.
getLabelAsTitle() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
By default a checkboxItem sets showTitle:true, and so takes up two cells with the default TitleOrientation of "left" (see form layout overview).
getLabelBreadthPad() - Method in class com.smartgwt.client.widgets.StretchImgButton
The padding for a StretchImgButton's label is determined as follows.
getLabelHeight() - Method in class com.smartgwt.client.widgets.Slider
The height of the labels used to display the minimum, maximum and current values of the slider.
getLabelHPad() - Method in class com.smartgwt.client.widgets.ImgButton
Horizontal padding to be applied to this widget's label.
getLabelHPad() - Method in class com.smartgwt.client.widgets.StretchImgButton
The padding for a StretchImgButton's label is determined as follows.
getLabelLengthPad() - Method in class com.smartgwt.client.widgets.StretchImgButton
The padding for a StretchImgButton's label is determined as follows.
getLabelPrefix() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
text to put before a label
getLabelSkinImgDir() - Method in class com.smartgwt.client.widgets.StretchImgButton
Specifies a skinImgDir to apply to the label containing the title of this StretchImgButton.
getLabelSkinImgDir() - Method in class com.smartgwt.client.widgets.tab.ImgTab
Base path for images shown within this ImgTab's label.
getLabelSpacing() - Method in class com.smartgwt.client.widgets.Slider
The space around the labels used to display the minimum, maximum and current values of the slider.
getLabelStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for a normal detail label
getLabelSuffix() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
text to put after a label
getLabelVPad() - Method in class com.smartgwt.client.widgets.ImgButton
Vertical padding to be applied to this widget's label.
getLabelVPad() - Method in class com.smartgwt.client.widgets.StretchImgButton
The padding for a StretchImgButton's label is determined as follows.
getLabelWidth() - Method in class com.smartgwt.client.widgets.Slider
The width of the labels used to display the minimum, maximum and current values of the slider.
getLayoutBottomMargin() - Method in class com.smartgwt.client.widgets.layout.Layout
Space outside of all members, on the bottom side.
getLayoutLeftMargin() - Method in class com.smartgwt.client.widgets.layout.Layout
Space outside of all members, on the left-hand side.
getLayoutMargin() - Method in class com.smartgwt.client.widgets.layout.Layout
Space outside of all members.
getLayoutMargin() - Method in class com.smartgwt.client.widgets.tile.TileLayout
A margin left around the outside of all tiles.
getLayoutRightMargin() - Method in class com.smartgwt.client.widgets.layout.Layout
Space outside of all members, on the right-hand side.
getLayoutTopMargin() - Method in class com.smartgwt.client.widgets.layout.Layout
Space outside of all members, on the top side.
getLeadingDateField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the end date field in a CalendarEvent.
getLeaf() - Method in class com.smartgwt.client.widgets.tree.events.LeafClickEvent
The leaf (record) that was clicked
getLeaf() - Method in class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
The leaf (record) on which the contextclick occurred.
getLeaves(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Return all the first-level leaves of a node.
getLeaveScrollbarGap() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether to leave a gap for the vertical scrollbar, even when it's not present.
getLeaveScrollbarGap() - Method in class com.smartgwt.client.widgets.layout.Layout
Whether to leave a gap for a vertical scrollbar even when one is not actually present.
getLeft() - Method in class com.smartgwt.client.core.Rectangle
 
getLeft() - Method in class com.smartgwt.client.widgets.Canvas
Number of pixels the left side of the widget is offset to the right from its default drawing context (either its parent's topleft corner, or the document flow, depending on the value of the position property).
getLeft() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Left coordinate of this item in pixels.
getLeftAsString() - Method in class com.smartgwt.client.widgets.Canvas
Number of pixels the left side of the widget is offset to the right from its default drawing context (either its parent's topleft corner, or the document flow, depending on the value of the position property).
getLeftButtonIcon() - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Icon for the leftButton
getLeftButtonTitle() - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Title for the leftButton
getLegalChildTags() - Method in class com.smartgwt.client.data.DataSource
For a DataSource that describes a DOM structure, the list of legal child elements that can be contained by the element described by this DataSource.
getLegendItemPadding() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Padding between each swatch and label pair.
getLegendMargin() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Space between the legend and the chart rect or axis labels (whatever the legend is adjacent to.
getLegendPadding() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Padding around the legend as a whole.
getLegendSwatchSize() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Size of individual color swatches in legend.
getLegendTextPadding() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Padding between color swatch and its label.
getLength() - Method in class com.smartgwt.client.data.DataSourceField
Maximum number of characters allowed.
getLength() - Method in class com.smartgwt.client.data.RecordList
Return the number of items in this list
getLength() - Method in class com.smartgwt.client.data.ResultSet
Return the total number of records that match the current filter criteria.
getLength() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Return the length.
getLength() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
if set, maximum number of characters for this field
getLength() - Method in class com.smartgwt.client.widgets.Progressbar
Length of the progressbar in pixels.
getLength() - Method in class com.smartgwt.client.widgets.Slider
Used to set slider height if vertical, slider width if horizontal.
getLength() - Method in class com.smartgwt.client.widgets.tree.Tree
Returns the number of items in the current open list.
getLevel(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Return the number of levels deep this node is in the tree.
getLineBreakStyle() - Method in class com.smartgwt.client.data.DSRequest
The style of line-breaks to use in the exported output.
getLineBreakStyle() - Method in class com.smartgwt.client.data.OperationBinding
The style of line-breaks to use in the exported output.
getLinkText() - Method in class com.smartgwt.client.widgets.grid.ListGridField
The HTML to display in cells of this field if the fieldType is set to link.
getLinkText() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
The HTML to display in this row for fields with fieldType set to link.
getLinkTextProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Property name on a record that will hold the link text for that record.
getLinkTextProperty() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Name of the property in a ListGridRecord that holds the HTML to display in cells of this field if the fieldType is set to "link".
getLinkTitle() - Method in class com.smartgwt.client.widgets.form.fields.LinkItem
Optional title text to display for this item's link.
getLinkURLPrefix() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has type [ListGridFieldType] set to "link", setting this property will apply a standard prefix to the link URL for cells in this field.
getLinkURLSuffix() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has type [ListGridFieldType] set to "link", setting this property will apply a standard suffix to the link URL for cells in this field.
getListEndEditAction() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If the user is editing the last record in this listGrid, and attempts to navigate beyond the last row either by tabbing off the last editable field, or using the down arrow key, this property determines what action to take: "next": start editing a new record at the end of the list.
getListPane() - Method in class com.smartgwt.client.widgets.layout.SplitPane
An optional list pane displayed in the left-hand of the panes or in a popup according to the pane layout.
getLoadDataOnDemand() - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
If this is a databound item, should the load our set of possible options be loaded on demand (as submenus are displayed), or upfront?
getLoadDataOnDemand() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
For databound columnTree instances, should the entire tree of data be loaded on initial fetch, or should each column be loaded as needed.
getLoadDataOnDemand() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
For databound treeGrid instances, should the entire tree of data be loaded on initial fetch, or should folders load their children as they are opened.
getLoadingDataMessage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The string to display in the body of a listGrid while data is being loaded.
getLoadingDataMessageStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The CSS style name applied to the loadingDataMessage string if displayed.
getLoadingMessage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If you have a databound listGrid and you scroll out of the currently loaded dataset, by default you will see blank rows until the server returns the data for those rows.
getLoadingMessage() - Method in class com.smartgwt.client.widgets.HTMLFlow
HTML to show while content is being fetched, active only if the contentsURL property has been set.
getLoadingMessage() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
The string to display in the body of a detailViewer which is loading records.
getLoadingMessage() - Method in class com.smartgwt.client.widgets.ViewLoader
Message to show while the view is loading.
getLoadingMessageStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style to use for the loadingMessage.
getLoadState(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
What is the loadState of a given folder?
getLocateChildrenBy() - Method in class com.smartgwt.client.widgets.Canvas
Strategy to use when locating children in this canvas from an autoTest locator string.
getLocateChildrenType() - Method in class com.smartgwt.client.widgets.Canvas
LocatorTypeStrategy to use when finding children within this canvas.
getLocateColumnsBy() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When AutoTest.getElement is used to parse locator strings generated by link{isc.AutoTest.getLocator()} for a cell in this grid, how should the column be identified?
Note that getLocator() will actually store all available information about the column in the generated string -- this attribute effects how a stored string will be parsed only.
getLocateItemBy() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When AutoTest.getElement is used to parse locator strings generated by link{isc.AutoTest.getLocator()} for this form item, should the item be identified? By default if the item has a name this will always be used, however for items with no name, the following options are available: "title" use the title as an identifier within this form "value" use the value of the item to identify it (often used for items with a static defaultValue such as HeaderItems "index" use the index within the form's items array.
getLocateMembersBy() - Method in class com.smartgwt.client.widgets.layout.Layout
Strategy to use when locating members from within this Layout's members array.
getLocateMembersType() - Method in class com.smartgwt.client.widgets.layout.Layout
LocatorTypeStrategy to use when finding members within this layout.
getLocatePeersBy() - Method in class com.smartgwt.client.widgets.Canvas
Strategy to use when locating peers of this canvas from an autoTest locator string.
getLocatePeersType() - Method in class com.smartgwt.client.widgets.Canvas
LocatorTypeStrategy to use when finding peers of this canvas.
getLocateRowsBy() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When AutoTest.getElement is used to parse locator strings generated by link{isc.AutoTest.getLocator()} for a cell in this grid, how should the row be identified?
Note that getLocator() will actually store all available information about the row in the generated string -- this attribute effects how a stored string will be parsed only.
getLocateSectionsBy() - Method in class com.smartgwt.client.widgets.layout.SectionStack
When AutoTest.getElement is used to parse locator strings generated by link{isc.AutoTest.getLocator()}, how should sections within this stack be identified? By default if section has a specified name this will always be used.
getLocateSectionsType() - Method in class com.smartgwt.client.widgets.layout.SectionStack
LocatorTypeStrategy to use when finding Sections within this section Stack.
getLocateTabsBy() - Method in class com.smartgwt.client.widgets.tab.TabSet
When AutoTest.getElement is used to parse locator strings generated by link{isc.AutoTest.getLocator()}, how should tabs within this tabset be identified? By default if tab has a specified ID this will always be used.
getLogBase() - Method in class com.smartgwt.client.widgets.chart.FacetChart
When useLogGradations, base value for logarithmic gradation lines.
getLogGradations() - Method in class com.smartgwt.client.widgets.chart.FacetChart
When useLogGradations is set, gradation lines to show in between powers, expressed as a series of integer or float values between 0 and logBase.
getLogScale() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to use logarithmic scaling for values.
getLongTextEditorThreshold() - Method in class com.smartgwt.client.widgets.form.DynamicForm
When creating form items for fields with text type data, if the specified length of the field exceeds this threshold we will create form item of type this.longTextEditorType (a TextAreaItem by default), rather than a simple text item.
getLongTextEditorThreshold() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When the length of the field specified by length exceeds this value, the ListGrid shows an edit field of type longTextEditorType rather than the standard text field when the field enters inline edit mode.
getLongTextEditorType() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Name of the Form Item class to use for text fields which exceed the longTextEditorThreshold for this form.
getLongTextEditorType() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When the length of the field specified by length exceeds this.longTextEditorThreshold show an edit field of this type rather than the standard text field when the field enters inline edit mode.
getLuminosity() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Returns the Luminosity (brightness) of the currently-selected color, as an integer from 0-240
getLumWidth() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Width of the Luminosity bar
getMajor() - Static method in class com.smartgwt.client.Version
 
getManagePercentBreadth() - Method in class com.smartgwt.client.widgets.layout.Layout
If set, a Layout with breadthPolicy:"fill" will specially interpret a percentage breadth on a member as a percentage of available space excluding the layoutMargin.
getManyItemsImage() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The filename of the icon displayed use as the default drag tracker when for multiple files and/or folders are being dragged.
getMapping(String) - Method in class com.smartgwt.client.widgets.cube.FacetValueMap
Get the facetValue id for some facet id within this facet valueMap
getMargin() - Method in class com.smartgwt.client.widgets.Canvas
Set the CSS Margin, in pixels, for this component.
getMask() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Input mask used to filter text entry.
getMask() - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
Internal-use only for a TimeItem.
getMask() - Method in class com.smartgwt.client.widgets.form.validator.MaskValidator
Return the mask.
getMaskOverwriteMode() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
During entry into masked field, should keystrokes overwrite current position value? By default new keystrokes are inserted into the field.
getMaskOverwriteMode() - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
Internal-use only for a TimeItem.
getMaskPadChar() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Character that is used to fill required empty mask positions to display text while control has no focus.
getMaskPromptChar() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Character that is used to fill required empty mask positions to display text while control has focus.
getMaskSaveLiterals() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Should entered mask value be saved with embedded literals?
getMaskSaveLiterals() - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
Internal-use only for a TimeItem.
getMatchAllTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "Match All" (and) operator
getMatchAnyTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "Match Any" (or) operator
getMatchElement() - Method in class com.smartgwt.client.widgets.Canvas
If htmlElement is specified, should this canvas initially be drawn at the same dimensions as the htmlElement?
Note: setting this property will not force the canvas to resize if the element subsequently resizes (for example due to page reflow).
getMatchNoneTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "Match None" (not) operator
getMax() - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
Maximum valid value for this item
getMax() - Method in class com.smartgwt.client.widgets.form.validator.DateRangeValidator
Return the max.
getMax() - Method in class com.smartgwt.client.widgets.form.validator.FloatRangeValidator
Return the max.
getMax() - Method in class com.smartgwt.client.widgets.form.validator.IntegerRangeValidator
Return the max.
getMax() - Method in class com.smartgwt.client.widgets.form.validator.LengthRangeValidator
Return the max.
getMaxBarThickness() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Bars will not be drawn over this thickness, instead, margins will be increased.
getMaxExpandedRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When canExpandRecords and canExpandMultipleRecords are both true, this property dictates the number of records which can be expanded simultaneously.
getMaxExpandedRecordsPrompt() - Method in class com.smartgwt.client.widgets.grid.ListGrid
This is a dynamic string - text within \${...} will be evaluated as JS code when the message is displayed.
getMaxHeight() - Method in class com.smartgwt.client.widgets.Canvas
Maximum height that this Canvas can be resized to.
getMaximized() - Method in class com.smartgwt.client.widgets.Window
Is this window maximized.
getMaxValue() - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
The maximum slider value.
getMaxValue() - Method in class com.smartgwt.client.widgets.Slider
The maximum slider value.
getMaxValueLabel() - Method in class com.smartgwt.client.widgets.Slider
The text displayed in the label for the maximum value of the slider.
getMaxWidth() - Method in class com.smartgwt.client.widgets.Canvas
Maximum width that this Canvas can be resized to.
getMayScript() - Method in class com.smartgwt.client.widgets.plugins.Applet
Usable only in IE: if true allows Java->JS LiveConnect (other platforms that support LiveConnect have it enabled by default and do not allow it to be disabled).
getMember(int) - Method in class com.smartgwt.client.widgets.layout.Layout
Given a numerical index or a member ID, return a pointer to the appropriate member.
getMember(String) - Method in class com.smartgwt.client.widgets.layout.Layout
Given a numerical index or a member ID, return a pointer to the appropriate member.
getMemberDefaultBreadth(Canvas, int) - Method in class com.smartgwt.client.widgets.layout.Layout
Return the breadth for a member of this layout which either didn't specify a breadth or specified a percent breadth with managePercentBreadth:true.
getMemberForField(String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Given a fieldName or dataPath, this method will find the member responsible for interacting with that field's value.
getMemberNumber(Canvas) - Method in class com.smartgwt.client.widgets.layout.Layout
Given a member Canvas or member ID, return the index of that member within this layout's members array
getMemberNumber(String) - Method in class com.smartgwt.client.widgets.layout.Layout
Given a member Canvas or member ID, return the index of that member within this layout's members array
getMemberOffset(Canvas, int, String) - Method in class com.smartgwt.client.widgets.layout.Layout
Override point for changing the offset on the breadth axis for members, that is, the offset relative to the left edge for a vertical layout, or the offset relative to the top edge for a horizontal layout.
getMemberOverlap() - Method in class com.smartgwt.client.widgets.layout.Layout
Number of pixels by which each member should overlap the preceding member, used for creating an "stack of cards" appearance for the members of a Layout.
getMembers() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
 
getMembers() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Returns an array of members in this ValuesManager.
getMembers() - Method in class com.smartgwt.client.widgets.layout.Layout
Return the members in the Layout.
getMembersMargin() - Method in class com.smartgwt.client.widgets.layout.Layout
Space between each member of the layout.
getMenu() - Method in class com.smartgwt.client.widgets.menu.events.MenuItemClickEvent
The ${isc.DocUtils.linkForRef('class:Menu')} instance of which this ${isc.DocUtils.linkForRef('object:MenuItem')} is a member.
getMenu() - Method in class com.smartgwt.client.widgets.menu.IMenuButton
The menu to show.
getMenu() - Method in class com.smartgwt.client.widgets.menu.MenuButton
The menu to show.
getMenuAnimationEffect() - Method in class com.smartgwt.client.widgets.menu.IMenuButton
Allows you to specify an animation effect to apply to the menu when it is being shown.
getMenuAnimationEffect() - Method in class com.smartgwt.client.widgets.menu.MenuButton
Allows you to specify an animation effect to apply to the menu when it is being shown.
getMenuButtonImage() - Method in class com.smartgwt.client.widgets.menu.IMenuButton
Image for menu button indicating that the button expands a menu.
getMenuButtonImage() - Method in class com.smartgwt.client.widgets.menu.MenuButton
Image for menu button indicating that the button expands a menu.
getMenuButtonImageUp() - Method in class com.smartgwt.client.widgets.menu.IMenuButton
Image for menu button indicating that the button expands a menu.
getMenuButtonImageUp() - Method in class com.smartgwt.client.widgets.menu.MenuButton
Image for menu button indicating that the button expands a menu.
getMenuButtonWidth() - Method in class com.smartgwt.client.widgets.menu.Menu
For a menu that has a MenuButton generated for it automatically (for example when included in a MenuBar, the width that the MenuButton should have.
getMenuConstructor() - Method in class com.smartgwt.client.widgets.Canvas
Default class used to construct menus created by this component, including context menus.
getMessage() - Method in class com.smartgwt.client.widgets.Dialog
Message to show in this dialog.
getMessagingURL() - Static method in class com.smartgwt.client.rpc.Messaging
Get the URL of the messaging servlet.
getMetaDataPrefix() - Method in class com.smartgwt.client.data.RestDataSource
If sendMetaData is true, this attribute is used to specify the prefix to apply to 'meta data' properties when assembling parameters to send to the server.
getMethod() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The mechanism by which form data is sent to the action URL.
getMetricFacetId() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
In a CubeGrid that displays values of different types (eg "Revenue" and "Income"), the different types of values on display are enumerated as the facet values of the "metric facet".
getMillisecondsAgoTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "millisecond".
getMillisecondsFromNowTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "millisecond".
getMin() - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
Minimum valid value for this item
getMin() - Method in class com.smartgwt.client.widgets.form.validator.DateRangeValidator
Return the min.
getMin() - Method in class com.smartgwt.client.widgets.form.validator.FloatRangeValidator
Return the min.
getMin() - Method in class com.smartgwt.client.widgets.form.validator.IntegerRangeValidator
Return the min.
getMin() - Method in class com.smartgwt.client.widgets.form.validator.LengthRangeValidator
Return the min.
getMinBarThickness() - Method in class com.smartgwt.client.widgets.chart.FacetChart
If bars would be smaller than this size, margins are reduced until bars overlap.
getMinColWidth() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Minimum width of a form column.
getMinFieldWidth() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Minimum size, in pixels, for ListGrid headers.
getMinHeight() - Method in class com.smartgwt.client.widgets.Canvas
Minimum height that this Canvas can be resized to.
getMinHeight() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Minimum valid height for this TextAreaItem in px.
getMinHeight() - Method in class com.smartgwt.client.widgets.layout.Portlet
Specifies a minimum height for the Portlet.
getMinimizeAcceleration() - Method in class com.smartgwt.client.widgets.Window
Default acceleration function for performing an animated minimize / maximize.
getMinimized() - Method in class com.smartgwt.client.widgets.Window
Is this window minimized.
getMinimizeHeight() - Method in class com.smartgwt.client.widgets.Window
Height for the window when minimized.
getMinimizeTime() - Method in class com.smartgwt.client.widgets.Window
If this window is minimizeable, and animateMinimize is true, what should the duration of the minimize / maximize be (in ms)? If unset defaults to canvas.animationTime.
getMinMemberSize() - Method in class com.smartgwt.client.widgets.layout.Layout
Minimum size, in pixels, below which members should never be shrunk, even if this requires the Layout to overflow.
getMinor() - Static method in class com.smartgwt.client.Version
 
getMinutesAgoTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "minute".
getMinutesFromNowTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "minute".
getMinValue() - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
The minimum slider value.
getMinValue() - Method in class com.smartgwt.client.widgets.Slider
The minimum slider value.
getMinValueLabel() - Method in class com.smartgwt.client.widgets.Slider
The text displayed in the label for the minimum value of the slider.
getMinWidth() - Method in class com.smartgwt.client.widgets.Canvas
Minimum width that this Canvas can be resized to.
getMissingFieldPrompt() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The message to display next to fieldNames that do not exist in the available dataSource.
getModalEditing() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this property is true, any mouse click outside of the open cell editors will end editing mode, hiding the cell editors and saving any changes to those cell values.
getModalMaskOpacity() - Method in class com.smartgwt.client.widgets.Window
Controls the opacity of the modal mask displayed behind modal windows.
getModalMaskStyle() - Method in class com.smartgwt.client.widgets.Window
Specifies the CSS style for the modal mask.
getModelType() - Method in class com.smartgwt.client.widgets.tree.Tree
Selects the model used to construct the tree representation.
getMonthMenuStyle() - Method in class com.smartgwt.client.widgets.DateChooser
Style for the pop-up year menu.
getMonthsAgoTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "month".
getMonthSelectorProperties() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Custom properties to apply to this dateItem's generated monthSelector.
getMonthsFromNowTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "month".
getMonthViewTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the month view
getMoreTabCount() - Method in class com.smartgwt.client.widgets.tab.TabSet
This property defines the number tab buttons that should be shown before automatically adding a "more" button to handle the remaining tabs.
getMoreTabImage() - Method in class com.smartgwt.client.widgets.tab.TabSet
If showMoreTab is enabled this property determines the image to display on the "More" tab button.
getMoreTabPaneDefaults() - Method in class com.smartgwt.client.widgets.tab.TabSet
Default properties for the "more" tab's pane.
getMoreTabPaneProperties() - Method in class com.smartgwt.client.widgets.tab.TabSet
Properties to apply to the "more" tab's pane created by this TabSet.
getMoreTabProperties() - Method in class com.smartgwt.client.widgets.tab.TabSet
Properties to apply to the "more" tab created by this TabSet.
getMoreTabTitle() - Method in class com.smartgwt.client.widgets.tab.TabSet
Title for the "More" tab.
getMouseDownX() - Static method in class com.smartgwt.client.util.EventHandler
Return the page-relative X (horizontal) coordinate of an event.
getMouseDownY() - Static method in class com.smartgwt.client.util.EventHandler
Return the page-relative Y (vertical) coordinate of an event.
getMouseStillDownDelay() - Method in class com.smartgwt.client.widgets.Canvas
Amount of time (in msec) between 'mouseStillDown' events for this object
getMouseStillDownInitialDelay() - Method in class com.smartgwt.client.widgets.Canvas
Amount of time (in msec) before mouseStillDown events start to be fired for this object.
getMultiple() - Method in class com.smartgwt.client.data.DataSourceField
Indicates that this field should always be Array-valued.
getMultiple() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If true, multiple values may be selected.
getMultipleAppearance() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
How should items with multiple set to 'true' be displayed?
getMultipleValueSeparator() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this item is displaying multiple values, this property will be the string that separates those values for display purposes.
getName() - Method in class com.smartgwt.client.data.DataSourceField
Name for this field.
getName() - Method in class com.smartgwt.client.data.SimpleType
Name of the type, used to refer to the type from field.name.
getName() - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
String which represents the name of a CalendarEvent The name of this field within the CalendarEvent can be changed via nameField
getName() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Name for this form field.
getName() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
Identifier for this form item icon.
getName() - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
Name for this headerSpan, for use in APIs like ListGrid.setHeaderSpanTitle.
getName() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Name of this field.
getName() - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the name of the image.
getName() - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Identifier for the section.
getName() - Method in class com.smartgwt.client.widgets.plugins.Applet
Sets the 'name' attribute on the applet object.
getName() - Method in class com.smartgwt.client.widgets.plugins.Flashlet
Sets the 'name' attribute on the flashlet object.
getName(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Get the 'name' of a node.
getName() - Method in class com.smartgwt.client.widgets.tree.TreeNode
Provides a name for the node that is unique among it's immediate siblings, thus allowing a unique path to be used to identify the node, similar to a file system.
getName() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Name property used to identify the field, and determines which attribute from records will be displayed in this field.
getNameField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the name field in a CalendarEvent.
getNameProperty() - Method in class com.smartgwt.client.widgets.tree.Tree
Name of the property on a TreeNode that holds a name for the node that is unique among it's immediate siblings, thus allowing a unique path to be used to identify the node, similar to a file system.
getNativeMouseTarget() - Static method in class com.smartgwt.client.util.EventHandler
Returns the natively reported target (or source) DOM element for the current mouse event.
getNavIcon() - Method in class com.smartgwt.client.widgets.tableview.TableView
The navigation icon shown next to records when showNavigation is true and NavigationMode is set to "navIconOny".
getNavigationBar() - Method in class com.smartgwt.client.widgets.layout.SplitPane
The AutoChild navigationBar managed by this widget.
getNavigationMode() - Method in class com.smartgwt.client.widgets.tableview.TableView
Set navigation mode for this TableView.
getNavigationPane() - Method in class com.smartgwt.client.widgets.layout.SplitPane
The left-hand of the two panes managed by this widget, used for navigation.
getNeverDisable() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If icon.neverDisable is true, when this form item is disabled, the icon will remain enabled.
getNeverDropUpdatedRows() - Method in class com.smartgwt.client.data.ResultSet
By default when a a row is returned by the server, the current ResultSet.setCriteria(com.smartgwt.client.data.Criteria) are applied to it, and it may disappear from the cache.
getNeverValidate() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, validation will not occur as a result of cell editing for this grid.
getNewDate() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventMoved
new date and time that event is being moved to
getNewDate() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventResized
new end date and time that event is being resized to
getNewSize() - Method in class com.smartgwt.client.widgets.toolbar.events.ItemResizedEvent
the new size of the item
getNewState() - Method in class com.smartgwt.client.widgets.cube.events.FacetValueSelectionChangedEvent
new selection state
getNewTab() - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
the tab object being selected
getNewTitle() - Method in class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
the new title
getNewValue() - Method in class com.smartgwt.client.widgets.form.events.ItemChangedEvent
new value for the FormItem
getNewValue() - Method in class com.smartgwt.client.widgets.form.events.ItemChangeEvent
new value for the FormItem
getNewValue() - Method in class com.smartgwt.client.widgets.grid.events.CellSavedEvent
new value for the cell
getNewValue() - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
new value for the cell being edited
getNewValues() - Method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
A Map of the new values that were saved.
getNewValues() - Method in class com.smartgwt.client.widgets.grid.events.EditFailedEvent
A Map of the new values that we attempted to save.
getNewValues() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
Return the edit values for the current row.
getNextButtonHoverText() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The text to be displayed when a user hovers over the next toolbar button
getNextMonthIcon() - Method in class com.smartgwt.client.widgets.DateChooser
Icon for the next month button
getNextMonthIconHeight() - Method in class com.smartgwt.client.widgets.DateChooser
Height of the icon for the next month button
getNextMonthIconWidth() - Method in class com.smartgwt.client.widgets.DateChooser
Width of the icon for the next month button
getNextYearIcon() - Method in class com.smartgwt.client.widgets.DateChooser
Icon for the next year button
getNextYearIconHeight() - Method in class com.smartgwt.client.widgets.DateChooser
Height of the icon for the next year button
getNextYearIconWidth() - Method in class com.smartgwt.client.widgets.DateChooser
Width of the icon for the next year button
getNextZIndex() - Method in class com.smartgwt.client.widgets.Canvas
get the next zIndex for the next item to be drawn.
getNode() - Method in class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
The selected node
getNode() - Method in class com.smartgwt.client.widgets.tree.events.FolderClosedEvent
the folder (record) that is being closed
getNode() - Method in class com.smartgwt.client.widgets.tree.events.FolderOpenedEvent
the folder (record) that is being opened
getNode() - Method in class com.smartgwt.client.widgets.tree.events.NodeClickEvent
The node (record) that was clicked
getNode() - Method in class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
The node (record) on which the contextclick occurred.
getNodeIcon() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
The filename of the default icon for all leaf nodes in this grid.
getNodeIcon() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The filename of the default icon for all leaf nodes in this grid.
getNodes() - Method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
List of nodes being dropped
getNodeTitle(Record, int, ListGridField) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Returns the title to show for a node in the tree column.
getNoDoubleClicks() - Method in class com.smartgwt.client.widgets.Canvas
If true, this canvas will receive all mouse-clicks as single click events rather than doubleClicks.
getNormalBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
"Normal" baseStyle for this listGrid.
getNormalCellHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If baseStyle is unset, base style will be derived from normalBaseStyle if this grid has fixed row heights and the specified cellHeight matches this value.
getNullGroupTitle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default alias to use for groups with no value
getNumCols() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The number of columns of titles and items in this form's layout grid.
getNumColumns() - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Initial number of columns to show in this PortalLayout.
getNumTabs() - Method in class com.smartgwt.client.widgets.tab.TabSet
The number of tabs
getNumValues() - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
The number of discrete values represented by slider.
getNumValues() - Method in class com.smartgwt.client.widgets.Slider
The number of discrete values represented by slider.
getObjectArrayValue(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
getObjectCodeBase() - Method in class com.smartgwt.client.widgets.plugins.Applet
This attribute is used only with useTag: "object".
getOfflineMessageStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The CSS style name applied to the offlineMessage if displayed.
getOfflineNodeMessage() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
For TreeGrids with loadDataOnDemand: true, a message to show the user if an attempt is made to open a folder, and thus load that node's children, while we are offline and there is no offline cache of that data.
getOfflineTimestamp() - Method in class com.smartgwt.client.data.DSResponse
Timestamp (millisecond value) to indicate when this dsResponse was cached in offline storage.
getOffsetHeight() - Method in class com.smartgwt.client.widgets.Canvas
 
getOffsetWidth() - Method in class com.smartgwt.client.widgets.Canvas
 
getOffsetX() - Method in class com.smartgwt.client.widgets.Canvas
Return the X-coordinate of the last event relative to the left edge of the content of this Canvas.

NOTE: To get a coordinate relative to the viewport of this Canvas, subtract this.getScrollLeft()
getOffsetY() - Method in class com.smartgwt.client.widgets.Canvas
Return the Y-coordinate of the last event, relative to the top edge of the content of this Canvas.

NOTE: To get a coordinate relative to the viewport of this Canvas, subtract this.getScrollTop()
getOldEndCol() - Method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
the endCol from before the drawArea changed
getOldEndRow() - Method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
the endRow from before the drawArea changed
getOldRecord() - Method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
The old record before the save occurred
getOldStartCol() - Method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
the startCol from before the drawArea changed
getOldStartRow() - Method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
the startRow from before the drawArea changed
getOldTitle() - Method in class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
the old title
getOldValue() - Method in class com.smartgwt.client.widgets.form.events.ItemChangeEvent
value the FormItem had previous to this change() event
getOldValue() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
The previous value of the form item
getOldValue() - Method in class com.smartgwt.client.widgets.grid.events.CellSavedEvent
old value for the cell
getOldValue() - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
The previous value of the form item
getOldValues() - Method in class com.smartgwt.client.data.DSRequest
For an update or remove operation, the original values from the record that is being updated or removed.
getOldValues() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Returns the set of values last stored by DynamicForm.rememberValues.
getOldValues() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Returns the set of values last stored by ValuesManager.rememberValues.
getOmitControls() - Method in class com.smartgwt.client.util.PrintProperties
An array of Strings indicating the classNames of controls that should be omitted from printing.
getOmitNullMapValuesInResponse() - Method in class com.smartgwt.client.rpc.RPCRequest
If enabled, the server omits any key/value pairs in map that have null values from the response.
getOpacity() - Method in class com.smartgwt.client.widgets.Canvas
Renders the widget to be partly transparent.
getOpacity() - Method in class com.smartgwt.client.widgets.form.events.ColorSelectedEvent
The opacity selected, from 0-100.
getOpacitySliderLabel() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The label shown next to the opacity slider.
getOpacityText() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The text to show underneath the selected color box, so that it can be seen through semi-transparent colors.
getOpenerIconSize() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Width and height in pixels of the opener icons, that is, the icons which show the open or closed state of the node, typically a [+] or [-] symbol.
getOpenerImage() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The base filename of the opener icon for the folder node when 'showConnectors' is false for this TreeGrid.
The opener icon is displayed beside the folder icon in the Tree column for folder nodes.
getOpenIcon(TreeNode) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Get the appropriate open/close opener icon for a node.
getOpenIconSuffix() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If showOpenIcons is true, this suffix will be appended to the folderIcon for open folders in this grid.
getOpenIconSuffix() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If showOpenIcons is true, this suffix will be appended to the folderIcon for open folders in this grid.
getOpenList(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Return a flattened list of nodes that are open under some parent, including the parent itself.
getOpenProperty() - Method in class com.smartgwt.client.widgets.tree.Tree
The property consulted by the default implementation of Tree.isOpen to determine if the node is open or not.
getOpenState() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Returns a snapshot of the current open state of this grid's data as a String object.
This object can be passed to TreeGrid.setOpenState to open the same set of folders within the treeGrid's data (assuming the nodes are still present in the data).
getOperationBindings() - Method in class com.smartgwt.client.data.DataSource
Optional array of OperationBindings, which provide instructions to the DataSource about how each DSOperation is to be performed.
getOperationId() - Method in class com.smartgwt.client.data.DSRequest
When a DataBoundComponent sends a DSRequest, the dsRequest.operationId will be automatically picked up from the fetchOperation, addOperation, etc properties of the DataBoundComponent.
getOperationId() - Method in class com.smartgwt.client.data.OperationBinding
Optional operationId if this DataSource supports two or more variants of one of the basic DataSource operations, for instance, a "fetch" that uses full text search and a "fetch" that accepts per-field search criteria.
getOperationType() - Method in class com.smartgwt.client.data.DSRequest
Type of operation being performed: "fetch", "add", "remove", "update" or "custom".
getOperationType() - Method in class com.smartgwt.client.data.OperationBinding
Which operationType this operationBinding is for.
getOperator() - Method in class com.smartgwt.client.data.Criterion
Operator this criterion applies.
getOperator() - Method in class com.smartgwt.client.widgets.form.DynamicForm
When operator has been set for any FormItem in this form, what logical operator should be applied across the ${isc.DocUtils.linkForRef('object:Criterion','criteria')} produced by the form items? Only applicable to forms that have a dataSource.
getOperator() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
OperatorId to be used when DynamicForm.getValuesAsCriteria is called.
getOperator() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
What operator to use when RelativeDateItem.getCriterion is called.
getOperator() - Method in class com.smartgwt.client.widgets.form.validator.StringCountValidator
Return the operator.
getOperatorPickerTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title for the operator-picker select-item.
getOptionCriteria() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this item has a specified optionDataSource, and this property may be used to specify criteria to pass to the datasource when performing the fetch operation on the dataSource to obtain a data-value to display-value mapping
getOptionCriteria() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If optionDataSource is set for this ListGridField, criteria specified in this attribute will be passed to the dataSource when performing the fetch operation to determine data-value to display-value mappings
getOptionDataSource() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
getOptionDataSource() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
 
getOptionDataSource() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
 
getOptionFilterContext() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this item has a specified optionDataSource, and this property is not null, this will be passed to the datasource as RPCRequest properties when performing the fetch operation on the dataSource to obtain a data-value to display-value mapping
getOptionFilterContext() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has an optionDataSource specified and autoFetchDisplayMap is set, this attribute provides a way to customize the dataSource request issued to fetch the display map from the option dataSource.
getOptionOperationId() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this item has a specified optionDataSource, this attribute may be set to specify an explicit operationId when performing a fetch against the option dataSource to pick up display value mapping.
getOptionOperationId() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this item has a specified optionDataSource, this attribute may be set to specify an explicit operationId when performing a fetch against the option dataSource to pick up display value mapping.
getOptionOperationId() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this item has a specified optionDataSource, this attribute may be set to specify an explicit operationId when performing a fetch against the option dataSource to pick up display value mapping.
getOptionOperationId() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has an optionDataSource specified and autoFetchDisplayMap is set, this attribute provides a way to customize the operationId passed to dataSource.fetchData() when retrieving the display map from the option dataSource.
getOptionTextMatchStyle() - Method in class com.smartgwt.client.widgets.grid.ListGridField
For fields with an optionDataSource, where autoFetchDisplayMap is true, this property will govern the textMatchStyle attribute of the DSRequest parameter passed to DataSource.fetchData when retrieving the remote data set to be used as a basis for this field's valueMap.
getOrCreateJsObj() - Method in class com.smartgwt.client.core.BaseClass
 
getOrCreateJsObj() - Method in class com.smartgwt.client.widgets.BaseWidget
 
getOrCreateJsObj() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.AdvancedCriteria
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.Criterion
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.DataSource
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.DataSourceField
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.DSRequest
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.DSResponse
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.Hilite
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.OperationBinding
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.Record
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.RecordList
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.RestDataSource
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.ResultSet
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.SimpleType
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.WSDataSource
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.WSRequest
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.data.XJSONDataSource
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.docs.serverds.ServerObject
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.rpc.RPCRequest
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.rpc.RPCResponse
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSONEncoder
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.util.PrintProperties
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Button
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.Calendar
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.calendar.CalendarEvent
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Canvas
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.chart.FacetChart
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.CellRecord
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.CubeGrid
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.Facet
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.FacetValue
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.cube.FacetValueMap
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.DateChooser
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Dialog
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.EdgedCanvas
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.ColorPicker
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.DynamicForm
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.AutoFitTextAreaItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.BlurbItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.BooleanItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.ButtonItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.CanvasItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.ColorPickerItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.DateItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.DateTimeItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.FileItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.FloatItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.FormItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.HeaderItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.HiddenItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.IntegerItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.IPickTreeItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.LinkItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.PasswordItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.RadioGroupItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.ResetItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.RichTextItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.RowSpacerItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.SectionItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.SelectItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.SliderItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.SpacerItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.SubmitItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.TextItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.TimeItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.UploadItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.ViewFileItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.FilterBuilder
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.FilterClause
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.PropertySheet
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.SearchForm
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.validator.Validator
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.ValuesManager
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.HeaderSpan
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.ListGrid
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.ListGridField
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.grid.ListGridRecord
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.HTMLFlow
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.HTMLPane
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.IButton
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Img
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.ImgButton
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.ImgProperties
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.ImgSplitbar
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Label
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.FlowLayout
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.HLayout
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.HStack
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.ImgSectionHeader
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.Layout
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.LayoutSpacer
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.NavigationBar
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.PortalLayout
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.Portlet
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.SectionHeader
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.SectionStack
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.SectionStackSection
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.SplitPane
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.VLayout
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.VStack
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.menu.IMenuButton
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.menu.Menu
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.menu.MenuBar
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.menu.MenuButton
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.menu.MenuItem
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.MultiFilePicker
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.plugins.ActiveXControl
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.plugins.Applet
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.plugins.BrowserPlugin
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.plugins.Flashlet
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.plugins.SVG
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.PrintCanvas
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.PrintWindow
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Progressbar
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.RichTextEditor
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Scrollbar
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Slider
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Snapbar
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Splitbar
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.StatefulCanvas
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.StretchImg
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.StretchImgButton
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tab.ImgTab
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tab.Tab
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tab.TabSet
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tableview.TableView
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tile.TileGrid
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tile.TileLayout
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tile.TileRecord
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.toolbar.ToolStrip
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.toolbar.ToolStripButton
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.toolbar.ToolStripMenuButton
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.toolbar.ToolStripResizer
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.Tree
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.TreeGrid
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.TreeGridField
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.tree.TreeNode
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.viewer.DetailViewerField
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.viewer.DetailViewerRecord
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.ViewLoader
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Window
 
getOrientation() - Static method in class com.smartgwt.client.util.Page
Is the current page wider than it is tall ("landscape" orientation) or the reverse ("portrait" orientation).
getOrientation() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Direction of tiling.
getOriginalRecordList() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the underlying, ungrouped data of this DataBoundComponent as a RecordList.
getOriginalResultSet() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the underlying, ungrouped data of this ListGrid as a ResultSet.
getOtherDayBlankStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
In the month CSS style applied to both the header and body of days from other months when showOtherDays is false.
getOtherDayBodyBaseStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to the day body of the month view of the calendar.
getOtherDayHeaderBaseStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to the day headers of the month view.
getOtherField() - Method in class com.smartgwt.client.widgets.form.validator.MatchesFieldValidator
Return the otherField.
getOtherTitle() - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Title for the Other... item.
getOtherValue() - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Data value for the Other... item.
getOverCanvasConstructor() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Constructor class name for this widgets overCanvas
getOverflow() - Method in class com.smartgwt.client.widgets.Canvas
Controls what happens when the drawn size of the content of a Canvas is either greater or smaller than the specified size of the Canvas.
getOverflow() - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
CanvasItems support specifying overflow for the Canvas directly on the item.
getOverflow() - Method in class com.smartgwt.client.widgets.layout.Layout
Normal Overflow settings can be used on layouts, for example, an overflow:auto Layout will scroll if members exceed its specified size, whereas an overflow:visible Layout will grow to accommodate members.
getOverflow() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Normal Overflow settings can be used on layouts, for example, an overflow:auto Layout will scroll if sections are resized to exceed the specified size, whereas an overflow:visible Layout will grow to accommodate the resized sections.
getOverflow() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Normal Overflow settings can be used on TileLayouts, for example, an overflow:auto TileLayout will scroll if members exceed its specified size, whereas an overflow:visible TileLayout will grow to accommodate members.
getPadding() - Method in class com.smartgwt.client.widgets.Canvas
Set the CSS padding of this component, in pixels.
getPaddingAsLayoutMargin() - Method in class com.smartgwt.client.widgets.layout.Layout
If this widget has padding specified (as this.padding or in the CSS style applied to this layout), should it show up as space outside the members, similar to layoutMargin?
getPaddingAsLayoutMargin() - Method in class com.smartgwt.client.widgets.tile.TileLayout
If this widget has padding specified (as this.padding or in the CSS style applied to this layout), should it show up as space outside the members, similar to layoutMargin?
getPadTitles() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether to pad titles so they aren't flush with header borders.
getPageBottom() - Method in class com.smartgwt.client.widgets.Canvas
Return the page-relative bottom coordinate of this object, in pixels.
getPageLeft() - Method in class com.smartgwt.client.widgets.Canvas
Returns the page-relative left coordinate of the widget on the page, in pixels.
getPageLeft() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Returns the drawn page-left coordinate of this form item in pixels.
getPageRect() - Method in class com.smartgwt.client.widgets.Canvas
 
getPageRect() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Return the page-level coordinates of this object.
getPageRight() - Method in class com.smartgwt.client.widgets.Canvas
Return the page-relative right coordinate of this object, in pixels.
getPageTop() - Method in class com.smartgwt.client.widgets.Canvas
Returns the page-relative top coordinate of the widget on the page, in pixels
getPageTop() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Returns the drawn page-top coordinate of this form item in pixels.
getPane() - Method in class com.smartgwt.client.widgets.tab.Tab
The pane associated with the tab.
getPaneContainerClassName() - Method in class com.smartgwt.client.widgets.tab.TabSet
CSS style used for the paneContainer.
getPaneContainerOverflow() - Method in class com.smartgwt.client.widgets.tab.TabSet
Specifies the overflow of the pane container (the component that holds the pane contents for all tabs).
getPaneMargin() - Method in class com.smartgwt.client.widgets.tab.TabSet
Space to leave around the panes in our paneContainer
getParams() - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
A map of key/value pairs to pass to the Active X control as parameters.
getParams() - Method in class com.smartgwt.client.widgets.plugins.Applet
A map of key/value pairs to pass to the applet as parameters.
getParams() - Method in class com.smartgwt.client.widgets.plugins.Flashlet
A map of key/value pairs to pass to the flashlet as parameters.
getParent() - Method in class com.smartgwt.client.widgets.events.ParentMovedEvent
the ancestor that moved
getParent(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Returns the parent of this node.
getParentAlreadyContainsChildMessage() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Message displayed when user attempts to drag a node into a parent that already contains a child of the same name.
getParentElement() - Method in class com.smartgwt.client.widgets.Canvas
This Canvas's immediate parent, if any.
getParentId() - Method in class com.smartgwt.client.widgets.cube.FacetValue
For tree facets (facet.isTree), id of this facetValue's parent facetValue.
getParentIdField() - Method in class com.smartgwt.client.widgets.tree.Tree
For trees with modelType "parent", this property specifies the name of the property that contains the unique parent ID of a node.
getParentNode() - Method in class com.smartgwt.client.widgets.tree.events.DataArrivedEvent
The parentNode for which children were just loaded
getParentPath(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Given a node, return the path to it's parent.
getParents(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Given a node, return an array of the node's parents with the immediate parent first.
getPartialSelectedImage() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
URL for the image to display when this checkbox is partially selected
getPartialSummary() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Only applies to fields of type "summary".
getPath(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Returns the path of a node - a path has the following format: ([name][pathDelim]?)*

For example, in this tree:
getPathDelim() - Method in class com.smartgwt.client.widgets.tree.Tree
Specifies the delimiter between node names.
getPendingTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Optional "pending" style for this item's text box.
getPercentBox() - Method in class com.smartgwt.client.widgets.Canvas
Governs the model to be used when sizing canvases with percentage width or height, or positioning widgets with a specified snapTo.
getPercentDone() - Method in class com.smartgwt.client.widgets.Progressbar
Number from 0 to 100, inclusive, for the percentage to be displayed graphically in this progressbar.
getPickerButtonHSrc() - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabPicker is true, and symmetricPickerButton is set to true, this property governs the base URL for the picker button image, when displayed in a horizontal tab-bar [IE tabBarPosition is set to "top" or "bottom"].
getPickerButtonSize() - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabPicker is true, this property governs the size of tab-picker button.
getPickerButtonSrc() - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabPicker is true, this property governs the base URL for the picker button image, when symmetricPickerButton is set to false
getPickerButtonVSrc() - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabPicker is true, and symmetricPickerButton is set to true, this property governs the base URL for the picker button image, when displayed in a verricaL tab-bar [IE tabBarPosition is set to "LEFT" or "right"].
getPickerConstructor() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Smart GWT class for the dateChooser autoChild displayed to allow the user to directly select dates.
getPickerIcon() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Icon that launches a DateChooser for choosing an absolute date.
getPickerIconHeight() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Don't specify an explicit height for the picker icon - instead have it size to match the height of the combo box item.
getPickerIconHeight() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showPickerIcon is true for this item, this property governs the size of the picker icon.
getPickerIconHeight() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If showPickerIcon is true for this item, this property governs the size of the picker icon.
getPickerIconName() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showPickerIcon is true, this attribute specifies the name applied to the picker icon
getPickerIconPrompt() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Prompt to show when the user hovers the mouse over the picker icon for this DateItem.
getPickerIconPrompt() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
The prompt to show when the mouse is hovered over the pickerIcon.
getPickerIconPrompt() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Prompt to show when the user hovers the mouse over the picker icon for this RelativeDateItem.
getPickerIconSrc() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Src for the picker icon.
getPickerIconSrc() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showPickerIcon is true for this item, this property governs the src of the picker icon image to be displayed.
getPickerIconSrc() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If showPickerIcon is true for this item, this property governs the src of the picker icon image to be displayed.
getPickerIconStyle() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Base CSS class name for a form item's picker icon cell.
getPickerIconWidth() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showPickerIcon is true for this item, this property governs the size of the picker icon.
getPickerIconWidth() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If showPickerIcon is true for this item, this property governs the size of the picker icon.
getPickerTitle() - Method in class com.smartgwt.client.widgets.tab.Tab
If showTabPicker is true for this TabSet, if set this property will determine the title of the picker menu item for this tab.
getPickListBaseStyle() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Base Style for pickList cells.
getPickListBaseStyle() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Base Style for pickList cells.
getPickListBaseStyle() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Base Style for pickList cells.
getPickListCriteria() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this item has a databound pick-list (for example optionDataSource is set) this property can be used to provide static filter criteria when retrieving the data for the pickList.
getPickListCriteria() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this item has a databound pick-list (for example optionDataSource is set) this property can be used to provide static filter criteria when retrieving the data for the pickList.
getPickListCriteria() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this item has a databound pick-list (for example optionDataSource is set) this property can be used to provide static filter criteria when retrieving the data for the pickList.
getPickListFilterCriteria() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Returns filter criteria for options displayed for this item.
getPickListFilterCriteria() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Returns a set of filter criteria to be applied to the data displayed in the pickList when it is shown.
getPickListHeaderHeight() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this pick list is showing multiple fields, this property determines the height of the column headers for those fields.
getPickListHeaderHeight() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this pick list is showing multiple fields, this property determines the height of the column headers for those fields.
getPickListHeaderHeight() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this pick list is showing multiple fields, this property determines the height of the column headers for those fields.
getPickListHeight() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Maximum height to show the pick list before it starts to scroll.
getPickListHeight() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Maximum height to show the pick list before it starts to scroll.
getPickListHeight() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Maximum height to show the pick list before it starts to scroll.
getPickListWidth() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Default width to show the pickList.
getPickListWidth() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Default width to show the pickList.
getPickListWidth() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Default width to show the pickList.
getPieLabelAngleStart() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Angle where first label is placed in a Pie chart in stacked mode, in degrees.
getPieLabelLineExtent() - Method in class com.smartgwt.client.widgets.chart.FacetChart
How far label lines stick out of the pie radius in a Pie chart in stacked mode.
getPluginHandle() - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
Returns a handle to the element for this ISC ActiveX control object.
getPluginHandle() - Method in class com.smartgwt.client.widgets.plugins.Applet
Returns a handle to the applet DOM element (valid only after the component has been drawn).
getPluginHandle() - Method in class com.smartgwt.client.widgets.plugins.Flashlet
Returns a handle to the flashlet DOM element (valid only after the component has been drawn).
getPluginID() - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
Returns the ID for this ISC ActiveX control object.
getPluginsPage() - Method in class com.smartgwt.client.widgets.plugins.Flashlet
This attribute specifies the page the user should go to to get the plugin required to view this flashlet.
getPluginsPage() - Method in class com.smartgwt.client.widgets.plugins.SVG
This attribute specifies the page the user should go to to get the plugin required to view this SVG.
getPluralTitle() - Method in class com.smartgwt.client.data.DataSource
User-visible plural name for this DataSource.
getPluralTitle() - Method in class com.smartgwt.client.data.DataSourceField
Return the plural title.
getPoolComponentsPerColumn() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When recordComponentPoolingMode is "recycle" and you have components of different types in different columns, set this property to true to ensure that components intended for one column are not recycled for use in another column that should have a different component.
getPortletArray() - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Returns a multi-level array of the Portlets in this PortalLayout, where the first level corresponds to columns, the second to rows, and the third to Portlets within rows.
getPortlets() - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Returns a flat array of all the Portlets in this PortalLayout.
getPosition() - Method in class com.smartgwt.client.widgets.Canvas
Absolute or relative, corresponding to the "absolute" (with respect to parent) or "relative" (with respect to document flow) values for the CSS position attribute.
getPrecision() - Method in class com.smartgwt.client.widgets.form.validator.FloatPrecisionValidator
Return the precision.
getPrefix() - Method in class com.smartgwt.client.widgets.Canvas
 
getPrettyPrint() - Method in class com.smartgwt.client.util.JSONEncoder
Whether to add indentation to the returned JSON string.
getPrettyPrintJSON() - Method in class com.smartgwt.client.data.RestDataSource
When using dataFormat:"json" and dataProtocol:"postMessage" should we use the prettyPrint feature to enable indented, highly readable JSON messages.
getPreventDuplicates() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getPreventDuplicates() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
If set, detect and prevent duplicate records from being transferred to this component, either via drag and drop or via DataBoundComponent.transferSelectedData(com.smartgwt.client.widgets.DataBoundComponent).
getPreventDuplicates() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getPreventDuplicates() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getPreventDuplicates() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getPreventDuplicates() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getPreventDuplicates() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getPreventHTTPCaching() - Method in class com.smartgwt.client.data.DataSource
If set, the DataSource will ensure that it never uses a cached HTTP response, even if the server marks the response as cacheable.
getPreventHTTPCaching() - Method in class com.smartgwt.client.data.OperationBinding
Configures preventHTTPCaching on a per-operationType basis.
getPreviousButtonHoverText() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The text to be displayed when a user hovers over the previous toolbar button
getPrevMonthIcon() - Method in class com.smartgwt.client.widgets.DateChooser
Icon for the previous month button
getPrevMonthIconHeight() - Method in class com.smartgwt.client.widgets.DateChooser
Height of the icon for the previous month button
getPrevMonthIconWidth() - Method in class com.smartgwt.client.widgets.DateChooser
Width of the icon for the previous month button
getPrevYearIcon() - Method in class com.smartgwt.client.widgets.DateChooser
Icon for the previous year button
getPrevYearIconHeight() - Method in class com.smartgwt.client.widgets.DateChooser
Height of the icon for the previous year button
getPrevYearIconWidth() - Method in class com.smartgwt.client.widgets.DateChooser
Width of the icon for the previous year button
getPrimaryKey() - Method in class com.smartgwt.client.data.DataSourceField
Whether this field holds a value unique across all records in this DataSource.
getPrimaryKeyField() - Method in class com.smartgwt.client.data.DataSource
Returns a pointer to the primaryKey field for this DataSource
getPrimaryKeyFieldName() - Method in class com.smartgwt.client.data.DataSource
Returns the primary key fieldName for this DataSource
getPrintAutoFit() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether cell contents should wrap during printing.
getPrintBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Style for non-header cells in printed output.
getPrintButtonTitle() - Method in class com.smartgwt.client.widgets.PrintWindow
Title for the print button
getPrintCellStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Optional CSS style for a cell in printable HTML for this component.
getPrintCellStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
If specified, when generating print HTML for this detailViewer, cells in this field will be rendered using this css className rather than printCellStyle
getPrintFrameURL() - Method in class com.smartgwt.client.widgets.PrintCanvas
Location of the special printFrame html file provided as part of the Smart GWT libraries.
getPrintFullText() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
When generating a print-view of the component containing this TextArea, should the form item expand to accommodate its value? If set to false the text box not expand to fit its content in the print view, instead showing exactly as it does in the live form, possibly with scrollbars.
getPrintFullText() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
When generating a print-view of the component containing this TextItem, should the form item expand to accommodate its value? If set to false the text box will not expand to fit its content in the print view, instead showing exactly as it does in the live form.
getPrintHeaderStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Style for header cells in printed output.
getPrintHeaderStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Optional CSS style for a header in printable HTML for this component.
getPrintHTML(Object[], PrintProperties, PrintHTMLCallback) - Static method in class com.smartgwt.client.widgets.Canvas
Returns print-formatted HTML for the specified list of components.
getPrintHTML(PrintProperties, PrintHTMLCallback) - Method in class com.smartgwt.client.widgets.Canvas
Retrieves printable HTML for this component and all printable subcomponents.
getPrintLabelStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Optional CSS style for a label cell in printable HTML for this component.
getPrintMaxRows() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Advanced property - when generating printHTML for a large ListGrid, rows are printed in batches in order to avoid triggering a native "script is running slowly" browser dialog.
getPrintTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Base CSS class name for a form item's text box element when getting printable HTML for the form.
getPrintTilesPerLine() - Method in class com.smartgwt.client.widgets.tile.TileGrid
How many tiles should be present in a line when printing?
getPrintTitleStyle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Base CSS stylename for a form item's title when generating print HTML for the item.
getPrintWrapCells() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether cell contents should wrap during printing.
getPrompt() - Method in class com.smartgwt.client.data.DataSourceField
Causes a tooltip hover to appear on the header generated for this field (effectively sets prompt for the header).
getPrompt() - Method in class com.smartgwt.client.rpc.RPCRequest
Overrides RPCManager.defaultPrompt for this request only.
getPrompt() - Method in class com.smartgwt.client.widgets.Canvas
Prompt displayed in hover canvas if showHover is true.
getPrompt() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
This text is shown as a tooltip prompt when the cursor hovers over this item.
getPrompt() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If set, this property will be displayed as a prompt (and tooltip text) for this form item icon.
getPrompt() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Causes a tooltip hover to appear on the header generated for this field (effectively sets prompt for the header).
getPrompt() - Method in class com.smartgwt.client.widgets.tab.Tab
Specifies the prompt to be displayed when the mouse hovers over the tab.
getPromptCursor() - Method in class com.smartgwt.client.rpc.RPCRequest
Controls the cursor shown when promptStyle is set to "cursor" for this request only.
getPromptStyle() - Method in class com.smartgwt.client.rpc.RPCRequest
Controls the prompt style for this request only.
getProperties(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
getPropertiesAsString(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
getPropertiesOnly() - Method in class com.smartgwt.client.data.DataSourceField
For use in ComponentSchema for fields that contain other components, this flag suppresses auto-construction for subcomponents that appear under this field.
getProperty(String) - Method in class com.smartgwt.client.data.RecordList
Return a new Array where the value of item i is the value of "property" of item i in this array.
getQualifyColumnNames() - Method in class com.smartgwt.client.data.DataSource
For dataSources of serverType "sql", determines whether we qualify column names with table names in any SQL we generate.
getQuickDrawAheadRatio() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Alternative to drawAheadRatio, to be used when the user is rapidly changing the grids viewport (for example drag scrolling through the grid).
getRadialLabelOffset() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Distance in pixels that radial labels are offset from the outside of the circle.
getRadioGroup() - Method in class com.smartgwt.client.widgets.Button
String identifier for this canvas's mutually exclusive selection group.
getRadioGroup() - Method in class com.smartgwt.client.widgets.ImgButton
String identifier for this canvas's mutually exclusive selection group.
getRadioGroup() - Method in class com.smartgwt.client.widgets.StatefulCanvas
String identifier for this canvas's mutually exclusive selection group.
getRadioGroup() - Method in class com.smartgwt.client.widgets.StretchImgButton
String identifier for this canvas's mutually exclusive selection group.
getRadioOperatorTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title for the Operator RadioGroupItem displayed in the radioOperatorForm.
getRange(int, int) - Method in class com.smartgwt.client.data.RecordList
Return the items between position start and end, non-inclusive at the end.
getRange(int, int) - Method in class com.smartgwt.client.data.ResultSet
Return the items between position start and end, non-inclusive at the end, possibly containing markers for records that haven't loaded yet.
getRangePosition() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Does this items relative date value refer to the start or end of the chosen date? Useful when using this item to generate filter criteria, such as the from or to value for an inclusive range.
getRangeSeparator() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
For operators that check that a value is within a range, text to show between the start and end input fields for specifying the limits of the range.
getRawValue() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
raw value of the cell (before valueMap, etc applied)
getRecord() - Method in class com.smartgwt.client.widgets.chart.ChartPointClickEvent
 
getRecord() - Method in class com.smartgwt.client.widgets.form.validator.CustomValidator
 
getRecord(int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Retrieve a record by index.
getRecord(int, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Retrieve a record by index.
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.CellSavedEvent
record for the cell being changed
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.EditFailedEvent
old values before the save occurred
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
record for the cell being edited.
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
record for the cell being edited
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.GridRowColEvent
cell record as returned by getCellRecord
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
the record that was clicked on
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.RecordCollapseEvent
record being collapsed
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
the record that was double-clicked
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.RecordExpandEvent
record being expanded
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorEnterEvent
record for the cell being edited
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
record for the cell being edited
getRecord() - Method in class com.smartgwt.client.widgets.grid.events.SelectionEvent
record for which selection changed
getRecord(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the pointer to a particular record by record number.
getRecord() - Method in class com.smartgwt.client.widgets.menu.events.ItemClickEvent
Pointer to the item in question as a Record.
getRecord() - Method in class com.smartgwt.client.widgets.tableview.events.ImageClickEvent
record clicked
getRecord() - Method in class com.smartgwt.client.widgets.tableview.events.RecordNavigationClickEvent
record clicked
getRecord() - Method in class com.smartgwt.client.widgets.tile.events.RecordClickEvent
the record that was clicked on
getRecord() - Method in class com.smartgwt.client.widgets.tile.events.RecordDoubleClickEvent
the record that was clicked on
getRecord() - Method in class com.smartgwt.client.widgets.tile.events.SelectionChangedEvent
record for which selection changed
getRecord(int) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Return the pointer to a particular record by record number.
getRecordBaseStyleProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
This attribute allows custom base styles to be displayed on a per-record basis.
getRecordCanSelectProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If set to false on a record, selection of that record is disallowed.
getRecordComponentHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showRecordComponents is true, this attribute may be used to specify a standard height for record components.
getRecordComponentPoolingMode() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The method of component-pooling to employ for recordComponents.
getRecordComponentPosition() - Method in class com.smartgwt.client.widgets.grid.ListGrid
if showRecordComponents is true, how should the component appear within the cell.
getRecordDataStyle() - Method in class com.smartgwt.client.widgets.tableview.TableView
Default style for data field.
getRecordDescriptionStyle() - Method in class com.smartgwt.client.widgets.tableview.TableView
Default style for description.
getRecordDetailDSProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The name of the ListGridRecord property that specifies the DataSource to use when listGrid.expansionMode is "related".
getRecordEditProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Property name on a record that should be checked to determine whether the record may be edited.
getRecordEnabledProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Property name on a record that will be checked to determine whether a record is enabled.
getRecordIndex(Record) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getRecordIndex(Record) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Get the index of the provided record.
getRecordIndex(Record) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getRecordIndex(Record) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getRecordIndex(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the index of the provided record.
getRecordIndex(Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getRecordIndex(Record) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getRecordIndex(Record) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getRecordInfoStyle() - Method in class com.smartgwt.client.widgets.tableview.TableView
Default style for info field.
getRecordLayout() - Method in class com.smartgwt.client.widgets.tableview.TableView
Sets the arrangement of data fields from the record.
getRecordList() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getRecordList() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Return the underlying data of this DataBoundComponent as a RecordList.
getRecordList() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getRecordList() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getRecordList() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getRecordList() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getRecordList() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getRecordName() - Method in class com.smartgwt.client.data.OperationBinding
For an XML DataSource, tagName of the elements to be used as records.
getRecordNavigationProperty() - Method in class com.smartgwt.client.widgets.tableview.TableView
Boolean property on each record that controls whether navigation controls are shown for that record.
getRecordNum() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
number of the record clicked on in the current set of displayed records (starts with 0)
getRecordNum() - Method in class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
number of the record clicked on in the current set of displayed records (starts with 0)
getRecordNum() - Method in class com.smartgwt.client.widgets.tree.events.FolderClickEvent
Index of the row where the click occurred.
getRecordNum() - Method in class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
Index of the row where the contextclick occurred.
getRecordNum() - Method in class com.smartgwt.client.widgets.tree.events.LeafClickEvent
Index of the row where the click occurred.
getRecordNum() - Method in class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
Index of the row where the contextclick occurred.
getRecordNum() - Method in class com.smartgwt.client.widgets.tree.events.NodeClickEvent
Index of the row where the click occurred.
getRecordNum() - Method in class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
Index of the row where the contextclick occurred.
getRecords() - Method in class com.smartgwt.client.widgets.chart.FacetChart
 
getRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the current set of records displayed in this grid as an array of ListGridRecord objects.
getRecords() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Return the tree nodes as a flat array of ListGridRecords.
getRecordsPerBlock() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
The number of records to display in a block.
getRecordSummaryBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showing any record summary fields (IE: fields of type:"summary"), this attribute specifies a custom base style to apply to cells in the summary field
getRecordSummaryFunction() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Only applies to fields of type "summary".
getRecordTitleStyle() - Method in class com.smartgwt.client.widgets.tableview.TableView
Default style for title.
getRecordXPath() - Method in class com.smartgwt.client.data.DataSource
See recordXPath.
getRecordXPath() - Method in class com.smartgwt.client.data.OperationBinding
For an XML or JSON DataSource, XPath expression used to retrieve the objects that will become DataSource records.
getRecordXPath() - Method in class com.smartgwt.client.data.RestDataSource
For RestDataSources, by default, either the xmlRecordXPath or jsonRecordXPath is used based on the dataFormat setting.
getRect() - Method in class com.smartgwt.client.widgets.Canvas
Get all four coordinates, relative to the enclosing context, at one.
getRect() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Return the coordinates of this object.
getRed() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Returns the Red element of the currently-selected color, as an integer from 0-255
getRedrawOnResize() - Method in class com.smartgwt.client.widgets.Canvas
Should this element be redrawn in response to a resize?
getRedrawOnStateChange() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Whether this widget needs to redraw to reflect state change
getRef(JavaScriptObject) - Static method in class com.smartgwt.client.core.BaseClass
 
getRef(String) - Static method in class com.smartgwt.client.core.RefDataClass
 
getRef(JavaScriptObject) - Static method in class com.smartgwt.client.core.RefDataClass
 
getRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.BaseWidget
 
getRejectInvalidValueOnChange() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If validateOnChange is true, and validation fails for an item on change, with no suggested value, should we revert to the previous value, or continue to display the bad value entered by the user.
getRejectInvalidValueOnChange() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If validateOnChange is true, and validation fails for this item on change, with no suggested value, should we revert to the previous value, or continue to display the bad value entered by the user.
getRelatedDataSource(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the DataSource containing data related to the passed record.
getRelativeDate() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Returns the RelativeDate for the current value.
getRelativeEndDate() - Method in class com.smartgwt.client.data.DateRange
Returns the relative end date of the range, or null if not specified.
getRelativeStartDate() - Method in class com.smartgwt.client.data.DateRange
Returns the relative start date of the range, or null if not specified.
getRemoveButtonPrompt() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The hover prompt text for the remove button.
getRemoveButtonPrompt() - Method in class com.smartgwt.client.widgets.form.FilterClause
The hover prompt text for the remove button.
getRemoveDataURL() - Method in class com.smartgwt.client.data.RestDataSource
Custom dataURL for remove type operations
getRemoveFieldTitle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The title to use for the remove field.
getRemoveIcon() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When canRemoveRecords is enabled, default icon to show in the auto-generated field that allows removing records.
getRemoveIconSize() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default width and height of remove icons for this ListGrid.
getRemoveOperation() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getRemoveOperation() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Operation ID this component should use when performing remove operations.
getRemoveOperation() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getRemoveOperation() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getRemoveOperation() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getRemoveOperation() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getRemoveOperation() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getReportCollisions() - Method in class com.smartgwt.client.widgets.tree.Tree
If new nodes are added to a tree with modelType:"parent" which have the same id field value as existing nodes, the existing nodes are removed when the new nodes are added.
getRequest() - Method in class com.smartgwt.client.data.events.ErrorEvent
the DSRequest or DSRequest that was sent to the server
getRequestId() - Method in class com.smartgwt.client.data.DSRequest
Automatically generated unique ID for this request.
getRequestProperties() - Method in class com.smartgwt.client.data.DataSource
Additional properties to pass through to the DSRequests made by this DataSource.
getRequestProperties() - Method in class com.smartgwt.client.data.OperationBinding
Additional properties to pass through to the DSRequest created for this operation.
getRequestProperties() - Method in class com.smartgwt.client.widgets.events.FetchDataEvent
The criteria derived from the filter editor values.
getRequired() - Method in class com.smartgwt.client.data.DataSourceField
Indicates this field must be non-null in order for a record to pass validation.
getRequired() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Whether a non-empty value is required for this field to pass validation.
getRequired() - Method in class com.smartgwt.client.widgets.grid.ListGridField
When the user edits cells in this field, is this value required to be non-empty in order for validation to pass.
Note: for databound listGrids, this property may be specified on the DataSourceField, enabling both client and server side validation.
getRequiredMessage() - Method in class com.smartgwt.client.data.DataSource
The required message for required field errors.
getRequiredMessage() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The required message for required field errors.
getRequiredMessage() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
The required message for required field errors.
getRequiredRightTitlePrefix() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string prepended to the title of every required item in this form if highlightRequiredFields is true and the titleOrientation property is set to "right".
getRequiredRightTitleSuffix() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string appended to the title of every required item in this form if highlightRequiredFields is true and the titleOrientation property is set to "right".
getRequiredTitlePrefix() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string prepended to the title of every required item in this form if highlightRequiredFields is true.
getRequiredTitleSuffix() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string appended to the title of every required item in this form if highlightRequiredFields is true.
getResizeBarClass() - Method in class com.smartgwt.client.widgets.layout.Layout
Class to use for creating resizeBars.
getResizeBarClass() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Customized resizeBar with typical appearance for a ToolStrip
getResizeBarSize() - Method in class com.smartgwt.client.widgets.layout.Layout
Thickness of the resizeBars in pixels
getResizeBarSize() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Thickness of the resizeBars in pixels
getResizeBarTarget() - Method in class com.smartgwt.client.widgets.Canvas
When this Canvas is included as a member in a Layout, and showResizeBar is set to true so that a resizeBar is created, resizeBarTarget:"next" can be set to indicate that the resizeBar should resize the next member of the layout rather than this one.
getResizeFieldsInRealTime() - Method in class com.smartgwt.client.widgets.grid.ListGrid
True == we redraw the list viewer in real time as fields are being resized.
getResponse() - Method in class com.smartgwt.client.data.events.ErrorEvent
the DSResponse or DSResponse object returned from the server
getResponseDataSchema() - Method in class com.smartgwt.client.data.OperationBinding
Optional schema describing how to extract DataSource records from the XML elements selected.
getResultBatchSize() - Method in class com.smartgwt.client.data.DataSource
Very advanced: for servers that do not support paging, and must return large numbers of XML records in one HTTP response, Smart GWT breaks up the processing of the response in order to avoid the "script running slowly" dialog appearing for an end user.
getResultSet() - Method in class com.smartgwt.client.data.DSRequest
For advanced use in integrating dataset paging with web services, the ResultSet that issued this "fetch" DSRequest is automatically made available as the resultSet property.
getResultSet() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getResultSet() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Return the underlying data of this DataBoundComponent as a ResultSet.
getResultSet() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getResultSet() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getResultSet() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getResultSet() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getResultSet() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getResultSetClass() - Method in class com.smartgwt.client.data.DataSource
Class for ResultSets used by this datasource.
getResultSize() - Method in class com.smartgwt.client.data.ResultSet
How many rows to retrieve at once.
getRetainValuesAcrossFields() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Dictates whether values entered by a user should be retained in the value fields when a different field is selected.
getReverseOrder() - Method in class com.smartgwt.client.widgets.layout.Layout
Reverse the order of stacking for this Layout, so that the last member is shown first.
getRight() - Method in class com.smartgwt.client.widgets.Canvas
Return the right coordinate of this object as rendered, relative to its enclosing context, in pixels.
getRightButtonIcon() - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Icon for the rightButton
getRightButtonTitle() - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Title for the rightButton
getRightTitlePrefix() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string prepended to the title of an item in this form if its titleOrientation property is set to "right".
getRightTitleSuffix() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string appended to the title of an item in this form if its titleOrientation property is set to "right".
getRollOverCanvas(Integer, Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showRollOverCanvas is true, this method will be called to create the canvas to display over the current row when a user moves their mouse over the row.
Note that for efficiency this should not typically create a new canvas instance, every time it is called.
getRollOverMenuHideDelay() - Method in class com.smartgwt.client.widgets.menu.MenuButton
When showMenuOnRollOver is true, this is the delay in milliseconds before the menu is automatically hidden following mouseOut.
getRollUnderCanvas(Integer, Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showRollUnderCanvas is true, this method will be called to create the canvas to display under the current row when a user moves their mouse under the row.
Note that for efficiency this should not typically create a new canvas instance, every time it is called.
getRollupValue() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
facetValueId of the default rollupValue for each facet.
getRollupValue() - Method in class com.smartgwt.client.widgets.cube.Facet
facetValueId of the rollup facetValue for this facet
getRoot() - Method in class com.smartgwt.client.widgets.tree.Tree
If you're using the "parent" modelType, you can provide the root node configuration via this property.
getRootValue() - Method in class com.smartgwt.client.data.DataSourceField
For a field that is a foreignKey establishing a tree relationship, what value indicates a root-level node.
getRootValue() - Method in class com.smartgwt.client.widgets.tree.Tree
 
getRoundPrecision() - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
If roundValues is false, the slider value will be rounded to this number of decimal places.
getRoundPrecision() - Method in class com.smartgwt.client.widgets.Slider
If roundValues is false, the slider value will be rounded to this number of decimal places.
getRoundToPrecision() - Method in class com.smartgwt.client.widgets.form.validator.FloatPrecisionValidator
Return the roundToPrecision.
getRoundValues() - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
Specifies whether the slider value should be rounded to the nearest integer.
getRoundValues() - Method in class com.smartgwt.client.widgets.Slider
Specifies whether the slider value should be rounded to the nearest integer.
getRowEndEditAction() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If the user is editing a record in this listGrid, and attempts to navigate to a field beyond the end of the row, via tab (or shift-tab off the first editable field), this property determines what action to take: "next": start editing the next (or previous) record in the list "same": put focus back into the first editable field of the same record.
getRowErrors(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns any currently stored validation errors for this row
getRowFacets() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
The list of ids for facets that will appear to the left of the body.
getRowFacetValues(int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Return a FacetValueMap indicating the facet values for a specific row in the grid.
getRowHeaderBaseStyle() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
baseStyle for the buttons in this grid's row headers.
getRowHeaderGridMode() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If enabled row headers for this cubeGrid will be rendered using a com.smartgwt.client.grid.GridRenderer component.
getRowHeight() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The height of time-slots in the calendar.
getRowHeight() - Method in class com.smartgwt.client.widgets.layout.Portlet
If you set the rowHeight of a Portlet before adding it to a PortalLayout, then the height will be used when creating the new row.
getRowHeightAsString() - Method in class com.smartgwt.client.widgets.layout.Portlet
If you set the rowHeight of a Portlet before adding it to a PortalLayout, then the height will be used when creating the new row.
getRowNum() - Method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
the row number to which the parameter date belongs
getRowNum() - Method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
the row number to which the parameter date belongs
getRowNum() - Method in class com.smartgwt.client.widgets.grid.events.CellSavedEvent
row number for the cell
getRowNum() - Method in class com.smartgwt.client.widgets.grid.events.ChangedEvent
row number for the cell
getRowNum() - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
row number for the cell
getRowNum() - Method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
current index of the row that was saved
getRowNum() - Method in class com.smartgwt.client.widgets.grid.events.EditFailedEvent
current index of the row we attempted to save
getRowNum() - Method in class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
row number for the cell
getRowNum() - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
row number for the cell
getRowNum() - Method in class com.smartgwt.client.widgets.grid.events.GridRowColEvent
row number for the cell
getRowNum() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorEnterEvent
row number for the cell
getRowNum() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
row number for the row being left
getRowNum() - Method in class com.smartgwt.client.widgets.grid.ListGridEditorContext
Returns the rowNum being edited
getRowNumberStart() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The number to start the row-count from - default value is 1.
getRowNumberStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The CSS Style name for the rowNumberField.
getRowSpan() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Number of rows that this item spans
getRowSpan() - Method in class com.smartgwt.client.widgets.form.fields.HiddenItem
hidden fields don't take up any rows
getSaturation() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Returns the Saturation of the currently-selected color, as an integer from 0-240
getSaveButtonTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the save button in the quick event dialog and the event editor
getSaveByCell() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
CubeGrids only support editing by cell.
getSaveByCell() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether edits should be saved whenever the user moves between cells in the current edit row.
getSaveLocally() - Method in class com.smartgwt.client.widgets.grid.ListGrid
For grids with a specified dataSource, this property can be set to true to avoid the grid from attempting to save / retrieve data from the server.
getSaveOnEnter() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, when the user hits the Enter key while focused in a text-item in this form, we automatically submit the form to the server using the DynamicForm.submit method.
getSaveOnEnter() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If true, when the user hits the Enter key while focused in a text-item in this FilterBuilder, we automatically invoke the user-supplied FilterBuilder.search method.
getSaveOperationType() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default DSOperationType to be performed when DynamicForm.saveData is called.
getSaveOperationType(DSRequest) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default DSOperationType to be performed when DynamicForm.saveData is called.
getSaveOperationType() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Default DSOperationType to be performed when DynamicForm.saveData is called.
getSaveRequestProperties() - Method in class com.smartgwt.client.widgets.grid.ListGrid
For editable grids with a specified dataSource, where saveLocally is false, this attribute may be used to specify standard DSRequest properties to apply to all save operations performed by this grid (whether triggered by user interaction, or explicit saveEdits or saveAllEdits call).
getScClassName() - Method in class com.smartgwt.client.core.BaseClass
Get the name of the underlying SmartClient class
getSCClassName(JavaScriptObject) - Static method in class com.smartgwt.client.util.SC
Gets the name of this underlying SmartClient class as a string.
getScClassName() - Method in class com.smartgwt.client.widgets.BaseWidget
Get the name of the underlying SmartClient class
getSchema(String) - Method in class com.smartgwt.client.data.SchemaSet
Get the schema definition of any complexType or element of complexType defined within the element this SchemaSet represents.
getSchema(String, String) - Method in class com.smartgwt.client.data.SchemaSet
Get the schema definition of any complexType or element of complexType defined within the element this SchemaSet represents.
getSchema(String) - Method in class com.smartgwt.client.data.WebService
Get the schema definition of any complexType or element of complexType defined in any blocks in the WSDL file this WebService represents.
getSchema(String, String) - Method in class com.smartgwt.client.data.WebService
Get the schema definition of any complexType or element of complexType defined in any blocks in the WSDL file this WebService represents.
getSchemaNamespace() - Method in class com.smartgwt.client.data.DataSource
For a DataSource derived from WSDL or XML schema, the XML namespace this schema belongs to.
getScreenHeight() - Static method in class com.smartgwt.client.util.Page
Get the height of the user's screen, in pixels.
getScreenWidth() - Static method in class com.smartgwt.client.util.Page
Get the width of the user's screen, in pixels.
getScriptable() - Method in class com.smartgwt.client.widgets.plugins.Applet
Usable only in IE: if true allows JS->Java LiveConnect (other platforms that support LiveConnect have it enabled by default and do not allow it to be disabled).
getScrollbarSize() - Method in class com.smartgwt.client.widgets.Canvas
How thick should we make the scrollbars for this canvas.
NOTE: has no effect if showCustomScrollbars is false.
getScrollBottom() - Method in class com.smartgwt.client.widgets.Canvas
Returns the scrollTop required to scroll vertically to the end of this widget's content.
getScrollerButtonSize() - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabScroller is true, this property governs the size of scroller buttons.
getScrollerHSrc() - Method in class com.smartgwt.client.widgets.tab.TabSet
If this TabSet is showing tab scroller buttons, and symmetricScroller is true, this property governs the base URL for the tab bar back and forward scroller button images for horizontal tab bars [IE for tab sets with tabBarPosition set to "top" or "bottom"].
getScrollerSrc() - Method in class com.smartgwt.client.widgets.tab.TabSet
If this TabSet is showing tab scroller buttons, and symmetricScroller is false, this property governs the base URL for the tab bar back and forward scroller button images.
getScrollerVSrc() - Method in class com.smartgwt.client.widgets.tab.TabSet
If this TabSet is showing tab scroller buttons, and symmetricScroller is true, this property governs the base URL for the tab bar back and forward scroller button images for vertical tab bars [IE for tab sets with tabBarPosition set to "left" or "right"].
getScrollHeight() - Static method in class com.smartgwt.client.util.Page
Get the height of the window contents as they have been drawn.
getScrollHeight() - Method in class com.smartgwt.client.widgets.Canvas
Returns the scrollable height of the widget's contents, including children, ignoring clipping.
getScrollLeft() - Static method in class com.smartgwt.client.util.Page
Get the amount that the browser window has been scrolled horizontally.
getScrollLeft() - Method in class com.smartgwt.client.widgets.Canvas
Get the number of pixels this Canvas is scrolled from its left edge.
getScrollRedrawDelay() - Method in class com.smartgwt.client.widgets.grid.ListGrid
While drag scrolling in an incrementally rendered grid, time in milliseconds to wait before redrawing, after the last mouse movement by the user.
getScrollRight() - Method in class com.smartgwt.client.widgets.Canvas
Returns the scrollLeft required to scroll horizontally to the end of this widget's content.
getScrollSectionIntoView() - Method in class com.smartgwt.client.widgets.layout.SectionStack
If an expanded or shown section expands past the current viewport and this property is true, then the viewport will auto-scroll to fit as much of the section content into the viewport without scrolling the top of the section out of the viewport.
getScrollTop() - Static method in class com.smartgwt.client.util.Page
Get the amount that the browser window has been scrolled vertically.
getScrollTop() - Method in class com.smartgwt.client.widgets.Canvas
Get the number of pixels this Canvas is scrolled from its top edge.
getScrollToWorkday() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If set, causes the workday hours to be sized to fill the available space in the day view and week view, and automatically scrolls these views to the start of the workday when the calendar is first displayed and whenever the user switches to a new day or week.
getScrollWidth() - Static method in class com.smartgwt.client.util.Page
Get the width of the window contents as they have been drawn.
getScrollWidth() - Method in class com.smartgwt.client.widgets.Canvas
Returns the scrollable width of the widget's contents, including children, ignoring clipping.
getSecondsAgoTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "second".
getSecondsFromNowTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "second".
getSection() - Method in class com.smartgwt.client.widgets.layout.events.SectionHeaderClickEvent
SectionStackSection of the header clicked by the user
getSection() - Method in class com.smartgwt.client.widgets.layout.ImgSectionHeader
Retrieve the SectionStackSection associated with this header
getSection() - Method in class com.smartgwt.client.widgets.layout.SectionHeader
Retrieve the SectionStackSection associated with this header
getSection(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Return the SectionStackSection for a section.
getSection(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Return the SectionStackSection for a section.
getSectionExpanded() - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Whether this form section should be initially collapsed.
getSectionHeader() - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Once a SectionStackSection has been applied to a SectionStack, this method may be used to return a pointer to the SectionHeader for this section
getSectionHeaderClass() - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Name of the Canvas subclass to use as a header that labels the section and allows showing and hiding.
getSectionHeaderClass() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Name of the Canvas subclass to use as a header that labels the section and allows showing and hiding.
getSectionNumber(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Returns the position of the specified section in the SectionStack.
getSections() - Method in class com.smartgwt.client.widgets.layout.SectionStack
 
getSectionStack() - Method in class com.smartgwt.client.widgets.layout.ImgSectionHeader
For a SectionHeader embedded in a SectionStack, this method will return a pointer to the SectionStack in which this section header is embedded.
getSectionStack() - Method in class com.smartgwt.client.widgets.layout.SectionHeader
For a SectionHeader embedded in a SectionStack, this method will return a pointer to the SectionStack in which this section header is embedded.
getSectionStack() - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
 
getSectionVisibilityMode() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If the form has sections, [implemented as SectionItems], this attribute controls whether multiple sections can be expanded at once.
getSelected() - Method in class com.smartgwt.client.widgets.Button
Whether this component is selected.
getSelected() - Method in class com.smartgwt.client.widgets.ImgButton
Whether this component is selected.
getSelected() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Whether this component is selected.
getSelected() - Method in class com.smartgwt.client.widgets.StretchImgButton
Whether this component is selected.
getSelectedCellIds() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns an array of the IDs of all selected cell records.
getSelectedCells() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns an array of the selected cell records.
getSelectedCellStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to a cell that is selected via a mouse drag.
getSelectedClauses() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Returns the list of this FilterBuilder's FilterClauses that are currently selected.
getSelectedColorLabel() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The label shown next to the selected color box.
getSelectedFacetValues(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Returns an array of facetValues objects indicating the headers that are selected in the headerBar for this facet.
getSelectedPaths() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Returns a snapshot of the current selection within this treeGrid as a String object.
This object can be passed to TreeGrid.setSelectedPaths to reset this grid's selection the current state (assuming the same data is present in the grid).
getSelectedRecord() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Returns the entire record object associated with the current value for this item (or null if no matching record exists in the PickList data).
getSelectedRecord() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Get the record returned from the optionDataSource when fetchMissingValues is true, and the missing value is fetched.
getSelectedRecord() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Returns the entire record object associated with the current value for this item (or null if no matching record exists in the PickList data).
getSelectedRecord() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Get the selected record, that is, the parent of the nodes in the rightmost visible column.
getSelectedRecord() - Method in class com.smartgwt.client.widgets.grid.events.SelectionEvent
Return the first selected record in this component.

This method is appropriate if selectionType is "single", or if you only care about the first selected record in a multiple-record selection.
getSelectedRecord() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the first selected record in this component.

This method is appropriate if selectionType is "single", or if you only care about the first selected record in a multiple-record selection.
getSelectedRecord() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Return the first selected record in this component
getSelectedRecord() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Return the first selected record in this component.

This method is appropriate if selectionType is "single", or if you only care about the first selected record in a multiple-record selection.
getSelectedRecords() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
For a SelectItem with an SelectItem.setOptionDataSource(com.smartgwt.client.data.DataSource) optionDataSource} and allowing multiple selection multiple :true, returns the list of currently selected records, or null if none are selected.
getSelectedRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The selection associated with the listGrid.
getSelectedRecords(boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The selection associated with the listGrid.
getSelectedState() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns a snapshot of the current selection within this listGrid as a String object.
This object can be passed to ListGrid.setSelectedState to reset this grid's selection the current state (assuming the same data is present in the grid).
getSelectedTab() - Method in class com.smartgwt.client.widgets.tab.TabSet
The currently selected tab.
getSelectedTabNumber() - Method in class com.smartgwt.client.widgets.tab.TabSet
Returns the index of the currently selected tab object.
getSelection(int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Returns the array of objects selected in the specified column of the columnTree
getSelection() - Method in class com.smartgwt.client.widgets.grid.events.SelectionEvent
The selection associated with the listGrid.
getSelection() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Deprecated. use ListGrid.getSelectedRecords() instead
getSelection(boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Deprecated. use ListGrid.getSelectedRecords(boolean) instead
getSelection() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Returns all selected records, as an Array.
getSelectionAppearance() - Method in class com.smartgwt.client.widgets.grid.ListGrid
How selection of rows should be presented to the user.
getSelectionBoundary() - Method in class com.smartgwt.client.widgets.cube.Facet
Selection boundary determining what facets / facetValues can be selected together by drag selection / shift+click selection
getSelectionBoundary() - Method in class com.smartgwt.client.widgets.cube.FacetValue
Selection boundary determining what facets / facetValues can be selected together by drag selection / shift+click selection.
getSelectionProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If specified, the selection object for this list will use this property to mark records as selected.
getSelectionProperty() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If specified, the selection object for this list will use this property to mark records as selected.
getSelectionRange() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true, falls through to standard com.smartgwt.client.widgets.form.fields.FormItem#getSelectionRange implementation on this items freeform text entry field.
getSelectionRange() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
For text-based items, this method returns the indices of the start/end of the current selection.
getSelectionRange() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
For text-based items, this method returns the indices of the start/end of the current selection.
getSelectionType() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Defines a listGrid's clickable-selection behavior.
getSelectionType() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Defines a tileGrid's clickable-selection behavior.
getSelectOnEdit() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When the user starts editing a row, should the row also be selected?
getSelectOnFocus() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If this property is set to true, whenever a text-based field in this form (TextItem, TextAreaItem) is given focus programmatically (see DynamicForm.focusInItem), all text within the item will be selected.
getSelectOnFocus() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Allows the selectOnFocus behavior to be configured on a per-FormItem basis.
getSelectOnFocus() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Allows the selectOnFocus behavior to be configured on a per-FormItem basis.
getSelectOnFocus() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Allows the selectOnFocus behavior to be configured on a per-FormItem basis.
getSelectorFormat() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If showing date selectors rather than the date text field (so when this.useTextField is false), this property allows customization of the order of the day, month and year selector fields.
getSelectOtherPrompt() - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Title to show in prompt for "other" value.
getSendExtraFields() - Method in class com.smartgwt.client.data.DataSource
Analogous to dropExtraFields, for data sent to the server.
getSendMetaData() - Method in class com.smartgwt.client.data.RestDataSource
Should operation meta data be included when assembling parameters to send to the server? If true, meta data parameters will be prefixed with the metaDataPrefix.
Applies to operations where OperationBinding.dataProtocol is set to "getParams" or "postParams" only.
getSendNoQueue() - Method in class com.smartgwt.client.rpc.RPCRequest
When set to true, this request is sent to the server immediately, bypassing any current queue.
getSeparateFolders() - Method in class com.smartgwt.client.widgets.tree.Tree
Should folders be sorted separately from leaves or should nodes be ordered according to their sort field value regardless of whether the node is a leaf or folder?
getSeparateFolders() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If specified, this attribute will override separateFolders on the data for this treeGrid.
getSeparatorClass() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Class to create when the string "separator" appears in members.
getSeparatorSize() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Separator thickness in pixels
getSeparatorStyle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for a separator
getSeparatorTitle() - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Title for the separator between normal items and the Other... item in the drop down list.
getSeparatorValue() - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Value for the separator item between normal items and the Other... value.
getSequenceName() - Method in class com.smartgwt.client.data.DataSourceField
For a DataSource with serverType:"sql" with a field of type "sequence", the name of the SQL sequence that should be used when inserting new records into this table.
getSerializeInstances() - Method in class com.smartgwt.client.util.JSONEncoder
Controls the output of the JSONEncoder when instances of Smart GWT classes (eg a ListGrid) are included in the data to be serialized.
getServerOutputAsString() - Method in class com.smartgwt.client.rpc.RPCRequest
Setting this flag makes the body of the HTTP response available as a String in the callback as data.
getServiceNamespace() - Method in class com.smartgwt.client.data.DataSource
For an XML DataSource, URN of the WebService to use to invoke operations.
getShadowDepth() - Method in class com.smartgwt.client.widgets.Canvas
Depth of the shadow, or the virtual height above the page of the widget throwing the shadow.
getShadowImage() - Method in class com.smartgwt.client.widgets.Canvas
Base name of the series of images for the sides, corners, and center of the shadow.
getShadowOffset() - Method in class com.smartgwt.client.widgets.Canvas
Offset of the shadow.
getShadowSoftness() - Method in class com.smartgwt.client.widgets.Canvas
Softness, or degree of blurring, of the shadow.
getShiftKey() - Method in class com.smartgwt.client.core.KeyIdentifier
 
getShouldPrint() - Method in class com.smartgwt.client.widgets.Canvas
Whether this canvas should be included in a printable view.
getShouldPrint() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field should be included in the printable representation of the grid.
getShouldSaveValue() - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
Should this item's value be saved in the form's values and hence returned from form.getValues()?
getShouldSaveValue() - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Allow dateRangeItems' values to show up in the form's values array, or if DynamicForm.getValuesAsCriteria is called, for the criterion to be included in the returned AdvancedCriteria object
getShouldSaveValue() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Should this item's value be saved in the form's values and hence returned from form.getValues()?
getShouldSaveValue() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Allow miniDateRangeItems' values to show up in the form's values array, or if DynamicForm.getValuesAsCriteria is called, for the criterion to be included in the returned AdvancedCriteria object
getShowAddButton() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If set, a button will be shown underneath all current clauses allowing a new clause to be added.
getShowAllColumns() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether all columns should be drawn all at once, or only columns visible in the viewport.
getShowAllOptions() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If true, even non-matching options will be shown, with configurable separator rows in between.
getShowAllOptions() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If true, even non-matching options will be shown, with configurable separatorRows in between.
getShowAllOptions() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If true, even non-matching options will be shown, with configurable separatorRows in between.
getShowAllRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether all rows should be drawn all at once, or only rows visible in the viewport.
getShowAllRecords() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Whether tiles are created and drawn for all records, or only for those currently visible.
getShowAlternateStyle() - Method in class com.smartgwt.client.widgets.grid.ListGridField
When set to false, don't apply alternate-row styling to this field.
getShowAnimationEffect() - Method in class com.smartgwt.client.widgets.menu.Menu
When this menu is shown how should it animate into view? By default the menu will just show at the specified size/position.
getShowBackgroundComponent() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true this grid will create and show per-row backgroundComponents as detailed here.
getShowBody() - Method in class com.smartgwt.client.widgets.Window
If true, draw the body contents when this Window is drawn.
getShowCalculatedDateField() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Should the Calculated-Date be displayed to the right of the pickerIcon.
getShowCancelButton() - Method in class com.smartgwt.client.widgets.DateChooser
Determines whether the "Cancel" button will be displayed.
getShowCellContextMenus() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether to show a context menu with standard items for all context clicks on rows in the body.
getShowCenter() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Whether to show media in the center section, that is, behind the decorated Canvas.
getShowChartRect() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to show a rectangular shape around the area of the chart where data is plotted.
getShowChooserIcon() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Should we show the icon that shells a date-chooser?
getShowCloseButton() - Method in class com.smartgwt.client.widgets.Window
If true, show a close button in the header, which will dismiss this window by calling Window.closeClick.
getShowCloseConfirmationMessage() - Method in class com.smartgwt.client.widgets.layout.Portlet
If true, closeConfirmationMessage will be displayed before portlets are closed
getShowClosedGrip() - Method in class com.smartgwt.client.widgets.Snapbar
If showGrip is true, this property determines whether the grip image displayed should show the "Closed" state when the target is hidden.
getShowClosedGrip() - Method in class com.smartgwt.client.widgets.Splitbar
If showGrip is true, this property determines whether the grip image displayed should show the "Closed" state when the target is hidden.
getShowColumnMenus() - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Should a menu be shown within each column with options to add / remove columns?
getShowComplexFields() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getShowComplexFields() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Whether to show fields of non-atomic types when a DataBoundComponent is given a DataSource but no component.fields.
getShowComplexFields() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getShowComplexFields() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getShowComplexFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getShowComplexFields() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getShowComplexFields() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getShowComplexFieldsRecursively() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If set, this DynamicForm will set both showComplexFields and showComplexFieldsRecursively on any nested component used for showing/editing a complex field.
getShowConnectors() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should this treeGrid show connector lines illustrating the tree's hierarchy?
getShowControlsBar() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If false the controls bar at the top of the calendar will not be displayed.
getShowCorner() - Method in class com.smartgwt.client.widgets.Scrollbar
If true, displays a corner piece at the bottom end of a vertical scrollbar, or the right end of a horizontal scrollbar.
getShowCustomIconDrop() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should folder nodes showing custom icons (set via the customIconProperty, default icon), show drop state images when the user is drop-hovering over the folder.
getShowCustomIconOpen() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Should folder nodes showing custom icons (set via the customIconProperty), show open state images when the folder is opened.
getShowCustomIconOpen() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should folder nodes showing custom icons (set via the customIconProperty), show open state images when the folder is opened.
getShowCustomScrollbars() - Method in class com.smartgwt.client.widgets.Canvas
Whether to use the browser's native scrollbars or Smart GWT-based scrollbars.
getShowDataPoints() - Method in class com.smartgwt.client.widgets.chart.FacetChart
For line charts, whether to show data points for each individual data value.
getShowDateChooser() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Determines whether the dateChooser is displayed.
getShowDayHeaders() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If false, the month view does not show day headers
getShowDebugOutput() - Method in class com.smartgwt.client.util.JSONEncoder
If objects that cannot be serialized to JSON are encountered during serialization, show a placeholder rather than just omitting them.
getShowDefaultContextMenu() - Method in class com.smartgwt.client.widgets.grid.ListGridField
When set to false, this field will not show a context menu in it's header.
getShowDetailFields() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getShowDetailFields() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Whether to show fields marked detail:true when a DataBoundComponent is given a DataSource but no component.fields.
getShowDetailFields() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getShowDetailFields() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getShowDetailFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getShowDetailFields() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getShowDetailFields() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getShowDisabled() - Method in class com.smartgwt.client.widgets.Button
Should we visibly change state when disabled?
getShowDisabled() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When this item is disabled, should it be re-styled to indicate its disabled state?
getShowDisabled() - Method in class com.smartgwt.client.widgets.ImgButton
Should we visibly change state when disabled?
getShowDisabled() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Should we visibly change state when disabled?
getShowDisabled() - Method in class com.smartgwt.client.widgets.StretchImgButton
Should we visibly change state when disabled?
getShowDisabledIcon() - Method in class com.smartgwt.client.widgets.Button
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
getShowDisabledIcon() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
getShowDisabledIcon() - Method in class com.smartgwt.client.widgets.ImgButton
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
getShowDisabledIcon() - Method in class com.smartgwt.client.widgets.Label
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
getShowDisabledIcon() - Method in class com.smartgwt.client.widgets.StatefulCanvas
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
getShowDisabledIcon() - Method in class com.smartgwt.client.widgets.StretchImgButton
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
getShowDisabledSelectionCheckbox() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should tree nodes show a disabled checkbox instead of a blank space when selectionAppearance:"checkbox" is set on the treegrid, and a node can't be selected?
getShowDoughnut() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to show a "doughnut hole" in the middle of pie charts.
getShowDown() - Method in class com.smartgwt.client.widgets.Button
Should we visibly change state when the mouse goes down in this object?
getShowDown() - Method in class com.smartgwt.client.widgets.ImgButton
Should we visibly change state when the mouse goes down in this object?
getShowDown() - Method in class com.smartgwt.client.widgets.Snapbar
Snapbars show mouse-down styling.
getShowDown() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Should we visibly change state when the mouse goes down in this object?
getShowDown() - Method in class com.smartgwt.client.widgets.StretchImgButton
Should we visibly change state when the mouse goes down in this object?
getShowDownGrip() - Method in class com.smartgwt.client.widgets.Snapbar
If showGrip is true, this property determines whether to show the 'Down' state on the grip image when the user mousedown's on this widget.
getShowDownGrip() - Method in class com.smartgwt.client.widgets.Splitbar
If showGrip is true, this property determines whether to show the 'Down' state on the grip image when the user mousedown's on this widget.
getShowDownGrip() - Method in class com.smartgwt.client.widgets.StretchImg
If showGrip is true, this property determines whether to show the 'Down' state on the grip image when the user mousedown's on this widget.
getShowDownIcon() - Method in class com.smartgwt.client.widgets.Button
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
getShowDownIcon() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
getShowDownIcon() - Method in class com.smartgwt.client.widgets.ImgButton
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
getShowDownIcon() - Method in class com.smartgwt.client.widgets.Label
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
getShowDownIcon() - Method in class com.smartgwt.client.widgets.StatefulCanvas
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
getShowDownIcon() - Method in class com.smartgwt.client.widgets.StretchImgButton
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
getShowDragPlaceHolder() - Method in class com.smartgwt.client.widgets.layout.Layout
If set to true, when a member is dragged out of layout, a visible placeholder canvas will be displayed in place of the dragged widget for the duration of the drag and drop interaction.
getShowDragShadow() - Method in class com.smartgwt.client.widgets.Canvas
When this widget is dragged, if its dragAppearance is "target", should we show a shadow behind the canvas during the drag.
getShowDropIcon() - Method in class com.smartgwt.client.widgets.tree.TreeNode
For folder nodes showing custom icons (set via icon), this property allows the developer to specify on a per-node basis whether a drop state icon should be displayed when the user drop-hovers over this folder.
Set node.showDropIcon to true to show the drop state icon, or false to suppress this.
If not specified, this behavior is determined by showCustomIconDrop for this node.
getShowDropIcons() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If true, when the user drags a droppable target over a folder in this TreeGrid, show a different icon folder icon.
getShowDropIcons() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If true, when the user drags a droppable target over a folder in this TreeGrid, show a different icon folder icon.
getShowEdges() - Method in class com.smartgwt.client.widgets.Canvas
Whether an EdgedCanvas should be used to show image-based edges around this component.
getShowEmptyField() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Whether to show the field when the value is null
getShowEmptyMessage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether the text of the emptyMessage property should be displayed if no data is available.
getShowEmptyMessage() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Show emptyMessage when there is no data to display?
getShowErrorIcon() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
getShowErrorIcons() - Method in class com.smartgwt.client.widgets.form.DynamicForm
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
getShowErrorStyle() - Method in class com.smartgwt.client.widgets.form.DynamicForm
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
getShowErrorStyle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
getShowErrorText() - Method in class com.smartgwt.client.widgets.form.DynamicForm
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
getShowErrorText() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
getShowExpandControls() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Whether to show the Expand/Collapse controls in the headers of sections.
getShowFieldTitles() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If true (the default), show field titles in the drop-down box used to select a field for querying.
getShowFieldTitles() - Method in class com.smartgwt.client.widgets.form.FilterClause
If true (the default), show field titles in the drop-down box used to select a field for querying.
getShowFileInline() - Method in class com.smartgwt.client.data.DataSourceField
For a field of type:"imageFile", indicates whether to stream the image and display it inline or to display the View and Download icons.
getShowFileInline() - Method in class com.smartgwt.client.widgets.form.fields.ViewFileItem
Indicates whether to stream the image and display it inline or to display the View and Download icons.
getShowFileInline() - Method in class com.smartgwt.client.widgets.grid.ListGridField
For a field of type:"imageFile", indicates whether to stream the image and display it inline or to display the View and Download icons.
getShowFileInline() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
For a field of type:"imageFile", indicates whether to stream the image and display it inline or to display the View and Download icons.
getShowFilterEditor() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should this listGrid display a filter row.
getShowFilterExpressionLegendMenuItem() - Method in class com.smartgwt.client.widgets.grid.ListGrid
For use with showFilterEditor:true and allowFilterExpressions:true, adds a menu item to the Filter context menu that shows the supported Expression table in a dialog.
getShowFilterFieldsOnly() - Method in class com.smartgwt.client.widgets.form.SearchForm
If this attribute is true any canFilter:false fields specified on the dataSource will not be shown unless explicitly included in this component's fields array
getShowFocused() - Method in class com.smartgwt.client.widgets.Button
Should we visibly change state when the canvas receives focus? If showFocusedAsOver is true, the "over" will be used to indicate focus.
getShowFocused() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When this item receives focus, should it be re-styled to indicate it has focus?
getShowFocused() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
Should this icon's image switch to the appropriate "focused" source when the user puts focus on the form item or icon?
getShowFocused() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
When this item receives focus, should it be re-styled to indicate it has focus?
getShowFocused() - Method in class com.smartgwt.client.widgets.ImgButton
Should we visibly change state when the canvas receives focus? If showFocusedAsOver is true, the "over" will be used to indicate focus.
getShowFocused() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Should we visibly change state when the canvas receives focus? If showFocusedAsOver is true, the "over" will be used to indicate focus.
getShowFocused() - Method in class com.smartgwt.client.widgets.StretchImgButton
Should we visibly change state when the canvas receives focus? If showFocusedAsOver is true, the "over" will be used to indicate focus.
getShowFocused() - Method in class com.smartgwt.client.widgets.tab.ImgTab
Should we visibly change state when the tab receives keyboard focus?
getShowFocusedAsOver() - Method in class com.smartgwt.client.widgets.StatefulCanvas
If showFocused is true for this widget, should the "over" state be used to indicate the widget as focused.
getShowFocusedIcon() - Method in class com.smartgwt.client.widgets.Button
If using an icon for this button, whether to switch the icon image when the button receives focus.
getShowFocusedIcon() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If using an icon for this button, whether to switch the icon image when the button receives focus.
getShowFocusedIcon() - Method in class com.smartgwt.client.widgets.ImgButton
If using an icon for this button, whether to switch the icon image when the button receives focus.
getShowFocusedIcon() - Method in class com.smartgwt.client.widgets.Label
If using an icon for this button, whether to switch the icon image when the button receives focus.
getShowFocusedIcon() - Method in class com.smartgwt.client.widgets.StatefulCanvas
If using an icon for this button, whether to switch the icon image when the button receives focus.
getShowFocusedIcon() - Method in class com.smartgwt.client.widgets.StretchImgButton
If using an icon for this button, whether to switch the icon image when the button receives focus.
getShowFocusedIcons() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If we're showing icons, should we change their image source to the appropriate focused source when this item has focus? Can be overridden on a per icon basis by the formItemIcon showFocused property.
getShowFocusedPickerIcon() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showPickerIcon is true for this item, should the picker icon show a focused image when the form item has focus?
getShowFocusedWithItem() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If this icon will be updated to show focus (see showFocused, showFocusedIcons), this property governs whether the focused state should be shown when the item as a whole receives focus or just if the icon receives focus.
getShowFooter() - Method in class com.smartgwt.client.widgets.Window
If true, show a footer for this Window, including resizer, statusBar, etc.
getShowFullConnectors() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If showConnectors is true, this property determines whether we should show vertical continuation lines for each level of indenting within the tree.
getShowFutureOptions() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Should we show time-unit options in the future? If set to false, for each timeUnitOption we will show only past options [for example "N weeks ago"].
getShowGridSummary() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should this ListGrid show a summary row beneath the last record of the grid.
getShowGridSummary() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGridSummary is true, should this field show a summary value.
getShowGrip() - Method in class com.smartgwt.client.widgets.Snapbar
Should we show a "grip" image floating above the center of this widget?
getShowGrip() - Method in class com.smartgwt.client.widgets.Splitbar
Should we show a "grip" image floating above the center of this widget?
getShowGrip() - Method in class com.smartgwt.client.widgets.StretchImg
Should we show a "grip" image floating above the center of this widget?
getShowGroupSummary() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this listGrid supports grouping, setting this property will cause the grid to render an extra row at the end of each group when grouped, containing summary information for the fields.
getShowGroupSummary() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGroupSummary is true, should this field show a summary value in a summary row when the grid is grouped? If unset, this field will show a summary value in the summary row if an explicit summaryFunction is specified or if a default summary function is defined for the specified field type.
getShowGroupSummaryInHeader() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this grid is grouped, and showGroupSummary is true, setting this property causes field summary values for each group to be displayed directly in the group header node, rather than showing up at the bottom of each expanded group.
getShowGroupTitleColumn() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this grid is grouped and showGroupSummaryInHeader is true, instead of group header nodes showing up with a single cell value spanning the full set of columns, summaries for each field will show up in the appropriate columns of the header node.
getShowHeader() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we show the header for this ListGrid?
getShowHeader() - Method in class com.smartgwt.client.widgets.Window
If true, show a header for this Window.
getShowHeaderBackground() - Method in class com.smartgwt.client.widgets.Window
Should the window header show a background image? Default value is true for all browsers except for Internet Explorer.
If set to true the image source is derived from headerSrc and hiliteHeaderSrc, otherwise the background will be styled according to headerStyle / hiliteHeaderStyle.
getShowHeaderContextMenu() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether to show a context menu on the header with standard items for showing and hiding fields.
getShowHeaderIcon() - Method in class com.smartgwt.client.widgets.Window
If true, we show an icon on the left in the header.
getShowHeaderMenuButton() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If set to true and showHeaderContextMenu is true, the headerMenuButton will be displayed when the user rolls over the header buttons in this grid.
getShowHeaders() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If set, each column in the ColumnTree will show a header with the title of the selected node from the column to the left.
getShowHiddenFields() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getShowHiddenFields() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Whether to show fields marked hidden:true when a DataBoundComponent is given a DataSource but no component.fields.
getShowHiddenFields() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getShowHiddenFields() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getShowHiddenFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getShowHiddenFields() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getShowHiddenFields() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getShowHint() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If a hint is defined for this form item, should it be shown?
getShowHintInField() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If showing a hint for this form item, should it be shown within the field?
getShowHintInField() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If showing a hint for this form item, should it be shown within the field?
getShowHintInField() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
If showing hint for this form item, should it be shown within the field?
getShowHintInField() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
If showing hint for this form item, should it be shown within the field?
getShowHover() - Method in class com.smartgwt.client.widgets.Canvas
If this.canHover is true, should we show the global hover canvas by default when the user hovers over this canvas?
getShowHover() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, and canHover is also true, when the user hovers over a cell, hover text will pop up next to the mouse.
getShowHover() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether to show hovers for this field.
getShowHoverComponents() - Method in class com.smartgwt.client.widgets.Canvas
When set to true, shows a widget hovering at the mouse point instead of the builtin hover label.
getShowHoverComponents() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When set to true and canHover is also true, shows a widget hovering at the mouse point.
getShowIconField() - Method in class com.smartgwt.client.widgets.tableview.TableView
Should an icon field be shown for each record? A column in the table is set aside for an icon as specified on each record in the iconField.
getShowIcons() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set to false to suppress writing out any icons for this item.
getShowIcons() - Method in class com.smartgwt.client.widgets.menu.Menu
A boolean, indicating whether the checkmark/custom icon column should be displayed.
getShowInlineErrors() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, field errors are written into the form next to the item(s) where the errors occurred.
getShowKeys() - Method in class com.smartgwt.client.widgets.menu.Menu
A boolean, indicating whether the shortcut key column should be displayed.
getShowLabel() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
Should we show the label text next to the checkbox item.
getShowLabel() - Method in class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
Should we show the label text next to the checkbox item.
getShowLegend() - Method in class com.smartgwt.client.widgets.chart.FacetChart
The legend is automatically shown for charts that need it (generally, multi-series charts) but can be forced off by setting showLegend to false.
getShowLocalFieldsOnly() - Method in class com.smartgwt.client.data.DataSource
For a DataSource that inherits fields from another DataSource (via inheritsFrom), indicates that only the fields listed in this DataSource should be shown.
getShowMaximizeButton() - Method in class com.smartgwt.client.widgets.Window
If true, show a maximize button in the header - clicking it maximizes the Window
getShowMenuBelow() - Method in class com.smartgwt.client.widgets.menu.IMenuButton
The menu drops down below the menu button.
getShowMenuBelow() - Method in class com.smartgwt.client.widgets.menu.MenuButton
The menu drops down below the menu button.
getShowMenuButtonImage() - Method in class com.smartgwt.client.widgets.menu.IMenuButton
Show menu button image (up / down arrowhead) for this menu button.
getShowMenuButtonImage() - Method in class com.smartgwt.client.widgets.menu.MenuButton
Show menu button image (up / down arrowhead) for this menu button.
getShowMenuOnRollOver() - Method in class com.smartgwt.client.widgets.menu.MenuButton
When set to true, show the menu automatically when the mouse moves over the button.
getShowMinimizeButton() - Method in class com.smartgwt.client.widgets.Window
If true, show a minimize button in the header--clicking it minimizes the Window.
getShowModalMask() - Method in class com.smartgwt.client.widgets.Window
If true, displays a translucent mask over the rest of the page when a modal window is displayed.
getShowMoreTab() - Method in class com.smartgwt.client.widgets.tab.TabSet
Should tabs exceeding moreTabCount be shown on a "more" tab?
getShowMultipleColumns() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
When set to false, only displays a single column at a time, showing a slide animation when moving between columns.
getShowNavigation() - Method in class com.smartgwt.client.widgets.tableview.TableView
Whether to show navigation controls by default on all records.
getShowNodeCount() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If set, and showHeaders is also set, each column's header will show a count of the number of nodes in that column
getShowOpener() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should the an opener icon be displayed next to folder nodes?
getShowOpenIcon() - Method in class com.smartgwt.client.widgets.tree.TreeNode
For folder nodes showing custom icons (set via icon), this property allows the developer to specify on a per-node basis whether an open state icon should be displayed when the folder is open.
getShowOpenIcons() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If true, show a different icon for open folders than closed folders.
getShowOpenIcons() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If true, show a different icon for open folders than closed folders.
getShowOptionsFromDataSource() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this item is part of a databound form, and has a specified valueMap, by default we show the valueMap options in the pickList for the item.
getShowOptionsFromDataSource() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this item is part of a databound form, and has a specified valueMap by default we show the valueMap options in the pickList for the item.
getShowOptionsFromDataSource() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this item is part of a databound form, and has a specified valueMap, by default we show the valueMap options in the pickList for the item.
getShowOtherDays() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If set to true, in the month view, days that fall in an adjacent month are still shown with a header and body area, and are interactive.
getShowOver() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
Should this icon's image switch to the appropriate "over" source when the user rolls over or focuses on the icon?
getShowOver() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
When the user rolls over the select item, should the pickButton display it's Over state?
getShowOverCanvas() - Method in class com.smartgwt.client.widgets.StatefulCanvas
When this property is set to true, this widget will create and show the overCanvas on user rollover.
getShowOverIcons() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If we're showing icons, should we change their image source to the appropriate over source when the user rolls over (or puts focus onto) them? Can be overridden on a per icon basis by the formItemIcon showOver property.
getShowPaneContainerEdges() - Method in class com.smartgwt.client.widgets.tab.TabSet
Should the paneContainer for this tabset show edges.
getShowParentsLast() - Method in class com.smartgwt.client.widgets.cube.Facet
Indicates internal hierarchy should be displayed in reverse of normal tree order (so that parents follow children)
getShowPartialEdges() - Method in class com.smartgwt.client.widgets.tab.TabSet
If the paneContainer for this tab set is showing edges, setting this attribute to true will set the paneContainer to show customEdges for the three sides opposing the tabBarPosition.
getShowPartialSelection() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should partially selected parents be shown with special icon?
getShowPastOptions() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Should we show time-unit options in the past? If set to false, for each timeUnitOption we will show only future options [for example "N weeks from now"].
getShowPickerIcon() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Show the picker icon for the ComboBox.
getShowPickerIcon() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Should we show a special 'picker' icon for this form item.
getShowPickerIcon() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Should we show a special 'picker' icon for this form item.
getShowPickListOnKeypress() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Should the list of options be displayed whenever the user types into the the combo-box textArea, or only when the user clicks on the pick button or uses the explicit Alt+Arrow Down key combination?
getShowPrompt() - Method in class com.smartgwt.client.data.DataSource
Whether RPCRequests sent by this DataSource should enable showPrompt if it's unset.
getShowPrompt() - Method in class com.smartgwt.client.rpc.RPCRequest
Overrides RPCManager.showPrompt for this request only.
getShowQuickEventDialog() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Determines whether the quick event dialog is displayed when a time is clicked.
getShowRadarGradationLabels() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to show gradation labels in radar charts.
getShowRange() - Method in class com.smartgwt.client.widgets.Slider
Indicates whether labels for the min and max values of the slider should be displayed.
getShowRecordComponents() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If set to true, this listGrid should create and show an embedded component in every row of the grid.
getShowRecordComponentsByCell() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, shows 'recordComponents' in cells, rather than just in records.
getShowRemoveButton() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If set, a button will be shown for each clause allowing it to be removed.
getShowRemoveButton() - Method in class com.smartgwt.client.widgets.form.FilterClause
If set, show a button for this clause allowing it to be removed.
getShowResizeBar() - Method in class com.smartgwt.client.widgets.Canvas
When this Canvas is included as a member in a Layout, whether a resizeBar should be shown after this member in the layout, to allow it to be resized.
getShowResizer() - Method in class com.smartgwt.client.widgets.Window
If true, show a button in the lower right corner that allows users to resize the Window.
getShowRollOver() - Method in class com.smartgwt.client.widgets.Button
Should we visibly change state when the mouse goes over this object?
getShowRollOver() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we show different styling for the cell the mouse is over?
If true, the cell style will have the suffix "Over" appended.
getShowRollOver() - Method in class com.smartgwt.client.widgets.ImgButton
Should we visibly change state when the mouse goes over this object?
getShowRollOver() - Method in class com.smartgwt.client.widgets.Snapbar
Snapbars show rollover styling.
getShowRollOver() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Should we visibly change state when the mouse goes over this object?
getShowRollOver() - Method in class com.smartgwt.client.widgets.StretchImgButton
Should we visibly change state when the mouse goes over this object?
getShowRollOver() - Method in class com.smartgwt.client.widgets.tab.ImgTab
Should we visibly change state when the mouse goes over this tab
getShowRollOverCanvas() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showRollOver is true, this property provides an option to show roll over styling with the rollOverCanvas and rollUnderCanvas rather than using css styling.
getShowRollOverGrip() - Method in class com.smartgwt.client.widgets.Snapbar
If showGrip is true, this property determines whether to show the 'Over' state on the grip image when the user rolls over on this widget.
getShowRollOverGrip() - Method in class com.smartgwt.client.widgets.Splitbar
If showGrip is true, this property determines whether to show the 'Over' state on the grip image when the user rolls over on this widget.
getShowRollOverGrip() - Method in class com.smartgwt.client.widgets.StretchImg
If showGrip is true, this property determines whether to show the 'Over' state on the grip image when the user rolls over on this widget.
getShowRollOverIcon() - Method in class com.smartgwt.client.widgets.Button
If using an icon for this button, whether to switch the icon image on mouse rollover.
getShowRollOverIcon() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If using an icon for this button, whether to switch the icon image on mouse rollover.
getShowRollOverIcon() - Method in class com.smartgwt.client.widgets.ImgButton
If using an icon for this button, whether to switch the icon image on mouse rollover.
getShowRollOverIcon() - Method in class com.smartgwt.client.widgets.Label
If using an icon for this button, whether to switch the icon image on mouse rollover.
getShowRollOverIcon() - Method in class com.smartgwt.client.widgets.StatefulCanvas
If using an icon for this button, whether to switch the icon image on mouse rollover.
getShowRollOverIcon() - Method in class com.smartgwt.client.widgets.StretchImgButton
If using an icon for this button, whether to switch the icon image on mouse rollover.
getShowRoot() - Method in class com.smartgwt.client.widgets.tree.Tree
Controls whether a call to Tree.getOpenList includes the root node.
getShowRoot() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Specifies whether the root node should be displayed in the treeGrid.
getShowRowNumbers() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When set to true, shows an additional field at the beginning of the field-list (respecting RTL) that displays the current rowNum for each record.
getShowSelectedIcon() - Method in class com.smartgwt.client.widgets.Button
If using an icon for this button, whether to switch the icon image when the button becomes selected.
getShowSelectedIcon() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If using an icon for this button, whether to switch the icon image when the button becomes selected.
getShowSelectedIcon() - Method in class com.smartgwt.client.widgets.ImgButton
If using an icon for this button, whether to switch the icon image when the button becomes selected.
getShowSelectedIcon() - Method in class com.smartgwt.client.widgets.Label
If using an icon for this button, whether to switch the icon image when the button becomes selected.
getShowSelectedIcon() - Method in class com.smartgwt.client.widgets.StatefulCanvas
If using an icon for this button, whether to switch the icon image when the button becomes selected.
getShowSelectedIcon() - Method in class com.smartgwt.client.widgets.StretchImgButton
If using an icon for this button, whether to switch the icon image when the button becomes selected.
getShowSelectedStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should the "Selected" style be applied to selected records?
getShowSelectionCanvas() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionType is set to "single", setting this property to true means selection will be displayed to the user with the selectionCanvas and selectionUnderCanvas rather than using css styling.
getShowSelectionCheckbox() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If true, causes a CheckboxItem to appear to the left of each clause in "inline" appearance.
getShowShadow() - Method in class com.smartgwt.client.widgets.Canvas
Whether to show a drop shadow for this Canvas
getShowShadows() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to automatically show shadows for various charts.
getShowSortArrow() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether a sorting arrow should appear for the listGrid, and its location.
getShowSortNumerals() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When multiple fields are sorted, set this to false to hide the sort-numeral displayed by default after the sort-arrows in the header-buttons of sorted fields.
getShowStatusBar() - Method in class com.smartgwt.client.widgets.Window
If true, show a statusBar for this Window, including resizer.
getShowSubClauseButton() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Whether to show a button that allows the user to add subclauses.
getShowSubmenus() - Method in class com.smartgwt.client.widgets.menu.Menu
A boolean, indicating whether the submenu indicator column should be displayed.
getShowTabPicker() - Method in class com.smartgwt.client.widgets.tab.TabSet
If there is not enough space to display all the tab-buttons in this tabSet, should a drop-down "picker" be displayed to allow selection of tabs that are clipped?
getShowTabScroller() - Method in class com.smartgwt.client.widgets.tab.TabSet
If there is not enough space to display all the tab-buttons in this tabSet, should scroller buttons be displayed to allow access to tabs that are clipped?
getShowTitle() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to show a title.
getShowTitle() - Method in class com.smartgwt.client.widgets.form.fields.BlurbItem
Blurb items show no title by default.
getShowTitle() - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
Buttons do not show a title by default.
getShowTitle() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
CheckboxItem has special behavior for titles, see labelAsTitle.
getShowTitle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Should we show a title cell for this formItem?
getShowTitle() - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
Don't show a separate title cell for headers
getShowTitle() - Method in class com.smartgwt.client.widgets.form.fields.HiddenItem
we never show a separate title cell for hidden fields
getShowTitle() - Method in class com.smartgwt.client.widgets.form.fields.RichTextItem
Don't show the title for rich text items by default
getShowTitle() - Method in class com.smartgwt.client.widgets.form.fields.RowSpacerItem
we never show a separate title cell for separators
getShowTitle() - Method in class com.smartgwt.client.widgets.form.fields.SpacerItem
we never show a separate title cell for spacers
getShowTitle() - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
Don't show a title for toolbars
getShowTitle() - Method in class com.smartgwt.client.widgets.Img
Determines whether any specified title will be displayed for this component.
Applies to Image-based components only, where the title will be rendered out in a label floating over the component
getShowTitle() - Method in class com.smartgwt.client.widgets.ImgButton
Determines whether any specified title will be displayed for this component.
Applies to Image-based components only, where the title will be rendered out in a label floating over the component
getShowTitle() - Method in class com.smartgwt.client.widgets.Slider
Indicates whether the slider's title should be displayed.
getShowTitle() - Method in class com.smartgwt.client.widgets.StretchImg
Determines whether any specified title will be displayed for this component.
Applies to Image-based components only, where the title will be rendered out in a label floating over the component
getShowTitle() - Method in class com.smartgwt.client.widgets.StretchImgButton
Determines whether any specified title will be displayed for this component.
Applies to Image-based components only, where the title will be rendered out in a label floating over the component
getShowTitle() - Method in class com.smartgwt.client.widgets.Window
Show a title (typically just text) on the header for this window.
getShowTitlesWithErrorMessages() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Indicates whether on validation failure, the error message displayed to the user should be prepended with the title for the item.
getShowTodayButton() - Method in class com.smartgwt.client.widgets.DateChooser
Determines whether the "Today" button will be displayed, allowing the user to select the current date.
getShowToolbar() - Method in class com.smartgwt.client.widgets.Dialog
Whether to show a toolbar of buttons at the bottom of the Dialog.
getShowTrackEnds() - Method in class com.smartgwt.client.widgets.Scrollbar
If true, the scrollbar uses a 5-segment rather than 3-segment image representation, where the 3 interior image segments have the same state (Down, Over, etc), independent of the two outermost image segments.
getShowTreeColumnPicker() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When headerSpans are in use, whether to show a hierarchical column picker that includes both headerSpans and normal headers, with normal headers indented under headerSpans similarly to how a TreeGrid displays a Tree.
getShowValue() - Method in class com.smartgwt.client.widgets.Slider
Indicates whether a label for the value of the slider should be displayed.
getShowValueIconOnly() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If valueIcons is set, this property may be set to show the valueIcon only and prevent the standard form item element or text from displaying
getShowValueIconOnly() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has a valueIcons property specified, setting this property causes the valueIcon for each value to be displayed in the cell without also showing the record's value for the field.
getShowWeekends() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Suppresses the display of weekend days in the week and month views, and disallows the creation of events on weekends.
getShowWeekends() - Method in class com.smartgwt.client.widgets.DateChooser
Whether weekend days should be shown.
getShowWorkday() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If set, causes the calendar to use workdayBaseStyle for cells falling within the workday as defined by workdayStart and workdayEnd, in both the weekView and dayView.
getShrinkForFreeze() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this list grid is showing any frozen fields, and a horizontal scrollbar is visible at the bottom of the liquid columns, should an equivalent scrollbar gap be left visible below the frozen columns?
Note that if set to true any backgroundColor or border applied to the ListGrid will show up below the bottom row of the frozen column(s).
getSimpleDeselect() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, clicking on the existing selection causes it to be entirely deselected.
getSimpleTabBaseStyle() - Method in class com.smartgwt.client.widgets.tab.TabSet
If this.useSimpleTabs is true, simpleTabBaseClass will be the base style used to determine the css style to apply to the tabs.
This property will be suffixed with the side on which the tab-bar will appear, followed by with the tab's state (selected, over, etc), resolving to a className like "tabButtonTopOver"
getSingleCellValue() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Default property name denoting the single value to display for all fields of this row.
getSingleCellValueProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If record[this.singleCellValueProperty] is set for some record, the record will be displayed as a single cell spanning every column in the grid, with contents set to the value of record[this.singleCellValueProperty].
getSize() - Method in class com.smartgwt.client.widgets.Img
Convenience for setting height and width to the same value, at init time only
getSkinDir() - Static method in class com.smartgwt.client.util.FileLoader
Return the skin dir.
getSkinDir() - Static method in class com.smartgwt.client.util.Page
Return the directory for media that's part of the skin
getSkinImgDir() - Static method in class com.smartgwt.client.util.Page
Return the directory for a skin image.
getSkinImgDir(String) - Static method in class com.smartgwt.client.util.Page
Return the directory for a skin image.
getSkinImgDir() - Method in class com.smartgwt.client.widgets.Canvas
Default directory for skin images (those defined by the class), relative to the Page-wide skinDir.
getSkinImgDir() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default directory for skin images (those defined by the class), relative to the Page-wide skinDir.
getSkinImgDir() - Method in class com.smartgwt.client.widgets.DateChooser
Overridden directory where images for this widget (such as the month and year button icons) may be found.
getSkinImgDir() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Standard skin directory for edge images (sides and corners).
getSkinImgDir() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Where do 'skin' images (those provided with the class) live?
getSkinImgDir() - Method in class com.smartgwt.client.widgets.ImgSplitbar
Default directory for skin images (those defined by the class), relative to the Page-wide skinDir.
getSkinImgDir() - Method in class com.smartgwt.client.widgets.Scrollbar
Where are the skin images for the Scrollbar.
getSkinImgDir() - Method in class com.smartgwt.client.widgets.tab.ImgTab
Base path for the images.
getSkinImgDir() - Method in class com.smartgwt.client.widgets.tab.TabSet
Default directory for skin images (those defined by the class), relative to the Page-wide skinDir.
getSkinImgDir() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripResizer
Path to resizer image.
getSkinImgDir() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
Path to separator image.
getSkipInternalProperties() - Method in class com.smartgwt.client.util.JSONEncoder
If true, don't show isc internal properties when encoding and object.
getSnapAxis() - Method in class com.smartgwt.client.widgets.Canvas
Describes which axes to apply snap-to-grid to.
getSnapEdge() - Method in class com.smartgwt.client.widgets.Canvas
If snapTo is defined to this widget, this property can be used to define which edge of this widget should be snapped to an edge of the master or parent element.
getSnapHDirection() - Method in class com.smartgwt.client.widgets.Canvas
The horizontal snap direction.
getSnapHGap() - Method in class com.smartgwt.client.widgets.Canvas
The horizontal grid size to use, in pixels, when snap-to-grid is enabled.
getSnapOffsetLeft() - Method in class com.smartgwt.client.widgets.Canvas
If snapTo is defined for this widget, this property can be used to specify an offset in px or percentage for the left coordinate of this widget.
getSnapOffsetTop() - Method in class com.smartgwt.client.widgets.Canvas
If snapTo is defined for this widget, this property can be used to specify an offset in px or percentage for the top coordinate of this widget.
getSnapOnDrop() - Method in class com.smartgwt.client.widgets.Canvas
When this canvas is dropped onto an object supporting snap-to-grid, should it snap to the grid (true, the default) or just drop wherever the mouse is (false).
getSnapResizeToGrid() - Method in class com.smartgwt.client.widgets.Canvas
Causes this canvas to snap to its parent's grid when resizing.
getSnapTo() - Method in class com.smartgwt.client.widgets.Canvas
Position this widget such that it is aligned with ("snapped to") an edge of its masterElement (if specified), or its parentElement.
getSnapToGrid() - Method in class com.smartgwt.client.widgets.Canvas
Causes this canvas to snap to its parent's grid when dragging.
getSnapVDirection() - Method in class com.smartgwt.client.widgets.Canvas
The vertical snap direction.
getSnapVGap() - Method in class com.smartgwt.client.widgets.Canvas
The vertical grid size to use, in pixels, when snap-to-grid is enabled.
getSoapMessage(WSRequest) - Method in class com.smartgwt.client.data.WebService
Return the SOAP message that will be formed from this WSRequest.
getSort() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the grids current sort specification.
getSortAscendingImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Image to show when sorting ascending.
getSortBy(String[]) - Static method in class com.smartgwt.client.data.DataSource
Given an array of ${isc.DocUtils.linkForRef('object:SortSpecifier')}s, return a simple list of Strings in the format expected by sortBy.
getSortBy() - Method in class com.smartgwt.client.data.DSRequest
Fieldname to sortBy
getSortByDisplayField() - Method in class com.smartgwt.client.widgets.grid.ListGridField
For a field with displayField configured, should client-side sorting be performed on the display field value? Unless explicitly set to false the display field value is used.
getSortDescendingImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Image to show when sorting descending.
getSortDirection() - Method in class com.smartgwt.client.data.SortSpecifier
The direction in which this specifier should sort.
getSortDirection() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Direction of sorting if sortedFacet or sortedFacetValues is specified.
getSortDirection() - Method in class com.smartgwt.client.widgets.cube.events.SortByFacetIdEvent
true for ascending
getSortDirection() - Method in class com.smartgwt.client.widgets.cube.events.SortByFacetValuesEvent
true for ascending
getSortDirection() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Sorting direction of this ListGrid.
getSortDirection() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Specifies the default sorting direction for this column.
getSortedFacetValues() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
FacetValueMap of facet values representing a set of facetValues by which the cubeGrid data is sorted.
getSortField() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Specifies the field by which this item should be initially sorted.
getSortField() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Specifies the field by which this item should be initially sorted.
getSortField() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The field by which this grid should be initially sorted.
getSortFieldAscendingText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, this attribute will be shown as the menu item title to sort a field in ascending order.
getSortFieldAsInt() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Specifies the field by which this item should be initially sorted.
getSortFieldAsInt() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Specifies the field by which this item should be initially sorted.
getSortFieldCount() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the number of fields involved in this grid's current sort configuration.
getSortFieldDescendingText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, this attribute will be shown as the menu item title to sort a field in descending order.
getSortFoldersBeforeLeaves() - Method in class com.smartgwt.client.widgets.tree.Tree
If separateFolders is true, should folders be displayed above or below leaves? When set to true folders will appear above leaves when the sortDirection applied to the tree is ASCENDING
getSortFoldersBeforeLeaves() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If specified, this attribute will override sortFoldersBeforeLeaves on the data for this treeGrid.
getSortNumeralHTML(String, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When multiple fields are sorted, this method returns the HTML for the sort-numeral that appears after the sort-arrows in the header-buttons of sorted fields.
getSortNumeralStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When multiple fields are sorted, the Style to apply to the numeral that appears after the sort-arrows in the header-buttons of sorted fields.
getSortSpecifier(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the ${isc.DocUtils.linkForRef('object:SortSpecifier')} for the passed fieldName, or null if the field is not sorted.
getSortSpecifiers(String[]) - Static method in class com.smartgwt.client.data.DataSource
Return a an array of ${isc.DocUtils.linkForRef('object:SortSpecifier')}s, given an array of Strings in the format expected by sortBy.
getSortSpecifiers() - Method in class com.smartgwt.client.widgets.grid.events.SortEvent
new sort specifiers - may be empty indicating the grid was unsorted
getSortState() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns a snapshot of the current sort state within this listGrid as a String object.
This object can be passed to ListGrid.setSortState to reset this grid's sort to the current state (assuming the same fields are present in the grid).
getSourceWidget() - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
widget where dragging began
getSourceWidget() - Method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
The component that is the source of the nodes (where the nodes were dragged from).
getSpace() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripSpacer
 
getSpoofResponses() - Method in class com.smartgwt.client.data.OperationBinding
For a DataSource contacting a WSDL web service, setting this flag means the DataSource doesn't actually attempt to contact the server but generates a sample response instead, based on the XML Schema of the response message embedded in the WSDL.
getSrc() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If set, this property determines this icon's image source.
getSrc() - Method in class com.smartgwt.client.widgets.Img
The base filename for the image.
getSrc() - Method in class com.smartgwt.client.widgets.ImgButton
The base filename for the image.
getSrc() - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the URL of the image local to the skin or application directory.
getSrc() - Method in class com.smartgwt.client.widgets.ImgSplitbar
The base filename for the image.
getSrc() - Method in class com.smartgwt.client.widgets.plugins.Applet
A URL that points to the class of this applet.
getSrc() - Method in class com.smartgwt.client.widgets.plugins.Flashlet
Location from which to load the Flashlet.
getSrc() - Method in class com.smartgwt.client.widgets.plugins.SVG
Location from which to load the SVG.
getSrc() - Method in class com.smartgwt.client.widgets.Progressbar
The base file name for the progressbar image.
getSrc() - Method in class com.smartgwt.client.widgets.Splitbar
The base URL for the image.
getSrc() - Method in class com.smartgwt.client.widgets.StretchImg
The base URL for the image.
getSrc() - Method in class com.smartgwt.client.widgets.StretchImgButton
Base URL for the image.
getSrc() - Method in class com.smartgwt.client.widgets.tab.ImgTab
Base URL for tab images
getSrc() - Method in class com.smartgwt.client.widgets.Window
A URL to load as content for the Window's body.
getStacked() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to use stacking for charts where this makes sense (column, area, pie, line and radar charts).
getStackZIndex() - Method in class com.smartgwt.client.widgets.layout.Layout
For use in conjunction with memberOverlap, controls the z-stacking order of members.
getStartDate() - Method in class com.smartgwt.client.data.DateRange
Returns the start date or null if open ended.
getStartDate() - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
Date object which represents the start date of a CalendarEvent.
getStartDate() - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundClickEvent
start datetime of the selected slot
getStartDate() - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent
start datetime of the selected slot
getStartDate() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Minimum date the selectors will allow the user to pick.
getStartDate() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Minimum date the selectors will allow the user to pick.
getStartDateField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the start date field in a CalendarEvent.
getStartRow() - Method in class com.smartgwt.client.data.DSRequest
Starting row of requested results, used only with fetch operations.
getStartRow() - Method in class com.smartgwt.client.data.DSResponse
Starting row of returned server results, when using paged result fetching
getStartRow() - Method in class com.smartgwt.client.data.events.DataArrivedEvent
starting index of rows that have just loaded
getStartRow() - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
These items are in a row by themselves by default
getStartRow() - Method in class com.smartgwt.client.widgets.form.fields.events.DataArrivedEvent
index of first row returned by the server
getStartRow() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Whether this item should always start a new row in the form layout.
getStartRow() - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
these items are in a row by themselves by default
getStartRow() - Method in class com.smartgwt.client.widgets.form.fields.RichTextItem
By default RichTextItems take up an entire row
getStartRow() - Method in class com.smartgwt.client.widgets.form.fields.RowSpacerItem
these items are in a row by themselves by default
getStartRow() - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
these items are in a row by themselves by default
getStartRow() - Method in class com.smartgwt.client.widgets.grid.events.DataArrivedEvent
starting index of the newly loaded set of rows
getStartThumbOverlap() - Method in class com.smartgwt.client.widgets.Scrollbar
Number of pixels the thumb is allowed to overlap the buttons at the start of the track.
getStartYear() - Method in class com.smartgwt.client.widgets.DateChooser
Earliest year that may be selected.
getState() - Method in class com.smartgwt.client.widgets.Button
Current "state" of this widget.
getState() - Method in class com.smartgwt.client.widgets.grid.events.SelectionEvent
New selection state (true for selected, false for unselected)
getState() - Method in class com.smartgwt.client.widgets.ImgButton
Current "state" of this widget.
getState() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Current "state" of this widget.
getState() - Method in class com.smartgwt.client.widgets.StretchImgButton
Current "state" of this widget.
getState() - Method in class com.smartgwt.client.widgets.tile.events.SelectionChangedEvent
New selection state (true for selected, false for unselected)
getStateSuffix() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Returns the suffix that will be appended to the baseStyle as the component changes state and/or is selected.
getStatus() - Method in class com.smartgwt.client.rpc.RPCResponse
Status code for this response.
getStatus() - Method in class com.smartgwt.client.widgets.Window
Text to show in the status bar of the window (if one is visible)
getStep() - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
How much should the value be incremented / decremented when the user hits the icons to increase / decrease the value?
getStepPercent() - Method in class com.smartgwt.client.widgets.Slider
The percentage of the total slider that constitutes one discrete step.
getStopIfFalse() - Method in class com.smartgwt.client.widgets.form.validator.Validator
Normally, all validators defined for a field will be run even if one of the validators has already failed.
getStopOnError() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Indicates that if validation fails, the user should not be allowed to exit the field - focus will be forced back into the field until the error is corrected.
getStopOnError() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Indicates that if validation fails, the user should not be allowed to exit the field - focus will be forced back into the field until the error is corrected.
getStopOnError() - Method in class com.smartgwt.client.widgets.form.validator.Validator
Indicates that if this validator is not passed, the user should not be allowed to exit the field - focus will be forced back into the field until the error is corrected.
getStopOnErrors() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this is an editable listGrid, this property determines how failure to save due to validation errors should be displayed to the user.
getStrictQuoting() - Method in class com.smartgwt.client.util.JSONEncoder
Whether all property names should be quoted, or only those property names that are not valid identifiers or are JavaScript reserved words (such as "true").
getStrictSQLFiltering() - Method in class com.smartgwt.client.data.DataSource
[A] If set to true, both client and server-side advanced filtering used by Smart GWT will follow SQL99 behavior for dealing with NULL values, which is often counter-intuitive to users.
getStringValueFromJavaScriptObjectArray(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
getStyleName() - Method in class com.smartgwt.client.widgets.Canvas
The CSS class applied to this widget as a whole.
getStyleName() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Default styleName for the chart.
getStyleName() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
CSS class for the CubeGrid as a whole
getStyleName() - Method in class com.smartgwt.client.widgets.Dialog
Style of the Dialog background
getStyleName() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default CSS class
getStyleName() - Method in class com.smartgwt.client.widgets.Label
Set the CSS class for this widget.
getStyleName() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Default CSS style for the SectionStack as a whole.
getStyleName() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Style for the overall TileGrid component.
getStyleName() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for the component as a whole.
getSubClauseButtonPrompt() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The hover prompt text for the subClauseButton.
getSubClauseButtonTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title of the subClauseButton
getSubmenu() - Method in class com.smartgwt.client.widgets.menu.MenuItem
A reference to another menu, to display as a submenu when the mouse cursor hovers over this menu item.
getSubmenuDirection() - Method in class com.smartgwt.client.widgets.menu.Menu
Should submenus show up on our left or right.
getSubscribedChannels() - Static method in class com.smartgwt.client.rpc.Messaging
Returns list of channels that we're currently subscribed to.
getSubstring() - Method in class com.smartgwt.client.widgets.form.validator.ContainsValidator
 
getSubstring() - Method in class com.smartgwt.client.widgets.form.validator.DoesntContainValidator
 
getSubstring() - Method in class com.smartgwt.client.widgets.form.validator.StringCountValidator
Return the substring.
getSummaryFieldValue(ListGridField, Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the computed value of a canAddSummaryFields.
getSummaryFunction() - Method in class com.smartgwt.client.data.DataSourceField
If showGridSummary or showGroupSummary is true, this attribute can be used to specify an explicit SummaryFunction for calculating the summary value to display.
getSummaryRowCriteria() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showGridSummary is true, and a summaryRowDataSource is specified this property may be used to specify fetch criteria to apply when retrieving summary data to show in the summary row.
getSummaryRowDataSource() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showGridSummary is true, by default summary values are calculated on the client based on the current data-set for the grid (see ListGrid.getGridSummary and ListGrid.getGridSummaryFunction).
getSummaryRowFetchRequestProperties() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If ListGrid.setShowGridSummary(Boolean) is true, and a ${isc.DocUtils.linkForRef('listGrid.summaryDataSource')} is specified this property may be used to customize the fetch request used when retrieving summary data to show in the summary row.
getSummaryRowHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default height for the summary row autoChild.
getSummaryRowStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
baseStyle for the summaryRow
getSummaryTitle() - Method in class com.smartgwt.client.widgets.cube.Facet
Title for facet summary.
getSummaryTitle() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Optional long summary title for this field, provided in addition to title.
getSummaryValue() - Method in class com.smartgwt.client.widgets.cube.Facet
Value for facet summary.
getSummaryValue(Record, ListGridField[], ListGridField) - Method in interface com.smartgwt.client.widgets.grid.RecordSummaryFunction
Function to produce a summary value based on field values within a record.
getSummaryValue(Record[], ListGridField) - Method in interface com.smartgwt.client.widgets.grid.SummaryFunction
Function to produce a summary value based on an array of records and a field definition.
getSummaryValueTitle() - Method in class com.smartgwt.client.data.DataSourceField
Title to show in a Summary of type "title" for this field.
getSummaryValueTitle() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGridSummary or showGroupSummary is true and the summaryFunction is set to "title", this attribute may be set to a string to display in the group and/or grid summary.
getSupportsTransparency() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Determines whether to show the opacity slider.
getSuppressValidationErrorCallback() - Method in class com.smartgwt.client.widgets.form.DynamicForm
When calling DynamicForm.saveData on a form or valuesManager, by default if the server returns an error code, any callback passed into saveData() will not be fired.
getSuppressValidationErrorCallback() - Method in class com.smartgwt.client.widgets.form.ValuesManager
When calling ValuesManager.saveData on a form or valuesManager, by default if the server returns an error code, any callback passed into saveData() will not be fired.
getSuppressValueIcon() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If valueIcons is set, this property may be set to prevent the value icons from showing up next to the form items value
getSuppressValueIcon() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has a valueIcons property specified, setting this property to true will prevent the valueIcon being written out into this field's cells.
getSwatchHeight() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Displayed height of the color swatch image.
getSwatchImageURL() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The location of the color swatch image file
getSwatchWidth() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Displayed width of the color swatch image.
getSymmetricEdges() - Method in class com.smartgwt.client.widgets.tab.TabSet
If this tabSet will show edges for the paneContainer, this property determines whether the same edge media will be used regardless of the tab bar position, or whether different media should be used (necessary if the edge appearance is not symmetrical on all sides).
getSymmetricPickerButton() - Method in class com.smartgwt.client.widgets.tab.TabSet
If this TabSet is showing a tab picker button, this property determines whether the pickerButtonHSrc and pickerButtonVSrc media will be used for vertical and horizontal tab-bar picker buttons, or whether separate media should be used for each possible tabBarPosition based on the pickerButtonSrc property for this tabSet.
getSymmetricScroller() - Method in class com.smartgwt.client.widgets.tab.TabSet
If this TabSet is showing tab scroller buttons, this property determines whether the scrollerHSrc and scrollerVSrc media will be used for vertical and horizontal tab-bar scroller buttons, or whether separate media should be used for each possible tabBarPosition based on the scrollerSrc property for this tabSet.
getSynchColumnLayout() - Method in class com.smartgwt.client.widgets.cube.Facet
If true, treat all values in this facet as a facetValueGroup - causes synched header reorder and resize.
getSynchronousValidation() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If enabled, whenever validation is triggered and a request to the server is required, user interactivity will be blocked until the request returns.
getSynchronousValidation() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If enabled, whenever validation is triggered and a request to the server is required, user interactivity will be blocked until the request returns.
getTab() - Method in class com.smartgwt.client.widgets.tab.events.TabClickEvent
with click handler being fired
getTab() - Method in class com.smartgwt.client.widgets.tab.events.TabCloseClickEvent
the tab to be removed
getTab() - Method in class com.smartgwt.client.widgets.tab.events.TabContextMenuEvent
the tab object that recieved the context click event
getTab() - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
the deselected tab object (not tab button instance)
getTab() - Method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
the tab object (not tab button instance)
getTab() - Method in class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
the tab whose title has changed
getTab(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Retrieves a Tab definition from within this tabSet by index.
getTab(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Retrieves a Tab definition from within this tabSet by ID.
getTabBarAlign() - Method in class com.smartgwt.client.widgets.tab.TabSet
Alignment of the tabBar.
getTabBarPosition() - Method in class com.smartgwt.client.widgets.tab.TabSet
Which side of the TabSet the TabBar should appear on.
getTabBarThickness() - Method in class com.smartgwt.client.widgets.tab.TabSet
Thickness of tabBar, applies to either orientation (specifies height for horizontal, width for vertical orientation).
getTabCanvas() - Method in class com.smartgwt.client.widgets.tab.Tab
Returns the live Canvas used to represent this tab in a tabSet.
getTabCanvas(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Get the live Canvas representing a tab by index.
getTabCanvas(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Get the live Canvas representing a tab by index.
getTabIndex() - Method in class com.smartgwt.client.widgets.Canvas
If specified this governs the tabIndex of the widget in the page's tab order.
getTabIndex() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
TabIndex for the form item within the form, which controls the order in which controls are visited when the user hits the tab or shift-tab keys to navigate between items.
getTabIndex() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
TabIndex for this formItemIcon.
getTableMode() - Method in class com.smartgwt.client.widgets.tableview.TableView
The display mode of the table.
getTabNum() - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
number of the deselected tab
getTabNum() - Method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
number of the tab
getTabNumber(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Get the index of a tab from the tabID.
getTabPane() - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
pane for this deselected tab
getTabPane() - Method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
pane for this tab
getTabs() - Method in class com.smartgwt.client.widgets.tab.TabSet
The tabs
getTabSet() - Method in class com.smartgwt.client.widgets.tab.events.TabContextMenuEvent
This tabset
getTabSet() - Method in class com.smartgwt.client.widgets.tab.Tab
 
getTagName() - Method in class com.smartgwt.client.data.DataSource
Tag name to use when serializing to XML.
getTallBaseStyle() - Method in class com.smartgwt.client.widgets.grid.ListGrid
"Tall" baseStyle for this listGrid.
getTarget() - Static method in class com.smartgwt.client.util.EventHandler
Return the canvas that is the target of the mouse event.
getTarget() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The name of a window or frame that will receive the results returned by the form's action.
getTarget() - Method in class com.smartgwt.client.widgets.form.fields.LinkItem
By default, clicking a link rendered by this item opens it in a new browser window.
getTarget() - Method in class com.smartgwt.client.widgets.grid.ListGridField
By default, clicking a link rendered by this item opens it in a new browser window.
getTarget() - Method in class com.smartgwt.client.widgets.menu.events.MenuItemClickEvent
for a menu shown as a context menu, the Canvas the menu was shown on.
getTarget() - Method in class com.smartgwt.client.widgets.menu.Menu
Optional target canvas for this menu.
getTargetRecord() - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
record being dropped on.
getTestData() - Method in class com.smartgwt.client.data.DataSource
For a client-only DataSource, a set of records to use as a dataset, specified as an Array of JavaScript Objects.
getTextAlign() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true this property governs the alignment of text within the text field.
getTextAlign() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Alignment of the text / content within this form item.
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.BlurbItem
Base css style for this item.
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
Base CSS class for this item's title text
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Base CSS class name for a form item's text box element.
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
Base CSS class for this item
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Base CSS class name for a form item's text box element.
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
Base CSS class applied to this item's title text (rendered next to the checkbox element).
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.RadioGroupItem
Base CSS class applied to the text for items within this radiogroup.
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Base CSS class name for a form item's text box element.
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
Base CSS class for this item
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Base CSS class to apply to this item's input element.
getTextBoxStyle() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Base CSS class name for this item's input element.
getTextColor() - Method in class com.smartgwt.client.data.Hilite
When edited via a HiliteEditor, the value for the foreground color of this hilite.
getTextFieldProperties() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Custom properties to apply to this dateItem's generated textField.
getTextMatchStyle() - Method in class com.smartgwt.client.data.DSRequest
For "fetch" operations, how search criteria should be interpreted for text fields: either "exact" for exact match, "startsWith" for matching at the beginning only, or "substring" for case-insensitive substring match.
getTextMatchStyle() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
When applying filter criteria to pickList data, what type of matching to use.
getTextMatchStyle() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
When applying filter criteria to pickList data, what type of matching to use.
getTextMatchStyle() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
When applying filter criteria to pickList data, what type of matching to use.
getThumbInset() - Method in class com.smartgwt.client.widgets.Scrollbar
Inset of the thumb relative to the track.
getThumbMinSize() - Method in class com.smartgwt.client.widgets.Scrollbar
The minimum pixel size of the draggable thumb regardless of how large the scrolling region becomes.
getThumbOverlap() - Method in class com.smartgwt.client.widgets.Scrollbar
Number of pixels the thumb is allowed to overlap the buttons at each end of the track.
getThumbSrc() - Method in class com.smartgwt.client.widgets.Slider
The base filename for the slider thumb images.
getThumbThickWidth() - Method in class com.smartgwt.client.widgets.Slider
The dimension of the thumb perpendicular to the slider track.
getThumbThinWidth() - Method in class com.smartgwt.client.widgets.Slider
The dimension of the thumb parallel to the slider track.
getTile() - Method in class com.smartgwt.client.widgets.tile.events.RecordClickEvent
the tile that was clicked on
getTile() - Method in class com.smartgwt.client.widgets.tile.events.RecordDoubleClickEvent
the tile that was doubleclicked on
getTile(Record) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getTile(int) - Method in class com.smartgwt.client.widgets.tile.TileGrid
This is an override point
getTile(int) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Retrieve a tile by index.
getTileDragAppearance() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Visual appearance to show when the tile is being dragged.
getTileHeight() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Height of each tile in pixels.
getTileHMargin() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Horizontal margin in between tiles.
getTileHTML(Record) - Method in class com.smartgwt.client.widgets.tile.TileGrid
This method provides the HTML to be displayed within each tile.
getTileMargin() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Margin in between tiles.
getTileProperties() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Common properties to use when creating every tile.
getTileSize() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Size of each tile in pixels.
getTilesPerLine() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Number of tiles to show in each line.
getTileValueAlign() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Horizontal alignment for tile values: "left", "right" or "center".
getTileValueStyle() - Method in class com.smartgwt.client.widgets.tile.TileGrid
When using the default SimpleTile, CSS style for each value shown within a tile.
getTileVMargin() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Vertical margin in between tiles.
getTileWidth() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Width of each tile in pixels.
getTimeFormatter() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Display format to use for the time portion of events' date information.
getTimeFormatter() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default TimeDisplayFormat for type:"time" field values displayed in this form.
getTimeFormatter() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Time-format to apply to date type values within this formItem.
getTimeFormatter() - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
What format should this item's time string be presented in? If unset the format will be derived from timeFormatter or the system-side
getTimeFormatter() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Time-format to apply to date type values within this field.
getTimeFormatter() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Display format to use for fields specified as type 'time'.
getTimeFormatter() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Time-format to apply to date type values within this field.
getTimelineViewTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the timeline view
getTimeout() - Method in class com.smartgwt.client.rpc.RPCRequest
Overrides RPCManager.defaultTimeout for this request only.
getTimeUnitOptions() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
List of time units that will be offered for relative dates.
getTitle() - Method in class com.smartgwt.client.data.DataSource
User-visible name for this DataSource.
getTitle() - Method in class com.smartgwt.client.data.DataSourceField
Default user-visible title for this field.
getTitle() - Method in class com.smartgwt.client.data.Hilite
User-visible title for this hilite.
getTitle() - Method in class com.smartgwt.client.widgets.BaseWidget
 
getTitle() - Method in class com.smartgwt.client.widgets.Button
The text title to display in this button.
getTitle() - Method in class com.smartgwt.client.widgets.Canvas
Synonym for Canvas.getPrompt()
getTitle() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Title for the chart as a whole.
getTitle() - Method in class com.smartgwt.client.widgets.cube.Facet
User-visible title of this facet.
getTitle() - Method in class com.smartgwt.client.widgets.cube.FacetValue
User-visible title of this facetValue.
getTitle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
User visible title for this form item.
getTitle() - Method in class com.smartgwt.client.widgets.form.fields.SubmitItem
SubmitItems show a title of "Submit" by default.
getTitle() - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
Title for this headerSpan.
getTitle() - Method in class com.smartgwt.client.widgets.grid.ListGridField
A title for this field, to display in the header of the listGrid object.
getTitle() - Method in class com.smartgwt.client.widgets.ImgButton
The text title to display in this button.
getTitle() - Method in class com.smartgwt.client.widgets.layout.NavigationBar
The title to display centered in this NavigationBar
getTitle() - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Title to show for the section
getTitle() - Method in class com.smartgwt.client.widgets.menu.IMenuButton
Default title for the button.
getTitle() - Method in class com.smartgwt.client.widgets.menu.MenuButton
Default title for the button.
getTitle() - Method in class com.smartgwt.client.widgets.menu.MenuItem
The text displayed for the menu item
getTitle() - Method in class com.smartgwt.client.widgets.PrintWindow
Title for the print window
getTitle() - Method in class com.smartgwt.client.widgets.Slider
Optional display title for the slider.
getTitle() - Method in class com.smartgwt.client.widgets.StatefulCanvas
The text title to display in this button.
getTitle() - Method in class com.smartgwt.client.widgets.StretchImgButton
The text title to display in this button.
getTitle() - Method in class com.smartgwt.client.widgets.tab.Tab
Specifies the title of the this tab.
getTitle(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Return the title of a node -- the name as it should be presented to the user.
getTitle() - Method in class com.smartgwt.client.widgets.tree.TreeNode
The title of the node as it should appear next to the node icon in the Tree.
getTitle() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
The title of the field as displayed on the left-hand side.
getTitle() - Method in class com.smartgwt.client.widgets.Window
title for this Window, shown in the header (if drawn)
getTitleAlign() - Method in class com.smartgwt.client.widgets.cube.Facet
Alignment of facet label title
getTitleAlign() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default alignment for item titles.
getTitleAlign() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Alignment of this item's title in its cell.
getTitleColSpan() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Number of columns that this item's title spans.
getTitleEditEvent() - Method in class com.smartgwt.client.widgets.tab.TabSet
The event that triggers title editing on this TabSet.
getTitleEditorLeftOffset() - Method in class com.smartgwt.client.widgets.tab.TabSet
If set, offsets the tab title editor further in from the left-hand edge of the tab, by the number of pixels set in this property.
getTitleEditorProperties() - Method in class com.smartgwt.client.widgets.tab.TabSet
Properties for the auto-generated titleEditor.
getTitleEditorRightOffset() - Method in class com.smartgwt.client.widgets.tab.TabSet
If set, offsets the tab title editor further in from the right-hand edge of the tab, by the number of pixels set in this property.
getTitleEditorTopOffset() - Method in class com.smartgwt.client.widgets.tab.TabSet
If set, offsets the tab title editor further down from the top edge of the tab, by the number of pixels set in this property.
getTitleField() - Method in class com.smartgwt.client.data.DataSource
Best field to use for a user-visible title for an individual record from this dataSource.
getTitleField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getTitleField() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Method to return the fieldName which represents the "title" for records in this Component.
If this.titleField is explicitly specified it will always be used. Otherwise, default implementation will check titleField for databound compounds.
For non databound components returns the first defined field name of "title", "name", or "id".
getTitleField() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getTitleField() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getTitleField() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getTitleField() - Method in class com.smartgwt.client.widgets.tableview.TableView
Field to display for an individual record as the main title.
getTitleField() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getTitleField() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getTitleFieldValue(Record) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getTitleFieldValue(Record) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Get the value of the titleField for the passed record
getTitleFieldValue(Record) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getTitleFieldValue(Record) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getTitleFieldValue(Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getTitleFieldValue(Record) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getTitleFieldValue(Record) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getTitleHilite() - Method in class com.smartgwt.client.widgets.cube.FacetValue
Hilite style to apply to the title for this facetValue.
getTitleOrientation() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default orientation for titles for items in this form.
getTitleOrientation() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
On which side of this item should the title be placed.
getTitlePrefix() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string prepended to the title of every item in this form.
getTitleProperty() - Method in class com.smartgwt.client.widgets.tree.Tree
Name of the property on a TreeNode that holds the title of the node as it should be shown to the user.
getTitleStyle() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
Base CSS class for this item's title cell.
getTitleStyle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Base CSS class name for a form item's title.
getTitleStyle() - Method in class com.smartgwt.client.widgets.StretchImgButton
CSS style applied to the title text only.
getTitleStyle() - Method in class com.smartgwt.client.widgets.tab.ImgTab
Like titleStyle, can set to provide a separate style for the title text.
getTitleStyle() - Method in class com.smartgwt.client.widgets.tab.Tab
A separate style for the title text.
getTitleSuffix() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string appended to the title of every item in this form.
getTitleVAlign() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Vertical alignment of this item's title in its cell.
getToDate() - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Initial value for the "to" date.
getToDate() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Initial value for the "to" date.
getTodayButtonHeight() - Method in class com.smartgwt.client.widgets.DateChooser
If set specifies a fixed height for the Today and Cancel buttons.
getTodayButtonTitle() - Method in class com.smartgwt.client.widgets.DateChooser
Title for "Today" button.
getToggleFreezeText(ListGridField) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canFreezeFields is true, this string will be shown as the title for the menu item to toggle whether a field is frozen or unfrozen.
getTooltip() - Method in class com.smartgwt.client.widgets.Canvas
Synonym for Canvas.getPrompt()
getTooltip() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
This text is shown as a tooltip prompt when the cursor hovers over this item.
getTop() - Method in class com.smartgwt.client.core.Rectangle
 
getTop() - Method in class com.smartgwt.client.widgets.Canvas
Number of pixels the top of the widget is offset down from its default drawing context (either its parent's top-left corner, or the document flow, depending on the value of the position property).
getTop() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Top coordinate of this item in pixels.
getTopAsString() - Method in class com.smartgwt.client.widgets.Canvas
Number of pixels the top of the widget is offset down from its default drawing context (either its parent's top-left corner, or the document flow, depending on the value of the position property).
getTopOperator() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Default logical operator for all top-level clauses in the FilterBuilder.
getTopOperatorTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title for the left-aligned Operator selectItem in the topOperatorForm.
getTotalRows() - Method in class com.smartgwt.client.data.DSResponse
Total number of rows available from the server that match the current filter criteria, when using paged result fetching.
getTotalRows() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return the total number of rows in the grid.
getToTitle() - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
The title for the "to" part of the range.
getTrackCapSize() - Method in class com.smartgwt.client.widgets.Slider
The height of vertical slider start and end images, or width of horizontal slider start and end images.
getTrackEndHeight() - Method in class com.smartgwt.client.widgets.Scrollbar
The minimum pixel height of the track end segments (if enabled with showTrackEnds).
getTrackEndWidth() - Method in class com.smartgwt.client.widgets.Scrollbar
The minimum pixel width of the track end segments (if enabled with showTrackEnds).
getTrackerImage() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default image to use for the dragTracker when things are dragged within or out of this list.
getTrackImageType() - Method in class com.smartgwt.client.widgets.Slider
The imageType setting for the slider track.
getTrackSrc() - Method in class com.smartgwt.client.widgets.Slider
The base filename for the slider track images.
getTrackWidth() - Method in class com.smartgwt.client.widgets.Slider
The thickness of the track.
getTrailingDateField() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the end date field in a CalendarEvent.
getTransactionNum() - Method in class com.smartgwt.client.rpc.RPCResponse
ID of the transaction sent to the server via RPCManager.sendQueue containing the RPCRequest associated with this response.
getTransformTo() - Method in class com.smartgwt.client.widgets.form.validator.MaskValidator
Return the transformTo.
getTransport() - Method in class com.smartgwt.client.rpc.RPCRequest
Selects the transport used for this RPCRequest.
getTree() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Synonmy for {#link #getData)
getTreeField() - Method in class com.smartgwt.client.widgets.tree.TreeGridField
The field containing treeField: true will display the Tree.
getTreeFieldTitle() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Visible title for the tree column (field).
getTreeNode() - Method in class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
node the node that was selected
getTreeRootValue() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
For databound trees, use this attribute to supply a ${isc.DocUtils.linkForRef('ResultTree.rootValue')} for this component's generated data object.
getType() - Method in class com.smartgwt.client.data.DataSourceField
Type of this field.
getType() - Static method in class com.smartgwt.client.data.events.DataArrivedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.data.events.DataChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.data.events.ErrorEvent
Gets the type associated with this event.
getType(String) - Static method in class com.smartgwt.client.data.SimpleType
Retrieve a simpleType definition by type name
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.BackgroundClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventAdded
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventClick
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventMoved
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoved
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.CalendarEventResized
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.DateChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.cube.events.FacetAddedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.cube.events.FacetMovedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.cube.events.FacetRemovedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.cube.events.FacetValueSelectionChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.cube.events.FixedFacetValueChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.cube.events.SortByFacetIdEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.cube.events.SortByFacetValuesEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.ButtonClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.ClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.CloseClientEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.ContentLoadedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DataChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DoubleClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DragMoveEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DragRepositionMoveEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DragRepositionStartEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DragRepositionStopEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DragResizeMoveEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DragResizeStartEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DragResizeStopEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DragStartEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DragStopEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DrawEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DropEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DropMoveEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DropOutEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.DropOverEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.FetchDataEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.FocusChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.HoverEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.HoverHiddenEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.IconClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.KeyDownEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.KeyPressEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.MaximizeClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.MinimizeClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.MouseDownEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.MouseMoveEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.MouseOutEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.MouseOverEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.MouseStillDownEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.MouseUpEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.MouseWheelEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.MovedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.ParentMovedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.PercentChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.ResizedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.RestoreClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.RightMouseDownEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.ScrolledEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.ShowContextMenuEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.ValueChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.events.VisibilityChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.events.ColorSelectedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.events.FilterChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.events.FilterSearchEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.events.FormSubmitFailedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.events.HiddenValidationErrorsEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.events.ItemChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.events.ItemChangeEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.events.SubmitValuesEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.BlurEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.ChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.ClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.DataArrivedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.DoubleClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.FocusEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.FormItemIconClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.IconClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.ItemHoverEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.ShowValueEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.TitleClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.TitleDoubleClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.form.fields.events.TitleHoverEvent
Gets the type associated with this event.
getType() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
The DynamicForm picks a field renderer based on the type of the field (and sometimes other attributes of the field).
getType() - Method in class com.smartgwt.client.widgets.form.validator.Validator
Built-in type of the validator as specified via Validator.setType(ValidatorType)
getType() - Static method in class com.smartgwt.client.widgets.grid.events.BodyKeyPressEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.CellClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.CellContextClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.CellDoubleClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.CellHoverEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.CellMouseDownEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.CellMouseUpEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.CellOutEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.CellOverEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.CellSavedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.ChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.DataArrivedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.EditFailedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.FieldStateChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.FilterEditorSubmitEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.GroupByEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.HeaderClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.HeaderDoubleClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RecordCollapseEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RecordExpandEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RowContextClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RowEditorEnterEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RowHoverEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RowMouseDownEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RowMouseUpEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RowOutEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.RowOverEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.SelectionEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.SelectionUpdatedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.SortEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.grid.events.ViewStateChangedEvent
Gets the type associated with this event.
getType() - Method in class com.smartgwt.client.widgets.grid.ListGridField
ListGrids picks a renderer for the view and edit mode of a field based on this attribute.
getType() - Static method in class com.smartgwt.client.widgets.layout.events.SectionHeaderClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.menu.events.ItemClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.menu.events.MenuItemClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tab.events.TabClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tab.events.TabCloseClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tab.events.TabContextMenuEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tableview.events.ImageClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tableview.events.RecordNavigationClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tile.events.RecordClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tile.events.RecordDoubleClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tile.events.SelectionChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.toolbar.events.ItemClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.toolbar.events.ItemResizedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.DataChangedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.events.DataArrivedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.events.FolderClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.events.FolderClosedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.events.FolderOpenedEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.events.LeafClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.events.NodeClickEvent
Gets the type associated with this event.
getType() - Static method in class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
Gets the type associated with this event.
getType() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Specifies the type of this DetailViewerField.
getTypeAsDataSource() - Method in class com.smartgwt.client.data.DataSourceField
Return the type of the assigned DataSource
getTypeAsString() - Method in class com.smartgwt.client.widgets.form.validator.Validator
Type of the validator as a string value.
getTypeOperators(FieldType) - Method in class com.smartgwt.client.data.DataSource
Get the list of OperatorIds available on this DataSource for the given FieldType.
getUncheckedImage() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
URL for the image to display when this checkbox is not selected, or unchecked
getUnfreezeFieldText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canFreezeFields is true, this string will be shown as the title for the menu item to unfreeze a currently frozen field.
getUngroupText() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and this.isGrouped is true, this attribute will be shown as the title for the menu item to ungroup the grid.
getUnknownErrorMessage() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The error message for a failed validator that does not specify its own errorMessage.
getUnsetImage() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
URL for the image to display when this checkbox is unset.
getUnsupportedBrowserPromptString() - Static method in class com.smartgwt.client.util.Page
Returns the text for the prompt shown to user from Page.checkBrowserAndRedirect if they are accessing this page in an unsupported browser and unsupportedBrowserAction is set to "confirm".
getUpdateCacheFromRequest() - Method in class com.smartgwt.client.data.ResultSet
When a successful Add, Update or Remove type operation fires on this ResultSet's dataSource, if data is unset, should we integrate the submitted data values (from the request) into our data-set? This attribute will be passed to DataSource#getUpdatedData as the useDataFromRequest parameter.
getUpdateDataURL() - Method in class com.smartgwt.client.data.RestDataSource
Custom dataURL for update type operations
getUpdateOperation() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getUpdateOperation() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Operation ID this component should use when performing update operations.
getUpdateOperation() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getUpdateOperation() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getUpdateOperation() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getUpdateOperation() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getUpdateOperation() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getUpdatePartialCache() - Method in class com.smartgwt.client.data.ResultSet
If set to true, updated and added rows will be integrated into the client-side cache even if paging is enabled and cache is partial.
getURL(String) - Static method in class com.smartgwt.client.util.Page
Return a full URL for a relative path that uses a special prefix such as "[APPFILES]" or "[SKIN]".
getUseAllDataSourceFields() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getUseAllDataSourceFields() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
If true, the set of fields given by the "default binding" (see fields) is used, with any fields specified in component.fields acting as overrides that can suppress or modify the display of individual fields, without having to list the entire set of fields that should be shown.
getUseAllDataSourceFields() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getUseAllDataSourceFields() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getUseAllDataSourceFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getUseAllDataSourceFields() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getUseAllDataSourceFields() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getUseAutoGradients() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Causes the chart to use the colors specified in dataColors but specify chart-specific gradients based on the primary data color per chart type.
getUseCellRollOvers() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Are rollovers cell-level or row-level?
getUseClientFiltering() - Method in class com.smartgwt.client.data.ResultSet
Whether to filter data locally when all DataSource records have been loaded (that is, criteria is blank and cache is complete).
getUseClientSorting() - Method in class com.smartgwt.client.data.ResultSet
Whether to sort data locally when all records matching the current criteria have been cached.
getUseFlatFields() - Method in class com.smartgwt.client.data.DataSource
Like useFlatFields, but applies to all DataBound components that bind to this DataSource.
getUseFlatFields() - Method in class com.smartgwt.client.data.DSRequest
When useFlatFields is set for a request to be sent to a WSDL web service, when creating the input XML message to send to the web service, properties in request.data will be used as the values for XML elements of the same name, at any level of nesting.
getUseFlatFields() - Method in class com.smartgwt.client.data.OperationBinding
Setting useFlatFields on an operationBinding is equivalent to setting useFlatFields on all DataSource requests with the same operationType as this operationBinding.
getUseFlatFields() - Method in class com.smartgwt.client.data.SerializationContext
Return the useFlatFields.
getUseFlatFields() - Method in class com.smartgwt.client.data.WSRequest
When useFlatFields is set for a request to be sent to a WSDL web service, when creating the input XML message to send to the web service, properties in data will be used as the values for XML elements of the same name, at any level of nesting.
getUseFlatFields() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
getUseFlatFields() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
The useFlatFields flag causes all simple type fields anywhere in a nested set of DataSources to be exposed as a flat list for form binding.
getUseFlatFields() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getUseFlatFields() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getUseFlatFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getUseFlatFields() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getUseFlatFields() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
getUseFlatHeaderFields() - Method in class com.smartgwt.client.data.DSRequest
Cause the useFlatFields XML serialization behavior to be used for all soap headers in the request.
getUseGlobalSectionIDs() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Should any specified ID be applied to the generated SectionHeader widget for the section as a widget ID? If set to false, SectionStackSection.ID will behave as a synonym for SectionStackSection.name.
getUseHttpProxy() - Method in class com.smartgwt.client.data.DataSource
Like useHttpProxy, but serves as a default for this DataSource that may be overridden by individual operationBindings.
getUseHttpProxy() - Method in class com.smartgwt.client.data.OperationBinding
Whether to use the HttpProxy servlet to send requests described by this operationBinding.
getUseKeys() - Method in class com.smartgwt.client.widgets.menu.Menu
A boolean indicating whether this menu should use shortcut keys.
getUseLocalValidators() - Method in class com.smartgwt.client.data.DataSource
Whether to attempt validation on the client at all for this DataSource.
getUseLogGradations() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to use classic logarithmic gradations, where each order of magnitude is shown as a gradation as well as a few intervening lines.
getUseMask() - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
If true, a data entry mask will be enabled in the field based on the timeFormatter.
getUseOfflineStorage() - Method in class com.smartgwt.client.data.DataSource
Whether we store server responses for this DataSource into browser-based offline storage, and then use those stored responses at a later time if we are offline (ie, the application cannot connect to the server).
getUseOpacityFilter() - Method in class com.smartgwt.client.widgets.Canvas
Configures where the Opacity filter is used for IE6-8.
getUseParentFieldOrder() - Method in class com.smartgwt.client.data.DataSource
For a DataSource that inherits fields from another DataSource (via inheritsFrom), indicates that the parent's field order should be used instead of the order of the fields as declared in this DataSource.
getUsePNGFix() - Method in class com.smartgwt.client.widgets.Img
If false, never apply the png fix needed in Internet Explorer to make png transparency work correctly.
getUseRemoteValidators() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If saveLocally is specified, but this grid is bound to a DataSource which includes remote field validators, by default edits will be saved synchronously and these validators will not be executed.
Set this property to true to ensure these remote validators are called when saving edits in saveLocally mode.
getUseSharedPicker() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
When set to true (the default), use a single shared date-picker across all widgets that use one.
getUseSharedPicker() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
When set to true (the default), use a single shared date-picker across all widgets that use one.
getUseSimpleHttp() - Method in class com.smartgwt.client.rpc.RPCRequest
When set to true, assume the request is not going to the Smart GWT server, and hence send a simple HTTP request that does not use Smart GWT-specific request encoding.
getUseSimpleTabs() - Method in class com.smartgwt.client.widgets.tab.TabSet
Should we use simple button based tabs styled with CSS rather than image based ImgTab tabs?
getUseTag() - Method in class com.smartgwt.client.widgets.plugins.Applet
Specifies the type of tag to use for the applet html.
getUseTestDataFetch() - Method in class com.smartgwt.client.data.DataSource
When set, causes a client-only or cacheAllData DataSource to create a second DataSource to perform it's one-time fetch.
getUseTextField() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Should we show the date in a text field, or as 3 select boxes?
getUseTextField() - Method in class com.smartgwt.client.widgets.form.fields.DateTimeItem
DateTimeItems show datetime values in a freeform text entry area.
getUuid() - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
Set this to the uuid of your Active X control - ISC will then generate the appropriate classID entry for you.
getValidateByCell() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether client-side validation checks should be performed when the user moves between cells in the current edit row.
getValidateOnChange() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, form fields will be validated when each item's "change" handler is fired as well as when the entire form is submitted or validated.
getValidateOnChange() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If true, form items will be validated when each item's "change" handler is fired as well as when the entire form is submitted or validated.
getValidateOnChange() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If true (the default), validates each entered value when it changes, to make sure it is a a valid value of its type (valid string, number, and so on).
getValidateOnChange() - Method in class com.smartgwt.client.widgets.form.FilterClause
If true (the default), validates the entered value when it changes, to make sure it is a a valid value of its type (valid string, number, and so on).
getValidateOnChange() - Method in class com.smartgwt.client.widgets.form.validator.Validator
If true, validator will be validated when each item's "change" handler is fired as well as when the entire form is submitted or validated.
getValidateOnChange() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, validation will be performed on each edited cell when each editor's "change" handler is fired.
getValidateOnChange() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If set to true, any validators for this field will be run whenever the value of the field is changed.
getValidateOnExit() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, form items will be validated when each item's "editorExit" handler is fired as well as when the entire form is submitted or validated.
getValidateOnExit() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If true, form items will be validated when each item's "editorExit" handler is fired as well as when the entire form is submitted or validated.
getValidateRelatedRecords() - Method in class com.smartgwt.client.data.DataSource
If true, indicates that the Smart GWT Server should automatically apply a ValidatorType of "hasRelatedRecord" to every field on this dataSource that has a foreignKey defined.
getValidationMode() - Method in class com.smartgwt.client.data.DSRequest
Mode of validation for entered data.
getValidationURL() - Method in class com.smartgwt.client.widgets.form.DynamicForm
validationURL can be set to do server-side validation against a different URL from where the form will ultimately save, as part of an incremental upgrade strategy for Struts and Struts-like applications.
getValidatorProperties() - Method in class com.smartgwt.client.widgets.form.validator.CustomValidator
Return the properties of validator that is defined on the DataSourceField.
getValidators() - Method in class com.smartgwt.client.data.DataSourceField
Validators to be applied to this field.
getValidOperators() - Method in class com.smartgwt.client.data.DataSourceField
List of operators valid on this field.
getValidOperators() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Array of valid filtering operators (eg "greaterThan") that are legal for this FormItem.
getValign() - Method in class com.smartgwt.client.widgets.Button
Vertical alignment of this component's title.
getValign() - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
Vertical alignment of the title of this headerSpan.
getValign() - Method in class com.smartgwt.client.widgets.ImgButton
Vertical alignment of this component's title.
getValign() - Method in class com.smartgwt.client.widgets.Label
Vertical alignment of label text.
getValign() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Vertical alignment of this component's title.
getValign() - Method in class com.smartgwt.client.widgets.StretchImgButton
Vertical alignment of this component's title.
getValue() - Method in class com.smartgwt.client.data.RelativeDate
 
getValue() - Method in enum com.smartgwt.client.types.Alignment
 
getValue() - Method in enum com.smartgwt.client.types.AnimationAcceleration
 
getValue() - Method in enum com.smartgwt.client.types.AnimationEffect
 
getValue() - Method in enum com.smartgwt.client.types.Autofit
 
getValue() - Method in enum com.smartgwt.client.types.AutoFitEvent
 
getValue() - Method in enum com.smartgwt.client.types.AutoFitIconFieldType
 
getValue() - Method in enum com.smartgwt.client.types.AutoFitWidthApproach
 
getValue() - Method in enum com.smartgwt.client.types.AutoSelectionModel
 
getValue() - Method in enum com.smartgwt.client.types.Axis
 
getValue() - Method in enum com.smartgwt.client.types.BkgndRepeat
 
getValue() - Method in enum com.smartgwt.client.types.CharacterCasing
 
getValue() - Method in enum com.smartgwt.client.types.ChartType
 
getValue() - Method in enum com.smartgwt.client.types.ClickMaskMode
 
getValue() - Method in enum com.smartgwt.client.types.ContentsType
 
getValue() - Method in enum com.smartgwt.client.types.ControlName
 
getValue() - Method in enum com.smartgwt.client.types.CriteriaCombineOperator
 
getValue() - Method in enum com.smartgwt.client.types.CriteriaPolicy
 
getValue() - Method in enum com.smartgwt.client.types.Cursor
 
getValue() - Method in enum com.smartgwt.client.types.DateDisplayFormat
 
getValue() - Method in enum com.smartgwt.client.types.DateItemSelectorFormat
 
getValue() - Method in enum com.smartgwt.client.types.DialogButtons
 
getValue() - Method in enum com.smartgwt.client.types.Direction
 
getValue() - Method in enum com.smartgwt.client.types.DisplayNodeType
 
getValue() - Method in enum com.smartgwt.client.types.DragAppearance
 
getValue() - Method in enum com.smartgwt.client.types.DragDataAction
 
getValue() - Method in enum com.smartgwt.client.types.DragIntersectStyle
 
getValue() - Method in enum com.smartgwt.client.types.DragTrackerMode
 
getValue() - Method in enum com.smartgwt.client.types.DrawPosition
 
getValue() - Method in enum com.smartgwt.client.types.DSDataFormat
 
getValue() - Method in enum com.smartgwt.client.types.DSOperationType
 
getValue() - Method in enum com.smartgwt.client.types.DSProtocol
 
getValue() - Method in enum com.smartgwt.client.types.DSServerType
 
getValue() - Method in enum com.smartgwt.client.types.EditCompletionEvent
 
getValue() - Method in enum com.smartgwt.client.types.EmbeddedPosition
 
getValue() - Method in enum com.smartgwt.client.types.Encoding
 
getValue() - Method in enum com.smartgwt.client.types.EnterKeyEditAction
 
getValue() - Method in enum com.smartgwt.client.types.EnumTranslateStrategy
 
getValue() - Method in enum com.smartgwt.client.types.EscapeKeyEditAction
 
getValue() - Method in enum com.smartgwt.client.types.ExpansionMode
 
getValue() - Method in enum com.smartgwt.client.types.ExportDisplay
 
getValue() - Method in enum com.smartgwt.client.types.ExportFormat
 
getValue() - Method in enum com.smartgwt.client.types.FetchMode
 
getValue() - Method in enum com.smartgwt.client.types.FieldType
 
getValue() - Method in enum com.smartgwt.client.types.FireStyle
 
getValue() - Method in enum com.smartgwt.client.types.FooterControls
 
getValue() - Method in enum com.smartgwt.client.types.FormErrorOrientation
 
getValue() - Method in enum com.smartgwt.client.types.FormItemType
 
getValue() - Method in enum com.smartgwt.client.types.FormLayoutType
 
getValue() - Method in enum com.smartgwt.client.types.FormMethod
 
getValue() - Method in enum com.smartgwt.client.types.GroupStartOpen
 
getValue() - Method in enum com.smartgwt.client.types.HashAlgorithm
 
getValue() - Method in enum com.smartgwt.client.types.HeaderControls
 
getValue() - Method in enum com.smartgwt.client.types.HoverMode
 
getValue() - Method in enum com.smartgwt.client.types.ImageStyle
 
getValue() - Method in enum com.smartgwt.client.types.JSONCircularReferenceMode
 
getValue() - Method in enum com.smartgwt.client.types.JSONDateFormat
 
getValue() - Method in enum com.smartgwt.client.types.JSONInstanceSerializationMode
 
getValue() - Method in enum com.smartgwt.client.types.LayoutPolicy
 
getValue() - Method in enum com.smartgwt.client.types.LayoutResizeBarPolicy
 
getValue() - Method in enum com.smartgwt.client.types.ListGridEditEvent
 
getValue() - Method in enum com.smartgwt.client.types.ListGridFieldType
 
getValue() - Method in enum com.smartgwt.client.types.LoadState
 
getValue() - Method in enum com.smartgwt.client.types.LocatorStrategy
 
getValue() - Method in enum com.smartgwt.client.types.LocatorTypeStrategy
 
getValue() - Method in enum com.smartgwt.client.types.LogicalOperator
 
getValue() - Method in enum com.smartgwt.client.types.LogPriority
 
getValue() - Method in enum com.smartgwt.client.types.MenuFieldID
 
getValue() - Method in enum com.smartgwt.client.types.MultipleAppearance
 
getValue() - Method in enum com.smartgwt.client.types.NavigationMode
 
getValue() - Method in enum com.smartgwt.client.types.OperatorId
 
getValue() - Method in enum com.smartgwt.client.types.OperatorValueType
 
getValue() - Method in enum com.smartgwt.client.types.Orientation
 
getValue() - Method in enum com.smartgwt.client.types.Overflow
 
getValue() - Method in enum com.smartgwt.client.types.PageEvent
 
getValue() - Method in enum com.smartgwt.client.types.PageOrientation
 
getValue() - Method in enum com.smartgwt.client.types.PercentBoxModel
 
getValue() - Method in enum com.smartgwt.client.types.Positioning
 
getValue() - Method in enum com.smartgwt.client.types.PromptStyle
 
getValue() - Method in enum com.smartgwt.client.types.RecordComponentPoolingMode
 
getValue() - Method in enum com.smartgwt.client.types.RecordLayout
 
getValue() - Method in enum com.smartgwt.client.types.RecordSummaryFunctionType
 
getValue() - Method in enum com.smartgwt.client.types.RelativeDateRangePosition
 
getValue() - Method in enum com.smartgwt.client.types.RowEndEditAction
 
getValue() - Method in enum com.smartgwt.client.types.RPCTransport
 
getValue() - Method in enum com.smartgwt.client.types.Selected
 
getValue() - Method in enum com.smartgwt.client.types.SelectionAppearance
 
getValue() - Method in enum com.smartgwt.client.types.SelectionBoundary
 
getValue() - Method in enum com.smartgwt.client.types.SelectionStyle
 
getValue() - Method in enum com.smartgwt.client.types.SelectionType
 
getValue() - Method in enum com.smartgwt.client.types.SendMethod
 
getValue() - Method in enum com.smartgwt.client.types.Side
 
getValue() - Method in enum com.smartgwt.client.types.SortArrow
 
getValue() - Method in enum com.smartgwt.client.types.SortDirection
 
getValue() - Method in enum com.smartgwt.client.types.SQLPagingStrategy
 
getValue() - Method in enum com.smartgwt.client.types.SQLType
 
getValue() - Method in enum com.smartgwt.client.types.State
 
getValue() - Method in enum com.smartgwt.client.types.SummaryFunctionType
 
getValue() - Method in enum com.smartgwt.client.types.TabBarControls
 
getValue() - Method in enum com.smartgwt.client.types.TableMode
 
getValue() - Method in enum com.smartgwt.client.types.TabTitleEditEvent
 
getValue() - Method in enum com.smartgwt.client.types.TextAreaWrap
 
getValue() - Method in enum com.smartgwt.client.types.TextMatchStyle
 
getValue() - Method in enum com.smartgwt.client.types.TileLayoutPolicy
 
getValue() - Method in enum com.smartgwt.client.types.TimeDisplayFormat
 
getValue() - Method in enum com.smartgwt.client.types.TimeFormatter
Deprecated.  
getValue() - Method in enum com.smartgwt.client.types.TimeUnit
 
getValue() - Method in enum com.smartgwt.client.types.TitleOrientation
 
getValue() - Method in enum com.smartgwt.client.types.TopOperatorAppearance
 
getValue() - Method in enum com.smartgwt.client.types.TreeModelType
 
getValue() - Method in enum com.smartgwt.client.types.ValidationMode
 
getValue() - Method in enum com.smartgwt.client.types.ValidatorType
 
getValue() - Method in interface com.smartgwt.client.types.ValueEnum
 
getValue() - Method in enum com.smartgwt.client.types.ValueItemType
 
getValue() - Method in enum com.smartgwt.client.types.VerticalAlignment
 
getValue() - Method in enum com.smartgwt.client.types.ViewName
 
getValue() - Method in enum com.smartgwt.client.types.Visibility
 
getValue() - Method in enum com.smartgwt.client.types.VisibilityMode
 
getValue() - Method in class com.smartgwt.client.widgets.chart.ChartPointClickEvent
 
getValue() - Method in class com.smartgwt.client.widgets.events.ValueChangedEvent
the new value
getValue(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getValue() - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Retrieves the current value of this dateRangeItem.
getValue() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangedEvent
The current value (after the change).
getValue() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
The new value of the form item
getValue() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Return the value tracked by this form item.
getValue() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Retrieves the current value of this dateRangeItem.
getValue(String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Return the value of the field.
getValue() - Method in class com.smartgwt.client.widgets.grid.events.ChangedEvent
The current value (after the change).
getValue() - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
The new value of the form item
getValue() - Method in class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
value for the cell being edited
getValue() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
 
getValue() - Method in class com.smartgwt.client.widgets.RichTextEditor
Initial value for the edit area.
getValue() - Method in class com.smartgwt.client.widgets.Slider
The slider value.
getValue() - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
When a field specifies its type to be "header", the value of this attribute specifies the header text.
getValueAsBoolean() - Method in class com.smartgwt.client.data.Criterion
Retrieves the specified value for this criterion.
getValueAsBoolean() - Method in class com.smartgwt.client.widgets.form.fields.BooleanItem
Return the value tracked by this form item.
getValueAsBoolean() - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
Return the value of the checkbox as a boolean
getValueAsBoolean() - Method in class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
Return the value tracked by this form item.
getValueAsDate() - Method in class com.smartgwt.client.data.Criterion
Retrieves the specified value for this criterion.
getValueAsDate() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Return the value tracked by this form item.
getValueAsFloat() - Method in class com.smartgwt.client.data.Criterion
Retrieves the specified value for this criterion.
getValueAsFloat() - Method in class com.smartgwt.client.widgets.form.fields.FloatItem
Return the value tracked by this form item.
getValueAsFloat() - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
Return the value tracked by this form item.
getValueAsIntArray() - Method in class com.smartgwt.client.data.Criterion
Retrieves the specified value for this criterion.
getValueAsInteger() - Method in class com.smartgwt.client.data.Criterion
Retrieves the specified value for this criterion.
getValueAsInteger() - Method in class com.smartgwt.client.widgets.form.fields.IntegerItem
Return the value tracked by this form item.
getValueAsString() - Method in class com.smartgwt.client.data.Criterion
Retrieves the specified value for this criterion.
getValueAsString(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getValueAsString() - Method in class com.smartgwt.client.widgets.form.fields.ColorPickerItem
Return the value tracked by this form item.
getValueAsString() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Return the value tracked by this form item.
getValueAsString() - Method in class com.smartgwt.client.widgets.form.fields.RadioGroupItem
Return the value tracked by this form item.
getValueAsString() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Return the value tracked by this form item.
getValueAsString() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Return the value tracked by this form item.
getValueAsString() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Return the value tracked by this form item.
getValueAsString(String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Return the value as String
getValueAsStringArray() - Method in class com.smartgwt.client.data.Criterion
Retrieves the specified value for this criterion.
getValueField() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this form item maps data values to display values by retrieving the displayField values from an optionDataSource, this property denotes the the field to use as the underlying data value in records from the optionDataSource.
If unset, assumed to be the name of this form item.
getValueField() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this form item maps data values to display values by retrieving the displayField values from an optionDataSource, this property denotes the the field to use as the underlying data value in records from the optionDataSource.
If unset, assumed to be the name of this form item.
getValueField() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this form item maps data values to display values by retrieving the displayField values from an optionDataSource, this property denotes the the field to use as the underlying data value in records from the optionDataSource.
If unset, assumed to be the name of this form item.
getValueField() - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
Which field in the tree-data should be returned as this item's value? If unspecified, the path will be used
getValueField() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this form item maps data values to display values by retrieving the displayField values from an optionDataSource, this property denotes the the field to use as the underlying data value in records from the optionDataSource.
If unset, assumed to be the name of this form item.
getValueField() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Specifies the optionDataSource field used to retrieve the stored values that are to be mapped to the display values (specified by displayField).
getValueFieldName() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Getter method to retrieve the valueField for this item.
getValueFieldName() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Getter method to retrieve the valueField for this item.
getValueFieldName() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Getter method to retrieve the valueField for this item.
getValueFieldName() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Getter method to retrieve the valueField for this item.
getValueFieldProperties(FieldType, String, OperatorId, ValueItemType, String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Override to return properties for the FormItem(s) used for the "value" field displayed within clauses within this filterBuilder.
getValueFromJavaScriptObjectArray(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
getValueIcon(Object) - Method in interface com.smartgwt.client.widgets.form.ValueIconMapper
Method that allows the developer to specify the image source for an icon to be displayed for the current form item value.
getValueIcon(ListGridField, Object, ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns the appropriate valueIcon for a cell based on the field and the data value for the cell.
getValueIconField() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
For Databound formItems, this property determines which column valueIcons should show up in for this formItem's pickList.
If unset valueIcons show up in the displayField column if specified, otherwise the valueField column.
In most cases only the displayField or valueField will be visible.
getValueIconField() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
For Databound formItems, this property determines which column valueIcons should show up in for this formItem's pickList.
If unset valueIcons show up in the displayField column if specified, otherwise the valueField column.
In most cases only the displayField or valueField will be visible.
getValueIconField() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
For Databound formItems, this property determines which column valueIcons should show up in for this formItem's pickList.
If unset valueIcons show up in the displayField column if specified, otherwise the valueField column.
In most cases only the displayField or valueField will be visible.
getValueIconHeight() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If valueIcons is specified, use this property to specify a height for the value icon written out.
getValueIconHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Height for value icons for this listGrid.
getValueIconHeight() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Height for value icons for this listGrid field.
getValueIconLeftPadding() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If we're showing a value icon, this attribute governs the amount of space between the icon and the left edge of the form item cell
getValueIconLeftPadding() - Method in class com.smartgwt.client.widgets.grid.ListGrid
How much padding should there be on the left of valueIcons by default Can be overridden at the field level
getValueIconLeftPadding() - Method in class com.smartgwt.client.widgets.grid.ListGridField
How much padding should there be on the left of valueIcons for this field Overrides valueIconLeftPadding
getValueIconOrientation() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If we're showing a valueIcon for this field should it appear to the left or the right of the text? By default the icon will appear to the left of the textual value - set this to "right" to show the icon on the right of the text.
getValueIconRightPadding() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If we're showing a value icon, this attribute governs the amount of space between the icon and the label of the form item
getValueIconRightPadding() - Method in class com.smartgwt.client.widgets.grid.ListGrid
How much padding should there be on the right of valueIcons by default
getValueIconRightPadding() - Method in class com.smartgwt.client.widgets.grid.ListGridField
How much padding should there be on the right of valueIcons for this field Overrides valueIconRightPadding
getValueIconSize() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If valueIcons is specified, this property may be used to specify both the width and height of the icon written out.
getValueIconSize() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default width and height of value icons for this ListGrid.
getValueIconSize() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Default width and height of value icons in this field.
getValueIconWidth() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If valueIcons is specified, use this property to specify a width for the value icon written out.
getValueIconWidth() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Width for value icons for this listGrid.
getValueIconWidth() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Width for value icons for this listGrid field.
getValueItemTitle() - Method in class com.smartgwt.client.widgets.form.FilterClause
The title for the value-item.
getValueMap() - Method in class com.smartgwt.client.data.DataSourceField
A ValueMap is a set of legal values for a field.
getValueMap(String, String) - Method in class com.smartgwt.client.data.RecordList
Get a map of the form { item[idField] -> item[displayField] }, for all items in the list.
getValueMap(String, String) - Method in class com.smartgwt.client.data.ResultSet
Get a map of the form { item[idField] -> item[displayField] }, for all items in the list.
getValueProperty() - Method in class com.smartgwt.client.widgets.chart.FacetChart
Property in each record that holds a data value.
getValueProperty() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Name of the property in a cell record that holds the cell value.
getValues() - Method in class com.smartgwt.client.data.Criteria
Return the criteria values as a name-value Map.
getValues() - Method in class com.smartgwt.client.widgets.cube.Facet
Array of facetValue definitions.
getValues() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Returns the current set of values where each propertyName is the name of a form item in the form, and each property value is the value held by that form item.
getValues() - Method in class com.smartgwt.client.widgets.form.events.SubmitValuesEvent
The form or ValuesManager values
getValues() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Returns the values of a SelectItem with multiple=true as an array of Strings.
getValues() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Returns the current set of values for the values manager instance.
getValuesAsAdvancedCriteria() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Return an AdvancedCriteria object based on the current set of values within this form.
getValuesAsAdvancedCriteria(TextMatchStyle) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Return an AdvancedCriteria object based on the current set of values within this form.
getValuesAsCriteria() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Return search criteria based on the current set of values within this form.
getValuesAsMap() - Method in class com.smartgwt.client.widgets.form.events.SubmitValuesEvent
Returns the current set of values for the form or values manager instance as a map.
getValuesAsRecord() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Return the current set of values within this form as a Record.
getValuesManager() - Method in class com.smartgwt.client.widgets.Canvas
ValuesManager for managing values displayed in this component.
getValuesManager() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Return the ValuesManager for this form.
getValueTitle() - Method in class com.smartgwt.client.widgets.chart.FacetChart
A label for the data values, such as "Sales in Thousands", typically used as the label for the value axis.
getValueTitle() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
A label for the data values shown in cells, such as "Sales in Thousands", typically used when the CubeGrid must generate a description for a cell value or set of cell values.
getValueXPath() - Method in class com.smartgwt.client.data.DataSourceField
XPath expression used to retrieve the field's value.
getVersion() - Static method in class com.smartgwt.client.Version
 
getVertical() - Method in class com.smartgwt.client.widgets.form.fields.RadioGroupItem
True == display options vertically, false == display in a single row
getVertical() - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
Indicates whether this is a vertical or horizontal slider.
getVertical() - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
Should the toolbar stack its buttons vertically or horizontally?
getVertical() - Method in class com.smartgwt.client.widgets.ImgSplitbar
Is this split bar vertically orientated?
When a Splitbar is created by a layout to be the resizeBar for some member of the layout, the vertical property will be set to true if the layout is horizontal, meaning this resizeBar will be taller than it is wide, and will allow horizontal resizing of the member.
getVertical() - Method in class com.smartgwt.client.widgets.layout.Layout
Should this layout appear with members stacked vertically or horizontally.
getVertical() - Method in class com.smartgwt.client.widgets.Progressbar
Indicates whether this is a vertical or horizontal progressbar.
getVertical() - Method in class com.smartgwt.client.widgets.Slider
Indicates whether this is a vertical or horizontal slider.
getVertical() - Method in class com.smartgwt.client.widgets.Splitbar
Is this split bar vertically orientated?
When a Splitbar is created by a layout to be the resizeBar for some member of the layout, the vertical property will be set to true if the layout is horizontal, meaning this resizeBar will be taller than it is wide, and will allow horizontal resizing of the member.
getVertical() - Method in class com.smartgwt.client.widgets.StretchImg
Indicates whether the list of images is drawn vertically from top to bottom (true), or horizontally from left to right (false).
getVertical() - Method in class com.smartgwt.client.widgets.StretchImgButton
Default is a horizontal button.
getVertical() - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
Indicates whether the buttons are drawn horizontally from left to right (false), or vertically from top to bottom (true).
getVertical() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Indicates whether the components are drawn horizontally from left to right (false), or vertically from top to bottom (true).
getVerticalStyleName() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Default stylename to use if this.vertical is true.
getView() - Method in class com.smartgwt.client.widgets.ViewLoader
Retrieve the current view.
getViewer() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
the listGrid that contains the click event
getViewer() - Method in class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
the listGrid that contains the doubleclick event
getViewer() - Method in class com.smartgwt.client.widgets.tile.events.RecordClickEvent
the TileGrid itself
getViewer() - Method in class com.smartgwt.client.widgets.tile.events.RecordDoubleClickEvent
the TileGrid itself
getViewer() - Method in class com.smartgwt.client.widgets.tree.events.FolderClickEvent
The TreeGrid on which folderClick() occurred.
getViewer() - Method in class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
The TreeGrid on which the contextclick occurred.
getViewer() - Method in class com.smartgwt.client.widgets.tree.events.LeafClickEvent
The TreeGrid on which leafClick() occurred.
getViewer() - Method in class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
The TreeGrid on which the contextclick occurred.
getViewer() - Method in class com.smartgwt.client.widgets.tree.events.NodeClickEvent
The TreeGrid on which leafClick() occurred.
getViewer() - Method in class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
The TreeGrid on which the contextclick occurred.
getViewName() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventClick
view where the event was clicked on: "day", "week" or "month"
getViewName() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick
view where the event was clicked on: "day", "week" or "month"
getViewportHeight() - Method in class com.smartgwt.client.widgets.Canvas
Returns the height of the viewport onto the scrollable content.
getViewportWidth() - Method in class com.smartgwt.client.widgets.Canvas
Returns the width of the viewport onto the scrollable content.
getViewState() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns a snapshot of the current view state of this ListGrid.
This includes the field state, sort state and selected state of the grid, returned as a String object.
This object can be passed to ListGrid.setViewState to reset this grid's vew state to the current state (assuming the same data / fields are present in the grid).
getViewURL() - Method in class com.smartgwt.client.widgets.ViewLoader
URL to load components from.
getVirtualScrolling() - Method in class com.smartgwt.client.widgets.grid.ListGrid
When incremental rendering is switched on and there are variable record heights, the virtual scrolling mechanism manages the differences in scroll height calculations due to the unknown sizes of unrendered rows to make the scrollbar and viewport appear correctly.
getVisibility() - Method in class com.smartgwt.client.widgets.Canvas
Controls widget visibility when the widget is initialized.
getVisibilityMode() - Method in class com.smartgwt.client.widgets.layout.SectionStack
Whether multiple sections can be visible at once
getVisible() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Whether this item is currently visible.
getVisibleHeight() - Method in class com.smartgwt.client.widgets.Canvas
Return the visible height of the Canvas.
getVisibleHeight() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Output the drawn height for this item in pixels.
getVisibleRows() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Get the rows that are currently visible in the viewport, as an array of [firstRowNum, lastRowNum].
getVisibleWidth() - Method in class com.smartgwt.client.widgets.Canvas
Return the visible width of the Canvas.
getVisibleWidth() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Output the drawn width for this item in pixels.
getVPolicy() - Method in class com.smartgwt.client.widgets.layout.Layout
Sizing policy applied to members on vertical axis
getVResizeCursor() - Method in class com.smartgwt.client.widgets.Splitbar
Cursor to display if this Splitbar is to be used for vertical resize of widgets.
getVSnapOrigin() - Method in class com.smartgwt.client.widgets.Canvas
Get an offset to be used when calculating snap positioning.
getVSnapOrigin(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Get an offset to be used when calculating snap positioning.
getVSnapPosition(int) - Method in class com.smartgwt.client.widgets.Canvas
Override this method to provide a custom snap-to grid.
getVSnapPosition(int, String) - Method in class com.smartgwt.client.widgets.Canvas
Override this method to provide a custom snap-to grid.
getVSrc() - Method in class com.smartgwt.client.widgets.ImgSplitbar
Default src to display when vertical is true, and src is unset.
getVSrc() - Method in class com.smartgwt.client.widgets.Scrollbar
Base URL for the images used for the vertical scrollbar track and end buttons.
getVSrc() - Method in class com.smartgwt.client.widgets.Splitbar
Base URL for the image if vertical is true and src is unset.
getVSrc() - Method in class com.smartgwt.client.widgets.StretchImg
Base URL for the image if vertical is true and src is unset.
getVSrc() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripResizer
Image for resizer
getVSrc() - Method in class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
Image for vertically oriented separator (for horizontal toolstrips).
getVThumbStyle() - Method in class com.smartgwt.client.widgets.Slider
Optional CSS style for the thumb for a vertically oriented slider.
getVTrackStyle() - Method in class com.smartgwt.client.widgets.Slider
Optional CSS style for the track for a vertically oriented slider.
getWaitForSave() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this is an editable listGrid, this property determines whether the user will be able to dismiss the edit form, or navigate to another cell while the save is in process (before the asynchronous server response returns).
getWeekendHeaderStyle() - Method in class com.smartgwt.client.widgets.DateChooser
Optional CSS style applied to the day-of-week headers for weekend days.
getWeekEventBorderOverlap() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Augments the width of week event windows slightly to avoid duplicate adjacent borders between events.
getWeeksAgoTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "week".
getWeeksFromNowTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "week".
getWeekViewTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the week view
getWheelDelta() - Static method in class com.smartgwt.client.util.EventHandler
Applies to mouseWheel events only.
getWholeRecordNavIcon() - Method in class com.smartgwt.client.widgets.tableview.TableView
The navigation icon shown next to records when showNavigation is true and NavigationMode is set to "wholeRecord".
getWidth() - Method in class com.smartgwt.client.core.Rectangle
 
getWidth() - Static method in class com.smartgwt.client.util.Page
Get the width of the visible portion of the window, not including browser chrome or the scrollbar area.
getWidth() - Method in class com.smartgwt.client.widgets.Canvas
 
getWidth() - Method in class com.smartgwt.client.widgets.cube.Facet
Integer number of pixels.
getWidth() - Method in class com.smartgwt.client.widgets.cube.FacetValue
Width of the cube grid facetValue in pixels.
getWidth() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Width of the FormItem.
getWidth() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If set, this property determines the width of this icon in px.
getWidth() - Method in class com.smartgwt.client.widgets.form.fields.SpacerItem
default width for the spacer
getWidth() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
default width of this item
getWidth() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Default width for fields.
getWidth() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Return the width of the field.
getWidth() - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the width of the image.
getWidth() - Method in class com.smartgwt.client.widgets.tab.Tab
You can specify an explicit width for the tab using this property.
getWidthAsString() - Method in class com.smartgwt.client.widgets.Canvas
 
getWillHandleAdvancedCriteria() - Method in class com.smartgwt.client.data.DataSource
This property may be set to true to indicate that this dataSource supports advancedCriteria on fetch or filter type operations.
getWillHandleError() - Method in class com.smartgwt.client.rpc.RPCRequest
With willHandleError:false, rpcResponses that indicate an error go through centralized handling in the RPCManager and rpcRequest.callback is never invoked.
getWorkdayBaseStyle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
If showWorkday is set, style used for cells that are within the workday, as defined by workdayStart and workdayEnd.
getWorkdayEnd() - Method in class com.smartgwt.client.widgets.calendar.Calendar
When using showWorkday:true, workdayStart and workdayEnd specify the time of day when the workday starts and ends, specified as a String acceptable to String.
getWorkdayStart() - Method in class com.smartgwt.client.widgets.calendar.Calendar
When using showWorkday:true, workdayStart and workdayEnd specify the time of day when the workday starts and ends, specified as a String acceptable to String.
getWrap() - Method in class com.smartgwt.client.widgets.Button
A boolean indicating whether the button's title should word-wrap, if necessary.
getWrap() - Method in class com.smartgwt.client.widgets.form.fields.BlurbItem
If true, item contents can wrap.
getWrap() - Method in class com.smartgwt.client.widgets.form.fields.RadioGroupItem
Should the text for items within this radio group wrap?
getWrap() - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
If true, item contents can wrap.
getWrap() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Text wrapping style.
getWrap() - Method in class com.smartgwt.client.widgets.Label
If false, the label text will not be wrapped to the next line.
getWrap() - Method in class com.smartgwt.client.widgets.StretchImgButton
Should the title for this button wrap? If unset, default behavior is to allow wrapping if this.vertical is true, otherwise disallow wrapping
getWrapCells() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should content within cells be allowed to wrap?
getWrapFacetTitles() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether to allow text wrapping on facet titles.
getWrapFacetValueTitles() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether to allow text wrapping on facet value titles.
getWrapItemTitles() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Whether titles for form items should wrap.
getWrapLabel() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Should the label be allowed to wrap, or be fixed to one line no matter how long
getWrapTitle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If specified determines whether this items title should wrap.
getWrapValues() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Whether values should be allowed to wrap by default, or should be shown on one line regardless of length.
getWrapValues() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Whether values should be allowed to wrap by default, or should be shown on one line regardless of length.
getWsOperation() - Method in class com.smartgwt.client.data.OperationBinding
Name of the web service operation that will be invoked in order to execute this DataSource operation.
getWsOperation() - Method in class com.smartgwt.client.data.WSRequest
Name of the web service operation to invoke.
getX() - Static method in class com.smartgwt.client.util.EventHandler
Return the page-relative X (horizontal) coordinate of an event.
getX() - Method in class com.smartgwt.client.widgets.events.BrowserEvent
 
getXmlAttribute() - Method in class com.smartgwt.client.data.DataSourceField
Indicates that DataSource.xmlSerialize should serialize this value as an XML attribute.
getXmlNamespaces() - Method in class com.smartgwt.client.data.OperationBinding
Optional object declaring namespace prefixes for use in recordXPath and valueXPath XPath expressions.
getXmlRecordXPath() - Method in class com.smartgwt.client.data.RestDataSource
recordXPath mapping to the data node of XML returned by the server.
getY() - Static method in class com.smartgwt.client.util.EventHandler
Return the page-relative Y (vertical) coordinate of an event.
getY() - Method in class com.smartgwt.client.widgets.events.BrowserEvent
 
getYearMenuStyle() - Method in class com.smartgwt.client.widgets.DateChooser
Style for the pop-up year menu.
getYearsAgoTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "year".
getYearSelectorProperties() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Custom properties to apply to this dateItem's generated yearSelector.
getYearsFromNowTitle() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "year".
getZIndex() - Method in class com.smartgwt.client.widgets.Canvas
Get the z-Index of this canvas.
goOffline() - Static method in class com.smartgwt.client.util.Offline
Explicitly sets this session into offline mode.
goOnline() - Static method in class com.smartgwt.client.util.Offline
Explicitly sets this session into online mode.
GridHeader - Interface in com.smartgwt.client.docs
Properties and methods related to the ListGrid header.
GridRenderer - Class in com.smartgwt.client.widgets.grid
The underlying grid canvas that offers consistent cross-platform sizing, clipping, and events.
GridRenderer(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.GridRenderer
 
GridRowColEvent<H extends EventHandler> - Class in com.smartgwt.client.widgets.grid.events
 
GridRowColEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.GridRowColEvent
 
GridValidation - Interface in com.smartgwt.client.docs
ListGrids support automatic validation of edited cells / records.
Grip - Interface in com.smartgwt.client.docs
The following APIs are all related to Grip.
groupBy(String...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Display the current set of records grouped by their values for the given field or fields.
GroupByEvent - Class in com.smartgwt.client.widgets.grid.events
 
GroupByEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.GroupByEvent
 
GroupByHandler - Interface in com.smartgwt.client.widgets.grid.events
 
Grouping - Interface in com.smartgwt.client.docs
The following APIs are all related to Grouping.
grouping_byDayOfMonthTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Day of Month".
grouping_byDayTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Day".
grouping_byHoursTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Hours".
grouping_byMillisecondsTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Milliseconds".
grouping_byMinutesTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Minutes".
grouping_byMonthTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Month".
grouping_byQuarterTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Quarter".
grouping_bySecondsTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Seconds".
grouping_byUpcomingTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Upcoming".
grouping_byWeekTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Week".
grouping_byYearTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Year".
grouping_upcomingBeforeTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Before".
grouping_upcomingLaterTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Later".
grouping_upcomingNextMonthTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Next Month".
grouping_upcomingNextWeekTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Next Week".
grouping_upcomingThisWeekTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "This Week".
grouping_upcomingTodayTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Today".
grouping_upcomingTomorrowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Tomorrow".
groupingMessages_byDayOfMonthTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Day of Month".
groupingMessages_byDayTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Day".
groupingMessages_byHoursTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Hours".
groupingMessages_byMillisecondsTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Milliseconds".
groupingMessages_byMinutesTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Minutes".
groupingMessages_byMonthTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Month".
groupingMessages_byQuarterTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Quarter".
groupingMessages_bySecondsTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Seconds".
groupingMessages_byUpcomingTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Upcoming".
groupingMessages_byWeekTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Week".
groupingMessages_byYearTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "by Year".
groupingMessages_upcomingBeforeTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Before".
groupingMessages_upcomingLaterTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Later".
groupingMessages_upcomingNextMonthTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Next Month".
groupingMessages_upcomingNextWeekTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Next Week".
groupingMessages_upcomingThisWeekTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "This Week".
groupingMessages_upcomingTodayTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Today".
groupingMessages_upcomingTomorrowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Tomorrow".
GroupNode - Class in com.smartgwt.client.widgets.grid
An auto-generated class representing the group nodes in a grouped listgrid.
GroupNode(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.GroupNode
 
GroupStartOpen - Enum in com.smartgwt.client.types
Possible values for the state of ListGrid groups when groupBy is called.
GroupTitleRenderer - Interface in com.smartgwt.client.widgets.grid
Group title renderer function.
GroupValueFunction - Interface in com.smartgwt.client.widgets.grid
Function to return the value which records should be grouped by.

H

handleError(DSResponse, DSRequest) - Method in interface com.smartgwt.client.rpc.HandleErrorCallback
RPCManager error handler callback.
HandleErrorCallback - Interface in com.smartgwt.client.rpc
The error handler callback
HandleErrorHandler - Interface in com.smartgwt.client.data.events
 
handleHover() - Method in class com.smartgwt.client.widgets.Canvas
Handler fired on a delay when the user hovers the mouse over this hover-target.
handleTransportError(int, int, int, String) - Method in interface com.smartgwt.client.rpc.HandleTransportErrorCallback
RPCManager transport error callback.
HandleTransportErrorCallback - Interface in com.smartgwt.client.rpc
RPCManager transport error callback.
hasAdvancedCriteria() - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
Overridden to return true if canvas is a dynamicForm.
hasAdvancedCriteria() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Will this item return advancedCriteria if DynamicForm.getValuesAsCriteria is called on this item's form? Overridden for ComboBoxItem to return true if generateExactMatchCriteria is true - in this case if an exact value is chosen from our set of options (always the case if addUnkownValues is false), we will use advancedCriteria to ensure the generated search criteria exactly matches the chosen value for this item.
hasAdvancedCriteria() - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Overridden to return true: dateRangeItems always generate AdvancedCriteria.
hasAdvancedCriteria() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Does this form item produce an AdvancedCriteria sub criterion object? If this method returns true, DynamicForm.getValuesAsCriteria on the form containing this item will always return an AdvancedCriteria object, calling FormItem.getCriterion on each item to retrieve the individual criteria.
hasAdvancedCriteria() - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Overridden to return true: dateRangeItems always generate AdvancedCriteria.
hasAllData() - Method in class com.smartgwt.client.data.DataSource
When cacheAllData is true, has all the data been retrieved to the client?
hasAnalytics() - Static method in class com.smartgwt.client.util.SC
Returns true is the optional Analytics module has been loaded.
HasBackgroundClickHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasBackgroundMouseDownHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasBlurHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasBodyKeyPressHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasButtonClickHandlers - Interface in com.smartgwt.client.widgets.events
 
HasCellClickHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasCellContextClickHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasCellDoubleClickHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasCellHoverHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasCellMouseDownHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasCellMouseUpHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasCellOutHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasCellOverHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasCellSavedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasChangedHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasChangedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasChangeHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasChangeHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
hasChanges() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Determines whether any cells in this cubeGrid have been edited but not yet saved to the underlying data set.
hasChanges() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether the grid as a whole has any unsaved edits, in any row.
hasChildren(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Returns true if this node has any children.
HasClickHandlers - Interface in com.smartgwt.client.widgets.events
 
HasClickHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasClickHandlers - Interface in com.smartgwt.client.widgets.menu.events
 
HasCloseClickHandlers - Interface in com.smartgwt.client.widgets.events
 
HasCloseClickHandlers - Interface in com.smartgwt.client.widgets.tab.events
 
HasColorSelectedHandlers - Interface in com.smartgwt.client.widgets.form.events
 
HasContentLoadedHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDataArrivedHandlers - Interface in com.smartgwt.client.data.events
 
HasDataArrivedHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasDataArrivedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasDataArrivedHandlers - Interface in com.smartgwt.client.widgets.tree.events
 
HasDataChangedHandlers - Interface in com.smartgwt.client.data.events
 
HasDataChangedHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDataChangedHandlers - Interface in com.smartgwt.client.widgets.tree
 
HasDateChangedHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasDayBodyClickHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasDayHeaderClickHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasDoubleClickHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDoubleClickHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasDragMoveHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDragRepositionMoveHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDragRepositionStartHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDragRepositionStopHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDragResizeMoveHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDragResizeStartHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDragResizeStopHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDragStartHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDragStopHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDrawAreaChangedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasDrawHandlers<T> - Interface in com.smartgwt.client.widgets.events
 
hasDrawing() - Static method in class com.smartgwt.client.util.SC
Returns true is the optional Drawing module has been loaded.
HasDropHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDropMoveHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDropOutHandlers - Interface in com.smartgwt.client.widgets.events
 
HasDropOverHandlers - Interface in com.smartgwt.client.widgets.events
 
HasEditCompleteHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasEditFailedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasEditorEnterHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasEditorExitHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
hasErrors() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Return whether this form currently has any validation errors.
Validation errors are set up automatically by validation, or may be explicitly set via DynamicForm.setErrors or DynamicForm.setFieldErrors.
hasErrors() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Are there any errors associated with any fields in this valuesManager?
hasErrors() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Does this grid currently have errors associated with editValues for any row in the grid.
HasEventAddedHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasEventChangedHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasEventClickHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasEventMovedHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasEventRemoveClickHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasEventRemovedHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasEventResizedHandlers - Interface in com.smartgwt.client.widgets.calendar.events
 
HasFacetAddedHandlers - Interface in com.smartgwt.client.widgets.cube.events
 
HasFacetMovedHandlers - Interface in com.smartgwt.client.widgets.cube.events
 
HasFacetRemovedHandlers - Interface in com.smartgwt.client.widgets.cube.events
 
HasFacetValueSelectionChangedHandlers - Interface in com.smartgwt.client.widgets.cube.events
 
HasFetchDataHandlers - Interface in com.smartgwt.client.widgets.events
 
hasFieldErrors(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Does this form currently h ave any validation errors on the field passed in?
Validation errors are set up automatically by validation, or may be explicitly set via DynamicForm.setErrors or DynamicForm.setFieldErrors.
hasFieldErrors(String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Are there any errors associated with a field in this valuesManager?
HasFieldStateChangedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasFilterChangedHandlers - Interface in com.smartgwt.client.widgets.form.events
 
HasFilterEditorSubmitHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
hasFirebug() - Static method in class com.smartgwt.client.util.SC
Return true if Firebug is enabled.
HasFixedFacetValueChangedHandlers - Interface in com.smartgwt.client.widgets.cube.events
 
HasFocusChangedHandlers - Interface in com.smartgwt.client.widgets.events
 
HasFocusHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasFolderClickHandlers - Interface in com.smartgwt.client.widgets.tree.events
 
HasFolderClosedHandlers - Interface in com.smartgwt.client.widgets.tree.events
 
HasFolderContextClickHandlers - Interface in com.smartgwt.client.widgets.tree.events
 
HasFolderDropHandlers - Interface in com.smartgwt.client.widgets.tree.events
 
HasFolderOpenedHandlers - Interface in com.smartgwt.client.widgets.tree.events
 
hasFolders(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Return true if this this node has any children that are folders.
HasFormItemClickHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasFormSubmitFailedHandlers - Interface in com.smartgwt.client.widgets.form.events
 
HasGroupByHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HashAlgorithm - Enum in com.smartgwt.client.types
Algorithms to use when hashing field values (see storeWithHash)
HasHandleErrorHandlers - Interface in com.smartgwt.client.data.events
 
hashCode() - Method in class com.smartgwt.client.widgets.BaseWidget
 
hashCode() - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
 
HasHeaderClickHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasHeaderDoubleClickHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasHiddenValidationErrorsHandlers - Interface in com.smartgwt.client.widgets.form.events
 
HasHoverHandlers - Interface in com.smartgwt.client.widgets.events
 
HasHoverHiddenHandlers - Interface in com.smartgwt.client.widgets.events
 
HasIconClickHandlers - Interface in com.smartgwt.client.widgets.events
 
HasIconClickHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasIconKeyPressHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasImageClickHandlers - Interface in com.smartgwt.client.widgets.tableview.events
 
HasItemChangedHandlers - Interface in com.smartgwt.client.widgets.form.events
 
HasItemChangeHandlers - Interface in com.smartgwt.client.widgets.form.events
 
HasItemClickHandlers - Interface in com.smartgwt.client.widgets.menu.events
 
HasItemClickHandlers - Interface in com.smartgwt.client.widgets.toolbar.events
 
HasItemDragResizedHandlers - Interface in com.smartgwt.client.widgets.toolbar.events
 
HasItemHoverHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasItemKeyPressHandlers - Interface in com.smartgwt.client.widgets.form.events
 
HasKeyDownHandlers - Interface in com.smartgwt.client.widgets.events
 
HasKeyDownHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasKeyPressHandlers - Interface in com.smartgwt.client.widgets.events
 
HasKeyPressHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasKeyUpHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasLeafClickHandlers - Interface in com.smartgwt.client.widgets.tree.events
 
HasLeafContextClickHandlers - Interface in com.smartgwt.client.widgets.tree.events
 
hasLeaves(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Return whether this node has any children that are leaves.
HasMaximizeClickHandlers - Interface in com.smartgwt.client.widgets.events
 
hasMember(Canvas) - Method in class com.smartgwt.client.widgets.layout.Layout
Returns true if the layout includes the specified canvas.
HasMinimizeClickHandlers - Interface in com.smartgwt.client.widgets.events
 
HasMouseDownHandlers - Interface in com.smartgwt.client.widgets.events
 
HasMouseMoveHandlers - Interface in com.smartgwt.client.widgets.events
 
HasMouseOutHandlers - Interface in com.smartgwt.client.widgets.events
 
HasMouseOverHandlers - Interface in com.smartgwt.client.widgets.events
 
HasMouseStillDownHandlers - Interface in com.smartgwt.client.widgets.events
 
HasMouseUpHandlers - Interface in com.smartgwt.client.widgets.events
 
HasMouseWheelHandlers - Interface in com.smartgwt.client.widgets.events
 
HasMovedHandlers - Interface in com.smartgwt.client.widgets.events
 
HasNodeClickHandlers - Interface in com.smartgwt.client.widgets.tree.events
 
HasNodeContextClickHandlers - Interface in com.smartgwt.client.widgets.tree.events
 
HasNodeSelectedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasParentMovedHandlers - Interface in com.smartgwt.client.widgets.events
 
HasPercentChangedHandlers - Interface in com.smartgwt.client.widgets.events
 
hasPluginBridges() - Static method in class com.smartgwt.client.util.SC
Returns true is the optional PluginBridges module has been loaded.
hasRealtimeMessaging() - Static method in class com.smartgwt.client.util.SC
Returns true is the optional RealtimeMessaging module has been loaded.
HasRecordClickHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRecordClickHandlers - Interface in com.smartgwt.client.widgets.tile.events
 
HasRecordCollapseHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRecordDoubleClickHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRecordDoubleClickHandlers - Interface in com.smartgwt.client.widgets.tile.events
 
HasRecordDropHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRecordExpandHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRecordNavigationClickHandlers - Interface in com.smartgwt.client.widgets.tableview.events
 
HasResizedHandlers - Interface in com.smartgwt.client.widgets.events
 
HasRestoreClickHandlers - Interface in com.smartgwt.client.widgets.events
 
HasRightMouseDownHandlers - Interface in com.smartgwt.client.widgets.events
 
HasRowContextClickHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRowEditorEnterHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRowEditorExitHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRowHoverHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRowMouseDownHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRowMouseUpHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRowOutHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRowOverHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasScrolledHandlers - Interface in com.smartgwt.client.widgets.events
 
HasSearchHandlers - Interface in com.smartgwt.client.widgets.form.events
 
HasSectionHeaderClickHandlers - Interface in com.smartgwt.client.widgets.layout.events
 
HasSelectionChangedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasSelectionChangedHandlers - Interface in com.smartgwt.client.widgets.tile.events
 
HasSelectionUpdatedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasShowContextMenuHandlers - Interface in com.smartgwt.client.widgets.events
 
HasShowValueHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasSortByFacetIdHandlers - Interface in com.smartgwt.client.widgets.cube.events
 
HasSortByFacetValuesHandlers - Interface in com.smartgwt.client.widgets.cube.events
 
HasSortChangedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasSubmitValuesHandlers - Interface in com.smartgwt.client.widgets.form.events
 
HasTabContextMenuHandlers - Interface in com.smartgwt.client.widgets.tab.events
 
HasTabDeselectedHandlers - Interface in com.smartgwt.client.widgets.tab.events
 
HasTabIconClickHandlers - Interface in com.smartgwt.client.widgets.tab.events
 
HasTabSelectedHandlers - Interface in com.smartgwt.client.widgets.tab.events
 
HasTabTitleChangedHandlers - Interface in com.smartgwt.client.widgets.tab.events
 
HasTitleClickHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasTitleDoubleClickHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasTitleHoverHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasValueChangedHandlers - Interface in com.smartgwt.client.widgets.events
 
HasViewStateChangedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasVisibilityChangedHandlers - Interface in com.smartgwt.client.widgets.events
 
HeaderClickEvent - Class in com.smartgwt.client.widgets.grid.events
 
HeaderClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.HeaderClickEvent
 
HeaderClickHandler - Interface in com.smartgwt.client.widgets.grid.events
 
HeaderControl - Class in com.smartgwt.client.widgets
Convenience class for icons that are placed in as header controls in a Window Header, or SectionStackSection.
HeaderControl(HeaderControl.HeaderIcon) - Constructor for class com.smartgwt.client.widgets.HeaderControl
Create a new HeaderControl with the specific icon.
HeaderControl(HeaderControl.HeaderIcon, ClickHandler) - Constructor for class com.smartgwt.client.widgets.HeaderControl
Create a new HeaderControl with the specific icon.
HeaderControl.HeaderIcon - Class in com.smartgwt.client.widgets
 
HeaderControl.HeaderIcon(String) - Constructor for class com.smartgwt.client.widgets.HeaderControl.HeaderIcon
 
HeaderControls - Enum in com.smartgwt.client.types
 
HeaderDoubleClickEvent - Class in com.smartgwt.client.widgets.grid.events
 
HeaderDoubleClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.HeaderDoubleClickEvent
 
HeaderDoubleClickHandler - Interface in com.smartgwt.client.widgets.grid.events
 
HeaderItem - Class in com.smartgwt.client.widgets.form.fields
FormItem for showing a header within a DynamicForm.
HeaderItem() - Constructor for class com.smartgwt.client.widgets.form.fields.HeaderItem
 
HeaderItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.HeaderItem
 
HeaderItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.HeaderItem
 
HeaderItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.HeaderItem
 
HeaderMenuButton - Interface in com.smartgwt.client.docs
The following APIs are all related to HeaderMenuButton.
HeaderSpan - Interface in com.smartgwt.client.docs
The following APIs are all related to HeaderSpan.
HeaderSpan - Class in com.smartgwt.client.widgets.grid
A header span appears as a second level of headers in a ListGrid, spanning one or more ListGrid columns and their associated headers.
HeaderSpan() - Constructor for class com.smartgwt.client.widgets.grid.HeaderSpan
 
HeaderSpan(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.HeaderSpan
 
HeaderSpan(String, String[]) - Constructor for class com.smartgwt.client.widgets.grid.HeaderSpan
 
HELP - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
HibernateIntegration - Interface in com.smartgwt.client.docs
Integration with Hibernate
HiddenItem - Class in com.smartgwt.client.widgets.form.fields
HiddenItems track a value but have no visible appearance and do not take up space in the form layout.
HiddenItem() - Constructor for class com.smartgwt.client.widgets.form.fields.HiddenItem
 
HiddenItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.HiddenItem
 
HiddenItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.HiddenItem
 
HiddenValidationErrorsEvent - Class in com.smartgwt.client.widgets.form.events
 
HiddenValidationErrorsEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.events.HiddenValidationErrorsEvent
 
HiddenValidationErrorsHandler - Interface in com.smartgwt.client.widgets.form.events
 
hide() - Method in class com.smartgwt.client.widgets.Canvas
Sets the widget's CSS visibility attribute to "hidden".
hide() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Hide this form item.
hide() - Static method in class com.smartgwt.client.widgets.Hover
Hide hover hover Canvas shown via Hover.show
hideAllMenus() - Static method in class com.smartgwt.client.widgets.menu.Menu
Hide all menus that are currently open.
hideClickMask() - Method in class com.smartgwt.client.widgets.Canvas
Hides the click mask associated with this canvas.
hideClickMask(String) - Method in class com.smartgwt.client.widgets.Canvas
Hides the click mask associated with this canvas.
hideContextMenu() - Method in class com.smartgwt.client.widgets.Canvas
The default implementation of this method hides the contextMenu currently being shown for this component (which occurs when the mouse button that toggles the context menu is released).
hideContextMenu() - Method in class com.smartgwt.client.widgets.menu.Menu
Hide the context menu - alias for hide()
hideDropLine() - Method in class com.smartgwt.client.widgets.layout.Layout
Calling this method hides the dropLine shown during a drag and drop interaction with a Layout that has canDropComponents set to true.
hideField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force a field to be hidden.
hideField(String, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force a field to be hidden.
hideFields(String...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force an array of fields to be hidden.
hideFields(ListGridField...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force an array of fields to be hidden.
hideFields(String[], boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force an array of fields to be hidden.
hideFields(ListGridField[], boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force an array of fields to be hidden.
hideItem(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Hide a form item via FormItem.hide
hideMember(Canvas) - Method in class com.smartgwt.client.widgets.layout.Layout
Hide the specified member, firing the specified callback when the hide is complete.
hideMember(Canvas, Function) - Method in class com.smartgwt.client.widgets.layout.Layout
Hide the specified member, firing the specified callback when the hide is complete.
hideSection(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Hides a section.
hideSection(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Hides a section.
Hilite - Class in com.smartgwt.client.data
Definition of a hilite style.
Hilite() - Constructor for class com.smartgwt.client.data.Hilite
 
Hilite(JavaScriptObject) - Constructor for class com.smartgwt.client.data.Hilite
 
hiliteCell(int, int, String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Apply a hilite to a specific cell.
hiliteFacetValue(String, String, String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Apply a hilite to all cells corresponding to a facetValue.
hiliteRule_removeButtonPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Remove".
Hiliting - Interface in com.smartgwt.client.docs
Hiliting Overview
HLayout - Class in com.smartgwt.client.widgets.layout
A subclass of Layout that applies a sizing policy along the horizontal axis, interpreting percent and "*" sizes as proportions of the width of the layout.
HLayout() - Constructor for class com.smartgwt.client.widgets.layout.HLayout
 
HLayout(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.HLayout
 
HLayout(int) - Constructor for class com.smartgwt.client.widgets.layout.HLayout
 
HOME - Static variable in interface com.smartgwt.client.types.KeyNames
 
HOME - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
Hover - Class in com.smartgwt.client.util
Utility methods related to hover / tooltips / prompts.
Hover() - Constructor for class com.smartgwt.client.util.Hover
 
Hover - Class in com.smartgwt.client.widgets
The Hover class handles showing a simple Smart GWT canvas containing arbitrary HTML, or triggering some other action in response to a user holding the mouse-pointer (or hovering) over a specific widget.
Hover() - Constructor for class com.smartgwt.client.widgets.Hover
 
HoverComponents - Interface in com.smartgwt.client.docs
The following APIs are all related to HoverComponents.
HoverCustomizer - Interface in com.smartgwt.client.widgets.grid
 
HoverEvent - Class in com.smartgwt.client.widgets.events
 
HoverEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.HoverEvent
 
HoverHandler - Interface in com.smartgwt.client.widgets.events
 
HoverHiddenEvent - Class in com.smartgwt.client.widgets.events
 
HoverHiddenEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.HoverHiddenEvent
 
HoverHiddenHandler - Interface in com.smartgwt.client.widgets.events
 
hoverHTML(Float, Record) - Method in interface com.smartgwt.client.widgets.chart.ChartPointHoverCustomizer
 
hoverHTML(Object, ListGridRecord, int, int) - Method in interface com.smartgwt.client.widgets.grid.HoverCustomizer
 
HoverMode - Enum in com.smartgwt.client.types
When canHover and showHoverComponents are both true, HoverMode dictates the type of UI to be displayed when a user hovers over a row or cell.
Hovers - Interface in com.smartgwt.client.docs
The following APIs are all related to Hovers.
HStack - Class in com.smartgwt.client.widgets.layout
A subclass of Layout that simply stacks members on the horizontal axis without trying to manage their width.
HStack() - Constructor for class com.smartgwt.client.widgets.layout.HStack
 
HStack(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.HStack
 
HStack(int) - Constructor for class com.smartgwt.client.widgets.layout.HStack
 
HtmlElement - Interface in com.smartgwt.client.docs
The following APIs are all related to HtmlElement.
HTMLFlow - Class in com.smartgwt.client.widgets
Use the HTMLFlow component to display HTML content that should expand to its natural size without scrolling.
HTMLFlow() - Constructor for class com.smartgwt.client.widgets.HTMLFlow
 
HTMLFlow(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.HTMLFlow
 
HTMLFlow(String) - Constructor for class com.smartgwt.client.widgets.HTMLFlow
 
HTMLPane - Class in com.smartgwt.client.widgets
Use the HTMLPane component to display HTML content in a pane of specified size.
HTMLPane() - Constructor for class com.smartgwt.client.widgets.HTMLPane
 
HTMLPane(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.HTMLPane
 

I

I18Messages - Interface in com.smartgwt.client.docs
The following APIs are all related to I18Messages.
I18nUtil - Class in com.smartgwt.client.util
 
I18nUtil() - Constructor for class com.smartgwt.client.util.I18nUtil
 
IButton - Class in com.smartgwt.client.widgets
The IButton widget class is a class that implements the same APIs as the Button class.
IButton() - Constructor for class com.smartgwt.client.widgets.IButton
 
IButton(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.IButton
 
IButton(String) - Constructor for class com.smartgwt.client.widgets.IButton
 
IButton(String, ClickHandler) - Constructor for class com.smartgwt.client.widgets.IButton
Constructor for IButton.
IconClickEvent - Class in com.smartgwt.client.widgets.events
 
IconClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.IconClickEvent
 
IconClickEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
IconClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.IconClickEvent
 
IconClickHandler - Interface in com.smartgwt.client.widgets.events
 
IconClickHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
IconKeyPressEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
IconKeyPressEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
 
IconKeyPressHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
id - Variable in class com.smartgwt.client.core.BaseClass
 
id - Variable in class com.smartgwt.client.widgets.BaseWidget
 
Identity - Interface in com.smartgwt.client.docs
The following APIs are all related to Identity.
IDManager - Class in com.smartgwt.client.util
 
IDManager() - Constructor for class com.smartgwt.client.util.IDManager
 
IEFilters - Interface in com.smartgwt.client.docs
Internet Explorer "filter" effects
Image - Interface in com.smartgwt.client.docs
Utilities to render images
ImageClickEvent - Class in com.smartgwt.client.widgets.tableview.events
 
ImageClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tableview.events.ImageClickEvent
 
ImageClickHandler - Interface in com.smartgwt.client.widgets.tableview.events
 
ImageColumns - Interface in com.smartgwt.client.docs
Columns that show images either as their only appearance or in addition to text.
ImageEdges - Interface in com.smartgwt.client.docs
The following APIs are all related to ImageEdges.
ImageEdgeStyles - Interface in com.smartgwt.client.docs
The following APIs are all related to ImageEdgeStyles.
Images - Interface in com.smartgwt.client.docs
Referring to and loading images.
ImageStyle - Enum in com.smartgwt.client.types
 
IMenuButton - Class in com.smartgwt.client.widgets.menu
StretchImgButton based version of the MenuButton class.
IMenuButton() - Constructor for class com.smartgwt.client.widgets.menu.IMenuButton
 
IMenuButton(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.menu.IMenuButton
 
IMenuButton(String) - Constructor for class com.smartgwt.client.widgets.menu.IMenuButton
 
IMenuButton(String, Menu) - Constructor for class com.smartgwt.client.widgets.menu.IMenuButton
 
iMenuButton_title() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Show Menu".
Img - Class in com.smartgwt.client.widgets
The Img widget class implements a simple widget that displays a single image.
Img() - Constructor for class com.smartgwt.client.widgets.Img
 
Img(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Img
 
Img(String) - Constructor for class com.smartgwt.client.widgets.Img
 
Img(String, int, int) - Constructor for class com.smartgwt.client.widgets.Img
 
ImgButton - Class in com.smartgwt.client.widgets
A Img that behaves like a button, going through up/down/over state transitions in response to user events.
ImgButton() - Constructor for class com.smartgwt.client.widgets.ImgButton
 
ImgButton(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.ImgButton
 
imgHTML(String) - Static method in class com.smartgwt.client.widgets.Canvas
Generates the HTML for an image unique to this Canvas.
imgHTML(String, int, int, String, String, String) - Static method in class com.smartgwt.client.widgets.Canvas
Generates the HTML for an image unique to this Canvas.
imgHTML(String, int, int) - Static method in class com.smartgwt.client.widgets.Canvas
 
ImgProperties - Class in com.smartgwt.client.widgets
A set of properties that can be used to create an image.
ImgProperties() - Constructor for class com.smartgwt.client.widgets.ImgProperties
 
ImgProperties(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.ImgProperties
 
ImgProperties(String, int, int) - Constructor for class com.smartgwt.client.widgets.ImgProperties
 
ImgSectionHeader - Class in com.smartgwt.client.widgets.layout
SectionHeader class based on an HLayout with StretchImg background.
ImgSectionHeader() - Constructor for class com.smartgwt.client.widgets.layout.ImgSectionHeader
 
ImgSectionHeader(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.ImgSectionHeader
 
ImgSplitbar - Class in com.smartgwt.client.widgets
Subclass of the Img class.
ImgSplitbar() - Constructor for class com.smartgwt.client.widgets.ImgSplitbar
 
ImgSplitbar(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.ImgSplitbar
 
ImgTab - Class in com.smartgwt.client.widgets.tab
Specialized StretchImgButton used by TabSet/TabBar for tabs
ImgTab() - Constructor for class com.smartgwt.client.widgets.tab.ImgTab
 
ImgTab(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tab.ImgTab
 
indexOf(Record) - Method in class com.smartgwt.client.data.RecordList
Return the position in the list of the first instance of the specified object.
indexOf(Record, int, int) - Method in class com.smartgwt.client.data.RecordList
Return the position in the list of the first instance of the specified object.
indexOf(Record) - Method in class com.smartgwt.client.data.ResultSet
Return the position in the list of the first instance of the specified object.
indexOf(Record, int, int) - Method in class com.smartgwt.client.data.ResultSet
Return the position in the list of the first instance of the specified object.
init() - Static method in class com.smartgwt.client.util.I18nUtil
Setup SmartGWT i18n.
initMessages(SmartGwtMessages) - Static method in class com.smartgwt.client.util.I18nUtil
Initialize Smart GWT with i18n translations.
InlineFormItems - Interface in com.smartgwt.client.docs
The following APIs are all related to InlineFormItems.
INSERT - Static variable in interface com.smartgwt.client.types.KeyNames
 
IntegerItem - Class in com.smartgwt.client.widgets.form.fields
 
IntegerItem() - Constructor for class com.smartgwt.client.widgets.form.fields.IntegerItem
 
IntegerItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.IntegerItem
 
IntegerItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.IntegerItem
 
IntegerItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.IntegerItem
 
IntegerRangeValidator - Class in com.smartgwt.client.widgets.form.validator
Tests whether the value for this field is a whole number within the range specified.
IntegerRangeValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.IntegerRangeValidator
 
intersect(RecordList) - Method in class com.smartgwt.client.data.RecordList
Return the list of items that are in both this list and the passed-in list.
intersects(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Returns true if the rectangles of this widget and the specified widget overlap.
invalidateCache() - Method in class com.smartgwt.client.data.DataSource
Invalidate the cache when cacheAllData or clientOnly are true.
invalidateCache() - Method in class com.smartgwt.client.data.ResultSet
Manually invalidate this ResultSet's cache.
invalidateCache() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
invalidateCache() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Invalidate the current data cache for this databound component via a call to this.data.invalidateCache().
invalidateCache() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
invalidateCache() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
invalidateCache() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
invalidateCache() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
invalidateCache() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
invalidateDisplayValueCache() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this item has a specified displayField, the value displayed to the user for this item may be derived from another field.
invalidateRecordComponents() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Invalidates the currently visible set of recordComponents and gets fresh ones for the visible rows in the grid according to the recordComponentPoolingMode
IPickTreeItem - Class in com.smartgwt.client.widgets.form.fields
Subclass of PickTreeItem which shows an IMenuButton rather than a simple MenuButton as it's main button.
IPickTreeItem() - Constructor for class com.smartgwt.client.widgets.form.fields.IPickTreeItem
 
IPickTreeItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.IPickTreeItem
 
IPickTreeItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.IPickTreeItem
 
IPickTreeItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.IPickTreeItem
 
isActive() - Static method in class com.smartgwt.client.util.Animation
 
isAdvanced() - Method in class com.smartgwt.client.data.Criteria
Does this represent an underlying AdvancedCriteria object in JavaScript?
isAltKeyDown() - Method in class com.smartgwt.client.widgets.events.BrowserEvent
 
isArray(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
IsBooleanValidator - Class in com.smartgwt.client.widgets.form.validator
Validation will fail if this field is non-empty and has a non-boolean value.
IsBooleanValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.IsBooleanValidator
 
isCancelled() - Method in class com.smartgwt.client.data.events.ErrorEvent
 
isCancelled() - Method in interface com.smartgwt.client.event.Cancellable
 
isCancelled() - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventClick
 
isCancelled() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventMoved
 
isCancelled() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick
 
isCancelled() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventResized
 
isCancelled() - Method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.ClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DoubleClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DragMoveEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DragRepositionMoveEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DragRepositionStartEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DragRepositionStopEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DragResizeMoveEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DragResizeStartEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DragResizeStopEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DragStartEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DragStopEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DropEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DropMoveEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DropOutEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.DropOverEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.HoverEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.IconClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.KeyDownEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.KeyPressEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.MaximizeClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.MinimizeClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.MouseDownEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.MouseMoveEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.MouseOutEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.MouseOverEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.MouseStillDownEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.MouseUpEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.MouseWheelEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.RestoreClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.RightMouseDownEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.events.ShowContextMenuEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.form.events.HiddenValidationErrorsEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.form.events.ItemChangeEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.BodyKeyPressEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.CellClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.CellContextClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.CellDoubleClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.CellHoverEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.CellMouseDownEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.CellMouseUpEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.CellOutEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.CellOverEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.FilterEditorSubmitEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.GroupByEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.HeaderClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RecordCollapseEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RecordExpandEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RowContextClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RowHoverEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RowMouseDownEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RowMouseUpEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RowOutEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.grid.events.RowOverEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.layout.events.SectionHeaderClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.menu.events.ItemClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tab.events.TabCloseClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tab.events.TabContextMenuEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tree.events.FolderClosedEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tree.events.FolderOpenedEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
 
isCheckboxField(ListGridField) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Identifies whether the passed-in field is the specially generated checkboxField used when SelectionAppearance is "checkbox".
isConfigOnly() - Method in class com.smartgwt.client.widgets.BaseWidget
 
isCreated() - Method in class com.smartgwt.client.core.BaseClass
 
isCreated() - Method in class com.smartgwt.client.core.JsObject
 
isCreated() - Method in class com.smartgwt.client.data.DataSource
 
isCreated() - Method in class com.smartgwt.client.data.RecordList
 
isCreated() - Method in class com.smartgwt.client.data.SimpleType
 
isCreated() - Method in class com.smartgwt.client.widgets.BaseWidget
 
isCreated() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
IscServer - Interface in com.smartgwt.client.docs
Smart GWT Server Summary
isCtrlKeyDown() - Method in class com.smartgwt.client.widgets.events.BrowserEvent
 
isDescendantOf(TreeNode, TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Is one node a descendant of the other?
isDirty() - Method in class com.smartgwt.client.widgets.Canvas
Returns whether a canvas is waiting to be redrawn.
isDisabled() - Method in class com.smartgwt.client.widgets.Canvas
Is this canvas disabled? Note that the disabled state is inherited - this method will return true if this widget, or any of its ancestors are marked disabled.
isDisabled() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Is this item disabled?
isDrawn() - Method in class com.smartgwt.client.widgets.BaseWidget
 
isDrawn() - Method in class com.smartgwt.client.widgets.Canvas
Returns the boolean true, if the widget has been completely drawn, and false otherwise.
isDrawn() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Returns true if this item has been written out into the DOM.
isElementSet - Variable in class com.smartgwt.client.widgets.BaseWidget
 
isEmpty() - Method in class com.smartgwt.client.data.RecordList
Return whether or not this array is empty
isExpanded() - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Returns a boolean indicating whether this SectionItem is expanded.
isExpansionField(ListGridField) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Identifies whether the passed-in field is the specially generated expansionField used when canExpandRecords is true.
IsFloatValidator - Class in com.smartgwt.client.widgets.form.validator
Tests whether the value for this field is a valid floating point number.
IsFloatValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.IsFloatValidator
 
isFolder(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Determines whether a particular node is a folder.
isGrouped() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Return true if the ListGrid is grouped on a field.
isIE() - Static method in class com.smartgwt.client.util.SC
 
IsIntegerValidator - Class in com.smartgwt.client.widgets.form.validator
Tests whether the value for this field is a whole number.
IsIntegerValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.IsIntegerValidator
 
isJavaBoolean(Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
isJavaDate(Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
isJavaDouble(Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
isJavaFloat(Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
isJavaInteger(Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
isJavaNumber(Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
isJavaString(Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
isJSO(Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
isLeaf(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Returns true if the passed in node is a leaf.
isLeftButtonDown() - Method in class com.smartgwt.client.widgets.events.BrowserEvent
 
isLoaded() - Static method in class com.smartgwt.client.util.Page
Has the page finished loading?
isLoaded(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
For a databound tree, has this folder either already loaded its children or is it in the process of loading them.
isMultiple() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If true, multiple values may be selected.
isNewRecord() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Returns true if saveOperationType is currently "add".
isNewRecord() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Returns true if saveOperationType is currently "add".
isOffline() - Static method in class com.smartgwt.client.util.Offline
Returns true if the current browser session is offline (ie, not connected to a network).
IsOneOfValidator - Class in com.smartgwt.client.widgets.form.validator
Tests whether the value for this field matches any value from an arbitrary list of acceptable values.
IsOneOfValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.IsOneOfValidator
 
isOpen(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Whether a particular node is open or closed (works for leaves and folders).
isOverItem() - Method in class com.smartgwt.client.widgets.form.FormItemEventInfo
True if the event occurred over the main body of the item (for example the text-box), rather than over the title or within the form item's cell in the DynamicForm but outside the text box area.
isOverTitle() - Method in class com.smartgwt.client.widgets.form.FormItemEventInfo
True if the event occurred over the items title.
isPartiallySelected(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns true if the record is partially selected.
isResultSet(JavaScriptObject) - Static method in class com.smartgwt.client.data.ResultSet
 
isRightButtonDown() - Method in class com.smartgwt.client.widgets.events.BrowserEvent
 
isRoot(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Return true if the passed node is the root node.
isRowNumberField(ListGridField) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Identifies whether the passed-in field is the specially generated rowNumberField used when showRowNumbers is true.
isRTL() - Static method in class com.smartgwt.client.util.Page
Return whether the page text direction is right to left.
isSelected() - Method in class com.smartgwt.client.widgets.Button
Find out if this object is selected
isSelected(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns true if the record is selected.
isSelected() - Method in class com.smartgwt.client.widgets.ImgButton
Find out if this object is selected
isSelected() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Find out if this object is selected
isSelected() - Method in class com.smartgwt.client.widgets.StretchImgButton
Find out if this object is selected
isSortField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns true if the passed fieldName is in the current sort-specification.
IsStringValidator - Class in com.smartgwt.client.widgets.form.validator
Validation will fail if the value is not a string value.
IsStringValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.IsStringValidator
 
isValidID(String) - Static method in class com.smartgwt.client.util.IDManager
 
isVisible() - Method in class com.smartgwt.client.widgets.Canvas
Returns true if the widget is visible, taking all parents into account, so that a widget which is not hidden might still report itself as not visible if it is within a hidden parent.
ItemChangedEvent - Class in com.smartgwt.client.widgets.form.events
 
ItemChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.events.ItemChangedEvent
 
ItemChangedHandler - Interface in com.smartgwt.client.widgets.form.events
 
ItemChangeEvent - Class in com.smartgwt.client.widgets.form.events
 
ItemChangeEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.events.ItemChangeEvent
 
ItemChangeHandler - Interface in com.smartgwt.client.widgets.form.events
 
ItemClickEvent - Class in com.smartgwt.client.widgets.menu.events
 
ItemClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.menu.events.ItemClickEvent
 
ItemClickEvent - Class in com.smartgwt.client.widgets.toolbar.events
 
ItemClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.toolbar.events.ItemClickEvent
 
ItemClickHandler - Interface in com.smartgwt.client.widgets.menu.events
 
ItemClickHandler - Interface in com.smartgwt.client.widgets.toolbar.events
 
itemDoubleClick(Button, int) - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
Called when one of the buttons receives a double-click event
ItemDragResizedHandler - Interface in com.smartgwt.client.widgets.toolbar.events
 
ItemHoverEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
ItemHoverEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.ItemHoverEvent
 
ItemHoverHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
ItemKeyPressEvent - Class in com.smartgwt.client.widgets.form.events
 
ItemKeyPressEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
 
ItemKeyPressHandler - Interface in com.smartgwt.client.widgets.form.events
 
ItemResizedEvent - Class in com.smartgwt.client.widgets.toolbar.events
 
ItemResizedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.toolbar.events.ItemResizedEvent
 
Items - Interface in com.smartgwt.client.docs
The following APIs are all related to Items.

J

JavaModuleDependencies - Interface in com.smartgwt.client.docs
Java Module Dependencies
JpaIntegration - Interface in com.smartgwt.client.docs
Integration with JPA
jsObj - Variable in class com.smartgwt.client.core.JsObject
 
jsObj - Variable in class com.smartgwt.client.data.RecordList
 
jsObj - Variable in class com.smartgwt.client.event.AbstractSmartEvent
 
JsObject - Class in com.smartgwt.client.core
 
JsObject() - Constructor for class com.smartgwt.client.core.JsObject
 
JsObject(JavaScriptObject) - Constructor for class com.smartgwt.client.core.JsObject
 
JSOHelper - Class in com.smartgwt.client.util
Internal helper class.
JSON - Class in com.smartgwt.client.util
Utilities for working with JSON data.
JSON() - Constructor for class com.smartgwt.client.util.JSON
 
JSONCircularReferenceMode - Enum in com.smartgwt.client.types
What the JSONEncoder should do when it encounters a circular reference in an object structure.
JSONDateFormat - Enum in com.smartgwt.client.types
Format for encoding dates in JSON.
JSONEncoder - Class in com.smartgwt.client.util
Class for encoding objects as JSON strings.
JSONEncoder() - Constructor for class com.smartgwt.client.util.JSONEncoder
 
JSONEncoder(JavaScriptObject) - Constructor for class com.smartgwt.client.util.JSONEncoder
 
JSONInstanceSerializationMode - Enum in com.smartgwt.client.types
Controls the output of the JSONEncoder when instances of SmartGWT classes (eg a ListGrid) are included in the data to be serialized.

K

KeyboardEvents - Interface in com.smartgwt.client.docs
Keyboard Events
KeyCallback - Interface in com.smartgwt.client.util
 
KeyDownEvent - Class in com.smartgwt.client.widgets.events
 
KeyDownEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.KeyDownEvent
 
KeyDownEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
KeyDownEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
 
KeyDownHandler - Interface in com.smartgwt.client.widgets.events
 
KeyDownHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
KeyIdentifier - Class in com.smartgwt.client.core
 
KeyIdentifier() - Constructor for class com.smartgwt.client.core.KeyIdentifier
 
KeyNames - Interface in com.smartgwt.client.types
Key name constants.
keyPress(String, char, DynamicForm, FormItem, FormItemIcon) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
StringMethod action to fire when this icon has focus and receives a keypress event.
KeyPressEvent - Class in com.smartgwt.client.widgets.events
 
KeyPressEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.KeyPressEvent
 
KeyPressEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
KeyPressEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
 
KeyPressHandler - Interface in com.smartgwt.client.widgets.events
 
KeyPressHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
KeyRegistry - Interface in com.smartgwt.client.docs
The following APIs are all related to KeyRegistry.
keyUp() - Method in class com.smartgwt.client.widgets.Canvas
Executed when a key is released on a focusable widget (canFocus: true).
KeyUpEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
KeyUpEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
 
KeyUpHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 

L

Label - Class in com.smartgwt.client.widgets
Labels display a small amount of alignable text with optional icon and autoFit.
Label() - Constructor for class com.smartgwt.client.widgets.Label
 
Label(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Label
 
Label(String) - Constructor for class com.smartgwt.client.widgets.Label
 
Labels - Interface in com.smartgwt.client.docs
The following APIs are all related to Labels.
last() - Method in class com.smartgwt.client.data.RecordList
Return the last item in this list
lastIndexOf(Record) - Method in class com.smartgwt.client.data.RecordList
Return the position in the list of the last instance of the specified object.
lastIndexOf(Record, int, int) - Method in class com.smartgwt.client.data.RecordList
Return the position in the list of the last instance of the specified object.
Layout - Class in com.smartgwt.client.widgets.layout
A subclass of Canvas that automatically arranges other Canvases according to a layout policy.
Layout() - Constructor for class com.smartgwt.client.widgets.layout.Layout
 
Layout(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.Layout
 
layoutChildren(String) - Method in class com.smartgwt.client.widgets.Canvas
layoutChildren() is where a Canvas should implement a sizing policy for it's Canvas children.
LayoutMargin - Interface in com.smartgwt.client.docs
The following APIs are all related to LayoutMargin.
LayoutMember - Interface in com.smartgwt.client.docs
Properties that can be set on members of a layout to control how the layout is done
LayoutPolicy - Interface in com.smartgwt.client.docs
The following APIs are all related to LayoutPolicy.
LayoutPolicy - Enum in com.smartgwt.client.types
Policy controlling how the Layout will manage member sizes on this axis.
LayoutResizeBarPolicy - Enum in com.smartgwt.client.types
Policy for whether resize bars are shown on members by default.
LayoutSpacer - Class in com.smartgwt.client.widgets.layout
Add a LayoutSpacer to a Layout to take up space just like a normal member, without actually drawing anything.
LayoutSpacer() - Constructor for class com.smartgwt.client.widgets.layout.LayoutSpacer
 
LayoutSpacer(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.LayoutSpacer
 
layoutTiles() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Forces layout out the tiles
LeafClickEvent - Class in com.smartgwt.client.widgets.tree.events
 
LeafClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.events.LeafClickEvent
 
LeafClickHandler - Interface in com.smartgwt.client.widgets.tree.events
 
LeafContextClickEvent - Class in com.smartgwt.client.widgets.tree.events
 
LeafContextClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
 
LeafContextClickHandler - Interface in com.smartgwt.client.widgets.tree.events
 
LEFT - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
LEFT_ALL - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
leftButtonDown() - Static method in class com.smartgwt.client.util.EventHandler
Returns true if the left mouse button is being pressed.
lengthIsKnown() - Method in class com.smartgwt.client.data.ResultSet
Whether the ResultSet actually knows how many records are available from the server.
LengthRangeValidator - Class in com.smartgwt.client.widgets.form.validator
This validator type applies to string values only.
LengthRangeValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.LengthRangeValidator
 
Line - Interface in com.smartgwt.client.docs
The following APIs are all related to Line.
linkHTML(String) - Method in class com.smartgwt.client.widgets.Canvas
Generates the HTML for a standard link element
linkHTML(String, String, String, String, int, String) - Method in class com.smartgwt.client.widgets.Canvas
Generates the HTML for a standard link element
LinkItem - Class in com.smartgwt.client.widgets.form.fields
A FormItem that displays an HTML link
LinkItem() - Constructor for class com.smartgwt.client.widgets.form.fields.LinkItem
 
LinkItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.LinkItem
 
LinkItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.LinkItem
 
linkNodes(TreeNode[]) - Method in class com.smartgwt.client.widgets.tree.Tree
This method is provided as a mechanism to link new nodes into the tree of modelType "parent".
ListGrid - Class in com.smartgwt.client.widgets.grid
A ListGrid is a DataBoundComponent that displays a list of objects in a grid, where each row represents one object and each cell in the row represents one property.
ListGrid() - Constructor for class com.smartgwt.client.widgets.grid.ListGrid
 
ListGrid(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.ListGrid
 
listGrid_autoFitAllText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Auto Fit All Columns".
listGrid_autoFitFieldText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Auto Fit".
listGrid_cancelEditingConfirmationMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Cancelling this edit will clear unsaved edit values for this record.
listGrid_clearAllSortingText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Clear All Sorting".
listGrid_clearFilterText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Clear Filter".
listGrid_clearSortFieldText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Clear Sort".
listGrid_configureSortText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Configure Sort".
listGrid_confirmDiscardEditsMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "This action will discard all unsaved edited values for this list.".
listGrid_deleteRecordContextMenuItemTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Delete".
listGrid_discardEditsSaveButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Save".
listGrid_dismissEmbeddedComponentContextMenuItemTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Dismiss".
listGrid_emptyMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "No items to show.".
listGrid_fieldVisibilitySubmenuTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Columns".
listGrid_freezeFieldText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Freeze".
listGrid_freezeOnLeftText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Freeze on left".
listGrid_freezeOnRightText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Freeze on right".
listGrid_groupByText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Group by".
listGrid_loadingDataMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Loading data...".
listGrid_maxExpandedRecordsPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "This grid is limited to $count simultaneously expanded records.
listGrid_newRecordRowMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "-- Add New Row --".
listGrid_openRecordEditorContextMenuItemTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Edit".
listGrid_recordEditorCancelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Cancel".
listGrid_recordEditorSaveButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Save".
listGrid_removeFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "[Remove record]".
listGrid_sortFieldAscendingText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Sort Ascending".
listGrid_sortFieldDescendingText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Sort Descending".
listGrid_unfreezeFieldText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Unfreeze".
listGrid_ungroupText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Ungroup".
ListGridEditEvent - Enum in com.smartgwt.client.types
Event that will trigger inline editing.
ListGridEditorContext - Class in com.smartgwt.client.widgets.grid
Context object holding information about the cell being edited as part of a listGrid edit event.
ListGridEditorCustomizer - Interface in com.smartgwt.client.widgets.grid
Customizer for the edit FormItem shown in a ListGrid cell
ListGridField - Class in com.smartgwt.client.widgets.grid
An ordinary JavaScript object containing properties that configures the display of and interaction with the columns of a ListGrid.
ListGridField() - Constructor for class com.smartgwt.client.widgets.grid.ListGridField
 
ListGridField(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.ListGridField
 
ListGridField(String) - Constructor for class com.smartgwt.client.widgets.grid.ListGridField
 
ListGridField(String, int) - Constructor for class com.smartgwt.client.widgets.grid.ListGridField
 
ListGridField(String, String) - Constructor for class com.smartgwt.client.widgets.grid.ListGridField
 
ListGridField(String, String, int) - Constructor for class com.smartgwt.client.widgets.grid.ListGridField
 
ListGridFieldIfFunction - Interface in com.smartgwt.client.widgets.grid
 
ListGridFieldType - Enum in com.smartgwt.client.types
ListGrids format data for viewing and editing based on the type attribute of the field.
ListGridRecord - Class in com.smartgwt.client.widgets.grid
A ListGridRecord is a JavaScript Object whose properties contain values for each ListGridField.
ListGridRecord() - Constructor for class com.smartgwt.client.widgets.grid.ListGridRecord
 
ListGridRecord(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.ListGridRecord
 
ListGridSummaryField - Class in com.smartgwt.client.widgets.grid
This class represents a List Grid field that is used as a Summary Field.
ListGridSummaryField() - Constructor for class com.smartgwt.client.widgets.grid.ListGridSummaryField
 
ListGridSummaryField(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.ListGridSummaryField
 
ListGridSummaryField(String) - Constructor for class com.smartgwt.client.widgets.grid.ListGridSummaryField
 
ListGridSummaryField(String, int) - Constructor for class com.smartgwt.client.widgets.grid.ListGridSummaryField
 
ListGridSummaryField(String, String) - Constructor for class com.smartgwt.client.widgets.grid.ListGridSummaryField
 
ListGridSummaryField(String, String, int) - Constructor for class com.smartgwt.client.widgets.grid.ListGridSummaryField
 
listToArray(List) - Static method in class com.smartgwt.client.util.JSOHelper
 
load(String, Function, boolean) - Static method in class com.smartgwt.client.data.DataSource
Load a DataSource or an array of DataSources using the DataSourceLoader servlet.
load(String[], Function, boolean) - Static method in class com.smartgwt.client.data.DataSource
Load a DataSource or an array of DataSources using the DataSourceLoader servlet.
loadChildren(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Load the children of a given node. This implementation does nothing other than mark the node as loaded
loadingContent() - Method in class com.smartgwt.client.widgets.HTMLFlow
Returns true if this htmlFlow is currently loading content from the server.
Note: Does not apply to htmlFlows with contentsType set to "page"
LoadingDataMessage - Interface in com.smartgwt.client.docs
 
LoadingOptionalModules - Interface in com.smartgwt.client.docs
Loading Optional Modules
LoadState - Interface in com.smartgwt.client.docs
The following APIs are all related to LoadState.
LoadState - Enum in com.smartgwt.client.types
Trees that dynamically load nodes keep track of whether each node has loaded its children.
loadStyleSheet(String) - Static method in class com.smartgwt.client.util.Page
Load a styleSheet for this application.
loadWSDL(String, WSDLLoadCallback) - Static method in class com.smartgwt.client.data.XMLTools
Load a WSDL file and create an instance of WebService that allows invoking operations and binding DataSources to web service operations.
loadWSDL(String, WSDLLoadCallback, RPCRequest) - Static method in class com.smartgwt.client.data.XMLTools
Load a WSDL file and create an instance of WebService that allows invoking operations and binding DataSources to web service operations.
loadWSDL(String, WSDLLoadCallback, RPCRequest, boolean) - Static method in class com.smartgwt.client.data.XMLTools
Load a WSDL file and create an instance of WebService that allows invoking operations and binding DataSources to web service operations.
loadXMLSchema(String, XSDLoadCallback) - Static method in class com.smartgwt.client.data.XMLTools
Load an XML file containing XML schema definitions and create DataSource and SimpleType objects to represent the schema.
loadXMLSchema(String, XSDLoadCallback, RPCRequest) - Static method in class com.smartgwt.client.data.XMLTools
Load an XML file containing XML schema definitions and create DataSource and SimpleType objects to represent the schema.
loadXMLSchema(String, XSDLoadCallback, RPCRequest, boolean) - Static method in class com.smartgwt.client.data.XMLTools
Load an XML file containing XML schema definitions and create DataSource and SimpleType objects to represent the schema.
Location - Interface in com.smartgwt.client.docs
The following APIs are all related to Location.
LocatorStrategy - Enum in com.smartgwt.client.types
The AutoTest subsystem relies on generating and parsing identifier strings to identify components on the page.
LocatorTypeStrategy - Enum in com.smartgwt.client.types
When attempting to identify a component from within a list of possible candidates as described com.smartgwt.client..LocatorStrategy, if we are unable to find a unique match by name or title, we will use the recorded "type" of the component to verify an apparent match.
logEcho(JavaScriptObject) - Static method in class com.smartgwt.client.util.SC
Logs the echoed object as a warning, prefixed with an optional message.
logEcho(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.SC
Logs the echoed object as a warning, prefixed with an optional message.
logEcho(Canvas) - Static method in class com.smartgwt.client.util.SC
Logs the echoed object as a warning, prefixed with an optional message.
logEcho(Canvas, String) - Static method in class com.smartgwt.client.util.SC
Logs the echoed object as a warning, prefixed with an optional message.
logEchoAll(JavaScriptObject) - Static method in class com.smartgwt.client.util.SC
Logs the echoed object as a warning, prefixed with an optional message.
logEchoAll(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.SC
Logs the echoed object as a warning, prefixed with an optional message.
logEchoAll(Canvas) - Static method in class com.smartgwt.client.util.SC
Logs the echoed object as a warning, prefixed with an optional message.
logEchoAll(Canvas, String) - Static method in class com.smartgwt.client.util.SC
Logs the echoed object as a warning, prefixed with an optional message.
LogicalOperator - Enum in com.smartgwt.client.types
Operators that can evaluate a set of criteria and produce a combined result.
loginRequired(int, RPCRequest, RPCResponse) - Method in interface com.smartgwt.client.rpc.LoginRequiredCallback
Called when a session timeout is encountered while trying to do a background RPC.
LoginRequiredCallback - Interface in com.smartgwt.client.rpc
The LoginRequred callback.
LogPriority - Enum in com.smartgwt.client.types
Priority levels for log messages
LogUtil - Class in com.smartgwt.client.util
 
LogUtil() - Constructor for class com.smartgwt.client.util.LogUtil
 
logWarn(String) - Static method in class com.smartgwt.client.util.SC
Log a warning.
logWarn(String, String) - Static method in class com.smartgwt.client.util.SC
Log a warning.

M

Mail - Interface in com.smartgwt.client.docs
The following APIs are all related to Mail.
MAIL - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
makeXMLSafe(String) - Static method in class com.smartgwt.client.util.StringUtil
Escapes special characters in XML values - so called 'unparsed data'
mapRelativeDateShortcut(String, RelativeDateRangePosition) - Static method in class com.smartgwt.client.util.DateUtil
Converts a RelativeDate shortcut string such as "$today" to a RelativeDateString such as "+0D"
mapRelativeDateShortcut(String) - Static method in class com.smartgwt.client.util.DateUtil
 
markAdvancedCriteria() - Method in class com.smartgwt.client.data.Criterion
 
markForDestroy() - Method in class com.smartgwt.client.widgets.Canvas
destroy() this canvas on a timeout.
markForRedraw() - Method in class com.smartgwt.client.widgets.Canvas
Marks the widget as "dirty" so that it will be added to a queue for redraw.
markForRedraw(String) - Method in class com.smartgwt.client.widgets.Canvas
Marks the widget as "dirty" so that it will be added to a queue for redraw.
markForRedraw() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Marks the widget as "dirty" so that it will be added to a queue for redraw.
markForRedraw(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Marks the widget as "dirty" so that it will be added to a queue for redraw.
MaskValidator - Class in com.smartgwt.client.widgets.form.validator
Validate against a regular expression mask, specified as validator.mask.
MaskValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.MaskValidator
 
MatchesFieldValidator - Class in com.smartgwt.client.widgets.form.validator
Tests whether the value for this field matches the value of some other field.
MatchesFieldValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.MatchesFieldValidator
 
MAXIMIZE - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
maximize() - Method in class com.smartgwt.client.widgets.Window
Maximize the window.
MaximizeClickEvent - Class in com.smartgwt.client.widgets.events
 
MaximizeClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.MaximizeClickEvent
 
MaximizeClickHandler - Interface in com.smartgwt.client.widgets.events
 
Members - Interface in com.smartgwt.client.docs
The following APIs are all related to Members.
membersChanged() - Method in class com.smartgwt.client.widgets.layout.Layout
Fires once at initialization if the layout has any initial members, and then fires whenever members are added, removed or reordered.
Menu - Class in com.smartgwt.client.widgets.menu
The Menu widget class implements interactive menu widgets, with optional icons, submenus, and shortcut keys.
Menu() - Constructor for class com.smartgwt.client.widgets.menu.Menu
 
Menu(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.menu.Menu
 
MenuBar - Class in com.smartgwt.client.widgets.menu
A MenuBar is a bar of buttons used to show a set of menus.
MenuBar() - Constructor for class com.smartgwt.client.widgets.menu.MenuBar
 
MenuBar(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.menu.MenuBar
 
MenuBasic - Interface in com.smartgwt.client.docs
The following APIs are all related to MenuBasic.
MenuButton - Class in com.smartgwt.client.widgets.menu
Simple subclass of button associated with a menu widget (gets shown below the button).
MenuButton() - Constructor for class com.smartgwt.client.widgets.menu.MenuButton
 
MenuButton(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.menu.MenuButton
 
MenuButton(String) - Constructor for class com.smartgwt.client.widgets.menu.MenuButton
 
MenuButton(String, Menu) - Constructor for class com.smartgwt.client.widgets.menu.MenuButton
 
menuButton_title() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Show Menu".
MenuFieldID - Enum in com.smartgwt.client.types
Simple string identifiers for standard menu fields.
MenuIcons - Interface in com.smartgwt.client.docs
The following APIs are all related to MenuIcons.
MenuItem - Class in com.smartgwt.client.widgets.menu
Menu items are specified are object literals, not class instances.
MenuItem() - Constructor for class com.smartgwt.client.widgets.menu.MenuItem
 
MenuItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.menu.MenuItem
 
MenuItem(String) - Constructor for class com.smartgwt.client.widgets.menu.MenuItem
 
MenuItem(String, String) - Constructor for class com.smartgwt.client.widgets.menu.MenuItem
 
MenuItem(String, String, String) - Constructor for class com.smartgwt.client.widgets.menu.MenuItem
 
MenuItemClickEvent - Class in com.smartgwt.client.widgets.menu.events
 
MenuItemClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.menu.events.MenuItemClickEvent
 
MenuItemIfFunction - Interface in com.smartgwt.client.widgets.menu
 
MenuItems - Interface in com.smartgwt.client.docs
The following APIs are all related to MenuItems.
MenuItemSeparator - Class in com.smartgwt.client.widgets.menu
 
MenuItemSeparator() - Constructor for class com.smartgwt.client.widgets.menu.MenuItemSeparator
 
MenuItemStringFunction - Interface in com.smartgwt.client.widgets.menu
 
MenuKeys - Interface in com.smartgwt.client.docs
The following APIs are all related to MenuKeys.
Messaging - Class in com.smartgwt.client.rpc
The Messaging class provides APIs to make use of SmartGWT Real-Time Messaging module, an optional module available with SmartGWT Enterprise Edition which allows browser based web applications to publish and subscribe to HTTP Messaging channels, allowing the application to receive (and send) messages delivered via server push for "real-time" updates from the server without polling.
Messaging() - Constructor for class com.smartgwt.client.rpc.Messaging
 
MessagingCallback - Interface in com.smartgwt.client.rpc
 
messagingLoaded() - Static method in class com.smartgwt.client.rpc.Messaging
Static method indicating whether the optional RealtimeMessaging module is loaded for the page.
MiniDateRangeItem - Class in com.smartgwt.client.widgets.form.fields
Provides a compact interface for editing a date range, by providing a read-only display of the current selected date range with an icon to launch a DateRangeDialog to edit the range.
MiniDateRangeItem() - Constructor for class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
 
MiniDateRangeItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
 
MiniDateRangeItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
 
MiniDateRangeItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
 
miniDateRangeItem_fromDateOnlyPrefix() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Since".
miniDateRangeItem_pickerIconPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Show Date Chooser".
miniDateRangeItem_toDateOnlyPrefix() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Before".
Minimize - Interface in com.smartgwt.client.docs
The following APIs are all related to Minimize.
MINIMIZE - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
minimize() - Method in class com.smartgwt.client.widgets.Window
Minimize the window.
MinimizeClickEvent - Class in com.smartgwt.client.widgets.events
 
MinimizeClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.MinimizeClickEvent
 
MinimizeClickHandler - Interface in com.smartgwt.client.widgets.events
 
MINUS - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
MobileDevelopment - Interface in com.smartgwt.client.docs
Mobile Application Development
Modal - Interface in com.smartgwt.client.docs
The following APIs are all related to Modal.
MONTH_AGO - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the current day of the previous month
MONTH_FROM_NOW - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the current day of the following month
MonthViewEvents - Interface in com.smartgwt.client.docs
The following APIs are all related to MonthViewEvents.
MonthViewFormatting - Interface in com.smartgwt.client.docs
The following APIs are all related to MonthViewFormatting.
MouseDownEvent - Class in com.smartgwt.client.widgets.events
 
MouseDownEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.MouseDownEvent
 
MouseDownHandler - Interface in com.smartgwt.client.widgets.events
 
MouseEvents - Interface in com.smartgwt.client.docs
The following APIs are all related to MouseEvents.
MouseMoveEvent - Class in com.smartgwt.client.widgets.events
 
MouseMoveEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.MouseMoveEvent
 
MouseMoveHandler - Interface in com.smartgwt.client.widgets.events
 
MouseOutEvent - Class in com.smartgwt.client.widgets.events
 
MouseOutEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.MouseOutEvent
 
MouseOutHandler - Interface in com.smartgwt.client.widgets.events
 
MouseOverEvent - Class in com.smartgwt.client.widgets.events
 
MouseOverEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.MouseOverEvent
 
MouseOverHandler - Interface in com.smartgwt.client.widgets.events
 
MouseStillDownEvent - Class in com.smartgwt.client.widgets.events
 
MouseStillDownEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.MouseStillDownEvent
 
MouseStillDownHandler - Interface in com.smartgwt.client.widgets.events
 
MouseUpEvent - Class in com.smartgwt.client.widgets.events
 
MouseUpEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.MouseUpEvent
 
MouseUpHandler - Interface in com.smartgwt.client.widgets.events
 
MouseWheelEvent - Class in com.smartgwt.client.widgets.events
 
MouseWheelEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.MouseWheelEvent
 
MouseWheelHandler - Interface in com.smartgwt.client.widgets.events
 
move(TreeNode, TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Moves the specified node to a new parent.
move(TreeNode, TreeNode, int) - Method in class com.smartgwt.client.widgets.tree.Tree
Moves the specified node to a new parent.
moveAbove(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Puts this widget just above the specified widget in the stacking order, so it appears in front of the specified widget if both widgets have the same parent.
moveBelow(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Puts this widget just below the specified widget in the stacking order, so it appears behind the specified widget if both widgets have the same parent.
moveBy(int, int) - Method in class com.smartgwt.client.widgets.Canvas
Moves the widget deltaX pixels to the right and deltaY pixels down.
MovedEvent - Class in com.smartgwt.client.widgets.events
 
MovedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.MovedEvent
 
MovedHandler - Interface in com.smartgwt.client.widgets.events
 
moveSection(int, int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Moves the specified section to a new position in the SectionStack order.
moveSection(String, int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Moves the specified section to a new position in the SectionStack order.
moveTo(int, int) - Static method in class com.smartgwt.client.util.Page
Move the window to a specified top and left in screen coordinates.
moveTo(int, int) - Method in class com.smartgwt.client.widgets.Canvas
Moves the widget so that its top-left corner is at the specified coordinates.
multiFileItem_emptyMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Click icon to add...".
MultiFilePicker - Class in com.smartgwt.client.widgets
The MultiFilePicker is a pop-up picker used by the MultiFileItem to allow the user to enter several files for upload.
MultiFilePicker() - Constructor for class com.smartgwt.client.widgets.MultiFilePicker
 
MultiFilePicker(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.MultiFilePicker
 
multiFilePicker_emptyMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Click icon to add...".
MultipleAppearance - Enum in com.smartgwt.client.types
Appearance for a SelectItem that allows multiple selection
MultiSortCallback - Interface in com.smartgwt.client.data
Called when the user defines and accepts one or more SortSpecifiers in the MultiSortDialog.
MultiSortDialog - Class in com.smartgwt.client.data
A dialog that allows the user to set up complex sorting arrangements by defining a group of SortSpecifiers.
MultiSortDialog() - Constructor for class com.smartgwt.client.data.MultiSortDialog
 
multiSortDialog_addLevelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Add Level".
multiSortDialog_applyButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Apply".
multiSortDialog_ascendingTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Ascending".
multiSortDialog_cancelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Cancel".
multiSortDialog_copyLevelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Copy Level".
multiSortDialog_deleteLevelButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Delete Level".
multiSortDialog_descendingTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Descending".
multiSortDialog_directionFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Order".
multiSortDialog_firstSortLevelTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Sort by".
multiSortDialog_invalidListPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Columns may only be used once: $title is used multiple times.".
multiSortDialog_levelDownPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Move Level Down".
multiSortDialog_levelUpPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Move Level Up".
multiSortDialog_otherSortLevelTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Then by".
multiSortDialog_propertyFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Column".
multiSortDialog_title() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Sort".

N

NativeCheckboxItem - Class in com.smartgwt.client.widgets.form.fields
A checkbox for manipulating 2-valued fields based on the native checkbox element.
NativeCheckboxItem() - Constructor for class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
 
NativeCheckboxItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
 
NativeCheckboxItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
 
NativeMobileApps - Interface in com.smartgwt.client.docs
Creating Native Mobile Apps (Titanium, Phonegap)
navigateBack() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Navigate to the previous column.
NavigationBar - Class in com.smartgwt.client.widgets.layout
extends HLayout Navigation control implemented as a horizontal layout showing back and forward controls and a title.
NavigationBar() - Constructor for class com.smartgwt.client.widgets.layout.NavigationBar
 
NavigationBar(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.NavigationBar
 
NavigationClickEvent - Class in com.smartgwt.client.widgets.layout.events
 
NavigationClickHandler - Interface in com.smartgwt.client.widgets.layout.events
 
NavigationMode - Enum in com.smartgwt.client.types
Controls the navigation mode of records displayed in a TableView
NetworkPerformance - Interface in com.smartgwt.client.docs
Network Performance
next() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Move to the next day, week, or month, depending on which tab is selected.
noClick() - Method in class com.smartgwt.client.widgets.Dialog
Handle a click on the 'no' button of this Dialog.
NodeClickEvent - Class in com.smartgwt.client.widgets.tree.events
 
NodeClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.events.NodeClickEvent
 
NodeClickHandler - Interface in com.smartgwt.client.widgets.tree.events
 
NodeContextClickEvent - Class in com.smartgwt.client.widgets.tree.events
 
NodeContextClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
 
NodeContextClickHandler - Interface in com.smartgwt.client.widgets.tree.events
 
nodeForRecord(ListGridRecord) - Static method in class com.smartgwt.client.widgets.tree.Tree
A TreeNode and ListGridRecord represent similar datastructures and it is possible that certain TreeGrid operations return a ListGridRecord since TreeGrid extends ListGrid.
NodeSelectedEvent - Class in com.smartgwt.client.widgets.grid.events
 
NodeSelectedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
 
NodeSelectedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
NoFrames - Interface in com.smartgwt.client.docs
Don't Misuse Frames
NonJavaBackend - Interface in com.smartgwt.client.docs
.NET, PHP, Serverless Integration
normalize(Record, String) - Method in interface com.smartgwt.client.data.RecordList.SortNormalizer
The normalization function.
normalize(ListGridRecord, String) - Method in interface com.smartgwt.client.widgets.grid.SortNormalizer
The normalization function.
NOW - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for this moment - equivalent to calling new RelativeDate(RelativeDateShortcut.NOW);

O

Offline - Interface in com.smartgwt.client.docs
The following APIs are all related to Offline.
Offline - Class in com.smartgwt.client.util
The Offline class provides features for storing and retrieving values in persistent browser storage.
Offline() - Constructor for class com.smartgwt.client.util.Offline
 
OfflineGroup - Interface in com.smartgwt.client.docs
The following APIs are all related to OfflineGroup.
okClick() - Method in class com.smartgwt.client.widgets.Dialog
Handle a click on the 'ok' button of this Dialog.
onBackgroundClick(BackgroundClickEvent) - Method in interface com.smartgwt.client.widgets.calendar.events.BackgroundClickHandler
Callback fired when the mouse is clicked in a background-cell, ie, one without an event.
onBackgroundMouseDown(BackgroundMouseDownEvent) - Method in interface com.smartgwt.client.widgets.calendar.events.BackgroundMouseDownHandler
Callback fired when the mouse button is depressed over a background-cell, ie, one without an event.
onBlur(BlurEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.BlurHandler
Called when this FormItem loses focus.
onBodyKeyPress(BodyKeyPressEvent) - Method in interface com.smartgwt.client.widgets.grid.events.BodyKeyPressHandler
Handle a keyPress event on the body.
onButtonClick(ButtonClickEvent) - Method in interface com.smartgwt.client.widgets.events.ButtonClickHandler
Fires when any button in this Dialog's toolbar is clicked.
onCellClick(CellClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellClickHandler
Called when a cell receives a click event.
onCellContextClick(CellContextClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellContextClickHandler
Called when a cell receives a contextclick event.
onCellDoubleClick(CellDoubleClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellDoubleClickHandler
Called when a cell receives a double click event.
onCellHover(CellHoverEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellHoverHandler
Called when the mouse hovers over a cell if this.canHover is true.
onCellMouseDown(CellMouseDownEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellMouseDownHandler
Called when a cell receives a mousedown event.
onCellMouseUp(CellMouseUpEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellMouseUpHandler
Called when a cell receives a mouseup event.
onCellOut(CellOutEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellOutHandler
Called when the mouse pointer leaves a cell
onCellOver(CellOverEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellOverHandler
Called when the mouse pointer enters a cell
onCellSaved(CellSavedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellSavedHandler
Fires after user edits have been successfully saved to the server, when the new value doesn't match the value before editing.
onChange(ChangeEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.ChangeHandler
Called when a FormItem's value is about to change as the result of user interaction.
onChange(ChangeEvent) - Method in interface com.smartgwt.client.widgets.grid.events.ChangeHandler
 
onChanged(ChangedEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.ChangedHandler
Called when a FormItem's value has been changed as the result of user interaction.
onChanged(ChangedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.ChangedHandler
 
onClick(ClickEvent) - Method in interface com.smartgwt.client.widgets.events.ClickHandler
Executed when the left mouse is clicked (pressed and then released) on this widget.
onClick(ClickEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.ClickHandler
Called when this FormItem is clicked on.
onClick(MenuItemClickEvent) - Method in interface com.smartgwt.client.widgets.menu.events.ClickHandler
Executed when this menu item is clicked by the user.
onCloseClick(CloseClientEvent) - Method in interface com.smartgwt.client.widgets.events.CloseClickHandler
Handles a click on the close button of this window.
onCloseClick(TabCloseClickEvent) - Method in interface com.smartgwt.client.widgets.tab.events.CloseClickHandler
 
onColorSelected(ColorSelectedEvent) - Method in interface com.smartgwt.client.widgets.form.events.ColorSelectedHandler
Override this method to be notified when the user selects a color either by clicking a basic color box in simple mode, or by clicking the OK button in complex mode.
onContentLoaded(ContentLoadedEvent) - Method in interface com.smartgwt.client.widgets.events.ContentLoadedHandler
StringMethod fired when content is completely loaded in this htmlFlow.
onDataArrived(DataArrivedEvent) - Method in interface com.smartgwt.client.data.events.DataArrivedHandler
 
onDataArrived(DataArrivedEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.DataArrivedHandler
If this item is showing a dataBound pickList, this notification method will be fired when new data arrives from the server.
onDataArrived(DataArrivedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.DataArrivedHandler
Notification method fired when new data arrives from the server to be displayed in this ListGrid, (for example in response to the user scrolling a new set of rows into view).
onDataArrived(DataArrivedEvent) - Method in interface com.smartgwt.client.widgets.tree.events.DataArrivedHandler
Notification method fired whenever this TreeGrid receives new data nodes from the dataSource.
onDataChanged(DataChangedEvent) - Method in interface com.smartgwt.client.data.events.DataChangedHandler
 
onDataChanged(DataChangedEvent) - Method in interface com.smartgwt.client.widgets.events.DataChangedHandler
Method to override or observe in order to be notified when a user picks a date value.
onDataChanged(DataChangedEvent) - Method in interface com.smartgwt.client.widgets.tree.DataChangedHandler
Called when the structure of this tree is changed in any way.
onDateChanged(DateChangedEvent) - Method in interface com.smartgwt.client.widgets.calendar.events.DateChangedHandler
Fires whenever the user changes the current date, including picking a specific date or navigating to a new week or month.
onDayBodyClick(DayBodyClickEvent) - Method in interface com.smartgwt.client.widgets.calendar.events.DayBodyClickHandler
Called when the body area of a day in the month view is clicked on, outside of any links to a particular event.
onDayHeaderClick(DayHeaderClickEvent) - Method in interface com.smartgwt.client.widgets.calendar.events.DayHeaderClickHandler
Called when the header area of a day in the month view is clicked on.
onDestroy() - Method in class com.smartgwt.client.widgets.BaseWidget
 
onDoubleClick(DoubleClickEvent) - Method in interface com.smartgwt.client.widgets.events.DoubleClickHandler
Executed when the left mouse button is clicked twice in rapid succession (within doubleClickDelay by default) in this object.
onDoubleClick(DoubleClickEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.DoubleClickHandler
Called when this FormItem is double-clicked.
onDragMove(DragMoveEvent) - Method in interface com.smartgwt.client.widgets.events.DragMoveHandler
Executed every time the mouse moves while dragging this canvas.
onDragRepositionMove(DragRepositionMoveEvent) - Method in interface com.smartgwt.client.widgets.events.DragRepositionMoveHandler
Executed every time the mouse moves while drag-repositioning.
onDragRepositionStart(DragRepositionStartEvent) - Method in interface com.smartgwt.client.widgets.events.DragRepositionStartHandler
Executed when dragging first starts.
onDragRepositionStop(DragRepositionStopEvent) - Method in interface com.smartgwt.client.widgets.events.DragRepositionStopHandler
Executed when the mouse button is released at the end of the drag.
onDragResizeMove(DragResizeMoveEvent) - Method in interface com.smartgwt.client.widgets.events.DragResizeMoveHandler
Executed every time the mouse moves while drag-resizing.
onDragResizeStart(DragResizeStartEvent) - Method in interface com.smartgwt.client.widgets.events.DragResizeStartHandler
Executed when resize dragging first starts.
onDragResizeStop(DragResizeStopEvent) - Method in interface com.smartgwt.client.widgets.events.DragResizeStopHandler
Executed when the mouse button is released at the end of the drag resize.
onDragStart(DragStartEvent) - Method in interface com.smartgwt.client.widgets.events.DragStartHandler
Executed when dragging first starts.
onDragStop(DragStopEvent) - Method in interface com.smartgwt.client.widgets.events.DragStopHandler
Executed when the mouse button is released at the end of the drag.
onDraw() - Method in class com.smartgwt.client.widgets.BaseWidget
 
onDraw(DrawEvent) - Method in interface com.smartgwt.client.widgets.events.DrawHandler
 
onDraw() - Method in class com.smartgwt.client.widgets.WidgetCanvas
 
onDrawAreaChanged(DrawAreaChangedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.DrawAreaChangedHandler
Notification method that fires when the drawArea changes due to scrolling.
onDrop(DropEvent) - Method in interface com.smartgwt.client.widgets.events.DropHandler
 
onDropMove(DropMoveEvent) - Method in interface com.smartgwt.client.widgets.events.DropMoveHandler
Executed whenever the compatible dragged object is moved over this drop target.
onDropOut(DropOutEvent) - Method in interface com.smartgwt.client.widgets.events.DropOutHandler
Executed when the dragged object is moved out of the rectangle of this drop target.
onDropOver(DropOverEvent) - Method in interface com.smartgwt.client.widgets.events.DropOverHandler
Executed when the compatible dragged object is first moved over this drop target.
onEditComplete(EditCompleteEvent) - Method in interface com.smartgwt.client.widgets.grid.events.EditCompleteHandler
Callback fired when inline edits have been successfully saved.
onEditFailed(EditFailedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.EditFailedHandler
Called when an attempt to save inline edits fails, due to a validation error or other server error.
onEditorEnter(EditorEnterEvent) - Method in interface com.smartgwt.client.widgets.grid.events.EditorEnterHandler
Callback fired when the user first starts editing a cell.
onEditorExit(EditorExitEvent) - Method in interface com.smartgwt.client.widgets.grid.events.EditorExitHandler
Callback fired when the user attempts to navigate away from the current edit cell, or complete the current edit.
Call EditorExitEvent.cancel() from within EditorExitHandler.onEditorExit(com.smartgwt.client.widgets.grid.events.EditorExitEvent) from this method to cancel the default behavior (Saving / cancelling the current edit / moving to the next edit cell)
onEventAdded(CalendarEventAdded) - Method in interface com.smartgwt.client.widgets.calendar.events.EventAddedHandler
Notification fired whenever a user adds an event.
onEventChanged(CalendarEventChangedEvent) - Method in interface com.smartgwt.client.widgets.calendar.events.EventChangedHandler
Notification fired whenever a user changes an event, whether by dragging the event or by editing it in a dialog.
onEventClick(CalendarEventClick) - Method in interface com.smartgwt.client.widgets.calendar.events.EventClickHandler
Called whenever an event is clicked on in the day, week or month views.
onEventMoved(CalendarEventMoved) - Method in interface com.smartgwt.client.widgets.calendar.events.EventMovedHandler
Called when an event is moved via dragging by a user.
onEventRemoveClick(CalendarEventRemoveClick) - Method in interface com.smartgwt.client.widgets.calendar.events.EventRemoveClickHandler
Called whenever the close icon of an event is clicked within the day or week view.
onEventRemoved(CalendarEventRemoved) - Method in interface com.smartgwt.client.widgets.calendar.events.EventRemovedHandler
Notification fired whenever a user removes an event
onEventResized(CalendarEventResized) - Method in interface com.smartgwt.client.widgets.calendar.events.EventResizedHandler
Called when an event is resized via dragging by a user.
onFacetAdded(FacetAddedEvent) - Method in interface com.smartgwt.client.widgets.cube.events.FacetAddedHandler
Notification fired when a new facet is added.
onFacetMoved(FacetMovedEvent) - Method in interface com.smartgwt.client.widgets.cube.events.FacetMovedHandler
Notification fired when a facet is moved.
onFacetRemoved(FacetRemovedEvent) - Method in interface com.smartgwt.client.widgets.cube.events.FacetRemovedHandler
Notification fired when a facet is removed.
onFacetValueSelectionChanged(FacetValueSelectionChangedEvent) - Method in interface com.smartgwt.client.widgets.cube.events.FacetValueSelectionChangedHandler
Handler/Notification function for facetValue selection change (no default implementation).
onFieldStateChanged(FieldStateChangedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.FieldStateChangedHandler
Notification method executed when columns are resized or reordered, or fields are shown or hidden.
onFilterChanged(FilterChangedEvent) - Method in interface com.smartgwt.client.widgets.form.events.FilterChangedHandler
Handler fired when there is a change() event fired on any FormItem within the filterBuilder.
onFilterData(FetchDataEvent) - Method in interface com.smartgwt.client.widgets.events.FetchDataHandler
 
onFilterEditorSubmit(FilterEditorSubmitEvent) - Method in interface com.smartgwt.client.widgets.grid.events.FilterEditorSubmitHandler
Optional notification fired when the user performs a filter by modifying the filter editor criteria.
onFixedFacetValueChanged(FixedFacetValueChangedEvent) - Method in interface com.smartgwt.client.widgets.cube.events.FixedFacetValueChangedHandler
Notification fired when a fixed facet value is set for some facet.
onFocus(FocusEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.FocusHandler
Called when this FormItem receives focus.
onFocusChanged(FocusChangedEvent) - Method in interface com.smartgwt.client.widgets.events.FocusChangedHandler
Notification function fired when this widget receives or loses keyboard focus.
onFolderClick(FolderClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.FolderClickHandler
This method is called when a folder record is clicked on.
onFolderClosed(FolderClosedEvent) - Method in interface com.smartgwt.client.widgets.tree.events.FolderClosedHandler
This method is called when a folder is closed either via the user manipulating the expand/collapse control in the UI or via TreeGrid.closeFolder.
onFolderContextClick(FolderContextClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.FolderContextClickHandler
This method is called when a context click occurs on a folder record.
onFolderDrop(FolderDropEvent) - Method in interface com.smartgwt.client.widgets.tree.events.FolderDropHandler
 
onFolderOpened(FolderOpenedEvent) - Method in interface com.smartgwt.client.widgets.tree.events.FolderOpenedHandler
This method is called when a folder is opened either via the user manipulating the expand/collapse control in the UI or via TreeGrid.openFolder.
onFormItemClick(FormItemIconClickEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.FormItemClickHandler
StringMethod action to fire when this icon is clicked If unset the form item's iconClick method will be fired instead (if specified).
onFormSubmitFailed(FormSubmitFailedEvent) - Method in interface com.smartgwt.client.widgets.form.events.FormSubmitFailedHandler
Method called when an attempt to natively submit a form is unable to submit to the server.
onGroupBy(GroupByEvent) - Method in interface com.smartgwt.client.widgets.grid.events.GroupByHandler
Callback fired when the listGrid is grouped or ungrouped.
onHandleError(ErrorEvent) - Method in interface com.smartgwt.client.data.events.HandleErrorHandler
If you define this method on a DataSource, it will be called whenever the server returns a DSResponse with a status other than STATUS_SUCCESS.
onHeaderClick(HeaderClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.HeaderClickHandler
 
onHeaderDoubleClick(HeaderDoubleClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.HeaderDoubleClickHandler
Handle a double click in the list header.
onHiddenValidationErrors(HiddenValidationErrorsEvent) - Method in interface com.smartgwt.client.widgets.form.events.HiddenValidationErrorsHandler
Method to display validation error messages for fields that are not currently visible in this form.
This will be called when validation fails for
- a hidden field in this form
- if this form is databound, a datasource field with specified validators, for which we have no specified form item.
Implement this to provide custom validation error handling for these fields.
By default hidden validation errors will be logged as warnings in the developerConsole.
onHover(HoverEvent) - Method in interface com.smartgwt.client.widgets.events.HoverHandler
If canHover is true for this widget, the hover string method will be fired when the user hovers over this canvas.
onHoverHidden(HoverHiddenEvent) - Method in interface com.smartgwt.client.widgets.events.HoverHiddenHandler
If showHover is true for this canvas, this notification method will be fired whenever the hover shown in response to handleHover() is hidden.
onIconClick(IconClickEvent) - Method in interface com.smartgwt.client.widgets.events.IconClickHandler
If this button is showing an icon, a separate click handler for the icon may be defined as this.iconClick.
onIconClick(IconClickEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.IconClickHandler
StringMethod.
onIconKeyPress(IconKeyPressEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.IconKeyPressHandler
StringMethod.
onImageClick(ImageClickEvent) - Method in interface com.smartgwt.client.widgets.tableview.events.ImageClickHandler
Executed when the user clicks on the image displayed in a record if iconField has been specified.
onInit() - Method in class com.smartgwt.client.core.BaseClass
 
onInit() - Method in class com.smartgwt.client.data.DataSource
 
onInit() - Method in class com.smartgwt.client.widgets.BaseWidget
 
onInit() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
onInit() - Method in class com.smartgwt.client.widgets.Canvas
 
onInit() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
onInit(FormItem) - Method in interface com.smartgwt.client.widgets.form.fields.events.FormItemInitHandler
 
onInit() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
 
onInit() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
onInit() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
onInit() - Method in class com.smartgwt.client.widgets.layout.Layout
 
onInit() - Method in class com.smartgwt.client.widgets.layout.PortalLayout
 
onInit() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
onInit() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
 
onInit_Calendar() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
onInit_ColumnTree() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
onInit_DynamicForm() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
onInit_FilterBuilder() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
 
onInit_Layout() - Method in class com.smartgwt.client.widgets.layout.Layout
 
onInit_ListGrid() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
onInit_ListGrid() - Method in class com.smartgwt.client.widgets.menu.Menu
 
onInit_PortalLayout() - Method in class com.smartgwt.client.widgets.layout.PortalLayout
 
onInit_TileGrid() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
onItemChange(ItemChangeEvent) - Method in interface com.smartgwt.client.widgets.form.events.ItemChangeHandler
Handler fired when there is a change() event fired on a FormItem within this form.
onItemChanged(ItemChangedEvent) - Method in interface com.smartgwt.client.widgets.form.events.ItemChangedHandler
Handler fired when there is a changed() event fired on a FormItem within this form.
onItemClick(ItemClickEvent) - Method in interface com.smartgwt.client.widgets.menu.events.ItemClickHandler
Executed when a menu item with no click handler is clicked by the user.
onItemClick(ItemClickEvent) - Method in interface com.smartgwt.client.widgets.toolbar.events.ItemClickHandler
Called when one of the buttons receives a click event
onItemDragResized(ItemResizedEvent) - Method in interface com.smartgwt.client.widgets.toolbar.events.ItemDragResizedHandler
Observable, overrideable method - called when one of the Toolbar buttons is drag resized.
onItemHover(ItemHoverEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.ItemHoverHandler
Optional stringMethod to fire when the user hovers over this item.
onItemKeyPress(ItemKeyPressEvent) - Method in interface com.smartgwt.client.widgets.form.events.ItemKeyPressHandler
Handler fired when a FormItem within this form receives a keypress event.
onKeyDown(KeyDownEvent) - Method in interface com.smartgwt.client.widgets.events.KeyDownHandler
Executed when a key is pressed on a focusable widget (canFocus: true).
onKeyDown(KeyDownEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.KeyDownHandler
StringMethod fired in response to a keydown while focused in this form item.
onKeyPress(KeyPressEvent) - Method in interface com.smartgwt.client.widgets.events.KeyPressHandler
Executed when a key is pressed and released on a focusable widget (canFocus: true).
onKeyPress(KeyPressEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.KeyPressHandler
StringMethod fired when the user presses a key while focused in this form item.
onKeyUp(KeyUpEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.KeyUpHandler
StringMethod fired in response to a keyup while focused in this form item.
onLeafClick(LeafClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.LeafClickHandler
This method is called when a leaf record is clicked on.
onLeafContextClick(LeafContextClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.LeafContextClickHandler
This method is called when a context click occurs on a leaf record.
onMaximizeClick(MaximizeClickEvent) - Method in interface com.smartgwt.client.widgets.events.MaximizeClickHandler
 
onMinimizeClick(MinimizeClickEvent) - Method in interface com.smartgwt.client.widgets.events.MinimizeClickHandler
 
onModuleLoad() - Method in class com.smartgwt.client.SmartGwtEntryPoint
 
onMouseDown(MouseDownEvent) - Method in interface com.smartgwt.client.widgets.events.MouseDownHandler
Executed when the left mouse down is pressed on this widget.
onMouseMove(MouseMoveEvent) - Method in interface com.smartgwt.client.widgets.events.MouseMoveHandler
Executed when the mouse moves within this widget.
onMouseOut(MouseOutEvent) - Method in interface com.smartgwt.client.widgets.events.MouseOutHandler
Executed when the mouse leaves this widget.
onMouseOver(MouseOverEvent) - Method in interface com.smartgwt.client.widgets.events.MouseOverHandler
Executed when mouse enters this widget.
onMouseStillDown(MouseStillDownEvent) - Method in interface com.smartgwt.client.widgets.events.MouseStillDownHandler
Executed repeatedly (every mouseStillDownDelay by default) when the system is idle - i.e.
onMouseUp(MouseUpEvent) - Method in interface com.smartgwt.client.widgets.events.MouseUpHandler
Executed when the left mouse is released on this widget.
onMouseWheel(MouseWheelEvent) - Method in interface com.smartgwt.client.widgets.events.MouseWheelHandler
Executed when the mouse wheel is actuated.
onMoved(MovedEvent) - Method in interface com.smartgwt.client.widgets.events.MovedHandler
Notification method fired when this component is explicitly moved.
onNavigationClick(NavigationClickEvent) - Method in interface com.smartgwt.client.widgets.layout.events.NavigationClickHandler
 
onNodeClick(NodeClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.NodeClickHandler
This method is called when a leaf or folder record is clicked on.
onNodeContextClick(NodeContextClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.NodeContextClickHandler
This method is called when a context click occurs on a leaf or folder record.
onNodeSelected(NodeSelectedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.NodeSelectedHandler
 
onParentMoved(ParentMovedEvent) - Method in interface com.smartgwt.client.widgets.events.ParentMovedHandler
Notification method fire when an ancestor of this component's position changes.
onPercentChanged(PercentChangedEvent) - Method in interface com.smartgwt.client.widgets.events.PercentChangedHandler
This method is called when the percentDone value changes.
onPointClick(ChartPointClickEvent) - Method in interface com.smartgwt.client.widgets.chart.ChartPointClickHandler
 
onRecordClick(RecordClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RecordClickHandler
Executed when this field is clicked on.
onRecordClick(RecordClickEvent) - Method in interface com.smartgwt.client.widgets.tile.events.RecordClickHandler
Executed when the tileGrid receives a 'click' event on a tile.
onRecordCollapse(RecordCollapseEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RecordCollapseHandler
 
onRecordDoubleClick(RecordDoubleClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RecordDoubleClickHandler
Executed when the listGrid receives a 'doubleClick' event on an enabled, non-separator record.
onRecordDoubleClick(RecordDoubleClickEvent) - Method in interface com.smartgwt.client.widgets.tile.events.RecordDoubleClickHandler
Executed when the tileGrid receives a 'doubleclick' event on a tile.
onRecordDrop(RecordDropEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RecordDropHandler
 
onRecordExpand(RecordExpandEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RecordExpandHandler
 
onRecordNavigationClick(RecordNavigationClickEvent) - Method in interface com.smartgwt.client.widgets.tableview.events.RecordNavigationClickHandler
Executed when the user clicks on a record, or on the navigate icon for a record depending on NavigationMode.
onResized(ResizedEvent) - Method in interface com.smartgwt.client.widgets.events.ResizedHandler
Observable method called whenever a Canvas changes size.
onRestoreClick(RestoreClickEvent) - Method in interface com.smartgwt.client.widgets.events.RestoreClickHandler
 
onRightMouseDown(RightMouseDownEvent) - Method in interface com.smartgwt.client.widgets.events.RightMouseDownHandler
Executed when the right mouse down is pressed on this widget.
onRowContextClick(RowContextClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowContextClickHandler
Called when a row receives a contextclick event.
onRowEditorEnter(RowEditorEnterEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowEditorEnterHandler
Callback fired when the user starts editing a new row.
onRowEditorExit(RowEditorExitEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowEditorExitHandler
Callback fired when the user attempts to navigate away from the current edit row, or complete the current edit.
onRowHover(RowHoverEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowHoverHandler
Called when the mouse hovers over a row if this.canHover is true.
onRowMouseDown(RowMouseDownEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowMouseDownHandler
Called when a row receives a mousedown event.
onRowMouseUp(RowMouseUpEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowMouseUpHandler
Called when a row receives a mouseup event.
onRowOut(RowOutEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowOutHandler
Called when the mouse pointer leaves a row
onRowOver(RowOverEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowOverHandler
Called when the mouse pointer enters a row
onScrolled(ScrolledEvent) - Method in interface com.smartgwt.client.widgets.events.ScrolledHandler
Notification that this component has just scrolled.
onSearch(FilterSearchEvent) - Method in interface com.smartgwt.client.widgets.form.events.SearchHandler
A StringMethod that is automatically invoked if saveOnEnter is set and the user presses Enter whilst in a text-item in any clause or subclause.
onSectionHeaderClick(SectionHeaderClickEvent) - Method in interface com.smartgwt.client.widgets.layout.events.SectionHeaderClickHandler
 
onSelectionChanged(SelectionEvent) - Method in interface com.smartgwt.client.widgets.grid.events.SelectionChangedHandler
Called when (row-based) selection changes within this grid.
onSelectionChanged(SelectionChangedEvent) - Method in interface com.smartgwt.client.widgets.tile.events.SelectionChangedHandler
Called when selection changes within this tileGrid.
onSelectionUpdated(SelectionUpdatedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.SelectionUpdatedHandler
Called when selection changes.
onShowContextMenu(ShowContextMenuEvent) - Method in interface com.smartgwt.client.widgets.events.ShowContextMenuHandler
Executed when the right mouse button is clicked.
onShowValue(ShowValueEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.ShowValueHandler
This method will be called whenever this form item's value is being set via a programmatic call to e.g: DynamicForm.setValues or FormItem.setValue and may be overridden by CanvasItems intended to support displaying data values to update the embedded Canvas to reflect the value passed in.
onSortByFacetId(SortByFacetIdEvent) - Method in interface com.smartgwt.client.widgets.cube.events.SortByFacetIdHandler
Called when a sort control is clicked on a FacetHeader.
onSortByFacetValues(SortByFacetValuesEvent) - Method in interface com.smartgwt.client.widgets.cube.events.SortByFacetValuesHandler
Called when a sort control is clicked on a FacetValueHeader.
onSortChanged(SortEvent) - Method in interface com.smartgwt.client.widgets.grid.events.SortChangedHandler
 
onSubmitValues(SubmitValuesEvent) - Method in interface com.smartgwt.client.widgets.form.events.SubmitValuesHandler
Triggered when a SubmitItem is included in the form is submitted and gets pressed.
onTabContextMenu(TabContextMenuEvent) - Method in interface com.smartgwt.client.widgets.tab.events.TabContextMenuHandler
Notification fired when the user right-clicks on a tab.
onTabDeselected(TabDeselectedEvent) - Method in interface com.smartgwt.client.widgets.tab.events.TabDeselectedHandler
Notification fired when a tab is deselected.
onTabIconClick(TabClickEvent) - Method in interface com.smartgwt.client.widgets.tab.events.TabIconClickHandler
 
onTabSelected(TabSelectedEvent) - Method in interface com.smartgwt.client.widgets.tab.events.TabSelectedHandler
Notification fired when a tab is selected.
onTabTitleChanged(TabTitleChangedEvent) - Method in interface com.smartgwt.client.widgets.tab.events.TabTitleChangedHandler
 
onTitleClick(TitleClickEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.TitleClickHandler
Notification method fired when the user clicks the title for this item
onTitleDoubleClick(TitleDoubleClickEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.TitleDoubleClickHandler
Notification method fired when the user double-clicks the title for this item
onTitleHover(TitleHoverEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.TitleHoverHandler
Optional stringMethod to fire when the user hovers over this item's title.
onValueChanged(ValueChangedEvent) - Method in interface com.smartgwt.client.widgets.events.ValueChangedHandler
This method is called when the slider value changes.
onViewStateChanged(ViewStateChangedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.ViewStateChangedHandler
Notification method executed whenever the viewState of this grid changes.
onVisibilityChanged(VisibilityChangedEvent) - Method in interface com.smartgwt.client.widgets.events.VisibilityChangedHandler
Notification fired when this canvas becomes visible or hidden to the user.
openAll() - Method in class com.smartgwt.client.widgets.tree.Tree
Open all nodes under a particular node.
openAll(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Open all nodes under a particular node.
openFolder(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Open a particular node
openFolders(TreeNode[]) - Method in class com.smartgwt.client.widgets.tree.Tree
Open a set of folders, specified by path or as pointers to nodes.
openRecordDetailGrid(ListGridRecord, DataSource) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Deprecated. use ListGrid.setCanExpandRecords(Boolean) with ListGrid.setExpansionMode(com.smartgwt.client.types.ExpansionMode), or override ListGrid.getExpansionComponent(ListGridRecord)
openRecordEditor(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Deprecated. use ListGrid.setCanExpandRecords(Boolean) with ListGrid.setExpansionMode(com.smartgwt.client.types.ExpansionMode), or override ListGrid.getExpansionComponent(ListGridRecord)
OperationBinding - Class in com.smartgwt.client.data
An operationBinding tells a DataSource how to execute one of the basic DS operations: fetch, add, update, remove.
OperationBinding() - Constructor for class com.smartgwt.client.data.OperationBinding
 
OperationBinding(JavaScriptObject) - Constructor for class com.smartgwt.client.data.OperationBinding
 
OperationBinding(DSOperationType, String) - Constructor for class com.smartgwt.client.data.OperationBinding
 
Operations - Interface in com.smartgwt.client.docs
Operations Overview
OperatorId - Enum in com.smartgwt.client.types
An operator is used as part of a Criterion when specifying AdvancedCriteria.
operators_andTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Match All".
operators_betweenInclusiveTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "between (inclusive)".
operators_betweenTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "between".
operators_containsFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "contains (match case) another field value".
operators_containsTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "contains (match case)".
operators_endsWithFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "ends with (match case) another field value".
operators_endsWithTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "ends with (match case)".
operators_equalsFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "matches other field".
operators_equalsTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "equals".
operators_greaterOrEqualFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "greater than or equal to field".
operators_greaterOrEqualTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "greater than or equal to".
operators_greaterThanFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "greater than field".
operators_greaterThanTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "greater than".
operators_iContainsTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "contains".
operators_iEndsWithTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "ends with".
operators_iEqualsTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "equals (disregard case)".
operators_iNotContainsTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "does not contain".
operators_iNotEndsWithTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "does not end with".
operators_iNotEqualTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "not equal (disregard case)".
operators_iNotStartsWithTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "does not start with".
operators_inSetTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "is one of".
operators_iregexpTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "matches expression".
operators_isNullTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "is null".
operators_iStartsWithTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "starts with".
operators_lessOrEqualFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "less than or equal to field".
operators_lessOrEqualTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "less than or equal to".
operators_lessThanFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "less than field".
operators_lessThanTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "less than".
operators_notContainsTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "does not contain (match case)".
operators_notEndsWithTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "does not end with (match case)".
operators_notEqualFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "differs from field".
operators_notEqualTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "not equal".
operators_notInSetTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "is not one of".
operators_notNullTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "is not null".
operators_notStartsWithTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "does not start with (match case)".
operators_notTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Match None".
operators_orTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Match Any".
operators_regexpTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "matches expression (exact case)".
operators_startsWithFieldTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "starts with (match case) another field value".
operators_startsWithTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "starts with (match case)".
OperatorValueType - Enum in com.smartgwt.client.types
Indicates the kind of value expected in a Criterion that uses this operator.
Orientation - Interface in com.smartgwt.client.docs
The following APIs are all related to Orientation.
Orientation - Enum in com.smartgwt.client.types
 
Overflow - Enum in com.smartgwt.client.types
 

P

Page - Class in com.smartgwt.client.util
Provides information about the page you're loaded in.
Page() - Constructor for class com.smartgwt.client.util.Page
 
PAGE_DOWN - Static variable in interface com.smartgwt.client.types.KeyNames
 
PAGE_UP - Static variable in interface com.smartgwt.client.types.KeyNames
 
PageEvent - Enum in com.smartgwt.client.types
Events registerable via ${isc.DocUtils.linkForRef('classMethod:Page.setEvent')}
PageOrientation - Enum in com.smartgwt.client.types
Is this page being viewed in landscape or portrait orientation? Typically used with mobile devices.
Paging - Interface in com.smartgwt.client.docs
The following APIs are all related to Paging.
ParentMovedEvent - Class in com.smartgwt.client.widgets.events
 
ParentMovedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.ParentMovedEvent
 
ParentMovedHandler - Interface in com.smartgwt.client.widgets.events
 
parentResized() - Method in class com.smartgwt.client.widgets.Canvas
Fires when the interior size of the parent changes, including parent resize and scrollbar introduction or removal.
parse(String) - Method in interface com.smartgwt.client.util.DateInputFormatter
The parse method.
parse(String) - Method in interface com.smartgwt.client.util.DateParser
The parse method.
parse(Object, ListGridRecord, int, int) - Method in interface com.smartgwt.client.widgets.grid.CellEditValueParser
 
parseEditorValue() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
RelativeDateItems do not make use of the standard FormItem.formatEditorValue and FormItem.parseEditorValue methods.
parseInput(String, DataClass, DataBoundComponent, Record) - Method in interface com.smartgwt.client.data.SimpleTypeParser
The callback for parsing.
parseInput(String) - Static method in class com.smartgwt.client.util.DateUtil
Parse a formatted date string into a Date object.
parseValue(String, DynamicForm, FormItem) - Method in interface com.smartgwt.client.widgets.form.FormItemValueParser
 
PasswordItem - Class in com.smartgwt.client.widgets.form.fields
FormItem for password fields, where text input by the user should not be shown in readable text.
PasswordItem() - Constructor for class com.smartgwt.client.widgets.form.fields.PasswordItem
 
PasswordItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.PasswordItem
 
PasswordItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.PasswordItem
 
PasswordItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.PasswordItem
 
PercentBoxModel - Enum in com.smartgwt.client.types
Determines sizing model when sizing / positioning a canvas relative to its percentBox.
PercentChangedEvent - Class in com.smartgwt.client.widgets.events
 
PercentChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.PercentChangedEvent
 
PercentChangedHandler - Interface in com.smartgwt.client.widgets.events
 
Performance - Interface in com.smartgwt.client.docs
The following APIs are all related to Performance.
performCustomOperation(String, Record, DSCallback, DSRequest) - Method in class com.smartgwt.client.data.DataSource
Invoke an operation declared with OperationBinding.operationType "custom".
PERSON - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
PhonegapIntegration - Interface in com.smartgwt.client.docs
Integration with Phonegap
PickerIcon - Interface in com.smartgwt.client.docs
The following APIs are all related to PickerIcon.
PickerIcon - Class in com.smartgwt.client.widgets.form.fields
Convenience class for setting pickers for form fields.
PickerIcon(PickerIcon.Picker) - Constructor for class com.smartgwt.client.widgets.form.fields.PickerIcon
Create a new HeaderControl with the specific icon.
PickerIcon(PickerIcon.Picker, FormItemClickHandler) - Constructor for class com.smartgwt.client.widgets.form.fields.PickerIcon
Create a new HeaderControl with the specific icon.
PickerIcon.Picker - Class in com.smartgwt.client.widgets.form.fields
 
PickerIcon.Picker(String) - Constructor for class com.smartgwt.client.widgets.form.fields.PickerIcon.Picker
 
PickList - Interface in com.smartgwt.client.widgets.form.fields
Interface to show a drop-down list of pickable options.
pickListMenu_emptyMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "No Items To Show".
PickTreeItem - Class in com.smartgwt.client.widgets.form.fields
FormItem that allows picking a value from a hierarchical data model.
PickTreeItem() - Constructor for class com.smartgwt.client.widgets.form.fields.PickTreeItem
 
PickTreeItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.PickTreeItem
 
PickTreeItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.PickTreeItem
 
PickTreeItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.PickTreeItem
 
pickTreeItem_emptyMenuMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "No items to display".
PIN_DOWN - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
PIN_LEFT - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
PlatformDependencies - Interface in com.smartgwt.client.docs
Platform Dependencies
PLUS - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
PortalLayout - Class in com.smartgwt.client.widgets.layout
A PortalLayout is a special subclass of Layout designed to display Portlet windows.
PortalLayout() - Constructor for class com.smartgwt.client.widgets.layout.PortalLayout
 
PortalLayout(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.PortalLayout
 
PortalLayout(int) - Constructor for class com.smartgwt.client.widgets.layout.PortalLayout
 
Portlet - Class in com.smartgwt.client.widgets.layout
Custom subclass of Window configured to be embedded within a PortalLayout.
Portlet() - Constructor for class com.smartgwt.client.widgets.layout.Portlet
 
Portlet(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.Portlet
 
portlet_closeConfirmationMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Close portlet?".
Positioning - Interface in com.smartgwt.client.docs
Horizontal and vertical location on the page
Positioning - Enum in com.smartgwt.client.types
 
preloadImages() - Static method in class com.smartgwt.client.widgets.EdgedCanvas
Preload primary EdgedCanvas images.
preloadImages() - Static method in class com.smartgwt.client.widgets.grid.ListGrid
Preload primary ListGrid skin images.
preloadImages() - Static method in class com.smartgwt.client.widgets.IButton
Preload primary IButton skin images.
preloadImages() - Static method in class com.smartgwt.client.widgets.Scrollbar
Preload primary Scrollbar skin images.
preloadImages() - Static method in class com.smartgwt.client.widgets.tab.TabSet
Preload primary tab skin images.
preloadImages() - Static method in class com.smartgwt.client.widgets.Window
Preload primary window skin images
previous() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Move to the previous day, week, or month, depending on which tab is selected.
PRINT - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
print() - Method in class com.smartgwt.client.widgets.PrintCanvas
Show the native print dialog and allow the user to print the current HTML for this printCanvas.
PrintCanvas - Class in com.smartgwt.client.widgets
PrintCanvas is a subclass of canvas which renders printable content HTML and provides APIs for printing this content as a separate document.
PrintCanvas() - Constructor for class com.smartgwt.client.widgets.PrintCanvas
 
PrintCanvas(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.PrintCanvas
 
PrintCanvasCallback - Interface in com.smartgwt.client.util
 
printComponents(Object[]) - Static method in class com.smartgwt.client.widgets.Canvas
Generate printable HTML for the designated components and trigger the native print dialog, without ever showing the printable HTML to the user.
PrintHTMLCallback - Interface in com.smartgwt.client.util
Print callback used by Canvas.getPrintHTML(PrintProperties, PrintHTMLCallback)
Printing - Interface in com.smartgwt.client.docs
Printing
PrintPreviewCallback - Interface in com.smartgwt.client.util
 
PrintProperties - Class in com.smartgwt.client.util
Settings for generating printable HTML for components.
PrintProperties() - Constructor for class com.smartgwt.client.util.PrintProperties
 
PrintProperties(JavaScriptObject) - Constructor for class com.smartgwt.client.util.PrintProperties
 
PrintWindow - Class in com.smartgwt.client.widgets
Subclass of Window used for displaying a printable view.
PrintWindow() - Constructor for class com.smartgwt.client.widgets.PrintWindow
 
PrintWindow(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.PrintWindow
 
printWindow_printButtonTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Print".
printWindow_title() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Print Preview".
processResponse(String, DSResponse) - Method in class com.smartgwt.client.data.DataSource
Process a dsResponse for a request initiated by a DataSource with dataProtocol.
Progressbar - Class in com.smartgwt.client.widgets
The Progressbar widget class extends the StretchImg class to implement image-based progress bars (graphical bars whose lengths represent percentages, typically of task completion).
Progressbar() - Constructor for class com.smartgwt.client.widgets.Progressbar
 
Progressbar(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Progressbar
 
Prompt - Interface in com.smartgwt.client.docs
The following APIs are all related to Prompt.
Prompting - Interface in com.smartgwt.client.docs
Objects / methods used for displaying prompts and warnings to the user via (possibly modal) isc Dialog objects.
PromptStyle - Enum in com.smartgwt.client.types
 
PropertySheet - Class in com.smartgwt.client.widgets.form
Editor with a minimalist appearance, tuned for editing large numbers of properties in a constrained space.
PropertySheet() - Constructor for class com.smartgwt.client.widgets.form.PropertySheet
 
PropertySheet(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.PropertySheet
 
put(String, Object) - Static method in class com.smartgwt.client.util.Offline
Stores the passed-in value in browser-local storage, mapped to the passed-in key.
put(String, Object, boolean) - Static method in class com.smartgwt.client.util.Offline
Stores the passed-in value in browser-local storage, mapped to the passed-in key.

Q

queueSent(RPCRequest[]) - Method in interface com.smartgwt.client.rpc.QueueSentCallback
This method is called by the RPCManager every time it sends a queue of requests to the server (note that if you not using queuing, the system simply sends queues containing just one request, so this API is valid regardless).
QueueSentCallback - Interface in com.smartgwt.client.rpc
 

R

RadioGroupItem - Class in com.smartgwt.client.widgets.form.fields
FormItem that shows a set of mutually exclusive options as a group of radio buttons.
RadioGroupItem() - Constructor for class com.smartgwt.client.widgets.form.fields.RadioGroupItem
 
RadioGroupItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.RadioGroupItem
 
RadioGroupItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.RadioGroupItem
 
RadioGroupItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.RadioGroupItem
 
rangeIsLoaded(int, int) - Method in class com.smartgwt.client.data.ResultSet
Whether the given range of rows has been loaded.
recalculateSummaries() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Recalculates values for fields with summary-functions defined and for values displayed in the grid summary and group summary rows.
recalculateSummaries(Record[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Recalculates values for fields with summary-functions defined and for values displayed in the grid summary and group summary rows.
Record - Class in com.smartgwt.client.data
A Record contains attributes that are displayed and edited by a DataBoundComponent.
Record() - Constructor for class com.smartgwt.client.data.Record
 
Record(JavaScriptObject) - Constructor for class com.smartgwt.client.data.Record
 
Record(Map) - Constructor for class com.smartgwt.client.data.Record
 
record - Variable in class com.smartgwt.client.widgets.form.validator.CustomValidator
 
RecordClickEvent - Class in com.smartgwt.client.widgets.grid.events
 
RecordClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RecordClickEvent
 
RecordClickEvent - Class in com.smartgwt.client.widgets.tile.events
 
RecordClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tile.events.RecordClickEvent
 
RecordClickHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RecordClickHandler - Interface in com.smartgwt.client.widgets.tile.events
 
RecordCollapseEvent - Class in com.smartgwt.client.widgets.grid.events
 
RecordCollapseEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RecordCollapseEvent
 
RecordCollapseHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RecordComponentPoolingMode - Enum in com.smartgwt.client.types
The method of component-pooling to employ for ${isc.DocUtils.linkForRef('showRecordComponents','recordComponents')}.
recordDoubleClick() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Handle a doubleClick on a tree node - override of ListGrid stringMethod of same name.
RecordDoubleClickEvent - Class in com.smartgwt.client.widgets.grid.events
 
RecordDoubleClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
 
RecordDoubleClickEvent - Class in com.smartgwt.client.widgets.tile.events
 
RecordDoubleClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tile.events.RecordDoubleClickEvent
 
RecordDoubleClickHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RecordDoubleClickHandler - Interface in com.smartgwt.client.widgets.tile.events
 
RecordDropEvent - Class in com.smartgwt.client.widgets.grid.events
 
RecordDropEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RecordDropEvent
 
RecordDropHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RecordExpandEvent - Class in com.smartgwt.client.widgets.grid.events
 
RecordExpandEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RecordExpandEvent
 
RecordExpandHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RecordFormatter - Interface in com.smartgwt.client.widgets.tableview
 
recordHasChanges(int, int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If this cubeGrid can be edited, this method will return true if the record passed in has been edited, but the edits have not yet been saved to the CubeGrid's data object.
RecordLayout - Enum in com.smartgwt.client.types
Controls the style of TableView record display
RecordList - Class in com.smartgwt.client.data
An an ordered collection of Records.
RecordList() - Constructor for class com.smartgwt.client.data.RecordList
Construct a RecordList with no initial data.
RecordList(Record[]) - Constructor for class com.smartgwt.client.data.RecordList
Construct a RecordList with initial data.
RecordList(JavaScriptObject) - Constructor for class com.smartgwt.client.data.RecordList
 
RecordList.SortNormalizer - Interface in com.smartgwt.client.data
 
RecordNavigationClickEvent - Class in com.smartgwt.client.widgets.tableview.events
 
RecordNavigationClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tableview.events.RecordNavigationClickEvent
 
RecordNavigationClickHandler - Interface in com.smartgwt.client.widgets.tableview.events
 
recordsFromXML(Object) - Method in class com.smartgwt.client.data.DataSource
Transform a list of XML elements to DataSource records.
RecordSummaryFunction - Interface in com.smartgwt.client.widgets.grid
Function to produce a summary value based on field values within a record.
RecordSummaryFunctionType - Enum in com.smartgwt.client.types
Function to produce a summary value based on field values within a record.
Rectangle - Class in com.smartgwt.client.core
 
Rectangle(int, int, int, int) - Constructor for class com.smartgwt.client.core.Rectangle
 
Rects - Interface in com.smartgwt.client.docs
The following APIs are all related to Rects.
redraw() - Method in class com.smartgwt.client.widgets.Canvas
Redraws the widget immediately with its current property values.
redraw(String) - Method in class com.smartgwt.client.widgets.Canvas
Redraws the widget immediately with its current property values.
redraw() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Causes the FormItem to be redrawn immediately with the new properties.
REF - Static variable in class com.smartgwt.client.util.SC
 
RefDataClass - Class in com.smartgwt.client.core
 
RefDataClass() - Constructor for class com.smartgwt.client.core.RefDataClass
 
RefDataClass(JavaScriptObject) - Constructor for class com.smartgwt.client.core.RefDataClass
 
reflow() - Method in class com.smartgwt.client.widgets.layout.Layout
Layout members according to current settings.
reflow(String) - Method in class com.smartgwt.client.widgets.layout.Layout
Layout members according to current settings.
reflowNow() - Method in class com.smartgwt.client.widgets.layout.Layout
Layout members according to current settings, immediately.
REFRESH - Static variable in class com.smartgwt.client.widgets.form.fields.PickerIcon
 
REFRESH - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
REFRESH_THIN - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
refreshCell(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Refresh an individual cell without redrawing the grid.
refreshCell(int, int, boolean, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Refresh an individual cell without redrawing the grid.
refreshCellStyle(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Refresh the styling of an individual cell without redrawing the grid.
refreshFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Re-evaluates ListGridField.showIf for each field, dynamically showing and hiding the appropriate set of fields
refreshRecordComponent(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Discards any currently visible set of recordComponent and gets a fresh one for the specified record (or cell) according to the recordComponentPoolingMode
refreshRecordComponent(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Discards any currently visible set of recordComponent and gets a fresh one for the specified record (or cell) according to the recordComponentPoolingMode
refreshRow(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Refresh an entire row of cells without redrawing the grid.
RegExpValidator - Class in com.smartgwt.client.widgets.form.validator
Regexp type validators will determine whether the value specified matches a given regular expression.
RegExpValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.RegExpValidator
 
RegExpValidator(String) - Constructor for class com.smartgwt.client.widgets.form.validator.RegExpValidator
Constructor.
register() - Method in class com.smartgwt.client.data.SimpleType
Explicitly register this SimpleType with the system so that it can be used / referenced by remote DataSources.
registerID(String) - Static method in class com.smartgwt.client.util.IDManager
 
registerKey(String, KeyCallback) - Static method in class com.smartgwt.client.util.Page
Fire some action when the Page recieves a keyPress event from a certain key.
registerKey(KeyIdentifier, KeyCallback) - Static method in class com.smartgwt.client.util.Page
Fire some action when the Page recieves a keyPress event from a certain key.
registerSummaryFunction(String, SummaryFunction) - Static method in class com.smartgwt.client.data.SimpleType
Registers a new SummaryFunction by name.
RelativeDate - Class in com.smartgwt.client.data
This class is used used to specify a datetime offset within SmartGWT, for example for use in the RelativeDateItem class.
RelativeDate(String) - Constructor for class com.smartgwt.client.data.RelativeDate
The value attribute of a RelativeDate object is a string that should be specified in one of 2 formats:
RelativeDate(JavaScriptObject) - Constructor for class com.smartgwt.client.data.RelativeDate
 
RelativeDateItem - Class in com.smartgwt.client.widgets.form.fields
A FormItem for entering a date relative to today or relative to some other date, or a specific date.
RelativeDateItem() - Constructor for class com.smartgwt.client.widgets.form.fields.RelativeDateItem
 
RelativeDateItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.RelativeDateItem
 
RelativeDateItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.RelativeDateItem
 
RelativeDateItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.RelativeDateItem
 
relativeDateItem_daysAgoTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N days ago".
relativeDateItem_daysFromNowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N days from now".
relativeDateItem_hoursAgoTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N hours ago".
relativeDateItem_hoursFromNowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N hours from now".
relativeDateItem_millisecondsAgoTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N milliseconds ago".
relativeDateItem_millisecondsFromNowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N milliseconds from now".
relativeDateItem_minutesAgoTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N minutes ago".
relativeDateItem_minutesFromNowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N minutes from now".
relativeDateItem_monthsAgoTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N months ago".
relativeDateItem_monthsFromNowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N months from now".
relativeDateItem_pickerIconPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Show Date Chooser".
relativeDateItem_presetOptions_minus_1m() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Current day of last month".
relativeDateItem_presetOptions_minus_1w() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Current day of last week".
relativeDateItem_presetOptions_plus_1m() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Current day of next month".
relativeDateItem_presetOptions_plus_1w() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Current day of next week".
relativeDateItem_presetOptions_today() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Today".
relativeDateItem_presetOptions_tomorrow() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Tomorrow".
relativeDateItem_presetOptions_yesterday() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Yesterday".
relativeDateItem_secondsAgoTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N seconds ago".
relativeDateItem_secondsFromNowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N seconds from now".
relativeDateItem_todayTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Today".
relativeDateItem_weeksAgoTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N weeks ago".
relativeDateItem_weeksFromNowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N weeks from now".
relativeDateItem_yearsAgoTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N years ago".
relativeDateItem_yearsFromNowTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "N years from now".
RelativeDateRangePosition - Enum in com.smartgwt.client.types
When relative dates are specified in a date range, typically in a RelativeDateItem or DateRangeItem, in order to make the range inclusive or exclusive, it is useful to be able to specify whether we're referring to the start or end of the date in question.
reloadChildren(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Reload the children of a folder.
Relogin - Interface in com.smartgwt.client.docs
Relogin
rememberValues() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Make a snapshot of the current set of values, so we can reset to them later.
rememberValues() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Make a snapshot of the current set of values, so we can reset to them later.
remove(Record) - Method in class com.smartgwt.client.data.RecordList
Remove first instance of the passed object from this array, sliding other items around to fill gaps.
remove(String) - Static method in class com.smartgwt.client.util.Offline
Removes the key/value pair mapped by the passed-in key from browser-local storage
remove() - Method in class com.smartgwt.client.widgets.form.FilterClause
Remove this clause by destroy()ing it.
remove(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Removes a node, along with all its children.
removeAt(int) - Method in class com.smartgwt.client.data.RecordList
Remove the item at the specified position, rearranging all subsequent items to fill the gap
removeChild(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Remove a child from its parent if it has one.
removeChild(Canvas, String) - Method in class com.smartgwt.client.widgets.Canvas
Remove a child from its parent if it has one.
removeClause(FilterClause) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Remove a clause this FilterBuilder is currently showing.
removeColumn(int) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Removes the specified column from this layout.
removeData(Record) - Method in class com.smartgwt.client.data.DataSource
Perform a "remove" DataSource operation against this DataSource, to delete an existing DataSource record.
removeData(Record, DSCallback) - Method in class com.smartgwt.client.data.DataSource
Perform a "remove" DataSource operation against this DataSource, to delete an existing DataSource record.
removeData(Record, DSCallback, DSRequest) - Method in class com.smartgwt.client.data.DataSource
Perform a "remove" DataSource operation against this DataSource, to delete an existing DataSource record.
removeData(Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Perform a DataSource "remove" operation to remove records from this component's DataSource.
removeData(Record, DSCallback) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Perform a DataSource "remove" operation to remove records from this component's DataSource.
removeData(Record, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Perform a DataSource "remove" operation to remove records from this component's DataSource.
removeData(Record) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Perform a DataSource "remove" operation to remove records from this component's DataSource.
removeData(Record, DSCallback) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Perform a DataSource "remove" operation to remove records from this component's DataSource.
removeData(Record, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Perform a DataSource "remove" operation to remove records from this component's DataSource.
removeEmbeddedComponent(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Removes an embedded component previously associated with the provided record.
removeEmbeddedComponent(Canvas) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Removes an embedded component from a grid.
removeEmbeddedComponent(ListGridRecord, Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Removes an embedded component previously associated with the provided record and colNum.
removeEvent(CalendarEvent) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Remove an event from this calendar.
removeFacet(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Remove a facet from the current view, using a fixed value from that facet.
removeFacet(String, String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Remove a facet from the current view, using a fixed value from that facet.
removeFromRadioGroup() - Method in class com.smartgwt.client.widgets.Button
Remove this widget from the specified mutually exclusive selection group with the ID passed in.
removeFromRadioGroup(String) - Method in class com.smartgwt.client.widgets.Button
Remove this widget from the specified mutually exclusive selection group with the ID passed in.
removeFromRadioGroup() - Method in class com.smartgwt.client.widgets.ImgButton
Remove this widget from the specified mutually exclusive selection group with the ID passed in.
removeFromRadioGroup(String) - Method in class com.smartgwt.client.widgets.ImgButton
Remove this widget from the specified mutually exclusive selection group with the ID passed in.
removeFromRadioGroup() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Remove this widget from the specified mutually exclusive selection group with the ID passed in.
removeFromRadioGroup(String) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Remove this widget from the specified mutually exclusive selection group with the ID passed in.
removeFromRadioGroup() - Method in class com.smartgwt.client.widgets.StretchImgButton
Remove this widget from the specified mutually exclusive selection group with the ID passed in.
removeFromRadioGroup(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
Remove this widget from the specified mutually exclusive selection group with the ID passed in.
removeItem(MenuItem) - Method in class com.smartgwt.client.widgets.menu.Menu
 
removeItem(Canvas) - Method in class com.smartgwt.client.widgets.Window
Removes a widget from the window.
removeList(Record[]) - Method in class com.smartgwt.client.data.RecordList
Remove all instances of objects in the specified list from this list, sliding the remaining objects around to fill gaps.
removeList(TreeNode[]) - Method in class com.smartgwt.client.widgets.tree.Tree
Remove a list of nodes (not necessarily from the same parent), and all children of those nodes.
removeMapping(String) - Method in class com.smartgwt.client.widgets.cube.FacetValueMap
Remove a facet id -> facetValue id mapping from this facetValueMap
removeMember(DynamicForm) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Remove a member form from this valuesManager, so its values are no longer managed by this instance.
removeMember(String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Remove a member form from this valuesManager, so its values are no longer managed by this instance.
removeMember(Canvas) - Method in class com.smartgwt.client.widgets.layout.Layout
Removes the specified member from the layout.
removeMembers(Canvas[]) - Method in class com.smartgwt.client.widgets.layout.Layout
Removes the specified members from the layout.
removePortlet(Portlet) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Removes a Portlet which is currently rendered in this PortalLayout.
removeSection(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Remove a section from the SectionStack.
removeSection(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Remove a section from the SectionStack.
removeSelectedData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Remove the currently selected records from this component.
removeSelectedData(DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Remove the currently selected records from this component.
removeSelectedData() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Remove the currently selected records from this component.
removeTab(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Remove a tab.
removeTab(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Remove a tab.
removeTab(Tab) - Method in class com.smartgwt.client.widgets.tab.TabSet
Remove a tab.
removeTabs(int[]) - Method in class com.smartgwt.client.widgets.tab.TabSet
Remove one or more tabs.
removeTabs(String[]) - Method in class com.smartgwt.client.widgets.tab.TabSet
Remove one or more tabs.
removeTile() - Method in class com.smartgwt.client.widgets.tile.TileGrid
This is not allowed for tileGrid.
removeTile(int) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Remove a tile from the layout.
removeTile(String) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Remove a tile from the layout.
removeTile(Canvas) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Remove a tile from the layout.
reorderField(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Reorder a particular field
reorderFields(int, int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Reorder a set of adjacent fields, from start to end exclusive at the end, by distance moveDelta.

NOTE: start and end coordinates are in terms of the currently visible fields, not the full set of fields.
reorderMember(int, int) - Method in class com.smartgwt.client.widgets.layout.Layout
Shift a member of the layout to a new position
reorderMembers(int, int, int) - Method in class com.smartgwt.client.widgets.layout.Layout
Move a range of members to a new position
RequestTransformer - Class in com.smartgwt.client.data
The RequestTransformer provides the equivalent functionality of overriding DataSource.transformRequest(DSRequest) when instantiating a DataSource on the client.
RequestTransformer() - Constructor for class com.smartgwt.client.data.RequestTransformer
 
RequiredIfFunction - Interface in com.smartgwt.client.widgets.form.validator
 
RequiredIfValidator - Class in com.smartgwt.client.widgets.form.validator

RequiredIf type validators should be specified with an expression which takes three parameters: item - the DynamicForm item on which the error occurred (may be null) validator - a pointer to the validator object value - the value of the field in question

When validation is perfomed, the expression will be evaluated - if it returns true, the field will be treated as a required field, so validation will fail if the field has no value.

RequiredIfValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.RequiredIfValidator
 
RequiredIfValidator(RequiredIfFunction) - Constructor for class com.smartgwt.client.widgets.form.validator.RequiredIfValidator
 
resendTransaction() - Static method in class com.smartgwt.client.rpc.RPCManager
Resend a suspended transaction to the server.
resendTransaction(String) - Static method in class com.smartgwt.client.rpc.RPCManager
Resend a suspended transaction to the server.
reset() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Resets values to the state it was the last time setValues() or rememberValues() was called.
ResetItem - Class in com.smartgwt.client.widgets.form.fields
Button that resets the form to default values, by calling DynamicForm.resetValues() If you define a click handler on this item, you can return false to cancel the reset.
ResetItem() - Constructor for class com.smartgwt.client.widgets.form.fields.ResetItem
 
ResetItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.ResetItem
 
ResetItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.ResetItem
 
ResetItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.ResetItem
 
resetSrc() - Method in class com.smartgwt.client.widgets.Img
Refresh the image being shown.
resetValues() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Same as DynamicForm.reset.
resetValues() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Same as DynamicForm.reset.
resizeBy(int, int) - Method in class com.smartgwt.client.widgets.Canvas
Resizes the widget, adding deltaX to its width and deltaY to its height (moves the right and/or bottom sides of the widget).
ResizedEvent - Class in com.smartgwt.client.widgets.events
 
ResizedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.ResizedEvent
 
ResizedHandler - Interface in com.smartgwt.client.widgets.events
 
resizeFacetValue(String, int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Resizes all columns for the provided facetValueId, which must be a facetValueId from the innermost column facet.
resizeField(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Resize a particular field to a new width.
resizeTo(int, int) - Static method in class com.smartgwt.client.util.Page
Resize the outer portion of the window to a specific width and height.
resizeTo(String, String) - Method in class com.smartgwt.client.widgets.Canvas
Resizes the widget to the specified width and height (moves the right and/ or bottom sides of the widget).
resizeTo(int, int) - Method in class com.smartgwt.client.widgets.Canvas
Resizes the widget to the specified width and height (moves the right and/ or bottom sides of the widget).
Resizing - Interface in com.smartgwt.client.docs
The following APIs are all related to Resizing.
ResponseTransformer - Class in com.smartgwt.client.data
The ResponseTransformer provides the equivalent functionality of overriding DataSource.transformResponse(DSResponse, DSRequest, Object) } when instantiating a DataSource on the client.
ResponseTransformer() - Constructor for class com.smartgwt.client.data.ResponseTransformer
 
RestDataSource - Class in com.smartgwt.client.data
The RestDataSource implements the 4 core DataSource operations using a simple protocol of XML or JSON requests and responses sent over HTTP, which can be easily fulfilled by any HTTP server technology.
RestDataSource() - Constructor for class com.smartgwt.client.data.RestDataSource
 
RestDataSource(JavaScriptObject) - Constructor for class com.smartgwt.client.data.RestDataSource
 
restore() - Method in class com.smartgwt.client.widgets.Window
Restores the window to its specified height and width after a call to Window.minimize or Window.maximize.
RestoreClickEvent - Class in com.smartgwt.client.widgets.events
 
RestoreClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.RestoreClickEvent
 
RestoreClickHandler - Interface in com.smartgwt.client.widgets.events
 
resultingValue - Variable in class com.smartgwt.client.widgets.form.validator.CustomValidator
 
ResultSet - Class in com.smartgwt.client.data
ResultSets are a subclass implementation of RecordList that automatically fetches DataSource records when items are requested from the List.
ResultSet() - Constructor for class com.smartgwt.client.data.ResultSet
 
ResultSet(DataSource) - Constructor for class com.smartgwt.client.data.ResultSet
 
ResultSet(JavaScriptObject) - Constructor for class com.smartgwt.client.data.ResultSet
 
richEditorSupported() - Method in class com.smartgwt.client.widgets.RichTextEditor
Does this browser support the full RichTextEditor feature set.
RichTextEditor - Class in com.smartgwt.client.widgets
RichTextEditing component.
RichTextEditor() - Constructor for class com.smartgwt.client.widgets.RichTextEditor
 
RichTextEditor(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.RichTextEditor
 
richTextEditor_alignCenterPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Center selection".
richTextEditor_alignLeftPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Left align selection".
richTextEditor_alignRightPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Right align selection".
richTextEditor_backgroundColorPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Set selection background color".
richTextEditor_boldSelectionPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Make selection bold".
richTextEditor_colorPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Set selection color".
richTextEditor_copySelectionPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Copy Selection".
richTextEditor_cutSelectionPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Cut Selection".
richTextEditor_fontPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Set Font ...".
richTextEditor_fontSizePrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Set Font Size ...".
richTextEditor_indentSelectionPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Indent selection".
richTextEditor_italicSelectionPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Make selection italic".
richTextEditor_justifyPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Full justify selection".
richTextEditor_linkPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Edit hyperlink".
richTextEditor_linkUrlTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Hyperlink URL:".
richTextEditor_outdentSelectionPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Decrease selection indent".
richTextEditor_pasteSelectionPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Paste Selection".
richTextEditor_underlineSelectionPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Make selection underlined".
RichTextItem - Class in com.smartgwt.client.widgets.form.fields
FormItem for rich text (HTML) editing.
RichTextItem() - Constructor for class com.smartgwt.client.widgets.form.fields.RichTextItem
 
RichTextItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.RichTextItem
 
RichTextItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.RichTextItem
 
RichTextItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.RichTextItem
 
RIGHT - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
RIGHT_ALL - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
rightButtonDown() - Static method in class com.smartgwt.client.util.EventHandler
Returns true if the right mouse button is being pressed.
RightMouseDownEvent - Class in com.smartgwt.client.widgets.events
 
RightMouseDownEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.RightMouseDownEvent
 
RightMouseDownHandler - Interface in com.smartgwt.client.widgets.events
 
rowClick(ListGridRecord, int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Programatically simulate clicking of a row.
RowContextClickEvent - Class in com.smartgwt.client.widgets.grid.events
 
RowContextClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RowContextClickEvent
 
RowContextClickHandler - Interface in com.smartgwt.client.widgets.grid.events
 
rowDoubleClick(ListGridRecord, int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Programatically simulate clicking of a row.
RowEditorEnterEvent - Class in com.smartgwt.client.widgets.grid.events
 
RowEditorEnterEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RowEditorEnterEvent
 
RowEditorEnterHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RowEditorExitEvent - Class in com.smartgwt.client.widgets.grid.events
 
RowEditorExitEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
 
RowEditorExitHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RowEffects - Interface in com.smartgwt.client.docs
The following APIs are all related to RowEffects.
RowEndEditAction - Enum in com.smartgwt.client.types
While editing a ListGrid, what cell should we edit when the user attempts to navigate into a cell past the end of an editable row, via a Tab keypress, or a programmatic saveAndEditNextCell() call?
rowHasChanges(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this listGrid can be edited, this method will return true if the row passed in has been edited, but the edits have not yet been saved to the ListGrid's data object.
rowHasErrors(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Does the specified row have unresolved errors?
RowHoverEvent - Class in com.smartgwt.client.widgets.grid.events
 
RowHoverEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RowHoverEvent
 
RowHoverHandler - Interface in com.smartgwt.client.widgets.grid.events
 
rowIsLoaded(int) - Method in class com.smartgwt.client.data.ResultSet
Whether the given row has been loaded.
RowMouseDownEvent - Class in com.smartgwt.client.widgets.grid.events
 
RowMouseDownEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RowMouseDownEvent
 
RowMouseDownHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RowMouseUpEvent - Class in com.smartgwt.client.widgets.grid.events
 
RowMouseUpEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RowMouseUpEvent
 
RowMouseUpHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RowNumberField - Interface in com.smartgwt.client.docs
The following APIs are all related to RowNumberField.
RowOutEvent - Class in com.smartgwt.client.widgets.grid.events
 
RowOutEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RowOutEvent
 
RowOutHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RowOverEvent - Class in com.smartgwt.client.widgets.grid.events
 
RowOverEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.RowOverEvent
 
RowOverHandler - Interface in com.smartgwt.client.widgets.grid.events
 
RowSpacerItem - Class in com.smartgwt.client.widgets.form.fields
Form item that renders as a blank row in the form layout.
Set startRow to false to create a rowSpacer that simply takes up every remaining column in the current row rather than starting a new row.
RowSpacerItem() - Constructor for class com.smartgwt.client.widgets.form.fields.RowSpacerItem
 
RowSpacerItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.RowSpacerItem
 
RowSpacerItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.RowSpacerItem
 
RPCCallback - Interface in com.smartgwt.client.rpc
 
RPCManager - Class in com.smartgwt.client.rpc
RPCManager is a static singleton class that manages transparent client/server RPC (remote procedure call).
RPCManager() - Constructor for class com.smartgwt.client.rpc.RPCManager
 
rpcManager_defaultPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Contacting Server...".
rpcManager_fetchDataPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Finding Records that match your criteria...".
rpcManager_removeDataPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Deleting Record(s)...".
rpcManager_saveDataPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Saving form...".
rpcManager_timeoutErrorMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Operation timed out".
rpcManager_validateDataPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Validating...".
RpcPrompt - Interface in com.smartgwt.client.docs
The properties in this group all deal with setting and styling a modal prompt during an RPC call to the server.
RPCQueueCallback - Interface in com.smartgwt.client.rpc
 
RPCRequest - Class in com.smartgwt.client.rpc
Encapsulates a client/server RPC request.
RPCRequest() - Constructor for class com.smartgwt.client.rpc.RPCRequest
 
RPCRequest(JavaScriptObject) - Constructor for class com.smartgwt.client.rpc.RPCRequest
 
RPCResponse - Class in com.smartgwt.client.rpc
Encapsulates an RPC response from the server.
RPCResponse() - Constructor for class com.smartgwt.client.rpc.RPCResponse
 
RPCResponse(JavaScriptObject) - Constructor for class com.smartgwt.client.rpc.RPCResponse
 
RPCTransport - Enum in com.smartgwt.client.types
SmartClient supports multiple RPC transports for maximum compatibility and feature richness. All of transports use HTTP as the underlying protocol, but use different mechanisms for sending the HTTP request and processing the response.

S

SafeSkinning - Interface in com.smartgwt.client.docs
Safe Skinning
SAVE - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
saveAllEdits() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Save a number of outstanding edits for this ListGrid.
saveAllEdits(Function) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Save a number of outstanding edits for this ListGrid.
saveAllEdits(Function, int[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Save a number of outstanding edits for this ListGrid.
saveData() - Method in class com.smartgwt.client.widgets.Dialog
Method to save this Dialog's data.
saveData() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
saveData(DSCallback) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
saveData(DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
saveData() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Validate and then save the form's current values to the DataSource this form is bound to.
saveData(DSCallback) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Validate and then save the form's current values to the DataSource this form is bound to.
saveData(DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Validate and then save the form's current values to the DataSource this form is bound to.
saveTabTitle() - Method in class com.smartgwt.client.widgets.tab.TabSet
If the user is currently editing a tab title (see canEditTabTitles), save the edited tab title and hide the editor.
say(String) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "OK" button.
say(String, String) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "OK" button.
say(String, BooleanCallback) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "OK" button.
say(String, String, BooleanCallback) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "OK" button.
SC - Class in com.smartgwt.client.util
 
SC() - Constructor for class com.smartgwt.client.util.SC
 
scClassName - Variable in class com.smartgwt.client.core.BaseClass
 
scClassName - Variable in class com.smartgwt.client.widgets.BaseWidget
 
SchemaSet - Class in com.smartgwt.client.data
A set of schema derived from the <xsd:schema> element in a WSDL or XML schema file loaded by XMLTools.loadWSDL(java.lang.String, com.smartgwt.client.data.WSDLLoadCallback) or XMLTools.loadXMLSchema(java.lang.String, com.smartgwt.client.data.XSDLoadCallback).
SchemaSet(JavaScriptObject) - Constructor for class com.smartgwt.client.data.SchemaSet
 
Scroll - Interface in com.smartgwt.client.docs
The following APIs are all related to Scroll.
scrollBack() - Method in class com.smartgwt.client.widgets.tab.TabSet
If there is not enough space to display all the tabs in this tabSet, this method will scroll the previous tab (that first tab that is clipped at the beginning of the tab-bar) into view.
Scrollbar - Class in com.smartgwt.client.widgets
The Scrollbar widget implements cross-platform, image-based scrollbars that control the scrolling of content in other widgets.
Scrollbar() - Constructor for class com.smartgwt.client.widgets.Scrollbar
 
Scrollbar(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Scrollbar
 
scrollBodyTo(Integer, Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Scroll the body of the grid to the specified coordinates.
scrollBy(int, int) - Method in class com.smartgwt.client.widgets.Canvas
Scroll this widget by some pixel increment in either (or both) direction(s).
scrollByPercent(int, int) - Method in class com.smartgwt.client.widgets.Canvas
Scroll this widget by some percentage of scroll size in either (or both) direction(s).
ScrolledEvent - Class in com.smartgwt.client.widgets.events
 
ScrolledEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.ScrolledEvent
 
ScrolledHandler - Interface in com.smartgwt.client.widgets.events
 
scrollForward() - Method in class com.smartgwt.client.widgets.tab.TabSet
If there is not enough space to display all the tabs in this tabSet, this method will scroll the next tab (that first tab that is clipped at the end of the tab-bar) into view.
Scrolling - Interface in com.smartgwt.client.docs
Scrolling and clipping of objects when part of the object is obscured
scrollTo(int, int) - Static method in class com.smartgwt.client.util.Page
Scroll the window to a specified top and left coordinate.
scrollTo() - Method in class com.smartgwt.client.widgets.Canvas
Scrolls the content of the widget so that the origin (top-left corner) of the content is left pixels to the left and top pixels above the widget's top-left corner (but still clipped by the widget's dimensions).
scrollTo(int, int) - Method in class com.smartgwt.client.widgets.Canvas
Scrolls the content of the widget so that the origin (top-left corner) of the content is left pixels to the left and top pixels above the widget's top-left corner (but still clipped by the widget's dimensions).
scrollToBottom() - Method in class com.smartgwt.client.widgets.Canvas
Vertically scrolls the content of the widget to the end of its content
scrollToLeft() - Method in class com.smartgwt.client.widgets.Canvas
Horizontally scrolls the content of the widget to 0
scrollToPercent(int, int) - Method in class com.smartgwt.client.widgets.Canvas
Scroll this widget to some position specified as a percentage of scroll size in either (or both) direction(s).
scrollToRight() - Method in class com.smartgwt.client.widgets.Canvas
Horizontally scrolls the content of the widget to the end of its content
scrollToRow(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Scroll to the specified row number.
scrollToTop() - Method in class com.smartgwt.client.widgets.Canvas
Vertically scrolls the content of the widget to 0
SEARCH - Static variable in class com.smartgwt.client.widgets.form.fields.PickerIcon
 
SearchForm - Class in com.smartgwt.client.widgets.form
A SearchForm is a DynamicForm specialized for a user to enter search criteria.
SearchForm() - Constructor for class com.smartgwt.client.widgets.form.SearchForm
 
SearchForm(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.SearchForm
 
SearchHandler - Interface in com.smartgwt.client.widgets.form.events
 
SectionHeader - Class in com.smartgwt.client.widgets.layout
Simple SectionHeader class based on a Label with an icon, skinnable via CSS.
SectionHeader() - Constructor for class com.smartgwt.client.widgets.layout.SectionHeader
 
SectionHeader(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.SectionHeader
 
sectionHeaderClick(Canvas) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Method intended to be called by the sectionHeader when it is clicked on.
SectionHeaderClickEvent - Class in com.smartgwt.client.widgets.layout.events
 
SectionHeaderClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.events.SectionHeaderClickEvent
 
SectionHeaderClickHandler - Interface in com.smartgwt.client.widgets.layout.events
 
sectionIsExpanded(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Returns true if the specified section is expanded, false if it is collapsed.
sectionIsExpanded(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Returns true if the specified section is expanded, false if it is collapsed.
sectionIsVisible(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Returns true if the specified section is visible, false if it is not.
sectionIsVisible(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Returns true if the specified section is visible, false if it is not.
SectionItem - Class in com.smartgwt.client.widgets.form.fields
Header item for a collapsible section in a DynamicForm.
SectionItem() - Constructor for class com.smartgwt.client.widgets.form.fields.SectionItem
 
SectionItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.SectionItem
 
SectionItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.SectionItem
 
SectionItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.SectionItem
 
SectionStack - Class in com.smartgwt.client.widgets.layout
A container that manages a list of sections of widgets, each with a header.
SectionStack() - Constructor for class com.smartgwt.client.widgets.layout.SectionStack
 
SectionStack(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.SectionStack
 
SectionStackSection - Class in com.smartgwt.client.widgets.layout
Section descriptor used by a SectionStack to describe a section of items which are shown or hidden together, and their associated header.
SectionStackSection() - Constructor for class com.smartgwt.client.widgets.layout.SectionStackSection
 
SectionStackSection(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.SectionStackSection
 
SectionStackSection(String) - Constructor for class com.smartgwt.client.widgets.layout.SectionStackSection
 
select() - Method in class com.smartgwt.client.widgets.Button
Select this object.
select() - Method in class com.smartgwt.client.widgets.ImgButton
Select this object.
select() - Method in class com.smartgwt.client.widgets.StatefulCanvas
Select this object.
select() - Method in class com.smartgwt.client.widgets.StretchImgButton
Select this object.
selectAllCells() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Select all cells.
selectAllFacetValues() - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Select/deselect all headers in a headerBar (specified by facetId) or all headerBars (if no facetId).
selectAllFacetValues(String, boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Select/deselect all headers in a headerBar (specified by facetId) or all headerBars (if no facetId).
selectAllRecords() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
selectAllRecords() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Select all records
selectAllRecords() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
selectAllRecords(int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Select all records in the supplied column (the first column if none is passed)
selectAllRecords() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
selectAllRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
selectAllRecords() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
selectAllRecords() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
selectCell(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Select a single cell - accepts cell ID or cell record.
selectCell(Record) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Select a single cell - accepts cell ID or cell record.
selectCells(String...) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Select cells that match a list of facetValues.
Selected - Enum in com.smartgwt.client.types
 
selectFacetValue(String, String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Select/deselect the header for a given facet value.
selectFacetValue(String, String, boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Select/deselect the header for a given facet value.
Selection - Interface in com.smartgwt.client.docs
Selection
selection_selectionRangeNotLoadedMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Can't select that many records at once.

Please try working in smaller batches.".
SelectionAppearance - Enum in com.smartgwt.client.types
 
SelectionBoundary - Enum in com.smartgwt.client.types
Boundary type for limiting where contiguous selection (via shift+click or drag selection) can be applied across com.smartgwt.client.widgets.cube.Facet#setSelectionBoundary,facets or com.smartgwt.client.widgets.cube.FacetValue#setSelectionBoundary(),facetValues
SelectionChangedEvent - Class in com.smartgwt.client.widgets.tile.events
 
SelectionChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tile.events.SelectionChangedEvent
 
SelectionChangedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
SelectionChangedHandler - Interface in com.smartgwt.client.widgets.tile.events
 
SelectionEvent - Class in com.smartgwt.client.widgets.grid.events
 
SelectionEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.SelectionEvent
 
SelectionStyle - Enum in com.smartgwt.client.types
Different styles of selection that a list, etc.
SelectionType - Enum in com.smartgwt.client.types
Controls how an object changes state when clicked
SelectionUpdatedEvent - Class in com.smartgwt.client.widgets.grid.events
 
SelectionUpdatedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.SelectionUpdatedEvent
 
SelectionUpdatedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
SelectItem - Class in com.smartgwt.client.widgets.form.fields
FormItem that allows picking between several mutually exclusive options via a select list.
SelectItem() - Constructor for class com.smartgwt.client.widgets.form.fields.SelectItem
 
SelectItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.SelectItem
 
SelectItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.SelectItem
 
SelectItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.SelectItem
 
selectNodes(Object, String) - Static method in class com.smartgwt.client.data.XMLTools
Retrieve a set of nodes from an XML element or document based on an XPath expression.
selectNodes(Object, String, Map) - Static method in class com.smartgwt.client.data.XMLTools
Retrieve a set of nodes from an XML element or document based on an XPath expression.
selectObjects(Object, String) - Static method in class com.smartgwt.client.data.XMLTools
Applies an XPath expression to JavaScript objects, returning matching objects.
SelectOtherItem - Class in com.smartgwt.client.widgets.form.fields
FormItem that shows a list of options, plus an "Other..." option that allows them to enter another value.
SelectOtherItem() - Constructor for class com.smartgwt.client.widgets.form.fields.SelectOtherItem
 
SelectOtherItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.SelectOtherItem
 
SelectOtherItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.SelectOtherItem
 
SelectOtherItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.SelectOtherItem
 
selectOtherItem_otherTitle() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Other...".
selectOtherItem_selectOtherPrompt() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Other value for".
selectRecord(Record) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
selectRecord(int) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
selectRecord(int, boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
selectRecord(Record, boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
selectRecord(Record) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Select/deselect a Record passed in explicitly, or by index.
selectRecord(int) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Select/deselect a Record passed in explicitly, or by index.
selectRecord(int, boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Select/deselect a Record passed in explicitly, or by index.
selectRecord(Record, boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Select/deselect a Record passed in explicitly, or by index.
selectRecord(Record) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
selectRecord(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
selectRecord(int, boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
selectRecord(Record, boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
selectRecord(int, boolean, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Select/deselect a Record passed in explicitly, or by index.
selectRecord(Record, boolean, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Select/deselect a Record passed in explicitly, or by index.
selectRecord(Record) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
selectRecord(int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
selectRecord(int, boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
selectRecord(Record, boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
selectRecord(Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
selectRecord(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
selectRecord(int, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
selectRecord(Record, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
selectRecord(Record) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
selectRecord(int) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
selectRecord(int, boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
selectRecord(Record, boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
selectRecord(Record) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
selectRecord(int) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
selectRecord(int, boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
selectRecord(Record, boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
selectRecords(int[]) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
selectRecords(int[], boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
selectRecords(Record[]) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
selectRecords(Record[], boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
selectRecords(int[]) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Select/deselect a list of Records passed in explicitly, or by index.
selectRecords(int[], boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Select/deselect a list of Records passed in explicitly, or by index.
selectRecords(Record[]) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Select/deselect a list of Records passed in explicitly, or by index.
selectRecords(Record[], boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Select/deselect a list of Records passed in explicitly, or by index.
selectRecords(int[]) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
selectRecords(int[], boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
selectRecords(Record[]) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
selectRecords(Record[], boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
selectRecords(int[], boolean, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Select/deselect a list of Records passed in explicitly, or by index.
selectRecords(Record[], boolean, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Select/deselect a list of Records passed in explicitly, or by index.
selectRecords(int[]) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
selectRecords(int[], boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
selectRecords(Record[]) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
selectRecords(Record[], boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
selectRecords(int[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
selectRecords(int[], boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
selectRecords(Record[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
selectRecords(Record[], boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
selectRecords(int[]) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
selectRecords(int[], boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
selectRecords(Record[]) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
selectRecords(Record[], boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
selectRecords(int[]) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
selectRecords(int[], boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
selectRecords(Record[]) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
selectRecords(Record[], boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
selectSingleRecord(Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Select a single Record passed in explicitly, or by index, and deselect everything else.
selectSingleRecord(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Select a single Record passed in explicitly, or by index, and deselect everything else.
selectString(Object, String) - Static method in class com.smartgwt.client.data.XMLTools
Retrieve a string value from an XML element or document based on an XPath expression.
selectString(Object, String, Map) - Static method in class com.smartgwt.client.data.XMLTools
Retrieve a string value from an XML element or document based on an XPath expression.
selectTab(int) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Fires whenever the user changes the current date, including picking a specific date or navigating to a new week or month.
selectTab(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Select a tab.
selectTab(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Select a tab.
selectTab(Tab) - Method in class com.smartgwt.client.widgets.tab.TabSet
Select a tab.
selectValue() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true, falls through to standard FormItem.selectValue implementation on this items freeform text entry field.
selectValue() - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Put focus in this item and select the entire value.
selectValue() - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Put focus in this item and select the entire value.
send(String[], Object, RPCCallback) - Static method in class com.smartgwt.client.rpc.Messaging
Actually send data to a list of channels.
send(String, Object, RPCCallback) - Static method in class com.smartgwt.client.rpc.Messaging
Actually send data to a channel.
send(String, RPCCallback, RPCRequest) - Static method in class com.smartgwt.client.rpc.RPCManager
This method is a convenience wrapper on RPCManager.sendRequest() - it calls through to sendRequest().
send(String, RPCCallback, Map) - Static method in class com.smartgwt.client.rpc.RPCManager
This method is a convenience wrapper on RPCManager.sendRequest() - it calls through to sendRequest().
send(JavaScriptObject, RPCCallback, RPCRequest) - Static method in class com.smartgwt.client.rpc.RPCManager
This method is a convenience wrapper on RPCManager.sendRequest() - it calls through to sendRequest().
send(JavaScriptObject, RPCCallback, Map) - Static method in class com.smartgwt.client.rpc.RPCManager
This method is a convenience wrapper on RPCManager.sendRequest() - it calls through to sendRequest().
SendMethod - Enum in com.smartgwt.client.types
 
sendQueue() - Static method in class com.smartgwt.client.rpc.RPCManager
Send all currently queued requests to the server.
sendQueue(RPCQueueCallback) - Static method in class com.smartgwt.client.rpc.RPCManager
Send all currently queued requests to the server.
sendRequest(RPCRequest) - Static method in class com.smartgwt.client.rpc.RPCManager
Send the passed RPCRequest to the server.
sendRequest(RPCRequest, RPCCallback) - Static method in class com.smartgwt.client.rpc.RPCManager
Send the passed RPCRequest to the server.
sendToBack() - Method in class com.smartgwt.client.widgets.Canvas
Puts this widget at the bottom of the stacking order, so it appears behind all other widgets in the same parent.
SerializationContext - Class in com.smartgwt.client.data
 
SerializationContext() - Constructor for class com.smartgwt.client.data.SerializationContext
 
ServerDataIntegration - Interface in com.smartgwt.client.docs
Server DataSource Integration
ServerDataSourceImplementation - Interface in com.smartgwt.client.docs
Notes on Server-side DataSource Implementations
ServerObject - Class in com.smartgwt.client.docs.serverds
The ServerObject tells the ISC server how to find or create a server-side object involved in DMI (Direct Method Invocation).
ServerObject() - Constructor for class com.smartgwt.client.docs.serverds.ServerObject
 
ServerObject(JavaScriptObject) - Constructor for class com.smartgwt.client.docs.serverds.ServerObject
 
ServletDetails - Interface in com.smartgwt.client.docs
The Core and Optional Smart GWT servlets
set(int, Record) - Method in class com.smartgwt.client.data.RecordList
Change the array element at a particular position.
set_baseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Name of a CSS style to use as the baseStyle for all cells for this particular record.
setAccessKey(String) - Method in class com.smartgwt.client.widgets.Canvas
If specified this governs the accessKey for the widget.
setAccessKey(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
AccessKey - a keyboard shortcut to trigger a form item's default behavior.
Note: Alt+ (or in Moz Firefox 2.0 and above, Shift+Alt+) the specified key will trigger the form item's default behavior.
setAction(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The URL to which the form will submit its values.
setActionType(SelectionType) - Method in class com.smartgwt.client.widgets.Button
Behavior on state changes -- BUTTON, RADIO or CHECKBOX

If this method is called after the component has been drawn/initialized: Update the 'actionType' for this canvas (radio / checkbox / button) If the canvas is currently selected, and the passed in actionType is 'button' this method will deselect the canvas.
setActionType(SelectionType) - Method in class com.smartgwt.client.widgets.ImgButton
Behavior on state changes -- BUTTON, RADIO or CHECKBOX

If this method is called after the component has been drawn/initialized: Update the 'actionType' for this canvas (radio / checkbox / button) If the canvas is currently selected, and the passed in actionType is 'button' this method will deselect the canvas.
setActionType(SelectionType) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Behavior on state changes -- BUTTON, RADIO or CHECKBOX

If this method is called after the component has been drawn/initialized: Update the 'actionType' for this canvas (radio / checkbox / button) If the canvas is currently selected, and the passed in actionType is 'button' this method will deselect the canvas.
setActionType(SelectionType) - Method in class com.smartgwt.client.widgets.StretchImgButton
Behavior on state changes -- BUTTON, RADIO or CHECKBOX

If this method is called after the component has been drawn/initialized: Update the 'actionType' for this canvas (radio / checkbox / button) If the canvas is currently selected, and the passed in actionType is 'button' this method will deselect the canvas.
setActionURL(String) - Static method in class com.smartgwt.client.rpc.RPCManager
The actionURL specifies the URL to which the RPC request will be sent.
setActionURL(String) - Method in class com.smartgwt.client.rpc.RPCRequest
Overrides RPCManager.actionURL for this request only.
setAddButtonPrompt(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The hover prompt text for the add button.
setAddDataURL(String) - Method in class com.smartgwt.client.data.RestDataSource
Custom dataURL for add type operations
setAddDropValues(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setAddDropValues(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Indicates whether to add "drop values" to items dropped on this component, if both the source and target widgets are databound, either to the same DataSource or to different DataSources that are related via a foreign key.
setAddDropValues(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setAddDropValues(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setAddDropValues(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setAddDropValues(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setAddDropValues(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setAddEdgeStyleSuffix(Boolean) - Method in class com.smartgwt.client.widgets.EdgedCanvas
If specified, the edgeStyleName will be treated as a base style name and appended with following suffixes to support separate styling per cell:
setAddEventButtonHoverText(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The text to be displayed when a user hovers over the add event toolbar button
setAddFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setAddFormulaFieldText(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Text for a menu item allowing users to add a formula field
setAddFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setAddFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setAddFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setAddFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setAddFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setAddGlobalId(Boolean) - Method in class com.smartgwt.client.data.DataSource
Whether to make this DataSource available as a global variable for convenience.
setAddOperation(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setAddOperation(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Operation ID this component should use when performing add operations.
setAddOperation(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setAddOperation(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setAddOperation(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setAddOperation(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setAddOperation(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setAddSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setAddSummaryFieldText(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Text for a menu item allowing users to add a formula field
setAddSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setAddSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setAddSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setAddSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setAddSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setAddUnknownValues(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
This property controls whether the user can enter a value that is not present in the set of options for this item.
setAddUnknownValues(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If we're setting the value of a select item and the value isn't a legal value in the valueMap, whether we should allow the value (creating a new option for it) or reject it.
setAdjustForDST(boolean) - Static method in class com.smartgwt.client.util.DateUtil
Determines whether, when formatting values of type datetime and time, the effect of Daylight Saving Time should be considered when computing offsets from UTC.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.Button
Horizontal alignment of this component's title.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.Canvas
 
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.cube.Facet
Default alignment for facet label title, and cells for this facet.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.cube.FacetValue
Default alignment for facet label title and cells for this facetValue.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Alignment of this item in its cell.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
Horizontal alignment of the title of this headerSpan.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Horizontal alignment for field's column header: "left", "right" or "center".
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.ImgButton
Horizontal alignment of this component's title.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.Label
Horizontal alignment of label text.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.layout.Layout
Alignment of all members in this Layout on the length axis.
setAlign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.layout.Layout
Alignment of all members in this Layout on the length axis.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Horizontal alignment of this component's title.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.StretchImgButton
Horizontal alignment of this component's title.
setAlign(Alignment) - Method in class com.smartgwt.client.widgets.tab.ImgTab
Alignment of title text
setAllowCaching(Boolean) - Method in class com.smartgwt.client.widgets.HTMLFlow
By default an HTMLFlow will explicitly prevent browser caching.
setAllowCaching(Boolean) - Method in class com.smartgwt.client.widgets.ViewLoader
By default a ViewLoader will explicitly prevent browser caching.
setAllowComplexMode(Boolean) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Should the "complex" mode be allowed for this ColorPicker? If false, no "More" button is shown on the simple picker
setAllowCrossDomainCalls(Boolean) - Static method in class com.smartgwt.client.rpc.RPCManager
By default SmartGWT will show a warning message on attempted requests to another domain as this is usually not supported at the browser level by default due to security considerations.
setAllowEmpty(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If set to false, the last clause cannot be removed.
setAllowEmptyValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
By default checkboxes allow the user to toggle between true and false values only.
setAllowEmptyValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If set to true, always show an empty option in this item's pickList, allowing the user to clear the value (even if there is no empty entry in the valueMap for the item).
setAllowExpressions(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
For a form that produces filter criteria (see form.getValuesAsCriteria()), allows the user to enter simple expressions in any field in this form that takes text input.
setAllowExpressions(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
For a form that produces filter criteria (see form.getValuesAsCriteria()), allows the user to type in simple expressions to cause filtering with that operator.
setAllowExternalFilters(boolean) - Static method in class com.smartgwt.client.widgets.Canvas
Changes the system-wide allowExternalFilters setting.
setAllowFilterExpressions(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
For use with showFilterEditor:true, allows simple search expressions to be entered into filter fields, as though allowExpressions were true.
setAllowMultiUpdate(Boolean) - Method in class com.smartgwt.client.data.OperationBinding
Ordinarily, "update" and "remove" operations are only allowed for DataSources that have a primaryKey, and all primary key values are present in the request.
setAllowRelativeDates(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Whether to allow the user to specify relative dates (via RelativeDateItems) or whether dates are absolute (via DateItems).
setAllowThumbDownState(Boolean) - Method in class com.smartgwt.client.widgets.Scrollbar
If true, the thumb's appearance changes when it's clicked on.
setAllowThumbOverState(Boolean) - Method in class com.smartgwt.client.widgets.Scrollbar
If true, the thumb's appearance changes when the user rolls over it.
setAllRows(Record[]) - Method in class com.smartgwt.client.data.ResultSet
If the complete set of records for a resultSet is available when the resultSet is created, it can be made available to the resultSet via this property at initialization time.
setAlt(String) - Method in class com.smartgwt.client.widgets.plugins.Applet
This text is displayed if the browser understands the tag used for the applet html element, but can't run the applet for some reason.
setAlternateBodyStyleName(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Optional css style to apply to the body if alternateRecordStyles is true for this grid.
setAlternateRecordFrequency(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The number of consecutive rows to draw in the same style before alternating, when alternateRowStyles is true.
setAlternateRecordStyles(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether alternating rows should be drawn in alternating styles, in order to create a "ledger" effect for easier reading.
setAlternateRecordStyles(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether alternating rows should be drawn in alternating styles, in order to create a "ledger" effect for easier reading.
setAlternateRecordStyles(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
Explicitly disable alternateRecordStyles at the menu level by default so setting to true for all ListGrids will not impact menus' appearance.
setAlternateStyleSuffix(String) - Method in class com.smartgwt.client.widgets.DateChooser
The text appended to the style name when using alternateWeekStyles.
setAlternateWeekStyles(Boolean) - Method in class com.smartgwt.client.widgets.DateChooser
Whether alternating weeks should be drawn in alternating styles.
setAltHTML(String) - Method in class com.smartgwt.client.widgets.plugins.Applet
This text is displayed if the browser does not understand the tag used for the applet html element.
setAltKey(boolean) - Method in class com.smartgwt.client.core.KeyIdentifier
 
setAltText(String) - Method in class com.smartgwt.client.widgets.Img
If specified this property will be included as the alt text for the image HMTL element.
setAlwaysFetchMissingValues(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this form item has a specified optionDataSource and fetchMissingValues is true, when the item value changes, a fetch will be performed against the optionDataSource to retrieve the related record if displayField is specified and the new item value is not present in any valueMap explicitly specified on the item.
setAlwaysShowEditors(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When this attribute is set, editors will be rendered into every row of the grid rather than showing up in a single record at a time.
setAnimateAcceleration(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration effect to apply to all animations on this Canvas.
setAnimateFadeTime(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated fade.
setAnimateFolderEffect(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When animating folder opening / closing, this property can be set to apply an animated acceleration effect.
setAnimateFolderEffect(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
When animating folder opening / closing, this property can be set to apply an animated acceleration effect.
setAnimateFolderMaxRows(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If animateFolders is true for this grid, this number can be set to designate the maximum number of rows to animate at a time when opening / closing a folder.
setAnimateFolderMaxRows(Integer) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If animateFolders is true for this grid, this number can be set to designate the maximum number of rows to animate at a time when opening / closing a folder.
setAnimateFolders(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, when folders are opened / closed children will be animated into view.
setAnimateFolders(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If true, when folders are opened / closed children will be animated into view.
setAnimateFolderSpeed(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When animating folder opening / closing, this property designates the speed of the animation in pixels shown (or hidden) per second.
setAnimateFolderSpeed(int) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
When animating folder opening / closing, this property designates the speed of the animation in pixels shown (or hidden) per second.
setAnimateFolderTime(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When animating folder opening / closing, if animateFolderSpeed is not set, this property designates the duration of the animation in ms.
setAnimateFolderTime(int) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
When animating folder opening / closing, if animateFolderSpeed is not set, this property designates the duration of the animation in ms.
setAnimateHideAcceleration(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated hide.
setAnimateHideTime(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated hide.
setAnimateMembers(Boolean) - Method in class com.smartgwt.client.widgets.layout.Layout
If true when members are added / removed, they should be animated as they are shown or hidden in position
setAnimateMemberTime(Integer) - Method in class com.smartgwt.client.widgets.layout.Layout
If specified this is the duration of show/hide animations when members are being shown or hidden due to being added / removed from this layout.
setAnimateMinimize(Boolean) - Method in class com.smartgwt.client.widgets.Window
Should this window minimize, maximize, and restore as an animation, or as a simple 1-step transition?
setAnimateMoveAcceleration(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration effect for performing an animated move.
setAnimateMoveTime(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated move.
setAnimatePickList(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If true, when the pickList is shown, it will be shown via an animated reveal effect
setAnimatePickList(Boolean) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If true, when the pickList is shown, it will be shown via an animated reveal effect
setAnimatePickList(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If true, when the pickList is shown, it will be shown via an animated reveal effect
setAnimateRectAcceleration(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated move and resize.
setAnimateRectTime(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated setRect.
setAnimateRemoveRecord(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When canRemoveRecords is enabled, should records be animated out of view when they are removed by the user?
setAnimateRemoveSpeed(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When animating record removal, this property designates the speed of the animation in pixels per second.
setAnimateRemoveTime(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When animating record removal (see animateRemoveRecord), if animateRemoveSpeed is not set, this property designates the duration of the animation in ms.
setAnimateResizeAcceleration(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated resize.
setAnimateResizeTime(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated resize.
setAnimateRollOver(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showRollOverCanvas is true setting this property to true ensures that when the rollOver canvas is displayed it animates into view via an Canvas.animateShow.
setAnimateRollUnder(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showRollOverCanvas is true setting this property to true ensures that when the rollUnder canvas is displayed it animates into view via an Canvas.animateShow.
setAnimateScrollAcceleration(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated scroll.
setAnimateScrollTime(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated scroll.
setAnimateSections(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStack
If true, sections are animated during expand/collapse and addition/removal of SectionItems is likewise animated.
setAnimateSelection(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showSelectionCanvas is true setting this property to true ensures that when the selection canvas is displayed it animates into view via an Canvas.animateShow.
setAnimateSelectionUnder(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showSelectionCanvas is true setting this property to true ensures that when the selectionUnder canvas is displayed it animates into view via an Canvas.animateShow.
setAnimateShowAcceleration(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated show.
setAnimateShowEffect(AnimationEffect) - Method in class com.smartgwt.client.widgets.Canvas
Default animation effect to use if Canvas#animateShow() is called without an explicit effect parameter.
setAnimateShowTime(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Default time for performing an animated show.
setAnimateTabScrolling(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabScroller is true, should tabs be scrolled into view via an animation when the user interacts with the scroller buttons?
setAnimateThumb(Boolean) - Method in class com.smartgwt.client.widgets.Slider
Should the thumb be animated to its new position when the value is changed programmatically, or by clicking in the slider track.
setAnimateThumbInit(Boolean) - Method in class com.smartgwt.client.widgets.Slider
If thumb animation is enabled, should the thumb be animated to its initial value?
setAnimateThumbTime(int) - Method in class com.smartgwt.client.widgets.Slider
Duration of thumb animation, in milliseconds.
setAnimateTileChange(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
If set, when the dataset changes due to filtering, sorting or other actions, any tiles that were showing before and after the change will animate from their old positions to their new positions.
setAnimateTileChange(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileLayout
If set, tiles animate to their new positions when a tile is added, removed, or reordered via drag and drop.
setAnimateTime(int) - Method in class com.smartgwt.client.widgets.Canvas
Default total duration of animations.
setAnimationTime(int) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this.animatePickList is true - this specifies the duration of the animation effect applied when showing the pickList
setAnimationTime(int) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this.animatePickList is true - this specifies the duration of the animation effect applied when showing the pickList
setAnimationTime(int) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this.animatePickList is true - this specifies the duration of the animation effect applied when showing the pickList
setAppFilesDir() - Static method in class com.smartgwt.client.util.Page
Specify the directory for miscellaneous app-specific files other than images, such as HTML fragments, loadable views, XML or JSON flat data files, videos, etc.
setAppFilesDir(String) - Static method in class com.smartgwt.client.util.Page
Specify the directory for miscellaneous app-specific files other than images, such as HTML fragments, loadable views, XML or JSON flat data files, videos, etc.
setAppImgDir() - Static method in class com.smartgwt.client.util.Page
Specify the directory for app-specific images.
setAppImgDir(String) - Static method in class com.smartgwt.client.util.Page
Specify the directory for app-specific images.
setAppImgDir(String) - Method in class com.smartgwt.client.widgets.Canvas
Default directory for app-specific images, relative to the Page-wide appImgDir.
setArchive(String) - Method in class com.smartgwt.client.widgets.plugins.Applet
URL to the applet JAR or ZIP archive.
setAriaRole(String) - Method in class com.smartgwt.client.widgets.Canvas
ARIA role of this component.
setArrayValue(JavaScriptObject, int, Date) - Static method in class com.smartgwt.client.util.JSOHelper
 
setArrayValue(JavaScriptObject, int, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
setArrayValue(JavaScriptObject, int, double) - Static method in class com.smartgwt.client.util.JSOHelper
 
setArrayValue(JavaScriptObject, int, long) - Static method in class com.smartgwt.client.util.JSOHelper
 
setArrayValue(JavaScriptObject, int, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
setArrayValue(JavaScriptObject, int, float) - Static method in class com.smartgwt.client.util.JSOHelper
 
setArrayValue(JavaScriptObject, int, boolean) - Static method in class com.smartgwt.client.util.JSOHelper
 
setArrayValue(JavaScriptObject, int, JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
setArrayValue(JavaScriptObject, int, Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
setArrowKeyAction(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Action to perform when the listGrid has keyboard focus (but not editing focus) and a user presses the up or down arrow key.
setAttribute(String, String, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, Boolean, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, Map, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, int[], boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, BaseClass[], boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, DataClass[], boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, double, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, int, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, Date, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, ValueEnum[], boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, DataClass, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, JavaScriptObject, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, String[], boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, boolean, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, Element, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setAttribute(String, String) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, int) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, double) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, long) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, boolean) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, int[]) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, Integer[]) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, DataClass[]) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, BaseClass[]) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, BaseWidget[]) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, String[]) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, DataClass) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, BaseClass) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, JavaScriptObject) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, Date) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, double[]) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, Boolean) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, Map) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, ValueEnum[]) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, ValueEnum) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, Object) - Method in class com.smartgwt.client.core.DataClass
Set the attribute value as and Object.
setAttribute(String, Double) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, Integer) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, Float) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, Object) - Method in class com.smartgwt.client.data.DSRequest
Set a custom attribute value on the DSRequest as an Object.
setAttribute(JavaScriptObject, String, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, JavaScriptObject[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, int[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, double[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, String[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Integer[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Float[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Boolean[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Double[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Long[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Date[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, ValueEnum[]) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, long) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Integer) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Double) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Float) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Boolean) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, boolean) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, float) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, double) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Function) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Date) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(JavaScriptObject, String, Map) - Static method in class com.smartgwt.client.util.JSOHelper
 
setAttribute(String, String, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, ValueEnum, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, BaseWidget, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, Map, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, int[], boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, Float[], boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, DataClass, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, DataClass[], boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, JavaScriptObject[], boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, BaseClass[], boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, BaseWidget[], boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, float, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, double, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, Integer, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, Date, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, JavaScriptObject, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, String[], boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, Object[], boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, Boolean, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, Element, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setAttribute(String, String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, Map) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, int[]) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, BaseClass[]) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, DataClass[]) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, double) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, Date) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, ValueEnum[]) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, DataClass) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, JavaScriptObject) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, String[]) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAttribute(String, boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setAutoCacheAllData(Boolean) - Method in class com.smartgwt.client.data.DataSource
When a DataSource is not cacheAllData:true and a fetch results in the entire dataset being retrieved, this attribute being set to true causes the DataSource to automatically switch to cacheAllData:true and prevent further server-trips for fetch requests.
setAutoCenter(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, this Window widget will automatically be centered on the page when shown.
setAutoCenterOnShow(Boolean) - Method in class com.smartgwt.client.widgets.form.ColorPicker
If autoPosition is false, this property controls whether to automatically center the colorPicker every time it is reshown with the show() method.
setAutoConvertRelativeDates(Boolean) - Method in class com.smartgwt.client.data.DataSource
Whether to convert relative date values to concrete date values before sending to the server.
setAutoDeriveTitles(Boolean) - Method in class com.smartgwt.client.data.DataSource
If set, titles are automatically derived from field.name for any field that does not have a field.title and is not marked hidden:true, by calling the method DataSource.getAutoTitle.
setAutoDestroyMenu(Boolean) - Method in class com.smartgwt.client.widgets.menu.IMenuButton
If this menuButton is destroyed, should it also destroy its menu?
setAutoDestroyMenu(Boolean) - Method in class com.smartgwt.client.widgets.menu.MenuButton
If this menuButton is destroyed, should it also destroy its menu?
setAutoDismiss(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
When false, when a menu item is chosen (via mouse click or keyboard), the menu is not automatically hidden, staying in place for further interactivity
setAutoDismissOnBlur(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
When false, when a user clicks outside the menu, or hits the Escape key, this menu will not be automatically hidden, staying in place for further interactivity.
setAutoDraw(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
Menus will not draw on initialization, until they're explicitly show()n
setAutoEnable(Boolean) - Method in class com.smartgwt.client.widgets.Scrollbar
If true, this scrollbar will automatically enable when the scrollTarget is scrollable (i.e., when the contents of the scrollTarget exceed its clip size in the direction relevant to this scrollbar), and automatically disable when the scrollTarget is not scrollable.
setAutoFetchAsFilter(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setAutoFetchAsFilter(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
If DataBoundComponent.setAutoFetchData(Boolean) is true, this attribute determines whether the initial fetch operation should be performed via DataBoundComponent.fetchData() or DataBoundComponent.filterData()
setAutoFetchAsFilter(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setAutoFetchAsFilter(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setAutoFetchAsFilter(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setAutoFetchAsFilter(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setAutoFetchAsFilter(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setAutoFetchData(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setAutoFetchData(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
If true, when this component is first drawn, automatically call DataBoundComponent.fetchData() or DataBoundComponent.filterData() depending on DataBoundComponent.getAutoFetchAsFilter() .
setAutoFetchData(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setAutoFetchData(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this combo box retrieves its options from a dataSource, should options be fetched from the server when the item is first written out, or should this fetch be delayed until the user opens the pickList.
setAutoFetchData(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this select item retrieves its options from a dataSource, should options be fetched from the server when the item is first drawn, or should this fetch be delayed until the user opens the pickList.
setAutoFetchData(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setAutoFetchData(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setAutoFetchData(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setAutoFetchData(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setAutoFetchDisplayMap(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, for fields where optionDataSource is specified, a valueMap will be automatically created by making a DataSource.fetchData call against the specified dataSource and extracting a valueMap from the returned records based on the displayField and valueField.
setAutoFetchDisplayMap(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If true, automatically fetches records and derives a valueMap from optionDataSource.
setAutoFetchTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If autoFetchData is true, this attribute allows the developer to specify a textMatchStyle for the initial Calendar.fetchData call.
setAutoFetchTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If autoFetchData is true, this attribute allows the developer to specify a textMatchStyle for the initial DynamicForm.fetchData call.
setAutoFetchTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If autoFetchData is true, this attribute allows the developer to specify a textMatchStyle for the initial ColumnTree.fetchData call.
setAutoFetchTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When this grid is initially filtered via autoFetchData, or filtered by the user via the filterEditor, this attribute can be used to set the textMatchStyle on the dsRequest passed to fetchData().
setAutoFetchTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.widgets.tile.TileGrid
If autoFetchData is true, this attribute allows the developer to specify a textMatchStyle for the initial TileGrid.fetchData call.
setAutoFetchTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
With loadDataOnDemand:true, TreeGrids fetch data by selecting the child nodes of each parent, which should be exact match, so we default to autoFetchTextMatchStyle:"exact".
setAutoFit(Boolean) - Method in class com.smartgwt.client.widgets.Button
If true, ignore the specified size of this widget and always size just large enough to accommodate the title.
setAutoFit(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
Should the button auto fit to its title.
setAutoFit(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
If true, ignore the specified size of this widget and always size just large enough to accommodate the title.
setAutoFit(Boolean) - Method in class com.smartgwt.client.widgets.Label
If true, ignore the specified size of this widget and always size just large enough to accommodate the title.
setAutoFit(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
If true, ignore the specified size of this widget and always size just large enough to accommodate the title.
setAutoFit(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
If true, ignore the specified size of this widget and always size just large enough to accommodate the title.
setAutoFitAllText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and canAutoFitFields is true, this attribute will be shown as the menu item title for an item to perform a one-time autoFit of all visible fields via the ListGrid.autoFitField method.
setAutoFitClipFields(String...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitFieldWidths is enabled and the calculated field sizes are wide enough that horizontal scrolling would be introduced, this attribute may be set to an array of fieldNames, causing those fields to be clipped rather than forcing horizontal scrollbars to appear.
setAutoFitData(Autofit) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should this ListGrid automatically expand to accomodate its content?
setAutoFitExpandField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The field to expand if autoFitFieldWidths and autoFitFieldsFillViewport are enabled and auto-fitting will not fill all available horizontal space.
setAutoFitExtraRecords(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitData is set to "vertical" or "both" this property specifies the number of additional records for which the grid will expand.
setAutoFitFieldsFillViewport(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitFieldWidths is enabled, and auto-fitting all field widths will not take up all the horizontal space available in the viewport, should a field be expanded wider than it's calculated auto-fit-width to fill the available space and avoid leaving a gap.
setAutoFitFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and canAutoFitFields is true, this attribute will be shown as the menu item title for an item to perform a one-time autoFit of the field to its title or content via a call to ListGrid.autoFitField.
setAutoFitFieldWidths(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Enables autofitting of fields to values or titles.
setAutoFitIconFields(AutoFitIconFieldType) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Smart GWT listGrids have special logic to automatically size fields that are displayed as an icon - that is fields with type:"icon", fields displaying only value icons, and boolean fields (which are rendered as a checkmark type icon by default.
setAutoFitMaxColumns(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitData is set to "horizontal" or "both" this property provides the maximum number of columns for which the ListGrid will expand.
setAutoFitMaxHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitData is set to "vertical" or "both" this property provides an upper limit on how far the ListGrid will expand vertically to accommodate its content.
setAutoFitMaxRecords(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitData is set to "vertical" or "both" this property provides the maximum number of records for which the ListGrid will expand.
setAutoFitMaxWidth(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If autoFitData is set to "horizontal" or "both" this property provides an upper limit on how far the ListGrid will expand horizontally to accommodate its content.
setAutoFitWidth(String, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Setter for autoFitWidth.
setAutoFitWidth(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Enables autofitting to values or titles for this field..
setAutoFitWidthApproach(AutoFitWidthApproach) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When a user requests column autofitting via the header contextmenu or via a mouse gesture, what autofit approach is used.
setAutoFitWidthApproach(AutoFitWidthApproach) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When a user requests column autofitting via the header contextmenu or via a mouse gesture, what autofit approach is used.
setAutoFocus(Boolean) - Method in class com.smartgwt.client.widgets.Dialog
If a toolbar is showing, automatically place keyboard focus in the first button.
setAutoFocus(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, when the form is drawn, focus will automatically be put into the first focusable element in the form.
Note that to put focus in a different item you can explicitly call dynamicForm.focusInItem(itemName)
setAutoFreeze(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field should be automatically frozen when other fields are frozen.
setAutoHeight() - Method in class com.smartgwt.client.widgets.Canvas
Set the minimum value for height.
setAutoOpenRoot(Boolean) - Method in class com.smartgwt.client.widgets.tree.Tree
If true, the root node is automatically opened when the tree is created or Tree.setRoot is called.
setAutoPosition(Boolean) - Method in class com.smartgwt.client.widgets.form.ColorPicker
If true, causes the ColorPicker to appear near where the mouse was last clicked.
setAutoRotateLabels(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to automatically rotate labels if needed in order to make them legible and non-overlapping.
setAutoSaveEdits(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this ListGrid is editable, should edits be saved out when the user finishes editing a row (or a cell if saveByCell is true).
setAutoSelectHeaders(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, when multiple facets appear on one side in a nested headers presentation, the selection state of parent/child headers are automatically kept in sync.
setAutoSelectValues(AutoSelectionModel) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether to select cells in the body when row or column headers are selected.
setAutoShowParent(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
If set to true, the widget's parent (if any) will automatically be shown whenever the widget is shown.
setAutoSize(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, the window is resized automatically to accommodate the contents of the body, if they would otherwise require scrolling.
setAutoSizeHeaders(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Automatically size row headers to fit wrapped text.
setAutoWidth() - Method in class com.smartgwt.client.widgets.Canvas
Set the minimum value for width.
setAutoWrapLines(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileLayout
When LayoutPolicy is "flow", should we automatically start a new line when there's not enough room to fit the next tile on the same line?
setBackButtonTitle(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
When using single-column mode, this i18n property dictates the title for the button docked to the top left which allows navigation back through the column tree.
setBackgroundColor(String) - Method in class com.smartgwt.client.data.Hilite
When edited via a HiliteEditor, the value for the background color of this hilite.
setBackgroundColor(String) - Method in class com.smartgwt.client.widgets.Canvas
The background color for this widget.
setBackgroundComponent(Canvas) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Has no effect unless showBackgroundComponent is true.
setBackgroundComponent(Canvas) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Has no effect unless showBackgroundComponent is true.
setBackgroundImage(String) - Method in class com.smartgwt.client.widgets.Canvas
URL for a background image for this widget (corresponding to the CSS "background-image" attribute).
setBackgroundPosition(String) - Method in class com.smartgwt.client.widgets.Canvas
Specifies how the background image should be positioned on the widget.
setBackgroundRepeat(BkgndRepeat) - Method in class com.smartgwt.client.widgets.Canvas
Specifies how the background image should be tiled if this widget is larger than the image.
setBarMargin(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Distance between bars.
setBaseBottomButtonStyle(String) - Method in class com.smartgwt.client.widgets.DateChooser
CSS style to apply to the buttons at the bottom of the DateChooser ("Today" and "Cancel").
setBaseButtonStyle(String) - Method in class com.smartgwt.client.widgets.DateChooser
Base css style applied to this picker's buttons.
setBaseDate(Date) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Base date for calculating the relative date entered by the user.
setBaseNavButtonStyle(String) - Method in class com.smartgwt.client.widgets.DateChooser
CSS style to apply to navigation buttons and date display at the top of the component.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.Button
Base CSS style.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to the grid cells of the day and week views of the calendar.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
base cell style for this listGrid.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
Optional baseStyle will be applied to the button.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
base cell style for this listGrid.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Custom base style to apply to all cells in this field instead of baseStyle To override the baseStyle at the row level, use record[listGrid.recordBaseStyleProperty] instead.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.ImgButton
Base CSS style.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.layout.SectionHeader
CSS class for the section header.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.menu.Menu
CSS style for a normal cell
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Base CSS style.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
Base CSS style.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.tab.ImgTab
 
setBaseWeekdayStyle(String) - Method in class com.smartgwt.client.widgets.DateChooser
Base css style applied to weekdays.
setBaseWeekendStyle(String) - Method in class com.smartgwt.client.widgets.DateChooser
Base css style applied to weekends.
setBasicColorLabel(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The label shown above the basic color blocks.
setBlockSeparator(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
A string (HTML acceptable) that will be written to a page to separate blocks.
setBlockStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for each block (one record's worth of data).
setBlue(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Sets the Blue element of the selected color
setBodyBackgroundColor(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Background color applied to the ListGrid body (that is, the area of the grid where data values are rendered).
Note that this will typically not be visible to the user unless there are few enough rows that there is visible space in the body below the last row.
setBodyColor(String) - Method in class com.smartgwt.client.widgets.Window
Color of the Window body.
setBodyDefaults(Map) - Method in class com.smartgwt.client.widgets.Window
Default properties for the body of the Window
setBodyMinHeight(Integer) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Minimum height for the body of this cubeGrid.
setBodyMinWidth(Integer) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Minimum width for the body of this cubeGrid.
setBodyOverflow(Overflow) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Overflow setting for the "body", that is, the area of the grid where data values are rendered.
setBodyStyle(String) - Method in class com.smartgwt.client.widgets.Window
Style of the Window body.
setBodyStyleName(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
CSS class for the CubeGrid body
setBodyStyleName(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
CSS style used for the body of this grid.
setBooleanFalseImage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Image to display for a false value in a boolean field.
setBooleanImageHeight(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Height for the booleanTrueImage, booleanFalseImage and booleanPartialImage.
setBooleanImageWidth(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Width for the booleanTrueImage, booleanFalseImage and booleanPartialImage.
setBooleanPartialImage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Image to display for a partially true value in a boolean field (typically selection).
setBooleanTrueImage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Image to display for a true value in a boolean field.
setBorder(String) - Method in class com.smartgwt.client.widgets.Canvas
Set the CSS border of this component, as a CSS string including border-width, border-style, and/or color (eg "2px solid blue").
setBorderAfter(String) - Method in class com.smartgwt.client.widgets.cube.Facet
CSS line style to apply as a border after this facet, eg "1px dashed blue"
setBorderAfter(String) - Method in class com.smartgwt.client.widgets.cube.FacetValue
CSS line style to apply as a border after this facetValue.
setBorderBefore(String) - Method in class com.smartgwt.client.widgets.cube.Facet
CSS line style to apply as a border before this facet, eg "1px dashed blue"
setBorderBefore(String) - Method in class com.smartgwt.client.widgets.cube.FacetValue
CSS line style to apply as a border before this facetValue.
setBottom(int) - Method in class com.smartgwt.client.widgets.Canvas
Resizes the widget vertically to position its bottom edge at the specified coordinate.
setBreadth(int) - Method in class com.smartgwt.client.widgets.Progressbar
Thickness of the progressbar in pixels.
setBrowserSpellCheck(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If this browser has a 'spellCheck' feature for text-based form item elements, should it be used for items in this form? Can be overridden at the item level via browserSpellCheck
setBrowserSpellCheck(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this browser supports spell-checking of text editing elements, do we want this enabled for this item? If unset the property will be inherited from the containing form.
setBtnSize(int) - Method in class com.smartgwt.client.widgets.Scrollbar
The size of the square buttons (arrows) at the ends of this scrollbar.
setButtonBaseStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
If specified this baseStyle will be applied to the buttons in this toolbar.
setButtonProperties(Button) - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
Custom Properties to apply to the button item.
setButtons(Button...) - Method in class com.smartgwt.client.widgets.Dialog
Array of Buttons to show in the toolbar, if shown.
setButtons(StatefulCanvas...) - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
List of buttons for the toolbar.
setBypassCache(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
For xmlHttp transport + httpMethod: "GET" only, set to true to force a conditional GET request even if the browser thinks it has a current cached response.
setCacheAllData(Boolean) - Method in class com.smartgwt.client.data.DataSource
Set this property to true to have a DataSource fetch all of its data client-side on the first fetch request.
setCacheData(Record...) - Method in class com.smartgwt.client.data.DataSource
For a cacheAllData or client-only DataSource, a set of records to use as a dataset, specified as an Array of JavaScript Objects representing records.
setCacheMaxAge(int) - Method in class com.smartgwt.client.data.DataSource
The maximum time, in seconds, to maintain the client-side cache.
setCallbackParam(String) - Method in class com.smartgwt.client.data.DataSource
Applies only to dataFormat: "json" and dataTransport:"scriptInclude".
setCallbackParam(String) - Method in class com.smartgwt.client.data.OperationBinding
Applies only to dataFormat: "json".
setCallbackParam(String) - Method in class com.smartgwt.client.rpc.RPCRequest
For use only with the scriptInclude transport, this attribute specifies the name of the URL parameter which is used to specify the callback function that the server is expected to call by writing out JavaScript code.
setCanAcceptDrop(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Indicates that this object can receive dropped widgets (i.e.
setCanAcceptDrop(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
When set to false, other records cannot be dropped on (i.e., inserted via drag and drop) immediately before this record.
setCanAcceptDrop(Boolean) - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
If true, items (buttons) can be dropped into this toolbar, and the toolbar will show a drop line at the drop location.
setCanAcceptDrop(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeNode
Governs whether dragged data (typically other treeNodes) may be dropped over this node.
setCanAcceptDroppedRecords(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether records can be dropped into this listGrid.
setCanAcceptDroppedRecords(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Indicates whether records can be dropped into this TileGrid.
setCanAcceptDroppedRecords(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Indicates whether records can be dropped into this listGrid.
setCanAddFormulaFields(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setCanAddFormulaFields(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Adds an item to the header context menu allowing users to launch a dialog to define a new field based on values present in other fields, using the com.smartgwt.client..FormulaBuilder.
setCanAddFormulaFields(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setCanAddFormulaFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setCanAddFormulaFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setCanAddFormulaFields(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setCanAddFormulaFields(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setCanAddSummaryFields(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setCanAddSummaryFields(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Adds an item to the header context menu allowing users to launch a dialog to define a new text field that can contain both user-defined text and the formatted values present in other fields, using the com.smartgwt.client..SummaryBuilder.
setCanAddSummaryFields(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setCanAddSummaryFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setCanAddSummaryFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setCanAddSummaryFields(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setCanAddSummaryFields(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setCanAutoFitFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether the user able to autofit specific columns to their data and/or title via a context menu item or headerAutoFitEvent.
setCancelButtonTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the cancel button in the event editor
setCancelButtonTitle(String) - Method in class com.smartgwt.client.widgets.DateChooser
Title for the cancellation button.
setCancelEditingConfirmationMessage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this is an editable listGrid, and this.confirmCancelEditing is true this property is used as the message to display in the confirmation dismissal prompt.
setCancelParamName(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The name of the special field sent to the server as part of DynamicForm.cancel
setCancelParamValue(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The value of the special field sent to the server as part of DynamicForm.cancel
setCanClose(Boolean) - Method in class com.smartgwt.client.widgets.tab.Tab
Determines whether this tab should show an icon allowing the user to dismiss the tab by clicking on it directly.
setCanClose(boolean) - Method in class com.smartgwt.client.widgets.tab.Tab
 
setCanCloseTabs(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
Should tabs in this tabSet show an icon allowing the user to dismiss the tab by clicking on it directly.
setCanCollapse(Boolean) - Method in class com.smartgwt.client.widgets.cube.Facet
For tree facets, whether expand/collapse controls should be shown.
setCanCollapse(Boolean) - Method in class com.smartgwt.client.widgets.cube.FacetValue
For individual parent facetValues within a hierarchical facet, this flag controls whether an expand/collapse control will be shown.
setCanCollapse(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Whether this section header can be collapsed.
setCanCollapse(Boolean) - Method in class com.smartgwt.client.widgets.ImgSplitbar
If this property is true, a click on the Splitbar will collapse its target, hiding it and shifting the Splitbar and other members of the layout across to fill the newly available space.
setCanCollapse(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
This attribute controls whether or not the expand/collapse UI control is shown on the header of this section.
setCanCollapse(Boolean) - Method in class com.smartgwt.client.widgets.Splitbar
If this property is true, a click on the Splitbar will collapse its target, hiding it and shifting the Splitbar and other members of the layout across to fill the newly available space.
setCanCollapseFacets(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, hierarchical facets will show expand/collapse controls to allow the user to expand and collapse the tree of facetValues for that facet.
setCanCollapseGroup(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Can a group be collapsed/expanded? When true a collapse/expand icon is shown (groupIcon) and clicking the icon or double-clicking the group title will collapse or expand the group.
setCanCreateEvents(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If true, users can create new events
setCanDeleteEvents(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If true, users can delete existing events.
setCanDrag(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Indicates whether this widget can initiate custom drag-and-drop operations (other than reposition or resize).
setCanDrag(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
When set to false, this record cannot be dragged.
setCanDrag(Boolean) - Method in class com.smartgwt.client.widgets.ImgSplitbar
canDrag set to true to allow dragging of the split bar.
setCanDrag(Boolean) - Method in class com.smartgwt.client.widgets.Splitbar
canDrag set to true to allow dragging of the split bar.
setCanDrag(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeNode
Governs whether this node can be dragged.
setCanDragEventField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Name of the field on each CalendarEvent that determines dragability.
setCanDragEvents(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If true, users can drag-reposition existing events.
setCanDragRecordsOut(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether records can be dragged from this listGrid and dropped elsewhere.
setCanDragRecordsOut(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Indicates whether records can be dragged from this listGrid and dropped elsewhere.
setCanDragReposition(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Indicates whether this widget can be moved by a user of your application by simply dragging with the mouse.
setCanDragReposition(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, this Window may be moved around by the user by dragging on the Window header.
setCanDragResize(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Indicates whether this widget can be resized by dragging on the edges and/or corners of the widget with the mouse.
setCanDragResize(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field can be dragResized using the mouse.
setCanDragResize(Boolean) - Method in class com.smartgwt.client.widgets.Window
Can the window be drag-resized? If true the window may be drag resized from its edges, and if showing, via the resizer icon in the footer.
setCanDragScroll(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
If this Canvas is canAcceptDrop:true, when the user drags a droppable widget over an edge of the widget, should we scroll to show the rest of the widget's content? Returned from canvas.shouldDragScroll().
setCanDragSelect(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this property is true, users can drag the mouse to select several rows or cells.
setCanDragSelectText(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this property is true, users can drag the mouse to select text within grid rows.
setCanDragTilesOut(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Indicates whether tiles can be dragged from this tileGrid and dropped elsewhere.
setCanDrop(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Indicates that this object can be dropped on top of other widgets.
setCanDropBefore(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
When explicitly set to false, disallows drop before this member in the Layout.
setCanDropBefore(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
When explicitly set to false, disallows drop before this member in the Layout.
setCanDropComponents(Boolean) - Method in class com.smartgwt.client.widgets.layout.Layout
Layouts provide a default implementation of a drag and drop interaction.
setCanDropOnLeaves(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Whether drops are allowed on leaf nodes.
setCanEdit(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Whether this field can ever be edited by the user.
setCanEdit(Boolean) - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
Optional boolean value controlling the editability of this particular calendarEvent.
setCanEdit(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether cells can be edited in this grid.
setCanEdit(Boolean) - Method in class com.smartgwt.client.widgets.cube.FacetValue
Whether cells for this facetValue can be edited.
setCanEdit(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Can the user edit cells in this listGrid? Can be set for the listGrid, and overridden for individual fields.
If 'canEdit' is false at the listGrid level, fields can never be edited - in this case the canEdit property on individual fields will be ignored.
If 'canEdit' is set to true at the listGrid level, setting the 'canEdit' property to false at the field level will prevent the field from being edited inline.
If 'canEdit' is not set at the listGrid level, setting 'canEdit' to true at the field level enables the field to be edited inline.
setCanEdit(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Can this field be edited? May be overridden by setting the 'canEdit' property at the listGrid level.
setCanEditEvents(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If true, users can edit existing events
setCanEditField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Name of the field on each CalendarEvent that determines editability.
setCanEditTabTitles(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
If true, users can edit the titles of tabs in this TabSet when the titleEditEvent fires.
setCanEditTitle(Boolean) - Method in class com.smartgwt.client.widgets.tab.Tab
If specified, overrides the canEditTabTitles setting, for this one tab only.
setCanExpand(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Default property name denoting whether this record can be expanded.
setCanExpandMultipleRecords(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When canExpandRecords is true, this property indicates whether multiple records can be expanded simultaneously.
setCanExpandRecordProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Property name on a record that will be checked to determine whether a record can be expanded.
setCanExpandRecords(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When set to true, shows an additional field at the beginning of the field-list (respecting RTL) to allow users to expand and collapse individual records.
setCanExport(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Dictates whether the data in this field be exported.
setCanExport(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Dictates whether the data in this field be exported.
setCanExport(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGridField
Dictates whether the data in this field be exported.
setCanExport(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Dictates whether the data in this field be exported.
setCanFilter(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Should the user be able to filter data by this field.
setCanFilter(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showing a filter row for this ListGrid, should the filter criteria for this field be editable
setCanFocus(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Can this widget be allowed to become the target of keyboard events?
setCanFocus(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
DynamicForms are considered to have focus if any of their form items have focus.
setCanFocus(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Is this form item focusable? Setting this property to true on an otherwise non-focusable element such as a StaticTextItem will cause the item to be included in the page's tab order and respond to keyboard events.
setCanFocus(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Mini DateRangeItems are marked as canFocus:true, and set up with properties such that focus will always go to the icon to launch the dateRange dialog.
setCanFocus(Boolean) - Method in class com.smartgwt.client.widgets.Slider
Indicates whether keyboard manipulation of the slider is allowed.
setCanFocusInHeaderButtons(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, the user can give the header buttons keyboard focus (by clicking on them and including them in the tabOrder)
setCanFreeze(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field should display freezing/unfreezing options in its header context menu.
setCanFreezeFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether an interface should be shown to allow user is allowed to dynamically "freeze" or "unfreeze" columns with respect to horizontally scrolling.
setCanGroupBy(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If false, grouping via context menu will be disabled.
setCanGroupBy(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Determines whether this field will be groupable in the header context menu.
setCanHide(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field can be hidden via the header context menu.
setCanHilite(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Determines whether this field can be hilited.
setCanHover(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Will this Canvas fire hover events when the user hovers over it, or one of its children?
setCanHover(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, cellHover and rowHover events will fire when the user leaves the mouse over a row / cell.
setCanMinimize(Boolean) - Method in class com.smartgwt.client.widgets.cube.Facet
If facet minimizing is enabled, whether this facet should show controls to minimize the next facet.
setCanMinimizeColumns(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, allow columns in the grid body to be minimized (reduced to the width of the minimize control) by clicking on a minimize control in the innermost column headers.
setCanMinimizeFacets(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, when multiple facets are shown on a side, all facetValues in the second level of headers or higher will show controls to "minimize" the values of the next facet.
setCanMoveFacets(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether row and column facets can be rearranged by the user, by dragging and dropping the facet labels.
setCanMultiSort(Boolean) - Method in class com.smartgwt.client.data.DataSource
When true, indicates that this DataSource supports multi-level sorting.
setCanMultiSort(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When true, indicates that this ListGrid supports multi-level sorting.
setCanPickFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether the field picker item and submenu should be present in the header context menu.
setCanPickOmittedFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this grid has a specified dataSource, and useAllDataSourceFields is false, setting this property to true will cause all dataSource fields not included in the specified set of fields to show up in the field picker menu item.
setCanRemoveRecords(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If set, provide UI for the user to remove records from the grid.
setCanReorder(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field can be reordered using the mouse.
setCanReorder(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
If set to false, then this sectionHeader will not be able to be dragged to perform a drag reorder, if canReorderSections is true.
setCanReorderColumns(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, body columns can be reordered via the innermost column headers.
setCanReorderFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether fields in this listGrid can be reordered by dragging and dropping header fields.
setCanReorderItems(Boolean) - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
If true, items can be reordered by dragging on them.
setCanReorderRecords(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether records can be reordered by dragging within this listGrid.
setCanReorderRecords(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Indicates whether records can be reordered by dragging within this listGrid.
setCanReorderSections(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Whether sections can be drag reordered by the user dragging the section header.
setCanReorderTiles(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Indicates whether tiles can be reordered by dragging within this tileGrid.
setCanReparentNodes(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If set this property allows the user to reparent nodes by dragging them from their current folder to a new folder.
Backcompat: For backwards compatibility with versions prior to Smart GWT 1.5, if this property is unset, but this.canAcceptDroppedRecords is true, we allow nodes to be dragged to different folders.
setCanResizeColumns(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, body columns can be resized via the innermost column headers.
setCanResizeColumns(Boolean) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Are columns in this portalLayout drag-resizeable?

If this method is called after the component has been drawn/initialized: Set whether columns in this portalLayout are drag-resizable, and update any drawn columns to reflect this.
setCanResizeFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether fields in this listGrid can be resized by dragging header fields.
setCanResizeItems(Boolean) - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
If true, items (buttons) can be resized by dragging on them.
setCanResizeRows(Boolean) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Should vertical drag-resize of portlets within columns be allowed?

If this method is called after the component has been drawn/initialized: Set whether vertical drag-resize of portlets within columns is allowed, and update any drawn columns to reflect this.
setCanResizeSections(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Whether sections can be drag resized by the user dragging the section header.
setCanSave(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Whether values in this field can be updated and saved to the dataSource.
setCanSelectAll(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Controls whether a checkbox for selecting all records appears in the header with selectionAppearance set to "checkbox"
setCanSelectHeaders(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Determines whether row or column facetValue headers can be selected.
setCanSelectParent(Boolean) - Method in class com.smartgwt.client.widgets.menu.MenuItem
A MenuItem that has a submenu normally cannot be selected, instead clicking or hitting Enter while keyboard focus is on the item shows the submenu.
setCanSelectParentItems(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
If true, clicking or pressing Enter on a menu item that has a submenu will select that item (with standard behavior of hiding the menus, calling click handlers, etc) instead of showing the submenu.
setCanSelectParentItems(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
If true, clicking or pressing Enter on a menu item that has a submenu will select that item (with standard behavior of hiding the menus, calling click handlers, etc) instead of showing the submenu.
setCanSelectText(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Whether native drag selection of contained text is allowed within this Canvas.
setCanSelectValues(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Determines whether cell values in the body can be selected.
setCanSort(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Enables or disables interactive sorting behavior for this listGrid.
setCanSort(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Enables or disables sorting by this column.
setCanSortClientOnly(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
When true, this field can only be used for sorting if the data is entirely client-side.
setCanSortClientOnly(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When true, this field can only be used for sorting if the data is entirely client-side.
setCanSortData(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, sort controls will be shown on facet values.
setCanSortFacets(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, sort controls will be shown on FacetHeaders.
setCanSubmit(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Governs whether this form will be used to perform a standard HTML form submission.
setCanTabToHeader(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
If true, the header for this Section will be included in the page's tab order for accessibility.
setCanTabToHeader(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should the header be included in the tab-order for the page? If not explicitly specified, the header will be included in the tab order for the page if setScreenReaderMode is called.
setCanTabToHeader(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
If true, the header for this Section will be included in the page's tab order for accessibility.
setCanTabToHeaders(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStack
If true, the headers for the sections (if shown) will be included in the page's tab order for accessibility.
setCanTabToSectionHeaders(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, the headers for any SectionItems will be included in the page's tab order for accessibility.
setCantDragIntoChildMessage(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Message displayed when user attempts to drop a node into a child of itself.
setCantDragIntoSelfMessage(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Message displayed when user attempts to drop a dragged node onto itself.
setCanToggle(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Allows a boolean or valueMapped field to be edited without going into edit mode.
setCanvas(Canvas) - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
The canvas that will be displayed inside this item.
setCanvasItem(CanvasItem) - Method in class com.smartgwt.client.widgets.Canvas
If this canvas is being displayed in a CanvasItem, this property will be set to point at the item.
setCapSize(int) - Method in class com.smartgwt.client.widgets.StretchImg
If the default items are used, capSize is the size in pixels of the first and last images in this stretchImg.
setCapSize(int) - Method in class com.smartgwt.client.widgets.StretchImgButton
How big are the end pieces by default
setCapSize(int) - Method in class com.smartgwt.client.widgets.tab.ImgTab
How big are the end pieces by default
setCaptureSCComponents(Boolean) - Method in class com.smartgwt.client.widgets.HTMLFlow
If true, Smart GWT components created while executing the loaded HTML are captured for rendering inside the HTMLFlow.
setCascadeAutoDismiss(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
When true any generated submenus will inherit autoDismiss from this menu.
setCascadeSelection(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should children be selected when parent is selected? And should parent be selected when any child is selected?
setCellAlign(Alignment) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default align for cell values (in body).
setCellAlign(Alignment) - Method in class com.smartgwt.client.widgets.cube.Facet
Default alignment of cells (in the body) for this facet
setCellAlign(Alignment) - Method in class com.smartgwt.client.widgets.cube.FacetValue
Default alignment of cells (in the body) for this facetValue.
setCellAlign(Alignment) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Horizontal alignment for cells in this field's column: "left", "right" or "center".
If null, alignment is derived from align.
setCellBorder(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Width of border for the table that form is drawn in.
setCellFormatter(CellFormatter) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Formatter to apply to values displayed within cells.
setCellFormatter(CellFormatter) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Return the HTML to display in cells of this field.
setCellHeight(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If specified, this property will govern the height of the cell in which this form item is rendered.
setCellHeight(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The default height of each row in pixels.
setCellHeight(int) - Method in class com.smartgwt.client.widgets.menu.Menu
The height of each item in the menu, in pixels.
setCellIcon(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
For a field of type:"icon" only, set the icon that appears in body cells.
setCellIdProperty(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Name of the property in a cell record that holds it's unique ID.
setCellPadding(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The amount of empty space, in pixels, surrounding each form item within its cell in the layout grid.
setCellPadding(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The amount of empty space, in pixels, surrounding each value in its cell.
setCellSpacing(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Deprecated. use DynamicForm.setCellPadding(int) instead
setCellStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
CSS style applied to the form item as a whole, including the text element, any icons, and any hint text for the item.
setCellStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for a normal value
setCellStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
If specified, cells in this field will be rendered using this css className rather than cellStyle
setCellStyleHandler(CellStyleHandler) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Return the CSS class for a cell.
setCenterBackgroundColor(String) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Background color for the center section only.
setCenturyThreshold(int) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Only used if we're showing the date in a text field.
setCenturyThreshold(int) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Only used if we're showing the date in a text field.
setChangeOnDrag(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
Should this sliderItem update its value and fire change handlers while the user is actively dragging the slider.
setChangeOnKeypress(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Should this form item fire its change handler (and store its value in the form) on every keypress? Set to false to suppress the 'change' handler firing (and the value stored) on every keypress.
setChangeOnKeypress(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Should this form item fire its change handler (and store its value in the form) on every keypress? Set to false to suppress the 'change' handler firing (and the value stored) on every keypress.
setCharacterCasing(CharacterCasing) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Should entered characters be converted to upper or lowercase? Also applies to values applied with FormItem.setValue.
setChartConfirmThreshold(int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If CubeGrid.makeChart is called with a chart specification that will show more than chartConfirmThreshold data elements, the user will be presented with a confirmation dialog.
setChartConstructor(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Name of the Smart GWT Class to be used when creating charts.
setChartConstructor(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Name of the Smart GWT Class to be used when creating charts.
setChartRectMargin(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Margin around the main chart rect: between title and chart, between chart and axis labels, and chart rect and right edge of chart.
setChartType(ChartType) - Method in class com.smartgwt.client.widgets.chart.FacetChart
See ChartType for a list of known types - Column, Bar, Line, Pie, Doughnut, Area, and Radar charts are supported.
setChartType(ChartType) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default type of chart to plot.
setChartType(ChartType) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default type of chart to plot.
setCheckboxFieldFalseImage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionAppearance is set to "checkbox" this property determines the image to display in the checkbox field for an unselected row.
setCheckboxFieldImageHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionAppearance is set to "checkbox" this property may be set to govern the height of the checkbox image displayed to indicate whether a row is selected.
setCheckboxFieldImageWidth(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionAppearance is set to "checkbox" this property may be set to govern the width of the checkbox image displayed to indicate whether a row is selected.
setCheckboxFieldPartialImage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionAppearance is set to "checkbox" this property determines the image to display in the checkbox field for a partially selected row.
setCheckboxFieldProperties(ListGridField) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Standard properties to apply to the automatically generated checkbox field, shown when #setSelectionAppearance(),selectionAppearance is set to "checkbox".
setCheckboxFieldTrueImage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionAppearance is set to "checkbox" this property determines the image to display in the checkbox field for a selected row.
setChecked(Boolean) - Method in class com.smartgwt.client.widgets.menu.MenuItem
If true, this item displays a standard checkmark image to the left of its title.
setCheckedImage(String) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
URL for the image to display when this checkbox is selected, or checked.
setCheckIfCondition(MenuItemIfFunction) - Method in class com.smartgwt.client.widgets.menu.MenuItem
Contains the condition that will check or uncheck the curent menuItem.
setChildExpansionMode(ExpansionMode) - Method in class com.smartgwt.client.widgets.grid.ListGrid
For expansionModes that show another grid or tree, what the child's expansionMode should be.
setChildren(Canvas...) - Method in class com.smartgwt.client.widgets.Canvas
Array of all Canvii that are immediate children of this Canvas.
setChildren(TreeNode[]) - Method in class com.smartgwt.client.widgets.tree.TreeNode
For trees with the modelType "children", this property specifies the children of this TreeNode.
setChildrenField(String) - Method in class com.smartgwt.client.data.DataSource
fieldName for a field in the dataSource expected to contain an explicit array of child nodes.
setChildrenProperty(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
If true, this property indicates that this field will hold an explicit array of child nodes for the current node.
setChildrenProperty(String) - Method in class com.smartgwt.client.widgets.tree.Tree
For trees with the modelType "children", this property specifies the name of the property that contains the list of children for a node.
setChildrenSnapResizeToGrid(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
If true, causes this canvas's children to snap to its grid when resizing.
setChildrenSnapToGrid(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
If true, causes this canvas's children to snap to its grid when dragging.
setChildTagName(String) - Method in class com.smartgwt.client.data.DataSourceField
For a field that is multiple:"true", controls the name of the XML tag used for each subelement during DataSource.xmlSerialize.
setChosenDate(Date) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The date for which events are displayed in the day, week, and month tabs of the calendar.
setCircularReferenceMarker(String) - Method in class com.smartgwt.client.util.JSONEncoder
The string marker used to represent circular references.
setCircularReferenceMode(JSONCircularReferenceMode) - Method in class com.smartgwt.client.util.JSONEncoder
What the JSONEncoder should do if it encounters a circular reference.
setClassID(String) - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
This sets the value of the classID property on the object.
setClassID(String) - Method in class com.smartgwt.client.widgets.plugins.Applet
This attribute is used only with useTag: "object".
setClassID(String) - Method in class com.smartgwt.client.widgets.plugins.Flashlet
This attribute specifies the clsid of the outer <object> tag.
setClearAllSortingText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, this attribute will be shown as the menu item title to clear any existing sort on all fields.
setClearFilterText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and a filter-editor is visible, this attribute will be shown as the menu item title to clear any existing filter.
setClearSortFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, this attribute will be shown as the menu item title to clear an existing sort on this field.
setClientOnly(Boolean) - Method in class com.smartgwt.client.data.DataSource
Whether to act as a "client-only" DataSource, which has no permanent storage and never contacts the server, instead using a set of test data to respond to requests in the same manner as a server-based DataSource might.
setClientOnly(Boolean) - Method in class com.smartgwt.client.widgets.form.validator.Validator
Indicates this validator runs on the client only.
setClipValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.BlurbItem
If true, text that exceeds the specified size of the form item will be clipped
setClipValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
If true, text that exceeds the specified size of the form item will be clipped
setCloseConfirmationMessage(String) - Method in class com.smartgwt.client.widgets.layout.Portlet
Confirmation message to show the user when closing portlets if showCloseConfirmationMessage is true.
setClosedIconSuffix(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
This suffix will be appended to the folderIcon for closed folders.
setClosedIconSuffix(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
This suffix will be appended to the folderIcon for closed folders.
setCloseIcon(String) - Method in class com.smartgwt.client.widgets.tab.Tab
Custom src for the close icon for this tab to display if it is closeable.
setCloseIconSize(Integer) - Method in class com.smartgwt.client.widgets.tab.Tab
Size of the closeIcon for this tab.
setCloseTabIcon(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Default src for the close icon for tabs to display if canCloseTabs is true.
setCloseTabIconSize(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Size in pixels of the icon for closing tabs, displayed when canCloseTabs is true.
setClusterMarginRatio(float) - Method in class com.smartgwt.client.widgets.chart.FacetChart
For clustered charts, ratio between margins between individual bars and margins between clusters.
setCode(String) - Method in class com.smartgwt.client.widgets.plugins.Applet
A URL that points to the class of the applet.
setCodeBase(String) - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
Specifies the URL from which to load the ActiveX control.
setCodeBase(String) - Method in class com.smartgwt.client.widgets.plugins.Applet
The base URL of the applet if the code attribute is relative
setCodeBase(String) - Method in class com.smartgwt.client.widgets.plugins.Flashlet
This attribute specifies the minimum version of the flash player required to show this flashlet.
setColHeaderBaseStyle(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
baseStyle for the buttons in this grid's column headers.
setCollapsed(Boolean) - Method in class com.smartgwt.client.widgets.cube.Facet
For tree facets, default collapse state for parent nodes
setCollapsed(Boolean) - Method in class com.smartgwt.client.widgets.cube.FacetValue
For tree facets, initial collapse state for this node.
setColorButtonBaseStyle(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Base CSS style applied to the basic color boxes
setColorButtonSize(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Width and height of the basic color boxes (they are always square, and they are all the same size).
setColSpan(int) - Method in class com.smartgwt.client.widgets.form.fields.BlurbItem
By default, texts span all remaining columns
setColSpan(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Number of columns that this item spans.
setColSpan(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Number of columns that this item spans.
setColSpan(int) - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
by default, headers span all remaining columns
setColSpan(int) - Method in class com.smartgwt.client.widgets.form.fields.HiddenItem
hidden fields don't take up any columns
setColSpan(int) - Method in class com.smartgwt.client.widgets.form.fields.RowSpacerItem
by default, separators span all remaining columns
setColumnBorder(String) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Border to show around columns in this PortalLayout

If this method is called after the component has been drawn/initialized: Sets the columnBorder for to the specified value and updates any drawn columns to reflect this.
setColumnFacets(String...) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
The list of ids for facets that will appear on top of the body.
setColumnProperties(ListGrid) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Standard set of properties to apply to each generated column in this columnTree.
setColumnWidth(int, int) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Sets the width of a column in the PortalLayout.
setColumnWidth(int, String) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Sets the width of a column in the PortalLayout.
setColWidths(Object...) - Method in class com.smartgwt.client.widgets.form.DynamicForm
An array of widths for the columns of items in this form's layout grid.
setCompleteOnTab(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If true, when the pickList is showing, the user can select the current value by hitting the Tab key.
setComponentId(String) - Method in class com.smartgwt.client.data.DSRequest
For requests submitted by a DataBoundComponent, the ID of the submitting component.
setConfig(JavaScriptObject) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setConfigOnly(boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setConfigureSortText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and multi-sorting is enabled, this attribute will be shown as the menu item title to show a MultiSortDialog to configure the sort-specification for this grid.
setConfirmCancelEditing(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this is an editable listGrid, when the user attempts to cancel an edit, should we display a confirmation prompt before discarding the edited values for the record?
setConfirmDiscardEdits(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
For editable listGrids, outstanding unsaved edits when the user performs a new filter or sort will be discarded.
setConfirmDiscardEditsMessage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this.confirmDiscardEdits is true, this property can be used to customize the error message string displayed to the user in a dialog with options to cancel the action, or save or discard pending edits in response to sort/filter actions that would otherwise drop unsaved edit values.
setConnectorImage(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The base filename for connector icons shown when showConnectors is true.
setConnectTimeout(int) - Static method in class com.smartgwt.client.rpc.Messaging
Specifies how long we wait for the handshake to the server to complete, before trying again.
setContainsCredentials(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
For use during Relogin, this property marks this request an attempt to login, therefore a response containing the loginRequiredMarker is a normal condition and should result in the status code STATUS_LOGIN_INCORRECT rather than a call to loginRequired().
setContentLayout(String) - Method in class com.smartgwt.client.widgets.Window
The layout policy that should be used for widgets within the Window body.
setContents(String) - Method in class com.smartgwt.client.widgets.Canvas
The contents of a canvas or label widget.
setContents(String) - Method in class com.smartgwt.client.widgets.HTMLFlow
The contents of a canvas or label widget.
setContents(String) - Method in class com.smartgwt.client.widgets.Label
The contents of a canvas or label widget.
setContentsType(ContentsType) - Method in class com.smartgwt.client.widgets.HTMLFlow
The default setting of 'null' or 'fragment' indicates that HTML loaded from contentsURL is assumed to be an HTML fragment rather than a complete page.
setContentsType(String) - Method in class com.smartgwt.client.widgets.Window
If this window has src specified, this property can be used to indicate whether the source is a standalone HTML page or an HTML fragment.
setContentsURL(String) - Method in class com.smartgwt.client.widgets.HTMLFlow
URL to load content from.
setContentsURLParams(Map) - Method in class com.smartgwt.client.widgets.HTMLFlow
Parameters to be sent to the contentsURL when fetching content.
setContentType(String) - Method in class com.smartgwt.client.rpc.RPCRequest
Valid with the xmlHttpRequest transport only and only when httpMethod is set to "POST".
setContextMenu(Menu) - Method in class com.smartgwt.client.widgets.Canvas
Context menu to show for this object, an instance of the Menu widget.
setContextMenu(Menu) - Method in class com.smartgwt.client.widgets.tab.Tab
Context menu to show for this tab.
setControlGroups(String...) - Method in class com.smartgwt.client.widgets.form.fields.RichTextItem
An array of control group names specifying which groups of controls should be included in the editor toolbar.
setControlGroups(String...) - Method in class com.smartgwt.client.widgets.RichTextEditor
An array of control group names specifying which groups of controls should be included in the editor toolbar.
setControls(Canvas...) - Method in class com.smartgwt.client.widgets.layout.ImgSectionHeader
Set the controls.
setControls(Canvas...) - Method in class com.smartgwt.client.widgets.layout.SectionHeader
Set the controls.
setControls(Canvas...) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Custom controls to be shown on top of this section header.
setControlStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Base CSS class name for a form item's control box (surrounds text box and picker).
setConvertToInteger(boolean) - Method in class com.smartgwt.client.widgets.form.validator.IsIntegerValidator
Set the convertToInteger.
setCornerSize(Integer) - Method in class com.smartgwt.client.widgets.Scrollbar
Allows the size of the corner segment to be set independently of the btnSize.
setCornerSrc(String) - Method in class com.smartgwt.client.widgets.Scrollbar
URL for the corner image, a singular image that appears in the corner when both h and v scrollbars are showing.
setCount(int) - Method in class com.smartgwt.client.widgets.form.validator.StringCountValidator
Set the count.
setCredentialsURL(String) - Static method in class com.smartgwt.client.rpc.RPCManager
Specifies URL where credentials should be submitted to attempt relogin when session timeout is encountered during a background RPC.
setCriteria(Criteria) - Method in class com.smartgwt.client.data.Hilite
Criteria defining what records this hilite should apply to.
setCriteria(Criteria) - Method in class com.smartgwt.client.data.ResultSet
Filter criteria used whenever records are retrieved.
setCriteria(AdvancedCriteria) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Initial criteria.
setCriteria(Criteria) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Sets this component's filter criteria.
setCriteriaField(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When using operator, the name of the DataSource field for the Criterion this FormItem generates.
setCriteriaPolicy(CriteriaPolicy) - Method in class com.smartgwt.client.data.DataSource
Decides under what conditions the ResultSet cache should be dropped when the criteria changes.
setCriteriaPolicy(CriteriaPolicy) - Method in class com.smartgwt.client.data.ResultSet
Decides under what conditions the cache should be dropped when the Criteria changes.
setCriterion(Criterion) - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
Display a Criterion object in this item for editing.
setCriterion() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Overridden to support editing criterion against the display field or value field when addUnknownValues is true.
setCriterion(Criterion) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Applies the specified criterion to this item for editing.
setCriterion(Criterion) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Update this form item to reflect a criterion object from within an AdvancedCriteria.
setCriterion(Criterion) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Applies the specified criterion to this item for editing.
setCriterion(Criteria) - Method in class com.smartgwt.client.widgets.form.FilterClause
Initial criterion for this FilterClause.
setCrosshairImageURL(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The location of the crosshair image file
setCssText(String) - Method in class com.smartgwt.client.data.Hilite
CSS text to be applied to cells where this hilite is applied, for example, "background-color:#FF0000"
setCtrlKey(boolean) - Method in class com.smartgwt.client.core.KeyIdentifier
Set the ctrlKey.
setCurrentViewName(ViewName) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the view that should be visible initially by default.
setCursor(Cursor) - Method in class com.smartgwt.client.widgets.Canvas
Specifies the cursor image to display when the mouse pointer is over this widget.
setCursor(Cursor) - Method in class com.smartgwt.client.widgets.Splitbar
Splitbars' cursors are set at init time based on whether they are to be used for vertical or horizontal resize.
setCustomIconDropProperty(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
This property allows the developer to rename the default node.showDropIcon property.
setCustomIconOpenProperty(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
This property allows the developer to rename the default node.showOpenIcon property.
setCustomIconOpenProperty(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
This property allows the developer to rename the default node.showOpenIcon property.
setCustomIconProperty(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
This property allows the developer to customize the icon displayed next to a node.
setCustomIconProperty(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
This property allows the developer to rename the default node.icon property.
setCustomNodeIcon(Record, String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Set the icon for a particular treenode to a specified URL
setCustomStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Name of a CSS style to use for all cells for this particular record.
setData(Record[]) - Method in class com.smartgwt.client.data.DSResponse
For DataSource operations, this is typically either an Array of records representing records (for "fetch" operations) or a array of a single record representing the updated record (for "update", "add" or "remove" operations).
setData(JavaScriptObject) - Method in class com.smartgwt.client.data.WSRequest
Data to be serialized to XML to form the SOAP body.
setData(Map) - Method in class com.smartgwt.client.data.WSRequest
Data to be serialized to XML to form the SOAP body.
setData(JavaScriptObject) - Method in class com.smartgwt.client.rpc.RPCRequest
This attribute specifies the payload of the RPCRequest.
setData(String) - Method in class com.smartgwt.client.rpc.RPCRequest
This attribute specifies the payload of the RPCRequest.
setData(Record) - Method in class com.smartgwt.client.rpc.RPCRequest
This attribute specifies the payload of the RPCRequest.
setData(Map) - Method in class com.smartgwt.client.rpc.RPCRequest
This attribute specifies the payload of the RPCRequest.
setData(CalendarEvent[]) - Method in class com.smartgwt.client.widgets.calendar.Calendar
A List of CalendarEvent objects, specifying the data to be used to populate the calendar.
setData(Record[]) - Method in class com.smartgwt.client.widgets.calendar.Calendar
An array of Record objects, specifying the data to be used to populate the DataBoundComponent.
setData(RecordList) - Method in class com.smartgwt.client.widgets.calendar.Calendar
An List of Record objects, specifying the data to be used to populate the DataBoundComponent.
setData(Record[]) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Dataset for this chart.
setData(RecordList) - Method in class com.smartgwt.client.widgets.chart.FacetChart
 
setData(CellRecord[]) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
An array of "cellRecords", each of which represents data for one cell of the body area.
setData(Date) - Method in class com.smartgwt.client.widgets.DateChooser
Set the picker to show the given date.
setData(Tree) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
A Tree object consisting of nested TreeNodes to display in this ColumnTree.
setData(ListGridRecord[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
A List of ListGridRecord objects, specifying the data to be used to populate the ListGrid.
setData(Record[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
An array of Record objects, specifying the data to be used to populate the DataBoundComponent.
setData(RecordList) - Method in class com.smartgwt.client.widgets.grid.ListGrid
An List of Record objects, specifying the data to be used to populate the DataBoundComponent.
setData(MenuItem...) - Method in class com.smartgwt.client.widgets.menu.Menu
An array of menuItem objects, specifying the menu items this menu should show.
setData(Record[]) - Method in class com.smartgwt.client.widgets.menu.Menu
An array of Record objects, specifying the data to be used to populate the DataBoundComponent.
setData(Tree) - Method in class com.smartgwt.client.widgets.menu.Menu
Display a hierarchical set of menu items and submenus based on a Tree of data.
setData(RecordList) - Method in class com.smartgwt.client.widgets.menu.Menu
An List of Record objects, specifying the data to be used to populate the DataBoundComponent.
setData(TileRecord[]) - Method in class com.smartgwt.client.widgets.tile.TileGrid
A List of TileRecord objects, specifying the data to be used to create the tiles.
setData(Record[]) - Method in class com.smartgwt.client.widgets.tile.TileGrid
An array of Record objects, specifying the data to be used to populate the DataBoundComponent.
setData(RecordList) - Method in class com.smartgwt.client.widgets.tile.TileGrid
An List of Record objects, specifying the data to be used to populate the DataBoundComponent.
setData(TreeNode[]) - Method in class com.smartgwt.client.widgets.tree.Tree
Optional initial data for the tree.
setData(Tree) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
A Tree object containing of nested TreeNodes to display as rows in this TreeGrid.
setData(DetailViewerRecord[]) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
An array of records, specifying data.
setData(Record[]) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
An array of Record objects, specifying the data to be used to populate the DataBoundComponent.
setData(RecordList) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
An List of Record objects, specifying the data to be used to populate the DataBoundComponent.
setDataColors(String...) - Method in class com.smartgwt.client.widgets.chart.FacetChart
An array of colors to use for a series of visual elements representing data (eg columns, bars, pie slices), any of which may be adjacent to any other.
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.calendar.Calendar
How to fetch and manage records retrieve from the server.
setDataFetchMode(FetchMode) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
How to fetch and manage records retrieve from the server.
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.form.DynamicForm
How to fetch and manage records retrieve from the server.
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
How to fetch and manage records retrieve from the server.
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.grid.ListGrid
How to fetch and manage records retrieve from the server.
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.tile.TileGrid
How to fetch and manage records retrieve from the server.
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
How to fetch and manage records retrieve from the server.
setDataField(String) - Method in class com.smartgwt.client.data.DataSource
Name of the field that has the most pertinent numeric, date, or enum value, for use when a DataBoundComponent needs to show a short summary of a record.
setDataField(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
Field to display as part of individual record in "summary" RecordLayouts.
setDataFormat(DSDataFormat) - Method in class com.smartgwt.client.data.DataSource
Indicates the format to be used for HTTP requests and responses when fulfilling DSRequests (eg, when DataSource.fetchData is called).
setDataFormat(DSDataFormat) - Method in class com.smartgwt.client.data.OperationBinding
Format for response data for this operation.
setDataMargin(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
For rectangular charts (bar, column, line), margin around the inside of the chartRect, so that data elements are not flush to edge.
setDataPageSize(int) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setDataPageSize(int) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
When using data paging, how many records to fetch at a time.
setDataPageSize(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setDataPageSize(int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setDataPageSize(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setDataPageSize(int) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setDataPageSize(int) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setDataPath(String) - Method in class com.smartgwt.client.widgets.Canvas
A dataPath may be specified on any canvas.
setDataPath(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
dataPath for this item.
setDataPath(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
dataPath for this field.
setDataPath(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
dataPath property allows this field to display detail from nested data structures
setDataPointSize(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Size in pixels for data points drawn for line, area, radar and other chart types.
setDataProperties(ResultSet) - Method in class com.smartgwt.client.widgets.grid.ListGrid
For databound ListGrids, this attribute can be used to customize the ResultSet object created for this grid when data is fetched
setDataProperties(Tree) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
For databound TreeGrids, this attribute can be used to customize the ResultTree object created for this treegrid when data is fetched
setDataProtocol(DSProtocol) - Method in class com.smartgwt.client.data.DataSource
Controls the format in which inputs are sent to the dataURL when fulfilling DSRequests.
setDataProtocol(DSProtocol) - Method in class com.smartgwt.client.data.OperationBinding
Controls the format in which inputs are sent to the dataURL.
setDataSource(String) - Method in class com.smartgwt.client.data.DSRequest
DataSource this DSRequest will act on.
setDataSource(DataSource) - Method in class com.smartgwt.client.data.ResultSet
What DataSource is this resultSet associated with?
setDataSource(DataSource) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setDataSource(DataSource) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
The DataSource that this component should bind to for default fields and for performing DSRequest.
setDataSource(DataSource) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setDataSource(DataSource) - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
If specified, the tree of possible options will be derived from the dataSource as a ResultTree, rather than using this.valueTree.
setDataSource(DataSource) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
DataSource this filter should use for field definitions and available ${isc.DocUtils.linkForRef('object:Operator')}s.
setDataSource(DataSource) - Method in class com.smartgwt.client.widgets.form.ValuesManager
The DataSource that this component should bind to for default fields and for performing DataSource requests
setDataSource(DataSource) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setDataSource(DataSource, ListGridField...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Bind to a DataSource.
setDataSource(DataSource) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setDataSource(DataSource) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setDataSource(DataSource) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setDataTransport(RPCTransport) - Method in class com.smartgwt.client.data.DataSource
Transport to use for all operations on this DataSource.
setDataTransport(RPCTransport) - Method in class com.smartgwt.client.data.OperationBinding
Transport to use for this operation.
setDataURL(String) - Method in class com.smartgwt.client.data.DataSource
Default URL to contact to fulfill all DSRequests.
setDataURL(String) - Method in class com.smartgwt.client.data.OperationBinding
URL to contact to fulfill DSRequests for this operationBinding.
setDataURL(String) - Method in class com.smartgwt.client.data.RestDataSource
Default URL to contact to fulfill all DSRequests.
setDateDisplayFormat(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Format for displaying dates in to the user.
setDateFormat(JSONDateFormat) - Method in class com.smartgwt.client.util.JSONEncoder
Format for encoding JavaScript Date values in JSON.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.data.DataSourceField
Preferred display format to use for date type values within this field.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Date formatter for displaying events.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default DateDisplayFormat for Date type values displayed in this form.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true this property can be used to customize the format in which dates are displayed for this item.
Should be set to a standard DateDisplayFormat.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Display format to use for date type values within this formItem.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Format for displaying dates in the valueField and calculatedDateField.
setDateFormatter(DateDisplayFormatter) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Formatter function for displaying dates in the valueField and calculatedDateField in some custom format.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
Display format to use for date type values within this formItem.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.grid.ListGrid
How should Date type values be displayed in this ListGrid by default?
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Display format to use for date type values within this field.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
How should Date type values be displayed in this DetailViewer by default?
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Display format to use for date type values within this field.
setDateInputFormat(String) - Static method in class com.smartgwt.client.util.DateUtil
Sets up the default system-wide input format for strings being parsed into dates via SmartGWT utilities and components (see DateUtil.parseInput(String)).
setDateInputFormat(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this is an editable listGrid, this property will specify the inputFormat applied to editors for fields of type "date" 3 character string containing the "M", "D" and "Y" characters to indicate the format of strings being parsed into Date instances via Date.parseInput().
setDateInputFormatter(DateInputFormatter) - Static method in class com.smartgwt.client.util.DateUtil
Deprecated. in favor of setDateParser()
setDateParser(DateParser) - Static method in class com.smartgwt.client.util.DateUtil
Sets up a custom parsing function to use by default when converting dates or datetimes from formatted string values to Dates.
setDateParser(DateParser) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Custom date parser function for direct user input of date values.
setDatePickerHoverText(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The text to be displayed when a user hovers over the date picker toolbar button
setDatetimeFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default DateDisplayFormat for Date type values displayed in this form in fields of type datetime.
setDatetimeFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Display format to use for fields specified as type 'datetime'.
setDatetimeFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Display format to use for fields specified as type 'datetime'.
setDayBodyBaseStyle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to the day body of the month view of the calendar.
setDayHeaderBaseStyle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to the day headers of the month view.
setDaysAgoTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "day".
setDaySelectorProperties(SelectItem) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Custom properties to apply to this dateItem's generated daySelector.
setDaysFromNowTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "day".
setDayViewTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the day view
setDecimalPrecision(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Default precision used when formatting float numbers for axis labels
setDefaultChooserDate(Date) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Default date to show in the date chooser.
setDefaultColor(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The default color.
setDefaultDateSeparator(String) - Static method in class com.smartgwt.client.util.DateUtil
Sets a new default separator that will be used when formatting dates.
setDefaultDisplayTimezone(String) - Static method in class com.smartgwt.client.util.DateUtil
Globally sets the offset from UTC to use when formatting values of type datetime and time with standard display formatters.
setDefaultFacetWidth(int) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default width of inner column headers.
setDefaultFields(ListGridField[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
An array of listGrid field configuration objects.
setDefaultFilterValue(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this ListGrid is showing a filter row, this property can be used to apply a default value to show in the filter editor for this field.
setDefaultFilterValue(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this ListGrid is showing a filter row, this property can be used to apply a default value to show in the filter editor for this field.
setDefaultFilterValue(Float) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this ListGrid is showing a filter row, this property can be used to apply a default value to show in the filter editor for this field.
setDefaultFilterValue(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this ListGrid is showing a filter row, this property can be used to apply a default value to show in the filter editor for this field.
setDefaultFilterValue(Date) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this ListGrid is showing a filter row, this property can be used to apply a default value to show in the filter editor for this field.
setDefaultGroupingMode(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Default groupingMode used when the user does not specify a mode or grouping is triggered programmatically and field.groupingMode is unset.
setDefaultHeight(int) - Method in class com.smartgwt.client.widgets.Canvas
For custom components, establishes a default height for the component.
setDefaultIconSrc(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Default icon image source.
setDefaultIconSrc(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is editable, this property will be passed to editors displayed for cells within this field as defaultIconSrc.
setDefaultIsFolder(Boolean) - Method in class com.smartgwt.client.widgets.tree.Tree
Controls whether nodes are assumed to be folders or leaves by default.
setDefaultLayoutAlign(Alignment) - Method in class com.smartgwt.client.widgets.layout.Layout
Specifies the default alignment for layout members on the breadth axis.
setDefaultLayoutAlign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.layout.Layout
Specifies the default alignment for layout members on the breadth axis.
setDefaultMinimizeHeight(int) - Method in class com.smartgwt.client.widgets.Window
If minimizeHeight is unset, by the window will shrink to the height of the header when minimized.
setDefaultNodeTitle(String) - Method in class com.smartgwt.client.widgets.tree.Tree
Title assigned to nodes without a titleProperty value or a nameProperty value.
setDefaultOpacity(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The initial opacity value for the component, as a percentage value between 0 and 100
setDefaultParams(Map) - Method in class com.smartgwt.client.data.DataSource
HTTP parameters that should be submitted with every DSRequest.
setDefaultParams(Map) - Method in class com.smartgwt.client.data.OperationBinding
HTTP parameters that should be submitted with every DSRequest.
setDefaultPickMode(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The ColorPicker can operate in either a "simple" mode (where it displays just the 40 basic colors and allows the user to click one), or a "complex" mode (where the user can specify a color from anywhere in the spectrum, with an optional alpha element).
setDefaultPrompt(String) - Static method in class com.smartgwt.client.rpc.RPCManager
If showPrompt is enabled for a given transaction, this is the defaultPrompt to be shown to the user in a modal dialog while the transaction occurs.
setDefaultProperties(Button) - Static method in class com.smartgwt.client.widgets.Button
Class level method to set the default properties of this class.
setDefaultProperties(Calendar) - Static method in class com.smartgwt.client.widgets.calendar.Calendar
Class level method to set the default properties of this class.
setDefaultProperties(Canvas) - Static method in class com.smartgwt.client.widgets.Canvas
Class level method to set the default properties of this class.
setDefaultProperties(FacetChart) - Static method in class com.smartgwt.client.widgets.chart.FacetChart
Class level method to set the default properties of this class.
setDefaultProperties(CubeGrid) - Static method in class com.smartgwt.client.widgets.cube.CubeGrid
Class level method to set the default properties of this class.
setDefaultProperties(DateChooser) - Static method in class com.smartgwt.client.widgets.DateChooser
Class level method to set the default properties of this class.
setDefaultProperties(Dialog) - Static method in class com.smartgwt.client.widgets.Dialog
Class level method to set the default properties of this class.
setDefaultProperties(EdgedCanvas) - Static method in class com.smartgwt.client.widgets.EdgedCanvas
Class level method to set the default properties of this class.
setDefaultProperties(ColorPicker) - Static method in class com.smartgwt.client.widgets.form.ColorPicker
Class level method to set the default properties of this class.
setDefaultProperties(DynamicForm) - Static method in class com.smartgwt.client.widgets.form.DynamicForm
Class level method to set the default properties of this class.
setDefaultProperties(FilterBuilder) - Static method in class com.smartgwt.client.widgets.form.FilterBuilder
Class level method to set the default properties of this class.
setDefaultProperties(FilterClause) - Static method in class com.smartgwt.client.widgets.form.FilterClause
Class level method to set the default properties of this class.
setDefaultProperties(PropertySheet) - Static method in class com.smartgwt.client.widgets.form.PropertySheet
Class level method to set the default properties of this class.
setDefaultProperties(SearchForm) - Static method in class com.smartgwt.client.widgets.form.SearchForm
Class level method to set the default properties of this class.
setDefaultProperties(ColumnTree) - Static method in class com.smartgwt.client.widgets.grid.ColumnTree
Class level method to set the default properties of this class.
setDefaultProperties(ListGrid) - Static method in class com.smartgwt.client.widgets.grid.ListGrid
Class level method to set the default properties of this class.
setDefaultProperties(FormItem) - Method in class com.smartgwt.client.widgets.grid.ListGridEditorContext
 
setDefaultProperties(HTMLFlow) - Static method in class com.smartgwt.client.widgets.HTMLFlow
Class level method to set the default properties of this class.
setDefaultProperties(HTMLPane) - Static method in class com.smartgwt.client.widgets.HTMLPane
Class level method to set the default properties of this class.
setDefaultProperties(IButton) - Static method in class com.smartgwt.client.widgets.IButton
Class level method to set the default properties of this class.
setDefaultProperties(Img) - Static method in class com.smartgwt.client.widgets.Img
Class level method to set the default properties of this class.
setDefaultProperties(ImgButton) - Static method in class com.smartgwt.client.widgets.ImgButton
Class level method to set the default properties of this class.
setDefaultProperties(ImgSplitbar) - Static method in class com.smartgwt.client.widgets.ImgSplitbar
Class level method to set the default properties of this class.
setDefaultProperties(Label) - Static method in class com.smartgwt.client.widgets.Label
Class level method to set the default properties of this class.
setDefaultProperties(FlowLayout) - Static method in class com.smartgwt.client.widgets.layout.FlowLayout
Class level method to set the default properties of this class.
setDefaultProperties(HLayout) - Static method in class com.smartgwt.client.widgets.layout.HLayout
Class level method to set the default properties of this class.
setDefaultProperties(HStack) - Static method in class com.smartgwt.client.widgets.layout.HStack
Class level method to set the default properties of this class.
setDefaultProperties(ImgSectionHeader) - Static method in class com.smartgwt.client.widgets.layout.ImgSectionHeader
Class level method to set the default properties of this class.
setDefaultProperties(Layout) - Static method in class com.smartgwt.client.widgets.layout.Layout
Class level method to set the default properties of this class.
setDefaultProperties(LayoutSpacer) - Static method in class com.smartgwt.client.widgets.layout.LayoutSpacer
Class level method to set the default properties of this class.
setDefaultProperties(NavigationBar) - Static method in class com.smartgwt.client.widgets.layout.NavigationBar
Class level method to set the default properties of this class.
setDefaultProperties(PortalLayout) - Static method in class com.smartgwt.client.widgets.layout.PortalLayout
Class level method to set the default properties of this class.
setDefaultProperties(Portlet) - Static method in class com.smartgwt.client.widgets.layout.Portlet
Class level method to set the default properties of this class.
setDefaultProperties(SectionHeader) - Static method in class com.smartgwt.client.widgets.layout.SectionHeader
Class level method to set the default properties of this class.
setDefaultProperties(SectionStack) - Static method in class com.smartgwt.client.widgets.layout.SectionStack
Class level method to set the default properties of this class.
setDefaultProperties(SplitPane) - Static method in class com.smartgwt.client.widgets.layout.SplitPane
Class level method to set the default properties of this class.
setDefaultProperties(VLayout) - Static method in class com.smartgwt.client.widgets.layout.VLayout
Class level method to set the default properties of this class.
setDefaultProperties(VStack) - Static method in class com.smartgwt.client.widgets.layout.VStack
Class level method to set the default properties of this class.
setDefaultProperties(IMenuButton) - Static method in class com.smartgwt.client.widgets.menu.IMenuButton
Class level method to set the default properties of this class.
setDefaultProperties(Menu) - Static method in class com.smartgwt.client.widgets.menu.Menu
Class level method to set the default properties of this class.
setDefaultProperties(MenuBar) - Static method in class com.smartgwt.client.widgets.menu.MenuBar
Class level method to set the default properties of this class.
setDefaultProperties(MenuButton) - Static method in class com.smartgwt.client.widgets.menu.MenuButton
Class level method to set the default properties of this class.
setDefaultProperties(MultiFilePicker) - Static method in class com.smartgwt.client.widgets.MultiFilePicker
Class level method to set the default properties of this class.
setDefaultProperties(ActiveXControl) - Static method in class com.smartgwt.client.widgets.plugins.ActiveXControl
Class level method to set the default properties of this class.
setDefaultProperties(Applet) - Static method in class com.smartgwt.client.widgets.plugins.Applet
Class level method to set the default properties of this class.
setDefaultProperties(BrowserPlugin) - Static method in class com.smartgwt.client.widgets.plugins.BrowserPlugin
Class level method to set the default properties of this class.
setDefaultProperties(Flashlet) - Static method in class com.smartgwt.client.widgets.plugins.Flashlet
Class level method to set the default properties of this class.
setDefaultProperties(SVG) - Static method in class com.smartgwt.client.widgets.plugins.SVG
Class level method to set the default properties of this class.
setDefaultProperties(PrintCanvas) - Static method in class com.smartgwt.client.widgets.PrintCanvas
Class level method to set the default properties of this class.
setDefaultProperties(PrintWindow) - Static method in class com.smartgwt.client.widgets.PrintWindow
Class level method to set the default properties of this class.
setDefaultProperties(Progressbar) - Static method in class com.smartgwt.client.widgets.Progressbar
Class level method to set the default properties of this class.
setDefaultProperties(RichTextEditor) - Static method in class com.smartgwt.client.widgets.RichTextEditor
Class level method to set the default properties of this class.
setDefaultProperties(Scrollbar) - Static method in class com.smartgwt.client.widgets.Scrollbar
Class level method to set the default properties of this class.
setDefaultProperties(Slider) - Static method in class com.smartgwt.client.widgets.Slider
Class level method to set the default properties of this class.
setDefaultProperties(Snapbar) - Static method in class com.smartgwt.client.widgets.Snapbar
Class level method to set the default properties of this class.
setDefaultProperties(Splitbar) - Static method in class com.smartgwt.client.widgets.Splitbar
Class level method to set the default properties of this class.
setDefaultProperties(StatefulCanvas) - Static method in class com.smartgwt.client.widgets.StatefulCanvas
Class level method to set the default properties of this class.
setDefaultProperties(StretchImg) - Static method in class com.smartgwt.client.widgets.StretchImg
Class level method to set the default properties of this class.
setDefaultProperties(StretchImgButton) - Static method in class com.smartgwt.client.widgets.StretchImgButton
Class level method to set the default properties of this class.
setDefaultProperties(ImgTab) - Static method in class com.smartgwt.client.widgets.tab.ImgTab
Class level method to set the default properties of this class.
setDefaultProperties(TabSet) - Static method in class com.smartgwt.client.widgets.tab.TabSet
Class level method to set the default properties of this class.
setDefaultProperties(TableView) - Static method in class com.smartgwt.client.widgets.tableview.TableView
Class level method to set the default properties of this class.
setDefaultProperties(TileGrid) - Static method in class com.smartgwt.client.widgets.tile.TileGrid
Class level method to set the default properties of this class.
setDefaultProperties(TileLayout) - Static method in class com.smartgwt.client.widgets.tile.TileLayout
Class level method to set the default properties of this class.
setDefaultProperties(Toolbar) - Static method in class com.smartgwt.client.widgets.toolbar.Toolbar
Class level method to set the default properties of this class.
setDefaultProperties(ToolStrip) - Static method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Class level method to set the default properties of this class.
setDefaultProperties(ToolStripResizer) - Static method in class com.smartgwt.client.widgets.toolbar.ToolStripResizer
Class level method to set the default properties of this class.
setDefaultProperties(ToolStripSeparator) - Static method in class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
Class level method to set the default properties of this class.
setDefaultProperties(TreeGrid) - Static method in class com.smartgwt.client.widgets.tree.TreeGrid
Class level method to set the default properties of this class.
setDefaultProperties(DetailViewer) - Static method in class com.smartgwt.client.widgets.viewer.DetailViewer
Class level method to set the default properties of this class.
setDefaultProperties(ViewLoader) - Static method in class com.smartgwt.client.widgets.ViewLoader
Class level method to set the default properties of this class.
setDefaultProperties(Window) - Static method in class com.smartgwt.client.widgets.Window
Class level method to set the default properties of this class.
setDefaultQuantity(int) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Default quantity to show in the quantityField.
setDefaultResizeBars(LayoutResizeBarPolicy) - Method in class com.smartgwt.client.widgets.layout.Layout
Policy for whether resize bars are shown on members by default.
setDefaultSummaryFunction(String, SummaryFunctionType) - Static method in class com.smartgwt.client.data.SimpleType
Set a default summary function for some field type.
setDefaultSummaryFunction(String, String) - Static method in class com.smartgwt.client.data.SimpleType
Set a default summary function for some field type.
setDefaultTimeout(double) - Static method in class com.smartgwt.client.rpc.RPCManager
In milliseconds, how long the RPCManager waits for an RPC request to complete before returning an error.
setDefaultToFirstOption(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Select the first option as the default value for this ComboBoxItem.
setDefaultToFirstOption(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Select the first option as the default value for this SelectItem.
setDefaultValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Static default value for this ComboBoxItem.
setDefaultValue(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Value used when no value is provided for this item.
setDefaultValue(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Value used when no value is provided for this item.
setDefaultValue(Date) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Value used when no value is provided for this item.
setDefaultValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Value used when no value is provided for this item.
setDefaultValue(Float) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Value used when no value is provided for this item.
setDefaultValue(String) - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
Header text
setDefaultValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Static default value for this SelectItem.
setDefaultValue(int) - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
Default value for this sliderItems is 1.
setDefaultValue(Double) - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
 
setDefaultValue(Integer) - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
 
setDefaultValue(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
 
setDefaultValue(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
 
setDefaultValue(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
 
setDefaultValue(Float) - Method in class com.smartgwt.client.widgets.grid.ListGridField
 
setDefaultValue(Date) - Method in class com.smartgwt.client.widgets.grid.ListGridField
 
setDefaultValues(String...) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Default values used when no value is provided for this item.
setDefaultValues(Integer...) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Default values used when no value is provided for this item.
setDefaultWidth(int) - Method in class com.smartgwt.client.widgets.Canvas
For custom components, establishes a default width for the component.
setDefaultWidth(int) - Method in class com.smartgwt.client.widgets.Dialog
 
setDefaultWidth(int) - Method in class com.smartgwt.client.widgets.menu.Menu
The default menu width.
setDependentFields(String[]) - Method in class com.smartgwt.client.widgets.form.validator.Validator
User-defined list of fields on which this validator depends.
setDescription(String) - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
String which represents the description of a CalendarEvent The name of this field within the CalendarEvent can be changed via descriptionField
setDescriptionField(String) - Method in class com.smartgwt.client.data.DataSource
Name of the field that has a long description of the record, or has the primary text data value for a record that represents an email message, SMS, log or similar.
setDescriptionField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the description field in a CalendarEvent.
setDescriptionField(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
Field to display as part of individual record in all RecordLayouts except "titleOnly".
setDestroyOnClose(Boolean) - Method in class com.smartgwt.client.widgets.layout.Portlet
Whether to call destroy() when closing the Portlet.
setDestroyPanes(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
Whether destroy() should be called on pane when it a tab is removed via TabSet.removeTab}.
setDetail(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Whether this field should be considered a "detail" field by a DataBoundComponent.
setDetailDS(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is true and listGrid.expansionMode is "related", this property specifies the dataSource for the related records grid to be shown embedded in expanded records.
setDetailDS(DataSource) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is true and listGrid.expansionMode is "related", this property specifies the dataSource for the related records grid to be shown embedded in expanded records.
setDetailDS(DataSource) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
The default value of recordDetailDSProperty.
setDetailField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The field whose contents to show in the expanded portion of a record when canExpandRecords is true and listGrid.expansionMode is detailField.
setDetailFormatter(DetailFormatter) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
 
setDetailNavigationControl(Canvas) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Navigation control that appears only when the navigation pane is not showing (showing detail pane on handset, or portrait mode on tablet).
setDetailPane(Canvas) - Method in class com.smartgwt.client.widgets.layout.SplitPane
The right-hand of the two panes managed by this widget, used for viewing details.
setDetailsButtonTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the edit button in the quick event dialog
setDetailTitle(String) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Sets the title for the Detail Pane.
setDetailToolButtons(Canvas...) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Tool buttons to display in the detail detailToolStrip.
setDetailViewerProperties(DetailViewer) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Properties for the DetailViewer that is automatically created to render the contents of tiles by default.
setDialogWidth(int) - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Width for the "other value" prompt dialog.
setDirection(SortDirection) - Method in class com.smartgwt.client.data.SortSpecifier
The direction in which this specifier should sort.
setDirection(String) - Method in class com.smartgwt.client.widgets.layout.events.NavigationClickEvent
 
setDisableCacheSync(Boolean) - Method in class com.smartgwt.client.data.ResultSet
By default when the data of this ResultSet's dataSource is modified, the ResultSet will be updated to display these changes.
setDisabled(Boolean) - Method in class com.smartgwt.client.data.Hilite
Whether this hilite is currently disabled.
setDisabled(boolean) - Method in class com.smartgwt.client.widgets.Button
Enable or disable this object
setDisabled(boolean) - Method in class com.smartgwt.client.widgets.Canvas
If set to true, the widget will be disabled.
setDisabled(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Whether this item is disabled.
setDisabled(boolean) - Method in class com.smartgwt.client.widgets.ImgButton
Enable or disable this object
setDisabled(boolean) - Method in class com.smartgwt.client.widgets.tab.Tab
If specified, this tab will initially be rendered in a disabled state.
setDisabledCursor(Cursor) - Method in class com.smartgwt.client.widgets.Canvas
Specifies the cursor image to display when the mouse pointer is over this widget if this widget is disabled.
setDisableValidation(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If set to true, client-side validators will not run on the form when validate() is called.
setDisableValidation(Boolean) - Method in class com.smartgwt.client.widgets.form.ValuesManager
If set to true, client-side validators will not run on the form when validate() is called.
setDisableWeekends(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If set, weekend days appear in disabled style and events cannot be created on weekends.
setDisableWeekends(Boolean) - Method in class com.smartgwt.client.widgets.DateChooser
Whether it should be valid to pick a weekend day.
setDiscardEditsSaveButtonTitle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If confirmDiscardEdits is true this is the title for the save button appearing in the lost edits confirmation dialog.
setDiscardParentlessNodes(Boolean) - Method in class com.smartgwt.client.widgets.tree.Tree
If this tree has modelType:"parent", should nodes in the data array for the tree be dropped if they have an explicitly specified value for the parentIdField which doesn't match any other nodes in the tree.
setDismissOnEscape(Boolean) - Method in class com.smartgwt.client.widgets.Window
Should this window be dismissed (same effect as pressing the "Cancel" button) when the user presses the "Escape" key? Behavior will only occur while the window or one of its descendants has focus, and does not cancel the Escape keypress.
setDismissOnOutsideClick(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, a click outside the bounds of the Window will have the same effect as pressing its cancel button.
Note: Applies only to modal windows.
setDisplayField(String) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Specifies an alternative field from which display values should be retrieved for this item.
setDisplayField(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Specifies an alternative field from which display values should be retrieved for this item.
setDisplayField(String) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Specifies an alternative field from which display values should be retrieved for this item.
If this item is not databound (optionDataSource is unset), or bound to the same dataSource as the form as a whole, this is implemented by picking up the value of the specified field from the Form's values object.
Otherwise this item will attempt to map its underlying value to a display value by retrieving a record from the optionDataSource where the valueField matches this item's value, and displaying the displayField value from that record.
This essentially enables the specified optionDataSource to be used as a server based ${isc.DocUtils.linkForRef('group:valueMap')}.
setDisplayField(String) - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
Specifies an alternative field from which display values should be retrieved for this item.
If this item is not databound (dataSource is unset), this is implemented by picking up the value of the specified field from the valueTree.
Otherwise this item will attempt to map its underlying value to a display value by retrieving a record from the dataSource where the valueField matches this item's value, and displaying the displayField value from that record.
setDisplayField(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Specifies an alternative field from which display values should be retrieved for this item.
setDisplayField(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Specifies the optionDataSource field used to retrieve the display values that are to be mapped from the internal values specified by valueField.
setDisplayFormat(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.form.fields.DateTimeItem
This property can be used to customize the format in which datetimes are displayed.
Should be set to a standard DateDisplayFormat or a function which will return a formatted date time string.
setDisplayFormat(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Fields of type "date" or "time" will be edited using a DateItem or TimeItem by default.
setDisplayFormat(TimeFormatter) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Fields of type "date" or "time" will be edited using a DateItem or TimeItem by default.
setDisplayFormat(TimeFormatter) - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
Deprecated. Use TimeItem.setDisplayFormat(TimeDisplayFormat) instead.
setDisplayFormat(TimeDisplayFormat) - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
What format should this item's time string be presented in?
setDisplayNodeType(DisplayNodeType) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Specifies the type of nodes displayed in the treeGrid.
setDoubleClickDelay(int) - Method in class com.smartgwt.client.widgets.Canvas
Amount of time (in msec) between which two clicks are considered a single click
setDoughnutRatio(float) - Method in class com.smartgwt.client.widgets.chart.FacetChart
If showing a doughnut hole (see showDoughnut), ratio of the size of the doughnut hole to the size of the overall pie chart, as a number between 0 to 1.
setDownloadResult(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
If enabled, causes the RPCRequest to download the requested resource as a file, either showing the browser's Save dialog or displaying the file-content in a new browser window.
setDownloadToNewWindow(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
When downloadResult is true, setting this attribute to true causes the content of the downloaded file to be displayed in a new browser window.
setDragAppearance(DragAppearance) - Method in class com.smartgwt.client.widgets.Canvas
Visual appearance to show when the object is being dragged.
setDragDataAction(DragDataAction) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setDragDataAction(DragDataAction) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Indicates what to do with data dragged into another DataBoundComponent.
setDragDataAction(DragDataAction) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setDragDataAction(DragDataAction) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setDragDataAction(DragDataAction) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setDragDataAction(DragDataAction) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setDragDataAction(DragDataAction) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Indicates what to do with data dragged into another DataBoundComponent.
setDragDataAction(DragDataAction) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setDragIntersectStyle(DragIntersectStyle) - Method in class com.smartgwt.client.widgets.Canvas
This indicates how the system will test for droppable targets: either by intersection with the mouse or intersection with the rectangle of the dragMoveTarget.
setDragOpacity(Integer) - Method in class com.smartgwt.client.widgets.Canvas
If this widget has dragAppearance "target", this value specifies the opacity to render the target while it is being dragged.
setDragRepositionCursor(Cursor) - Method in class com.smartgwt.client.widgets.Canvas
Cursor to switch to if the mouse is over a widget that is drag repositionable.
setDragScrollDelay(int) - Method in class com.smartgwt.client.widgets.Canvas
If this widget supports drag-scrolling, This property specifies how many ms the user must hover over the drag-scroll threshold before scrolling begins.
setDragStartDistance(int) - Method in class com.smartgwt.client.widgets.Canvas
Number of pixels the cursor needs to move before the EventHandler starts a drag operation.
setDragTarget(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
A different widget that should be actually dragged when dragging initiates on this widget.
setDragTracker(String) - Static method in class com.smartgwt.client.util.EventHandler
Set the HTML for the drag tracker that follows the mouse during a drag and drop interaction.
setDragTracker(String, int, int, int, int) - Static method in class com.smartgwt.client.util.EventHandler
Set the HTML for the drag tracker that follows the mouse during a drag and drop interaction.
setDragTracker() - Method in class com.smartgwt.client.widgets.BaseWidget
 
setDragTrackerMode(DragTrackerMode) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When records are being dragged from within a ListGrid, what sort of drag-tracker should be displayed?
Note that if multiple records are being dragged the displayed tracker will be based on the first selected record.
setDragTrackerStyle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setDragTrackerStyle(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
CSS Style to apply to the drag tracker when dragging occurs on this component.
setDragTrackerStyle(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setDragTrackerStyle(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setDragTrackerStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setDragTrackerStyle(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setDragTrackerStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setDragType(String) - Method in class com.smartgwt.client.widgets.Canvas
The "type" of thing given as a string that can be dragged from this widget.
setDrawAheadRatio(float) - Method in class com.smartgwt.client.widgets.grid.ListGrid
How far should we render rows ahead of the currently visible area? This is expressed as a ratio from viewport size to rendered area size.
setDrawAllMaxCells(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If drawing all rows would cause less than drawAllMaxCells cells to be rendered, the full dataset will instead be drawn even if showAllRecords is false and the viewport size and drawAheadRatio setting would normally have caused incremental rendering to be used.
setDropCacheOnUpdate(Boolean) - Method in class com.smartgwt.client.data.ResultSet
Whether to discard all cached rows when a modification operation (add, update, remove) occurs on the ResultSet's DataSource.
setDropExtraFields(Boolean) - Method in class com.smartgwt.client.data.DataSource
Indicates that for server responses, for any data being interpreted as DataSource records, only data that corresponds to declared fields should be retained; any extra fields should be discarded.
setDropIconSuffix(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If showDropIcons is true, this suffix will be appended to the folderIcon when the user drop-hovers over some folder.
setDropIconSuffix(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If showDropIcons is true, this suffix will be appended to the folderIcon when the user drop-hovers over some folder.
setDropLineProperties(Canvas) - Method in class com.smartgwt.client.widgets.layout.Layout
 
setDropLineThickness(int) - Method in class com.smartgwt.client.widgets.layout.Layout
Thickness, in pixels of the dropLine shown during drag and drop when canDropComponents is set to true.
setDropTypes(String...) - Method in class com.smartgwt.client.widgets.Canvas
The "type" of thing(s) that can be dropped on this widget specified as a string or an array of strings (indicating multiple types).
setDropValues(Map) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setDropValues(Map) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
When an item is dropped on this component, and addDropValues is true and both the source and target widgets are databound, either to the same DataSource or to different DataSources that are related via a foreign key, this object provides the "drop values" that SmartGWT will apply to the dropped object before updating it.
setDropValues(Map) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setDropValues(Map) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setDropValues(Map) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setDropValues(Map) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setDropValues(Map) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setDuplicateDragMessage(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setDuplicateDragMessage(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Message to show when a user attempts to transfer duplicate records into this component, and preventDuplicates is enabled.
setDuplicateDragMessage(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setDuplicateDragMessage(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setDuplicateDragMessage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setDuplicateDragMessage(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setDuplicateDragMessage(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setDynamicContents(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Dynamic contents allows the contents string to be treated as a simple, but powerful template.
setDynamicContents(Boolean) - Method in class com.smartgwt.client.widgets.HTMLFlow
Dynamic contents allows the contents string to be treated as a simple, but powerful template.
setDynamicContents(Boolean) - Method in class com.smartgwt.client.widgets.Label
Dynamic contents allows the contents string to be treated as a simple, but powerful template.
setDynamicIconFunction(MenuItemStringFunction) - Method in class com.smartgwt.client.widgets.menu.MenuItem
Contains the condition that will change the curent items' icon when met.
setDynamicTitleFunction(MenuItemStringFunction) - Method in class com.smartgwt.client.widgets.menu.MenuItem
Contains the condition that will change the curent items' title when met.
setEdgeBackgroundColor(String) - Method in class com.smartgwt.client.widgets.Canvas
Background color for the EdgedCanvas created to decorate this component.
setEdgeBottom(Integer) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Height in pixels for bottom corners and edges.
setEdgeCenterBackgroundColor(String) - Method in class com.smartgwt.client.widgets.Canvas
Background color for the center section only.
setEdgeColor(String) - Method in class com.smartgwt.client.widgets.EdgedCanvas
CSS color (WITHOUT "#") for the edges.
setEdgeImage(String) - Method in class com.smartgwt.client.widgets.Canvas
Base name of images for edges.
setEdgeImage(String) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Base name of images for edges.
setEdgeLeft(Integer) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Height in pixels for left corners and edges.
setEdgeMarginSize(int) - Method in class com.smartgwt.client.widgets.Canvas
How far into the edge of an object do we consider the "edge" for drag resize purposes?
setEdgeOffset(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Amount the contained Canvas should be offset.
setEdgeOffsetBottom(Integer) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Amount the contained Canvas should be offset from the bottom.
setEdgeOffsetLeft(Integer) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Amount the contained Canvas should be offset from the left.
setEdgeOffsetRight(Integer) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Amount the contained Canvas should be offset from the right.
setEdgeOffsetTop(Integer) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Amount the contained Canvas should be offset from the top.
setEdgeOpacity(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Opacity of the edges.
setEdgeRight(Integer) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Height in pixels for right corners and edges.
setEdgeShowCenter(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Whether to show media in the center section, that is, behind the decorated Canvas.
setEdgeSize(int) - Method in class com.smartgwt.client.widgets.Canvas
Size in pixels for corners and edges
setEdgeStyleName(String) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Optional property specifying the CSS ClassName to apply to the various parts of this edged canvas (top, bottom, corners, sides and center).
setEdgeTop(Integer) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Height in pixels for top corners and edges.
setEditByCell(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Determines whether when the user edits a cell in this listGrid the entire row becomes editable, or just the cell that received the edit event.
setEditCriteriaInInnerForm(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
Flag to disable the criteria editing overrides described in CanvasItem.getCriterion whereby if this item contains a DynamicForm as its canvas, it will be used to edit nested AdvancedCriteria automatically.
setEditedRecord(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGridEditorContext
 
setEditEvent(ListGridEditEvent) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Event that will trigger inline editing, see ListGridEditEvent for options.
setEditFailedBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
A base name for the CSS class applied to cells when editing has failed.
If this listGrid is editable, this style will be applied to any edited cells for which validation failed.
As with the default 'baseStyle' property, this style will have "Dark", "Over", "Selected", or "Disabled" appended to it according to the state of the cell.
If null, cells for which editing has failed will be rendered using the normal base style classNames, but with custom CSSText applied as derived from this.editFailedCSSText
setEditFailedCSSText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Custom CSS text to be applied to cells when editing has failed.
If this listGrid is editable, this css text will be applied to any edited cells for which validation failed, on top of the base style for the cell.
For further customization of styling for cells that failed editing validation, use this.editFailedBaseStyle instead.
setEditField(ListGridField) - Method in class com.smartgwt.client.widgets.grid.ListGridEditorContext
 
setEditFormatter(SimpleTypeFormatter) - Method in class com.smartgwt.client.data.SimpleType
Formatter for values of this type when displayed in a freeform text editor such as a TextItem
setEditFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setEditFormulaFieldText(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Text for a menu item allowing users to edit a formula field
setEditFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setEditFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setEditFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setEditFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setEditFormulaFieldText(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setEditOnF2Keypress(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we start editing when the widget has focus and the user presses the "f2" key (if this ListGrid supports editing)?
setEditOnFocus(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we start editing when this widget receives focus (if this ListGrid supports editing)?
setEditorCustomizer(ListGridEditorCustomizer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
This method allows developers to dynamically customize the form item displayed in an editable grid, based on the cell being edited.
setEditorIconHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is editable, this property will be passed to editors displayed for cells within this field as iconHeight.
If this property unset, the iconHeight property from the editor can be picked up from iconHeight instead.
setEditorIconWidth(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is editable, this property will be passed to editors displayed for cells within this field as iconWidth.
If this property unset, the iconWidth property from the editor can be picked up from iconWidth instead.
setEditorImageURLPrefix(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When some cell in this field is being edited, this property can be used to apply an explicit imageURLPrefix to the editor in question.
setEditorImageURLSuffix(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When some cell in this field is being edited, this property can be used to apply an explicit imageURLSuffix to the editor in question.
setEditorType(FormItem) - Method in class com.smartgwt.client.data.DataSourceField
Sets the default FormItem to be used whenever this field is edited (whether in a grid, form, or other component).
setEditorType(FormItem) - Method in class com.smartgwt.client.data.SimpleType
Default FormItem configuration for editing values of this type.
setEditorType(FormItem) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Name of the FormItem properties to use for editing.
setEditorType(FormItem) - Method in class com.smartgwt.client.widgets.grid.ListGridField
FormItem properties to use as a template for the form item created to edit this field.
setEditorValueFormatter(FormItemValueFormatter) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
An optional FormItemValueFormatter to map this item's current data value to a display value.
setEditorValueFormatter(FormItemValueFormatter) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
An optional FormItemValueFormatter to map this item's current data value to a display value.
setEditorValueFormatter(FormItemValueFormatter) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
RelativeDateItems do not make use of the standard FormItem.setEditorValueFormatter() and FormItem.setEditorValueParser() methods.
setEditorValueIconHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When some cell in this field is being edited, setting this property will specify the height for value icons in the cell's editor.
setEditorValueIcons(Map<String, String>) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When some cell in this field is being edited, setting this property will specify the value icons to display in the cell's editor.
setEditorValueIconWidth(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When some cell in this field is being edited, setting this property will specify the width for value icons in the cell's editor.
setEditorValueMap(String, LinkedHashMap) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set a valueMap to display for this field while editing.
This method sets the +link{ListGridField.editorValueMap, field.editorValueMap} property and may be called at runtime while editing the grid.
setEditorValueMap(String, String...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set a valueMap to display for this field while editing.
This method sets the +link{ListGridField.editorValueMap, field.editorValueMap} property and may be called at runtime while editing the grid.
setEditorValueMap(Map) - Method in class com.smartgwt.client.widgets.grid.ListGridField
A valueMap to use for editors shown for this field.
setEditorValueMapFunction(EditorValueMapFunction) - Method in class com.smartgwt.client.widgets.grid.ListGridField
This function method will be called from ListGrid.getEditorValueMap() and the resulting valueMap will be used instead of any static specified valueMap for the field.
setEditorValueParser(FormItemValueParser) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
An optional FormItemValueParser to map a user-entered display value to a data value for storage.
setEditorValueParser(FormItemValueParser) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
An optional FormItemValueParser to map a user-entered display value to a data value for storage.
setEditorValueParser(FormItemValueParser) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
RelativeDateItems do not make use of the standard FormItem.setEditorValueFormatter() and FormItem.setEditorValueParser() methods.
setEditParser(SimpleTypeParser) - Method in class com.smartgwt.client.data.SimpleType
Specify a parser to convert some user-edited value to an underlying data value of this type.
setEditPendingCSSText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Custom CSS text to be applied to cells with pending edits that have not yet been submitted.
For further customization of styling for cells with pending edits use this.editPendingBaseStyle instead.
setEditSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setEditSummaryFieldText(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Text for a menu item allowing users to edit the formatter for a field
setEditSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setEditSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setEditSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setEditSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setEditSummaryFieldText(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setEditValue(int, int, Object) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Set the edit value for some cell in the cube grid.
setEditValue(int, int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, int, Date) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, int, double) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, int, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, int, float) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, int, Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, int, Record[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, String, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, String, Date) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, String, double) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, String, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, String, float) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, String, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, String, Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValue(int, String, Record[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Modifies a field value being tracked as an unsaved user edit.
setEditValueFormatter(CellEditValueFormatter) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Return the value to display in cells of this field which are being edited.
setEditValueParser(CellEditValueParser) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Method used to convert the value displayed in an editor for some cell in this field into a raw value for saving.
setEditValues(int, Map) - Method in class com.smartgwt.client.widgets.grid.ListGrid
This method sets up a set of editValues for some row / cell.
setElement(Element) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setEmptyCellValue(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The value to display for cells whose value is null or the empty string after applying formatCellValue and valueMap (if any).
setEmptyCellValue(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
The value to display for a cell whose value is null or the empty string after applying formatCellValue and valueMap (if any).
setEmptyCellValue(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Text to show for an empty cell
setEmptyDisplayValue(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Text to display when this form item has a null or undefined value.
setEmptyMenuMessage(String) - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
This message will be displayed as a single, disabled option in any empty menu/submenu created from this item's data tree.
setEmptyMessage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The string to display in the body of a listGrid with an empty data array, if showEmptyMessage is true.
setEmptyMessage(String) - Method in class com.smartgwt.client.widgets.menu.Menu
Message to show when a menu is shown with no items.
setEmptyMessage(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
The string to display in the body of a detailViewer with no records.
setEmptyMessageStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The CSS style name applied to the emptyMessage if displayed.
setEmptyMessageStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style to display this message in
setEmptyPickListHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Height for an empty pick list (showing the empty message), if the pick list has no records and hideEmptyPickList is false.
setEmptyPickListHeight(int) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Height for an empty pick list (showing the empty message), if the pick list has no records and hideEmptyPickList is false.
setEmptyPickListHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Height for an empty pick list (showing the empty message), if the pick list has no records and hideEmptyPickList is false.
setEmptyPickListMessage(String) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Empty message to display in the pickList if hideEmptyPickList is false.
setEmptyPickListMessage(String) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Empty message to display in the pickList if hideEmptyPickList is false.
setEmptyPickListMessage(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Empty message to display in the pickList if hideEmptyPickList is false.
setEmptyValueIcon(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
This property allows the developer to specify an icon to display when this item has no value.
setEnableCharting(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If set to true, context menu items will be included on the cells and headers providing the user with an option to create a chart of the cubeGrid's data set.
setEnabled(Boolean) - Method in class com.smartgwt.client.widgets.cube.CellRecord
Default property name denoting whether this record is enabled.
setEnabled(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Default property name denoting whether this record is enabled.
setEnabled(Boolean) - Method in class com.smartgwt.client.widgets.menu.MenuItem
Affects the visual style and interactivity of the menu item.
setEnabled(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeNode
Default property name denoting whether this record is enabled.
setEnableIfCondition(MenuItemIfFunction) - Method in class com.smartgwt.client.widgets.menu.MenuItem
Contains the condition that will enable or disable the curent menuItem.
setEnableJSDebugger(boolean) - Static method in class com.smartgwt.client.util.SC
Setting this to true will result in the IE / Firebug / Safari debugger being invoked when a JavaScript error is encountered.
setEncoding(Encoding) - Method in class com.smartgwt.client.widgets.form.DynamicForm
encoding for the form, use MULTIPART_ENCODING for file upload forms
setEndDate(Date) - Method in class com.smartgwt.client.data.DateRange
Set the end date of the range.
setEndDate(Date) - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
Date object which represents the end date of a CalendarEvent The name of this field within the CalendarEvent can be changed via endDateField
setEndDate(Date) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Maximum date the selectors will allow the user to pick.
setEndDate(Date) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Maximum date the selectors will allow the user to pick.
setEndDateField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the end date field in a CalendarEvent.
setEndRow(Integer) - Method in class com.smartgwt.client.data.DSRequest
End row of requested results, used only with fetch operations.
setEndRow(Integer) - Method in class com.smartgwt.client.data.DSResponse
End row of returned server results, when using paged result fetching
setEndRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
These items are in a row by themselves by default
setEndRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Whether this item should end the row it's in in the form layout
setEndRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
these items are in a row by themselves by default
setEndRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RichTextItem
By default RichTextItems take up an entire row
setEndRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RowSpacerItem
these items are in a row by themselves by default
setEndRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
these items are in a row by themselves by default
setEndThumbOverlap(Integer) - Method in class com.smartgwt.client.widgets.Scrollbar
Number of pixels the thumb is allowed to overlap the buttons at the end of the track.
setEndYear(int) - Method in class com.smartgwt.client.widgets.DateChooser
Last year that may be selected.
setEnforceDate(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Can this field be set to a non-date value [other than null]?
setEnforcePolicy(Boolean) - Method in class com.smartgwt.client.widgets.layout.Layout
Whether the layout policy is continuously enforced as new members are added or removed and as members are resized.
setEnforceVClipping(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
For performance reasons, even when fixedRecordHeights is set, vertical clipping is not enforced by default for some kinds of content (such as images) on all browsers.
setEnterKeyEditAction(EnterKeyEditAction) - Method in class com.smartgwt.client.widgets.grid.ListGrid
What to do when a user hits enter while editing a cell: "nextCell": start editing the next editable cell in this record (or the first editable cell in the next record if focus is in the last editable cell in the row) "nextRow": start editing the same field in the next row (skipping any rows where that would be a non-editable cell.
setEnterKeyEditAction(EnterKeyEditAction) - Method in class com.smartgwt.client.widgets.grid.ListGridField
What to do when a user hits enter while editing this field?
Overrides the enterKeyEditAction as specified at the listGrid level while focus is in this field.
setEnumConstantProperty(String) - Method in class com.smartgwt.client.data.DataSource
The name of the property this DataSource uses for constant name when translating Java enumerated types to and from Javascript, if the EnumTranslateStrategy is set to "bean".
setEnumCriteriaAsInitialValues(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
In a ListGrid that has a DataSource and has filter criteria that include values for fields declared as type "enum" in the DataSource, by default a newly edited row will use those filter criteria as initial values.
setEnumOrdinalProperty(String) - Method in class com.smartgwt.client.data.DataSource
The name of the property this DataSource uses for ordinal number when translating Java enumerated types to and from Javascript, if the EnumTranslateStrategy is set to "bean".
setEnumTranslateStrategy(EnumTranslateStrategy) - Method in class com.smartgwt.client.data.DataSource
Sets the strategy this DataSource uses to translate Java enumerated types (objects of type enum) to and from Javascript.
setErrorFormatter(FormItemErrorFormatter) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Register a custom error formatter for this FormItem.
setErrorIconHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Height of the error icon, if we're showing icons when validation errors occur.
setErrorIconSrc(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
URL of the image to show as an error icon, if we're showing icons when validation errors occur.
setErrorIconWidth(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Height of the error icon, if we're showing icons when validation errors occur.
setErrorItemCellStyle(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If showInlineErrors is false we show all errors for the form item in a single item rendered at the top of the form.
This attribute specifies the cellStyle to apply to this item.
setErrorMessage(String) - Method in class com.smartgwt.client.widgets.form.validator.Validator
Text to display if the value does not pass this validation check.
setErrorMessageWidth(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When showInlineErrors and showErrorText are both true and errorOrientation is "left" or "right", errorMessageWidth is the amount to reduce the width of the editor to accommodate the error message and icon.
setErrorOrientation(FormErrorOrientation) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If DynamicForm.showInlineErrors is true, where should the error icon and text appear relative to form items? Valid options are "top", "bottom", "left" or "right".
setErrorOrientation(FormErrorOrientation) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showInlineErrors is true, where should the error icon and text appear relative to the form item itself.
setErrors(Map) - Method in class com.smartgwt.client.data.DSResponse
Server-side validation errors for an attempted "update" or "add" operation, as a JS Object where each property name is a field name from the record and each property value is an error message to be shown to the user.
setErrors(JavaScriptObject) - Method in class com.smartgwt.client.data.DSResponse
Server-side validation errors for an attempted "update" or "add" operation, as a JS Object where each property name is a field name from the record and each property value is an error message to be shown to the user.
setErrors(Map, boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Setter for validation errors on this form.
setErrors(Map, boolean) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Setter for validation errors on this form.
setErrorsPreamble(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If showInlineErrors is false we show all errors for the form item in a single item rendered at the top of the form.
This attribute specifies an introductory string rendered out before the individual error messages.
setEscapeHTML(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
When data values are displayed in DataBound components, by default strings will be interpreted as HTML by the browser in most cases.
setEscapeHTML(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
By default HTML values in a staticTextItem will be interpreted by the browser.
setEscapeHTML(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
By default HTML values in ListGrid cells will be interpreted by the browser.
setEscapeHTML(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
By default HTML values in DetailViewer cells will be interpreted by the browser.
setEscapeKeyEditAction(EscapeKeyEditAction) - Method in class com.smartgwt.client.widgets.grid.ListGrid
What to do when a user hits escape while editing a cell: "cancel": close the editor and discard the current set of edit values "done": just close the editor (the edit is complete, but the edited values are retained).
setEscapeKeyEditAction(EscapeKeyEditAction) - Method in class com.smartgwt.client.widgets.grid.ListGridField
What to do when a user hits escape while editing this field?
Overrides the escapeKeyEditAction as specified at the listGrid level while focus is in this field.
setEvalResult(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
This works similarly to serverOutputAsString except the resulting String is automatically evaluated as JavaScript.
setEvalScriptBlocks(Boolean) - Method in class com.smartgwt.client.widgets.HTMLFlow
If evalScriptBlocks is true, HTMLFlow will pre-process the loaded HTML in order to mimic how the HTML would execute if it were loaded as an independent page or loaded via an IFRAME.
setEvalVars(Map) - Method in class com.smartgwt.client.rpc.RPCRequest
If you've set RPCRequest.setEvalResult(Boolean) : true, then the property values of this object will be available in the evaluation scope of the result under the variable names specified by the property names.
setEventAutoArrange(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If set to true, enables the auto-arrangement of events that share time in the calendar.
setEventDialogFields(FormItem...) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The set of fields for the eventDialog.
setEventEditorFields(FormItem...) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The set of fields for the eventEditor.
setEventId(Integer) - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
 
setEventNameFieldTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the event name field in the quick event dialog
setEventOverlap(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
When eventAutoArrange is true, setting eventOverlap to true causes events that share timeslots to overlap each other by a percentage of their width, specified by eventOverlapPercent.
setEventOverlapIdenticalStartTimes(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
When set to true, events that start at the same time will not overlap each other to prevent events having their close button hidden
setEventOverlapPercent(int) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The size of the overlap, presented as a percentage of the width of events sharing timeslots
setEventSnapGap(int) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Determines how many minutes an event can be moved or resized by.
setEventTypeField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the field which will determine the row in which this event will be displayed for the timelineView
setEventWindowStyle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to event windows within calendars.
setEventWindowStyle(String) - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
CSS style series to use for the draggable event window that represents this event.
setEventWindowStyleField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the field used to override eventWindowStyle for an individual CalendarEvent.
setExpanded(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Sections default to the collapsed state unless showHeader is set to false in which case they default to the expanded state.
setExpandMargins(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileLayout
With LayoutPolicy:"fit", should margins be expanded so that tiles fill the available space in the TileLayout on the breadth axis? This can also affect tileWidth or tileHeight.
setExpansionCanEdit(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
For expansionModes that show another grid or tree, is that component editable?
setExpansionEditorSaveDialogPrompt(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When canExpandRecords is true and expansionMode is editor, the prompt to display when an expanded row is collapsed while it's nested editor has changed values.
setExpansionFieldFalseImage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is set to true, this property determines the image to display in the expansion field for collapsed rows.
setExpansionFieldImageHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is set to true, this property may be set to govern the height of the expansion image displayed to indicate whether a row is expanded.
setExpansionFieldImageWidth(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is set to true, this property may be set to govern the width of the expansion image displayed to indicate whether a row is expanded.
setExpansionFieldTrueImage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If canExpandRecords is set to true, this property determines the image to display in the expansion field for expanded rows.
setExpansionMode(ExpansionMode) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The ExpansionMode for records in this grid.
setExportAll(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setExportAll(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Setting exportAll to true prevents the component from passing it's list of fields to the export call.
setExportAll(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setExportAll(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setExportAll(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setExportAll(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setExportAll(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setExportAs(ExportFormat) - Method in class com.smartgwt.client.data.DSRequest
The format in which the data should be exported.
setExportAs(ExportFormat) - Method in class com.smartgwt.client.data.OperationBinding
The format in which the data should be exported.
setExportData(Record...) - Method in class com.smartgwt.client.data.DSRequest
Only applies to request properties passed to DataBoundComponent.exportClientData.
setExportDatesAsFormattedString(Boolean) - Method in class com.smartgwt.client.data.DSRequest
Only applicable when exporting to native spreadsheet formats XLS and OOXML.
setExportDelimiter(String) - Method in class com.smartgwt.client.data.DSRequest
The character to use as a field-separator in CSV exports.
setExportDisplay(ExportDisplay) - Method in class com.smartgwt.client.data.DSRequest
Specifies whether the exported data will be downloaded to the file-system or displayed in a new window.
setExportFields(String[]) - Method in class com.smartgwt.client.data.DSRequest
The list of field-names to export.
setExportFields(String...) - Method in class com.smartgwt.client.data.OperationBinding
The list of field-names to export.
setExportFields(String[]) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setExportFields(String[]) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
The list of field-names to export.
setExportFields(String[]) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setExportFields(String[]) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setExportFields(String[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setExportFields(String[]) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setExportFields(String[]) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setExportFilename(String) - Method in class com.smartgwt.client.data.DSRequest
The name of the file to save the exported data into.
setExportFilename(String) - Method in class com.smartgwt.client.data.OperationBinding
The name of the file to save the exported data into.
setExportFooter(String) - Method in class com.smartgwt.client.data.DSRequest
Optional text to appear at the end of the file.
setExportHeader(String) - Method in class com.smartgwt.client.data.DSRequest
Optional text to appear at the beginning of the file.
setExportRawValues(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Dictates whether the data in this grid should be exported raw by exportClientData().
setExportRawValues(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Dictates whether the data in this field should be exported raw by exportClientData().
setExportResults(Boolean) - Method in class com.smartgwt.client.data.DSRequest
When set, causes the results of the DSRequest to be exported to a file, whose name and format are indicated by exportFilename and exportAs respectively.
setExportResults(Boolean) - Method in class com.smartgwt.client.data.OperationBinding
When set, causes the results of the DataSource Operation to be exported to a file, whose name and format are indicated by exportFilename and exportAs respectively.
setExportTitle(String) - Method in class com.smartgwt.client.data.DataSourceField
Optional different field-title used for exports.
setExportTitleSeparatorChar(String) - Method in class com.smartgwt.client.data.DSRequest
The character with which to replace spaces in field-titles when exporting to XML.
setExportValueFields(Boolean) - Method in class com.smartgwt.client.data.DSRequest
Only applies to request properties passed to DataBoundComponent.exportClientData.
setExpression(String) - Method in class com.smartgwt.client.widgets.form.validator.RegExpValidator
Set the expression.
setExpression(RequiredIfFunction) - Method in class com.smartgwt.client.widgets.form.validator.RequiredIfValidator
Set the expression.
setExtraHTML(Boolean) - Method in class com.smartgwt.client.widgets.plugins.Applet
Any additional HTML you want to throw into the tag that specifies the applet element.
setExtraIconGap(int) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The amount of gap (in pixels) between the extraIcon (see TreeGrid.getExtraIcon) or checkbox icon and the nodeIcon/ folderIcon or node text.
setExtraSpace(int) - Method in class com.smartgwt.client.widgets.Canvas
When this Canvas is included as a member in a Layout, extra blank space that should be left after this member in a Layout.
setExtraStuff(String) - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the additional attributes to write in the tag.
setFacetId(String) - Method in class com.smartgwt.client.widgets.Canvas
If a Canvas is dropped onto a CubeGrid, and it has a facetId property specified then the Cube treats this as adding that facetId at the drop location.
setFacetLabelHoverAlign(Alignment) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the horizontal text alignment of hover tips shown for facetLabels.
setFacetLabelHoverHeight(Integer) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If specified and this.showHover is true, this is the default height to apply to hover tips shown for facetLabels.
setFacetLabelHoverStyle(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the css class applied to hover tips shown for facet labels.
setFacetLabelHoverVAlign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the vertical text alignment of hover tips shown for facetLabels.
setFacetLabelHoverWidth(Integer) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If specified and this.showHover is true, this is the default width to apply to hover tips shown for facetLabels.
setFacets(Facet...) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Set the facets for this chart.
setFacets(Facet...) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Facet definitions for this CubeGrid.
setFacetTitle(String, String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Set the title of a facet (appears in facet label).
setFacetTitleAlign(Alignment) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default alignment for facet labels.
setFacetValueAlign(Alignment) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default alignment for facet values (in headers).
setFacetValueHoverAlign(Alignment) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the horizontal text alignment of hover tips shown for facet values.
setFacetValueHoverHeight(Integer) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If specified and this.showHover is true, this is the default height to apply to hover tips shown for facetValues.
setFacetValueHoverStyle(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the css class applied to hover tips shown for facet values.
setFacetValueHoverVAlign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Allows the developer to override the vertical text alignment of hover tips shown for facet values.
setFacetValueHoverWidth(Integer) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If specified and this.showHover is true, this is the default width to apply to hover tips shown for facetValues.
setFacetValueTitle(String, String, String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Set the title for a facet value.
setFacetValueTitleAlign(String, String, Alignment) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Set the align for the title for a facet value.
setFastCellUpdates(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Note: This property only has an effect in Internet Explorer
setFetchDataPrompt(String) - Static method in class com.smartgwt.client.rpc.RPCManager
Default prompt displayed to the user while an operation is running to fetch data from the server.
setFetchDataURL(String) - Method in class com.smartgwt.client.data.RestDataSource
Custom dataURL for fetch type operations
setFetchDelay(int) - Method in class com.smartgwt.client.data.ResultSet
Delay in milliseconds before fetching rows.
setFetchDelay(Integer) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
setFetchDelay(Integer) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
For a ComboBox or other pickList that accepts user-entered criteria, how many millseconds to wait after the last user keystroke before fetching data from the server.
setFetchDelay(Integer) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
 
setFetchDelay(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing the filterEditor (showFilterEditor is true), and we're re-filtering on every keypress (filterOnKeypress is true), this property is the delay in milliseconds between the user changing the filter and the filter request being kicked off.
setFetchMissingValues(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this form item has a specified optionDataSource, should the item ever perform a fetch against this dataSource to retrieve the related record.
setFetchMode(FetchMode) - Method in class com.smartgwt.client.data.ResultSet
Mode of fetching records from the server.
setFetchOperation(String) - Method in class com.smartgwt.client.data.ResultSet
Operation this dataModel should use to fetch sets of objects
setFetchOperation(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setFetchOperation(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Operation ID this component should use when performing fetch operations.
setFetchOperation(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setFetchOperation(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setFetchOperation(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setFetchOperation(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setFetchOperation(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setFetchSubmenus(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
If false, submenus will not be fetched for this menu.
setFetchSubmenus(Boolean) - Method in class com.smartgwt.client.widgets.menu.MenuItem
If false, no submenus will be fetched for this MenuItem.
setField(String) - Method in class com.smartgwt.client.data.SortSpecifier
The fieldName to which this sortSpecifier applies
setFieldDataSource(DataSource) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If specified, the FilterBuilder will dynamically fetch DataSourceField definitions from this DataSource rather than using dataSource.
setFieldError(int, String, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set a validation error for some cell.
setFieldError(int, String, String[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set a validation error for some cell.
setFieldErrors(String, String, boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set field validation error for some field.
setFieldErrors(String, String[], boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set field validation errors for some field.
setFieldErrors(String, String, boolean) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set field validation error for some field.
setFieldErrors(String, String[], boolean) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set field validation errors for some field.
setFieldIdProperty(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Name of the field in the DetailViewerRecord which specifies the data property for that record.
setFieldName(String) - Method in class com.smartgwt.client.data.Criterion
Name of the field in each Record that this criterion applies to.
setFieldName(String) - Method in class com.smartgwt.client.data.Hilite
Name of the field, or array of fieldNames, this hilite should be applied to.
setFieldNames(String...) - Method in class com.smartgwt.client.data.Hilite
Name of the fields that hilite should be applied to.
setFieldPickerProperties(FormItem) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Properties to combine with the fieldPicker autoChild FormItem.
setFieldPickerTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title for the field-picker select-item.
setFieldPickerTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterClause
The title for the field-picker select-item.
setFields(DataSourceField...) - Method in class com.smartgwt.client.data.DataSource
The list of fields that compose records from this DataSource.
setFields(FormItem...) - Method in class com.smartgwt.client.widgets.form.DynamicForm
An array of field objects, specifying the order, layout, and types of each field in the DynamicForm.
setFields(FormItemIcon) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
 
setFields(ListGridField...) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setFields(String...) - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
List of fields that this header spans.
setFields(ListGridField...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
An array of field objects, specifying the order, layout, formatting, and sorting behavior of each field in the listGrid object.
setFields(DetailViewerField...) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Array of field definitions to control the default rendering of tiles.
setFields(TreeGridField...) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
An array of field objects, specifying the order, layout, dynamic calculation, and sorting behavior of each field in the treeGrid object.
setFields(DetailViewerField...) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
An array of field objects, specifying the order and type of fields to display in this DetailViewer.
setFieldState(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Sets some presentation properties (visibility, width, userFormula and userSummary) of the listGrid fields based on the String object passed in.
Used to restore previous state retrieved from the grid by a call to ListGrid.getFieldState.
setFieldState(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Sets some presentation properties (visibility, width, userFormula and userSummary) of the grid fields based on the String object passed in.
Used to restore previous state retrieved from the grid by a call to TileGrid.getFieldState.
setFieldTitle(String, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Change the title of a field after the grid is created.
setFieldTitle(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Change the title of a field after the grid is created.
setFieldValueExtractor(FieldValueExtractor) - Method in class com.smartgwt.client.data.DataSourceField
Function to retrieve the field's value from the XML element or JSON record returned from a web service.
setFieldVisibilitySubmenuTitle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and this.canPickFields is true, this attribute will be shown as the title for the menu item which contains a submenu with items allowing the user to show and hide fields in the grid.
setFilled(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether shapes are filled, for example, whether a multi-series line chart appears as a stack of filled regions as opposed to just multiple lines.
setFilterButtonPrompt(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The prompt to show when the mouse hovers over the Filter button in the FilterEditor.
setFilterButtonProperties(Button) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showFilterEditor is true, this attribute may be used to customize the filter button shown to the right of the filterEditor row.
setFilterByCell(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing the filterEditor (this.showFilterEditor is true), this property determines whether this list should be filtered every time the user puts focus in a different field in the filter editor.
setFilterEditorCriteria(Criteria) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showFilterEditor is true, this method will update the criteria shown in the filterEditor without performing a filter.
setFilterEditorHeight(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Height for the filterEditor, if shown.
setFilterEditorProperties(FormItem) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this ListGrid is showing a filter row (showFilterEditor : true), this property can be used to specify properties for the appropriate filter form item.
setFilterEditorType(FormItem) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this ListGrid is showing a filter row, this property can be used to specify the form item class to use for the filter form item associated with this field (Only used if this field is not canFilter:false).
setFilterEditorValueMap(Map) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this listGrid is showing a filter row, this property can be used to specify a mapping of internal data to/from display values to be in the appropriate filter row form item.
setFilterFields(String...) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
As the user types into this item's textBox, a comboBoxItem will show the pick-list of options, and filter the set of results displayed by the current value in the text box.
setFilterLocally(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If filterLocally is set for this item, and this item is showing options from a dataSource, fetch the entire set of options from the server, and use these values to map the item value to the appropriate display value.
setFilterLocally(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this form item is mapping data values to a display value by fetching records from a dataSource (see optionDataSource, displayField and fetchMissingValues), setting this property to true ensures that when the form item value is set, entire data-set from the dataSource is loaded at once and used as a valueMap, rather than just loading the display value for the current value.
setFilterLocally(Boolean) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If filterLocally is set for this item, and this item is showing options from a dataSource, fetch the entire set of options from the server, and use these values to map the item value to the appropriate display value.
setFilterLocally(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If filterLocally is set for this item, and this item is showing options from a dataSource, fetch the entire set of options from the server, and use these values to map the item value to the appropriate display value.
setFilterOnKeypress(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing the filterEditor (this.showFilterEditor is true), this property determines whether this list should be filtered every time the user modifies the value in a field of the filter-editor.
setFilterOnKeypress(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If we're showing the filterEditor (listGrid.showFilterEditor is true), this property determines whether this list should be filtered every time the user edits the value of the filter editor for this field.
setFilterOperator(OperatorId) - Method in class com.smartgwt.client.widgets.grid.ListGridField
With the FilterEditor showing, the Operator to use when matching values for this field.
setFirstColumnTitle(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
A title for the leftmost column if showHeaders is set (the remaining columns have their titles derived from the item selected in the column to the left).
setFirstDayOfWeek(int) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The numeric day (0-6) which the calendar should consider as the first day of the week
setFirstDayOfWeek(int) - Method in class com.smartgwt.client.widgets.DateChooser
Day of the week to show in the first column.
setFixedColWidths(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, we ensure that column widths are at least as large as you specify them.
setFixedFacetValue(String, String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Modify fixedFacetValues for this cubeGrid.
setFixedFacetValues(FacetValueMap) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
A FacetValueMap describing the set of facet values that should be regarded as "fixed" in this cubeGrid.
setFixedFieldWidths(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we horizontally clip cell contents, or allow columns to expand horizontally to show all contents?
setFixedRecordHeights(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we vertically clip cell contents, or allow rows to expand vertically to show all contents?
setFlipValues(Boolean) - Method in class com.smartgwt.client.widgets.Slider
Specifies whether the value range of the slider should be flipped so that values increase as the thumb is moved down (for a vertical slider) or to the left (for a horizontal slider).
setFolderIcon(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
The URL of the base icon for all folder nodes in this columnTree.
setFolderIcon(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The URL of the base icon for all folder nodes in this treeGrid.
setFooterControls(Object...) - Method in class com.smartgwt.client.widgets.Window
Array of members to show in the Window footer.
setFooterHeight(int) - Method in class com.smartgwt.client.widgets.Window
The height of the footer, in pixels.
setForeignKey(String) - Method in class com.smartgwt.client.data.DataSourceField
Declares that this field holds values that can be matched to values from another DataSource field, to create a relationship between records from different DataSources or even records within the same DataSource.
setFormatOnFocusChange(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Should formatEditorValue re-run whenever this item recieves or loses focus? Setting this property allows developers to conditionally format the display value based on item.hasFocus, typically to display a longer, more informative string while the item does not have focus, and simplifying it down to an easier-to-edit string when the user puts focus into the item.
setFormItem(FormItem) - Method in class com.smartgwt.client.widgets.form.fields.FormItemFunctionContext
 
setFormSubmitFailedWarning(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Warning to display to the user if an attempt to natively submit a form is unable to submit to the server.
setFreezeFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canFreezeFields is true, this string will be shown as the title for the menu item to freeze a currently unfrozen field.
setFreezeOnLeftText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canFreezeFields is true, this string will be shown as the title for the menu item to freeze fields on the left of the scrollable body.
setFreezeOnRightText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canFreezeFields is true, this string will be shown as the title for the menu item to freeze fields on the right of the scrollable body.
setFromDate(Date) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Initial value for the "from" date.
setFromDate(Date) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Initial value for the "from" date.
setFromTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
The title for the "from" part of the range.
setFrozen(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field should be "frozen" for the purposes of horizontal scrolling.
setFrozenBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this listGrid contains any frozen fields, this property can be used to apply a custom baseStyle to all cells in those frozen fields.
setFrozenHeaderBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this listGrid contains any frozen fields, this property can be used to apply a custom headerBaseStyle to the frozen set of fields.
setFrozenHeaderTitleStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this listGrid contains any frozen fields, this property can be used to apply a custom headerTitleStyle to the frozen set of fields.
setGenerateClickOnEnter(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, when the user navigates to a cell using arrow keys and hits Enter, the cell will respond to a click event.
setGenerateClickOnSpace(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, when the user navigates to a cell using arrow keys and hits space, the cell will respond to a click event.
setGenerateDoubleClickOnEnter(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, when the user navigates to a cell using arrow keys and hits Enter, the cell will respond to a double click event.
setGenerateDoubleClickOnSpace(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, when the user navigates to a cell using arrow keys and hits Space, the cell will respond to a double click event.
setGenerateExactMatchCriteria(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
When a comboBoxItem is used to generate search criteria in a SearchForm this property governs whether, if the user explicitly chose an option from the pickList, we explicitly generate criteria that will search for an exact match against the chosen value.
setGlobalNamespaces(Map) - Method in class com.smartgwt.client.data.DataSource
Namespaces definitions to add to the root element of outbound XML messages sent to a web service, as a mapping from namespace prefix to namespace URI.
setGlobalTabIndex(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
TabIndex for the form item within the page.
setGreen(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Sets the Green element of the selected color
setGridSummaryRecordProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showGridSummary is true, this attribute will be set to true on the record object representing the grid summary row.
setGripImgSuffix(String) - Method in class com.smartgwt.client.widgets.Snapbar
Overridden from gripImgSuffix to simplify providing custom grip media for this widget.
setGripImgSuffix(String) - Method in class com.smartgwt.client.widgets.Splitbar
Suffix used the 'grip' image if showGrip is true.
setGripImgSuffix(String) - Method in class com.smartgwt.client.widgets.StretchImg
Suffix used the 'grip' image if showGrip is true.
setGroup(String) - Method in class com.smartgwt.client.data.DataSourceField
For use in ComponentSchema, indicates what group to place the property in when editing in Visual Builder.
setGroupByField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Field to group grid records by.
setGroupByField(String...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
List of fields to group grid records.
setGroupByFieldSummaries(String...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this grid is grouped, and showGroupSummary is true, this attribute may be set to an array of groupBy field names for which group summaries should appear.
setGroupByMaxRecords(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Maximum number of records to which a groupBy can be applied.
setGroupByText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canGroupBy is true, this string will be shown as the title for the menu item to toggle the group by setting for a field.
setGroupGranularity(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Granularity of grouping for numeric fields.
setGroupIcon(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The URL of the base icon for the group icons in this treegrid.
setGroupIconSize(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default width and height of group icons for this ListGrid.
setGroupIndentSize(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default number of pixels by which to indent subgroups relative to parent group.
setGroupingMode(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
For a field that allows multiple grouping modes, the current grouping mode.
setGroupingModes(Map) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If set, provides several possible styles of grouping that are valid for this field.
setGroupLeadingIndent(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default number of pixels by which to indent all groups.
setGroupNodeStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The CSS style that group rows will have
setGroupPrecision(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
For fields of type:"float" or derived from float, number of digits after the decimal point to consider when grouping.
setGroupStartOpen(GroupStartOpen) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Describes the default state of ListGrid groups when groupBy is called.
setGroupStartOpen(Object...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setGroupSummaryRecordProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showGroupSummary is true, this attribute will be set to true on each record object representing a group-level summary row.
setGroupSummaryStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
customStyle for the group-level summary row displayed when showGroupSummary is true.
setGroupTitle(String) - Method in class com.smartgwt.client.widgets.Canvas
Set the groupTitle.
setGroupTitleColumnProperties(ListGridField) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Custom properties for the automatically generated groupTitleColumn.
setGroupTitleField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When a list grid is grouped, each group shows under an auto generated header node.
setGroupTitleRenderer(GroupTitleRenderer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Renderer that returns the title that should be shown to the user for the group with the groupValue passed as a parameter.
setGroupValueFunction(GroupValueFunction) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Function that returns the value which records should be grouped by.
setHandleErrorCallback(HandleErrorCallback) - Static method in class com.smartgwt.client.rpc.RPCManager
By default handleError() always logs a warning.
setHandleTransportErrorCallback(HandleTransportErrorCallback) - Static method in class com.smartgwt.client.rpc.RPCManager
Method to handle server error responses to submitted transactions.
setHeaderAutoFitEvent(AutoFitEvent) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Event on a ListGrid header that triggers auto fitting to data and/or title.
setHeaderBackgroundColor(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
BackgroundColor for the header toolbar.
setHeaderBarStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set the CSS style used for the header as a whole.
setHeaderBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
baseStyle to apply to the buttons in the header, and the sorter, for this ListGrid.
setHeaderBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Custom base style to apply to this field's header button instead of headerBaseStyle.
Note that depending on the header button constructor, you may have to override headerTitleStyle as well.
setHeaderButtonProperties(Button) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Set the properties of the header button used for this field.
setHeaderControls(Object...) - Method in class com.smartgwt.client.widgets.Window
Array of members to show in the Window header.
setHeaderData(Map) - Method in class com.smartgwt.client.data.DSRequest
For DataSources using SOAP messaging with a WSDL web service, data to be serialized to form SOAP headers, as a map from the header part name to the data.
setHeaderData(Map) - Method in class com.smartgwt.client.data.WSRequest
Data to be serialized to form the SOAP headers, as a map from the header part name to the data.
setHeaderHeight(int) - Method in class com.smartgwt.client.widgets.DateChooser
Height of the header area (containing the next/previous month & year buttons) in pixels
setHeaderHeight(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The height of this listGrid's header, in pixels.
setHeaderHeight(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Height of headers for sections.
setHeaderIcon(String) - Method in class com.smartgwt.client.widgets.Window
Sets the Window header icon.
setHeaderIcon(String, int, int) - Method in class com.smartgwt.client.widgets.Window
Sets the Window header icon.
setHeaderIconDefaults(Map) - Method in class com.smartgwt.client.widgets.Window
This is an object literal property block specifying the various properties of the headerIcon - the icon that appears at the top left of the window and is by default the Isomorphic logo.
setHeaderIconProperties(Map) - Method in class com.smartgwt.client.widgets.Window
 
setHeaderMenuButtonHeight(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showHeaderMenuButton is true, this property governs the height of the auto-generated headerMenuButton
setHeaderMenuButtonIcon(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showHeaderMenuButton is true, this property governs the icon shown on the auto-generated headerMenuButton
setHeaderMenuButtonIconHeight(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showHeaderMenuButton is true, this property governs the height of the icon shown on the auto-generated headerMenuButton
setHeaderMenuButtonIconWidth(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showHeaderMenuButton is true, this property governs the width of the icon shown on the auto-generated headerMenuButton
setHeaderMenuButtonWidth(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showHeaderMenuButton is true, this property governs the width of the auto-generated headerMenuButton
setHeaderSpanHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default height for a headerSpan with no height specified.
setHeaderSpans(HeaderSpan...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Header spans are a second level of headers that appear above the normal ListGrid headers, spanning one or more listGrid fields in a manner similar to a column-spanning cell in an HTML table.
setHeaderSpanTitle(String, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Update the title of a headerSpan dynamically.
setHeaderSrc(String) - Method in class com.smartgwt.client.widgets.Window
If showHeaderBackground is true, this property provides the URL of the background image for the header.
setHeaderStyle(String) - Method in class com.smartgwt.client.widgets.DateChooser
CSS style applied to the day-of-week headers.
setHeaderStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for a header
setHeaderStyle(String) - Method in class com.smartgwt.client.widgets.Window
Style for the Window header.
setHeaderTitleStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
titleStyle to apply to the buttons in the header, and the sorter, for this ListGrid.
setHeaderTitleStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Custom titleStyle to apply to this field's header button instead of headerTitleStyle.
Note that this will typically only have an effect if headerButtonConstructor is set to StretchImgButton or a subclass thereof.
setHeight(int) - Method in class com.smartgwt.client.widgets.Canvas
Size for this component's vertical dimension.
setHeight(String) - Method in class com.smartgwt.client.widgets.Canvas
 
setHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Height of the FormItem.
setHeight(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setHeight(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If set, this property determines the height of this icon in px.
setHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Default height for select items is 19px.
setHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.SpacerItem
default height for the spacer
setHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
default height of this item
setHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Default height for text items.
setHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
Height of this headerSpan.
setHeight(Integer) - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the height of the image.
setHeight(Integer) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
For type: "separator", this attribute specifies the height of the separator.
setHeight100() - Method in class com.smartgwt.client.widgets.Canvas
Convenience method that sets the height to 100%.
setHidden(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Whether this field should be hidden from users by default within a DataBound component.
setHidden(boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Marks a field as initially hidden for this ListGrid.
setHidden(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Sections default to the visible state.
setHideEmptyAxis(Axis) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
With hideEmptyFacetValues, controls on which axis hiding of empty values is applied, "row" (only empty rows are hidden), "column" (only empty columns are hidden) or both (the default).
setHideEmptyFacetValues(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
This causes the headers for any combination of facetValues for which there are no cellRecords to be suppressed.
setHideEmptyPickList(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this pickList contains no options, should it be hidden? If unset, default behavior is to allow the empty pickList to show if it is databound.
setHideEmptyPickList(Boolean) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this pickList contains no options, should it be hidden? If unset, default behavior is to allow the empty pickList to show if it is databound.
setHideEmptyPickList(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this pickList contains no options, should it be hidden? If unset, default behavior is to allow the empty pickList to show if it is databound.
setHiliteAccessKey(Boolean) - Method in class com.smartgwt.client.widgets.Button
If set to true, if the title of this button contains the specified accessKey, when the title is displayed to the user it will be modified to include HTML to underline the accessKey.
Note that this property may cause titles that include HTML (rather than simple strings) to be inappropriately modified, so should be disabled if your title string includes HTML characters.
setHiliteAccessKey(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
If set to true, if the title of this button contains the specified accessKey, when the title is displayed to the user it will be modified to include HTML to underline the accessKey.
Note that this property may cause titles that include HTML (rather than simple strings) to be inappropriately modified, so should be disabled if your title string includes HTML characters.
setHiliteAccessKey(Boolean) - Method in class com.smartgwt.client.widgets.menu.IMenuButton
If this MenuButton has a specified accessKey, underline it in the title of the button by default
setHiliteAccessKey(Boolean) - Method in class com.smartgwt.client.widgets.menu.MenuButton
If this MenuButton has a specified accessKey, underline it in the title of the button by default
setHiliteAccessKey(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
If set to true, if the title of this button contains the specified accessKey, when the title is displayed to the user it will be modified to include HTML to underline the accessKey.
Note that this property may cause titles that include HTML (rather than simple strings) to be inappropriately modified, so should be disabled if your title string includes HTML characters.
setHiliteBodyColor(String) - Method in class com.smartgwt.client.widgets.Window
Highlight color for the Window body (shown when the body is flashed).
setHiliteHeaderSrc(String) - Method in class com.smartgwt.client.widgets.Window
If showHeaderBackground is true, this governs the URL of the image to use in the header's highlighted state when the window is flashed
setHiliteHeaderStyle(String) - Method in class com.smartgwt.client.widgets.Window
Highlight style for the Window header.
setHiliteProperty(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setHiliteProperty(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Marker that can be set on a record to flag that record as hilited.
setHiliteProperty(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setHiliteProperty(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setHiliteProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setHiliteProperty(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setHiliteProperty(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setHiliteRequiredFields(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Indicates whether the titles of required items in this form should use the special prefix and suffix specified by the next two properties, instead of the standard prefix and suffix.
setHilites(Hilite[]) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Accepts an array of hilite objects and applies them to this DataBoundComponent.
setHilites(Hilite...) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Hilites to be applied to the data for this component.
setHilites(Hilite[]) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Accepts an array of hilite objects and applies them to this DataBoundComponent.
setHilites(Hilite[]) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Accepts an array of hilite objects and applies them to this DataBoundComponent.
setHilites(Hilite[]) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Accepts an array of hilite objects and applies them to this DataBoundComponent.
setHilites(Hilite[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Accepts an array of hilite objects and applies them to this DataBoundComponent.
setHilites(Hilite[]) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Accepts an array of hilite objects and applies them to this DataBoundComponent.
setHilites(Hilite[]) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Accepts an array of hilite objects and applies them to this DataBoundComponent.
setHiliteState(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Set the current hilites based on a hiliteState String previously returned from getHilitesState.
setHiliteState(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Set the current hilites based on a hiliteState String previously returned from getHilitesState.
setHiliteState(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the current hilites based on a hiliteState String previously returned from getHilitesState.
setHiliteState(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Set the current hilites based on a hiliteState String previously returned from getHilitesState.
setHiliteState(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set the current hilites based on a hiliteState String previously returned from getHilitesState.
setHiliteState(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Set the current hilites based on a hiliteState String previously returned from getHilitesState.
setHiliteState(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Set the current hilites based on a hiliteState String previously returned from getHilitesState.
setHint(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Specifies "hint" string to show next to the form item to indicate something to the user.
setHintStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
CSS class for the "hint" string.
setHoursAgoTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "hour".
setHoursFromNowTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "hour".
setHoverAlign(Alignment) - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to customize the alignment of content in the hover canvas.
setHoverAlign(Alignment) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Text alignment for text displayed in this item's hover canvas, if shown.
setHoverAutoDestroy(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true and Canvas.getHoverComponent is implemented, should the hoverCanvas returned from it be automatically destroyed when it is hidden?
setHoverCustomizer(HoverCustomizer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
HTML to be shown in hovers over cells in the column described by this field.
setHoverCustomizer(HoverCustomizer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
* HTML to be shown in hovers over cells in the column described by this field.
setHoverDelay(int) - Method in class com.smartgwt.client.widgets.Canvas
If this.canHover is true, how long should the mouse be kept over this widget before the hover event is fired
setHoverDelay(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If specified, this is the number of milliseconds to wait between the user rolling over this form item, and triggering any hover action for it.
If not specified this.form.itemHoverDelay will be used instead.
setHoverHeight(Integer) - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to customize the height of the hover canvas shown.
setHoverHeight(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Option to specify a height for any hover shown for this item.
setHoverMode(HoverMode) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When showHoverComponents() is true, the builtin mode to use when automatically creating a hover component for rows in this grid.
setHoverMoveWithMouse(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, should this widget's hover canvas be moved with the mouse while visible?
setHoverOpacity(Integer) - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, should the hover canvas be shown with opacity other than 100?
setHoverOpacity(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Opacity for any hover shown for this item
setHoverStyle(String) - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to specify the css style to apply to the hover canvas.
setHoverStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Explicit CSS Style for any hover shown for this item.
setHoverStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Style to apply to hovers shown over this grid.
setHoverVAlign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to customize the vertical alignment of content in the hover canvas.
setHoverVAlign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Vertical text alignment for text displayed in this item's hover canvas, if shown.
setHoverWidth(Integer) - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to customize the width of the hover canvas shown.
setHoverWidth(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Option to specify a width for any hover shown for this item.
setHoverWrap(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
If this.showHover is true, this property can be used to customize the whether content in the hover canvas is displayed in a single line, or wraps.
setHPolicy(LayoutPolicy) - Method in class com.smartgwt.client.widgets.layout.Layout
Sizing policy applied to members on horizontal axis
setHResizeCursor(Cursor) - Method in class com.smartgwt.client.widgets.Splitbar
Cursor to display if this Splitbar is to be used for horizontal resize of widgets.
setHSrc(String) - Method in class com.smartgwt.client.widgets.ImgSplitbar
Default src to display when vertical is false, and src is unset.
setHSrc(String) - Method in class com.smartgwt.client.widgets.Scrollbar
Base URL for the images used for the horizontal scrollbar track and end buttons.
setHSrc(String) - Method in class com.smartgwt.client.widgets.Splitbar
Base URL for the image if vertical is false and src is unset.
setHSrc(String) - Method in class com.smartgwt.client.widgets.StretchImg
Base URL for the image if vertical is false and src is unset.
setHSrc(String) - Method in class com.smartgwt.client.widgets.toolbar.ToolStripResizer
Image for horizontal resizer for a vertical Toolstrip
setHSrc(String) - Method in class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
Image for horizontally oriented separator (for vertical toolstrips).
setHThumbStyle(String) - Method in class com.smartgwt.client.widgets.Slider
Optional CSS style for the thumb for a horizontally oriented slider.
setHTML(String) - Method in interface com.smartgwt.client.util.PrintHTMLCallback
Set the print html content.
setHTML(String, PrintCanvasCallback) - Method in class com.smartgwt.client.widgets.PrintCanvas
Update the HTML content displayed in this print canvas.
setHtmlAfter(String) - Method in class com.smartgwt.client.data.Hilite
HTML to append to the end of cell values where this hilite is applied.
setHtmlBefore(String) - Method in class com.smartgwt.client.data.Hilite
HTML to prepend to cell values where this hilite is applied.
setHtmlColor(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Changes the selected color to the one represented by the supplied HTML color string.
setHtmlElement(Element) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setHtmlPosition(DrawPosition) - Method in class com.smartgwt.client.widgets.Canvas
If htmlElement is specified, this attribute specifies the position where the canvas should be inserted relative to the htmlElement in the DOM.
setHtmlValue(String) - Method in class com.smartgwt.client.data.Hilite
Value to show in place of the actual value from the record, for a record that matches this hilite.
setHTrackStyle(String) - Method in class com.smartgwt.client.widgets.Slider
Optional CSS style for the track for a horizontally oriented slider.
setHttpHeaders(Map) - Method in class com.smartgwt.client.rpc.RPCRequest
HTTP headers to send, as a mapping Header name -> Header value, eg { "Content-Type" : "text/xml" }
setHttpMethod(String) - Method in class com.smartgwt.client.rpc.RPCRequest
Selects the HTTP method that will be used for the request.
setHttpMethod(SendMethod) - Method in class com.smartgwt.client.widgets.HTMLFlow
Selects the HTTP method that will be used when fetching content.
setHttpMethod(String) - Method in class com.smartgwt.client.widgets.ViewLoader
Selects the HTTP method that will be used when fetching content.
setHue(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Sets the Hue of the selected color
setIcon(String) - Method in class com.smartgwt.client.widgets.Button
Optional icon to be shown with the button title text.
setIcon(String) - Method in class com.smartgwt.client.widgets.Dialog
Icon to show in this dialog - see message.
setIcon(String) - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
Optional icon image to display on the button for this item.
setIcon(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Optional icon to show next to the title for this field.
setIcon(String) - Method in class com.smartgwt.client.widgets.ImgButton
Optional icon to be shown with the button title text.
setIcon(String) - Method in class com.smartgwt.client.widgets.Label
Optional icon to be shown with the button title text.
setIcon(String) - Method in class com.smartgwt.client.widgets.layout.SectionHeader
Base filename of the icon that represents open and closed states.
setIcon(String) - Method in class com.smartgwt.client.widgets.menu.MenuItem
The base filename for this item's custom icon.
setIcon(String) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Optional icon to be shown with the button title text.
setIcon(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
Optional icon to be shown with the button title text.
setIcon(String) - Method in class com.smartgwt.client.widgets.tab.Tab
If specified, this tab will show an icon next to the tab title.
setIcon(String, int, int) - Method in class com.smartgwt.client.widgets.tab.Tab
If specified, this tab will show an icon next to the tab title.
setIcon(String, int) - Method in class com.smartgwt.client.widgets.tab.Tab
If specified, this tab will show an icon next to the tab title.
setIcon(String) - Method in class com.smartgwt.client.widgets.tree.TreeNode
This Property allows the developer to customize the icon displayed next to a node.
setIconAlign(String) - Method in class com.smartgwt.client.widgets.Button
If this button is showing an icon should it be right or left aligned?
setIconAlign(String) - Method in class com.smartgwt.client.widgets.ImgButton
If this button is showing an icon should it be right or left aligned?
setIconAlign(String) - Method in class com.smartgwt.client.widgets.Label
If this button is showing an icon should it be right or left aligned?
setIconAlign(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
If this button is showing an icon should it be right or left aligned?
setIconField(String) - Method in class com.smartgwt.client.data.DataSource
Designates a field of type:"image" as the field to use when rendering a record as an image, for example, in a TileGrid.
setIconField(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
This property allows the developer to specify the icon displayed next to a record.
setIconHeight(Integer) - Method in class com.smartgwt.client.widgets.Button
Height in pixels of the icon image.
setIconHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Default height for form item icons
setIconHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If icon is specified, this property can be used to specify the height of the icon to be displayed in the ListGrid header button.
setIconHeight(Integer) - Method in class com.smartgwt.client.widgets.ImgButton
Height in pixels of the icon image.
setIconHeight(Integer) - Method in class com.smartgwt.client.widgets.Label
Height in pixels of the icon image.
setIconHeight(int) - Method in class com.smartgwt.client.widgets.menu.Menu
The default height applied to custom icons in this menu.
setIconHeight(int) - Method in class com.smartgwt.client.widgets.menu.MenuItem
The height applied to this item's icon.
setIconHeight(Integer) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Height in pixels of the icon image.
setIconHeight(Integer) - Method in class com.smartgwt.client.widgets.StretchImgButton
Height in pixels of the icon image.
setIconHeight(Integer) - Method in class com.smartgwt.client.widgets.tab.Tab
If icon is specified, this property may be used to specify a size for the icon
setIconOrientation(String) - Method in class com.smartgwt.client.widgets.Button
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right".
setIconOrientation(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is showing an icon, should it appear to the left or right of the title?
Valid options are "left" or "right"
setIconOrientation(String) - Method in class com.smartgwt.client.widgets.ImgButton
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right".
setIconOrientation(String) - Method in class com.smartgwt.client.widgets.Label
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right".
setIconOrientation(String) - Method in class com.smartgwt.client.widgets.StatefulCanvas
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right".
setIconOrientation(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
If this button is showing an icon should it appear to the left or right of the title? valid options are "left" and "right".
setIconPrompt(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Default prompt (and tooltip-text) for icons.
setIcons(FormItemIcon...) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
An array of descriptor objects for icons to display in a line after this form item.
setIcons(FormItemIcon...) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is editable, this property can be used to specify icons to be displayed in the editors displayed for this field
setIconSize(int) - Method in class com.smartgwt.client.widgets.Button
Size in pixels of the icon image.
setIconSize(int) - Method in class com.smartgwt.client.widgets.Dialog
Size of the icon to show in this dialog.
setIconSize(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If icon is specified, this property can be used to specify the size of the icon to be displayed in the ListGrid header button.
setIconSize(int) - Method in class com.smartgwt.client.widgets.ImgButton
Size in pixels of the icon image.
setIconSize(int) - Method in class com.smartgwt.client.widgets.Label
Size in pixels of the icon image.
setIconSize(int) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Size in pixels of the icon image.
setIconSize(int) - Method in class com.smartgwt.client.widgets.StretchImgButton
Size in pixels of the icon image.
setIconSize(Integer) - Method in class com.smartgwt.client.widgets.tab.Tab
If icon is specified, this property may be used to specify a size for the icon.
setIconSize(int) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The standard size (same height and width, in pixels) of node icons in this treeGrid.
setIconSpacing(int) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Pixels between icon and title text.
setIconSpacing(int) - Method in class com.smartgwt.client.widgets.ImgButton
Pixels between icon and title text.
setIconSpacing(int) - Method in class com.smartgwt.client.widgets.Label
Pixels between icon and title text.
setIconSpacing(int) - Method in class com.smartgwt.client.widgets.StretchImgButton
Pixels between icon and title text.
setIconVAlign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
How should icons be aligned vertically for this form item.
setIconVAlign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Align icons with the top edge of text area icons by default.
setIconVAlign(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field is editable, this property will be passed to editors displayed for cells within this field as iconVAlign.
setIconWidth(Integer) - Method in class com.smartgwt.client.widgets.Button
Width in pixels of the icon image.
setIconWidth(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Default width for form item icons
setIconWidth(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If icon is specified, this property can be used to specify the width of the icon to be displayed in the ListGrid header button.
setIconWidth(Integer) - Method in class com.smartgwt.client.widgets.ImgButton
Width in pixels of the icon image.
setIconWidth(Integer) - Method in class com.smartgwt.client.widgets.Label
Width in pixels of the icon image.
setIconWidth(int) - Method in class com.smartgwt.client.widgets.menu.Menu
The default width applied to custom icons in this menu.
setIconWidth(int) - Method in class com.smartgwt.client.widgets.menu.MenuItem
The width applied to this item's icon.
setIconWidth(Integer) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Width in pixels of the icon image.
setIconWidth(Integer) - Method in class com.smartgwt.client.widgets.StretchImgButton
Width in pixels of the icon image.
setIconWidth(Integer) - Method in class com.smartgwt.client.widgets.tab.Tab
If icon is specified, this property may be used to specify a size for the icon
setID(String) - Method in class com.smartgwt.client.core.BaseClass
 
setID(String) - Method in class com.smartgwt.client.data.DataSource
 
setId(String) - Method in class com.smartgwt.client.data.Hilite
Unique id for this hilite definition.
setID(Widget, String) - Static method in class com.smartgwt.client.util.DOMUtil
 
setID(Element, String) - Static method in class com.smartgwt.client.util.DOMUtil
 
setID(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setId(Integer) - Method in class com.smartgwt.client.widgets.cube.Facet
id of this facet.
setId(String) - Method in class com.smartgwt.client.widgets.cube.Facet
id of this facet.
setId(Integer) - Method in class com.smartgwt.client.widgets.cube.FacetValue
id of this facetValue.
setId(String) - Method in class com.smartgwt.client.widgets.cube.FacetValue
id of this facetValue.
setID(String) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Optional ID for the section.
setId(String) - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
Sets the 'id' attribute on the object.
setID(String) - Method in class com.smartgwt.client.widgets.tab.Tab
Optional ID for the tab, which can later be used to reference the tab.
setID(String) - Method in class com.smartgwt.client.widgets.tree.TreeNode
For trees with modelType "parent", this property specifies the unique ID of this node.
setIdField(String) - Method in class com.smartgwt.client.widgets.tree.Tree
Name of the property on a TreeNode that holds an id for the node which is unique across the entire Tree.
setIFrameURL(String) - Method in class com.smartgwt.client.widgets.HTMLPane
Set the url of the IFrame.
setIgnore(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Whether this field should be completely excluded from this dataSource, as if it had never been defined.
setIgnoreTimeout(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
When set to true, no reply is expected from the server.
setImage(String, String) - Method in class com.smartgwt.client.widgets.Canvas
Set the URL of an image element by name.
setImage(String, String, String) - Method in class com.smartgwt.client.widgets.Canvas
Set the URL of an image element by name.
setImageHeight(Integer) - Method in class com.smartgwt.client.data.DataSourceField
Height of the image-content of this field.
setImageHeight(String) - Method in class com.smartgwt.client.data.DataSourceField
Height of the image-content of this field.
setImageHeight(String) - Method in class com.smartgwt.client.data.fields.DataSourceImageField
 
setImageHeight(int) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Height of image shown for fieldTypes image and imageFile in this field.
setImageHeight(Integer) - Method in class com.smartgwt.client.widgets.Img
Explicit size for the image, for imageType settings that would normally use the image's natural size (applies to imageType "center" and "normal" only).
setImageHeight(Integer) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Height of image shown for fieldTypes image in this field.
setImageSize(Integer) - Method in class com.smartgwt.client.data.DataSourceField
Width and height of the image-content of this field.
setImageSize(String) - Method in class com.smartgwt.client.data.DataSourceField
Width and height of the image-content of this field.
setImageSize(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default size of thumbnails shown for fieldTypes image and imageFile.
setImageSize(int) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Size of images shown for fieldTypes image and imageFile in this field.
setImageSize(Integer) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Size of images shown for fieldTypes image in this field.
setImageType(ImageStyle) - Method in class com.smartgwt.client.widgets.Img
Indicates whether the image should be tiled/cropped, stretched, or centered when the size of this widget does not match the size of the image.
setImageType(ImageStyle) - Method in class com.smartgwt.client.widgets.StretchImg
Indicates whether the image should be tiled/cropped, stretched, or centered when the size of this widget does not match the size of the image.
setImageURLPrefix(String) - Method in class com.smartgwt.client.data.fields.DataSourceImageField
Set the imageURLPrefix.
setImageURLPrefix(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Prefix to apply to the beginning of any valueIcons when determining the URL for the image.
setImageURLPrefix(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has type [ListGridFieldType] set to "image" and the URL for the image displayed is not absolute, the path of the URL will be relative to this string
Alternatively, if this field displays any valueIcons, this prefix will be applied to the beginning of any valueIcons when determining the URL for the image.
setImageURLPrefix(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
If this field has type set to "image" and the URL for the image displayed is not absolute, the path of the URL will be relative to this string
setImageURLSuffix(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Suffix to apply to the end of any valueIcons when determining the URL for the image.
setImageURLSuffix(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If any cells in this field are showing a value icon (see: valueIcons) or this is has ListGridFieldType set to "image", this the value of this property will be appended to the end of the URL for the icon displayed.
Typical usage might be to append a file type such as ".gif" to the filename of the image.
For editable fields, this property will also be passed through to any editors as imageURLSuffix.
setImageWidth(Integer) - Method in class com.smartgwt.client.data.DataSourceField
Width of the image-content of this field.
setImageWidth(String) - Method in class com.smartgwt.client.data.DataSourceField
Width of the image-content of this field.
setImageWidth(String) - Method in class com.smartgwt.client.data.fields.DataSourceImageField
 
setImageWidth(int) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Width of images shown for fieldTypes image and imageFile in this field.
setImageWidth(Integer) - Method in class com.smartgwt.client.widgets.Img
Explicit size for the image, for imageType settings that would normally use the image's natural size (applies to imageType "center" and "normal" only).
setImageWidth(Integer) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Width of images shown for fieldTypes image in this field.
setImgDir(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
 
setImgDir(String) - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the image-specific image directory to override the default.
setImplicitSave(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
When true, indicates that changes to items in this form will be automatically saved on a delay, as well as when the entire form is submitted.
setImplicitSave(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When true, indicates that changes to this item will cause an automatic save on a delay, as well as when the entire form is submitted.
setImplicitSaveDelay(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
When implicitSave is true, indicates that form item values will be automatically saved after a given pause during editing, as well as when each item's "editorExit" handler is fired and when the entire form is submitted.
setImplicitSaveOnBlur(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, form item values will be automatically saved when each item's "editorExit" handler is fired as well as on a delay and when the entire form is submitted.
setImplicitSaveOnBlur(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If not set to false, form item values will be saved when this item's "editorExit" handler is fired as well as on a delay and when the entire form is submitted.
setInapplicable(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
For use in ComponentSchema, a field inherited from another schema can be redeclared with this property set in order to indicate that the property should not be used.
setIncludeControls(String[]) - Method in class com.smartgwt.client.util.PrintProperties
An array of Strings indicating the classNames of controls that should be specifically included when printing, even if a superclass is listed in omitControls.
setIncludeInRecordSummary(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If a listGrid is showing a field of type summary, should this field be passed to the recordSummaryFunction when calculating the summary value to display.
setIncludeInSummary(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
If specified as false this record should be ignored when calculating summary totals to be shown in the summary row for this grid.
setIncludeInSummaryProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Property name on a record that will be checked to determine whether a record should be included when calculating totals for the grid summary.
setIndentRecordComponents(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
For record components placed "within" the treeField column, should the component be indented to the position where a title would normally show?
setIndentSize(int) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The amount of indentation (in pixels) to add to a node's icon/title for each level down in this tree's hierarchy.
setInfoField(String) - Method in class com.smartgwt.client.data.DataSource
Name of the field that has the second most pertinent piece of textual information in the record, for use when a DataBoundComponent needs to show a short summary of a record.
setInfoField(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
Field to display as part of individual record in "summary" RecordLayouts.
setInheritsFrom(String) - Method in class com.smartgwt.client.data.DataSource
ID of another DataSource this DataSource inherits its fields from.
setInheritsFrom(DataSource) - Method in class com.smartgwt.client.data.DataSource
ID of another DataSource this DataSource inherits its DataSource fields from.

Local fields (fields defined in this DataSource) are added to inherited fields to form the full set of fields.
setInheritsFrom(String) - Method in class com.smartgwt.client.data.SimpleType
Name of another SimpleType from which this type should inherit.
setInheritsFrom(FieldType) - Method in class com.smartgwt.client.data.SimpleType
Name of another SimpleType from which this type should inherit.
setInitHandler(FormItemInitHandler) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Specify a notification method to fire when this formItem is initialized in JavaScript.
setInitialCriteria(Criteria) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setInitialCriteria(Criteria) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Criteria to use when DataBoundComponent.setAutoFetchData(Boolean) is used.
setInitialCriteria(Criteria) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setInitialCriteria(Criteria) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setInitialCriteria(Criteria) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setInitialCriteria(Criteria) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setInitialCriteria(Criteria) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setInitialData(Record[]) - Method in class com.smartgwt.client.data.ResultSet
Initial set of data for the ResultSet.
setInitialData(TreeNode[]) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
You can specify the initial set of data for a databound TreeGrid using this property.
setInitialLength(Integer) - Method in class com.smartgwt.client.data.ResultSet
Initial value of the data set length.
setInitialSort(SortSpecifier...) - Method in class com.smartgwt.client.data.ResultSet
Initial multi property sort specification for this ResultSet's data.
setInitialSort(SortSpecifier[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
An array of SortSpecifier objects used to set up the initial sort configuration for this grid.
setInlineAndNotTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "And Not" operator (only applicable to the "inline" appearance)
setInlineAndTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "And" operator (only applicable to the "inline" appearance)
setInlinedValues(Boolean) - Method in class com.smartgwt.client.widgets.cube.Facet
When applied to a Chart, does the chart's data contain multiple values per record for this facet.
setInlineOrTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "Or" operator (only applicable to the "inline" appearance)
setInnerHeaderBaseStyle(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
baseStyle for the buttons in the innermost column header for this cubeGrid.
setInnerTitleOrientation(TitleOrientation) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
The title orientation for the to / from sub-items.
setInputFormat(String) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true this property can be used to specify the input format for date strings.
setInputFormat(String) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
For fields of type "date", if this is an editable field such as a TextItem, this property allows you to specify the inputFormat applied to the item.
setInputFormat(String) - Method in class com.smartgwt.client.widgets.form.fields.DateTimeItem
If useTextField is true this property can be used to specify the input format for date strings.
setInputFormat(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
For fields of type "date", if this is an editable field such as a TextItem, this property allows you to specify the inputFormat applied to the item.
setInputFormat(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Format for direct user input of date values.
setInputTransformer(FormItemInputTransformer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
The transformer is called when a FormItem's value is about to change as the result of user interaction.
setInstantScrollTrackRedraw(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, if the user clicks on the scroll buttons at the end of the track or clicks once on the scroll track, there will be an instant redraw of the grid content so that the user doesn't see any blank space.
setInvalidateCache(Boolean) - Method in class com.smartgwt.client.data.DSResponse
Optional flag that can be set by the server to force ResultSets to drop any caches of records from the DataSource that was the target of the operation.
setInvalidateCache(Boolean) - Method in class com.smartgwt.client.data.OperationBinding
If set, every invocation of this operationBinding will invalidate the local cache, forcing a server visit to refresh the data.
setInvalidDateMessage(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The message to display in the eventEditor when the 'To' date is greater than the 'From' date and a save is attempted.
setInvalidDateStringMessage(String) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Validation error message to display if the user enters an invalid date
setInvalidSummaryValue(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Value to display to the user if showing summary values (through showGridSummary, showGroupSummary or listGridFieldType:"summary"), and the summary function returns "null" (implying it was unable to calculate a valid summary value).
setIsFolder(boolean) - Method in class com.smartgwt.client.widgets.tree.TreeNode
Set to true to explicitly mark this node as a folder.
setIsFolderProperty(String) - Method in class com.smartgwt.client.widgets.tree.Tree
Name of property that defines whether a node is a folder.
setIsGridSummary(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
This attribute will automatically be set to true for the record representing the grid-level summary row shown if showGridSummary is true.
setIsGroup(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Set the isGroup.
setIsGroupSummary(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
This attribute will automatically be set to true for records representing group-level summary rows shown if showGroupSummary is true.
setIsMinimizeValue(Boolean) - Method in class com.smartgwt.client.widgets.cube.FacetValue
Used to determine which facetValue is to be shown when the facet is minimized.
setIsModal(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, when shown this Window will intercept and block events to all other existing components on the page.
setIsomorphicDir() - Static method in class com.smartgwt.client.util.Page
Specify the root directory for Isomorphic-supplied files.
setIsomorphicDir(String) - Static method in class com.smartgwt.client.util.Page
Specify the root directory for Isomorphic-supplied files.
setIsRemoveField(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If set to true and canRemoveRecords is true, this field will be rendered as the remove-field for this grid.
setIsSeparator(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Default property name denoting a separator row.
When set to true, defines a horizontal separator in the listGrid object.
setIsSeparator(Boolean) - Method in class com.smartgwt.client.widgets.menu.MenuItem
When set to true, this menu item shows a horizontal separator instead of the title text.
setIsSeparatorProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If record[this.isSeparatorProperty] is set for some record, the record will be displayed as a simple separator row.
setIsTree(Boolean) - Method in class com.smartgwt.client.widgets.cube.Facet
Marks this facet as a hierarchical facet.
setItemBaseStyle(String) - Method in class com.smartgwt.client.widgets.StretchImg
If specified this css class will be applied to the individual item images within this StretchImg.
setItemChecked(MenuItem) - Method in class com.smartgwt.client.widgets.menu.Menu
Checks or unchecks the menu item according to the value of newState, and redraws the menu if necessary.
setItemChecked(int) - Method in class com.smartgwt.client.widgets.menu.Menu
Checks or unchecks the menu item according to the value of newState, and redraws the menu if necessary.
setItemChecked(MenuItem, boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
Checks or unchecks the menu item according to the value of newState, and redraws the menu if necessary.
setItemChecked(int, boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
Checks or unchecks the menu item according to the value of newState, and redraws the menu if necessary.
setItemEnabled(MenuItem) - Method in class com.smartgwt.client.widgets.menu.Menu
Enables or disables the menu item according to the value of newState, and redraws the menu if necessary.
setItemEnabled(int) - Method in class com.smartgwt.client.widgets.menu.Menu
Enables or disables the menu item according to the value of newState, and redraws the menu if necessary.
setItemEnabled(MenuItem, boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
Enables or disables the menu item according to the value of newState, and redraws the menu if necessary.
setItemEnabled(int, boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
Enables or disables the menu item according to the value of newState, and redraws the menu if necessary.
setItemEndIndent(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Size, in pixels, of indentation of all member items relative to the end of the alignment axis.
setItemHoverAlign(Alignment) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Text alignment for hovers shown for items
setItemHoverDelay(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If the user rolls over an item, how long a delay before we fire any hover action / show a hover for that item?
setItemHoverFormatter(FormItemHoverFormatter) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The FormItemHoverFormatter should return the HTML to display in a hover canvas when the user holds the mousepointer over this item.
setItemHoverFormatter(FormItemHoverFormatter) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
The FormItemHoverFormatter should return the HTML to display in a hover canvas when the user holds the mousepointer over this item.
setItemHoverHeight(Integer) - Method in class com.smartgwt.client.widgets.form.DynamicForm
A default height for hovers shown for items
setItemHoverOpacity(Integer) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Opacity for hovers shown for items
setItemHoverStyle(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
CSS Style for hovers shown for items
setItemHoverVAlign(Integer) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Vertical text alignment for hovers shown for items
setItemHoverWidth(Integer) - Method in class com.smartgwt.client.widgets.form.DynamicForm
A default width for hovers shown for items
setItemIcon(MenuItem, String) - Method in class com.smartgwt.client.widgets.menu.Menu
Sets the icon and disabled icon (if specified) for a particular menu item and redraws the menu if necessary.
setItemIcon(int, String) - Method in class com.smartgwt.client.widgets.menu.Menu
Sets the icon and disabled icon (if specified) for a particular menu item and redraws the menu if necessary.
setItemIcon(MenuItem, String, String) - Method in class com.smartgwt.client.widgets.menu.Menu
Sets the icon and disabled icon (if specified) for a particular menu item and redraws the menu if necessary.
setItemIcon(int, String, String) - Method in class com.smartgwt.client.widgets.menu.Menu
Sets the icon and disabled icon (if specified) for a particular menu item and redraws the menu if necessary.
setItemIds(String...) - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
IDs of the items that should be considered a member of this section.
setItemIndent(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Size, in pixels, of indentation of all member items.
setItemLayout(FormLayoutType) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Layout style to use with this form.
setItemProperties(int, MenuItem) - Method in class com.smartgwt.client.widgets.menu.Menu
Set arbitrary properties for a particular menu item.
setItems(FormItem...) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Synonym for DynamicForm.setFields(com.smartgwt.client.widgets.form.fields.FormItem[]).
setItems(Canvas...) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
List of Canvases that constitute the section.
setItems(MenuItem...) - Method in class com.smartgwt.client.widgets.menu.Menu
Synonym for data Synonym for Menu.setData(com.smartgwt.client.widgets.menu.MenuItem...).
setItemStartIndent(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Size, in pixels, of indentation of all member items relative to the start of the alignment axis.
setItemTitle(MenuItem, String) - Method in class com.smartgwt.client.widgets.menu.Menu
Sets the title of a particular menu item to the string specified by newTitle and redraws the menu if necessary.
setItemTitle(int, String) - Method in class com.smartgwt.client.widgets.menu.Menu
Sets the title of a particular menu item to the string specified by newTitle and redraws the menu if necessary.
setItemTitleHoverFormatter(FormItemHoverFormatter) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The FormItemHoverFormatter should return the HTML to display in a hover canvas when the user holds the mousepointer over the item's title.
setItemTitleHoverFormatter(FormItemHoverFormatter) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
The FormItemHoverFormatter should return the HTML to display in a hover canvas when the user holds the mousepointer over the item's title.
setJavaClass(String) - Method in class com.smartgwt.client.data.DataSourceField
For use with the Smart GWT server when populating Java Beans / POJOs based on data contained in a DSRequest, javaClass specifies the fully qualified Java className to be created and passed to the setter for the Java Bean Property with the same name as this field.
setJavaCollectionClass(String) - Method in class com.smartgwt.client.data.DataSourceField
See javaClass - when auto-populating of Java Beans / POJOs based on inbound DSRequest data, for a field of type Collection or Map, javaCollectionClass can be used to specify a particular concrete class to use.
setJavaKeyClass(String) - Method in class com.smartgwt.client.data.DataSourceField
See javaClass - when auto-populating of Java Beans / POJOs based on inbound DSRequest data, for a field of Map type, javaKeyClass can be used to specify a particular concrete class for the map keys.
setJSNIErrorHandler() - Static method in class com.smartgwt.client.util.LogUtil
 
setJsObj(JavaScriptObject) - Method in class com.smartgwt.client.core.JsObject
 
setJsonPrefix(String) - Method in class com.smartgwt.client.data.DataSource
Allows you to specify an arbitrary prefix string to apply to all json format responses sent from the server to this application.
setJsonRecordXPath(String) - Method in class com.smartgwt.client.data.RestDataSource
recordXPath mapping to the data node of json returned by the server.
setJsonSuffix(String) - Method in class com.smartgwt.client.data.DataSource
Allows you to specify an arbitrary suffix string to apply to all json format responses sent from the server to this application.
setKeepInParentRect(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
 
setKeepInParentRect(Rectangle) - Method in class com.smartgwt.client.widgets.Canvas
 
setKeepInParentRect(Boolean) - Method in class com.smartgwt.client.widgets.Window
If Window.canDragReposition or Window.canDragResize is true, should the windows size and position be constrained such that it remains within the viewport of its parent element (or for top level windows, within the viewport of the browser window)?


Note: keepInParentRect affects only user drag interactions, not programmatic moves.

setKeepInParentRect(Rectangle) - Method in class com.smartgwt.client.widgets.Window
If Window.canDragReposition or Window.canDragRShowcaseDataesize is true, should the windows size and position be constrained such that it remains within the viewport of its parent element (or for top level windows, within the viewport of the browser window)? Can also be set to an array denoting an arbitrary Rectangle beyond which the window cannot be moved.
setKeyName(String) - Method in class com.smartgwt.client.core.KeyIdentifier
Set the keyName.
setKeyPressFilter(String) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Sets a keypress filter regular expression to limit valid characters that can be entered by the user.
setKeys(KeyIdentifier...) - Method in class com.smartgwt.client.widgets.menu.MenuItem
Shortcut key(s) to fire the menu item action.
setKeyTitle(String) - Method in class com.smartgwt.client.widgets.menu.MenuItem
A string to display in the shortcut-key column for this item.
setLabelAsTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
By default a checkboxItem sets showTitle:true, and so takes up two cells with the default TitleOrientation of "left" (see form layout overview).
setLabelBreadthPad(Integer) - Method in class com.smartgwt.client.widgets.StretchImgButton
The padding for a StretchImgButton's label is determined as follows.
setLabelHeight(int) - Method in class com.smartgwt.client.widgets.Slider
The height of the labels used to display the minimum, maximum and current values of the slider.
setLabelHPad(Integer) - Method in class com.smartgwt.client.widgets.ImgButton
Horizontal padding to be applied to this widget's label.
setLabelHPad(Integer) - Method in class com.smartgwt.client.widgets.StretchImgButton
The padding for a StretchImgButton's label is determined as follows.
setLabelLengthPad(Integer) - Method in class com.smartgwt.client.widgets.StretchImgButton
The padding for a StretchImgButton's label is determined as follows.
setLabelPrefix(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
text to put before a label
setLabelSkinImgDir(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
Specifies a skinImgDir to apply to the label containing the title of this StretchImgButton.
setLabelSkinImgDir(String) - Method in class com.smartgwt.client.widgets.tab.ImgTab
Base path for images shown within this ImgTab's label.
setLabelSpacing(int) - Method in class com.smartgwt.client.widgets.Slider
The space around the labels used to display the minimum, maximum and current values of the slider.
setLabelStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for a normal detail label
setLabelSuffix(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
text to put after a label
setLabelVPad(Integer) - Method in class com.smartgwt.client.widgets.ImgButton
Vertical padding to be applied to this widget's label.
setLabelVPad(Integer) - Method in class com.smartgwt.client.widgets.StretchImgButton
The padding for a StretchImgButton's label is determined as follows.
setLabelWidth(int) - Method in class com.smartgwt.client.widgets.Slider
The width of the labels used to display the minimum, maximum and current values of the slider.
setLayoutAlign(Alignment) - Method in class com.smartgwt.client.widgets.Canvas
When this Canvas is included as a member in a Layout, layoutAlign controls alignment on the breadth axis of the layout.
setLayoutAlign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.Canvas
When this Canvas is included as a member in a Layout, layoutAlign controls alignment on the breadth axis of the layout.
setLayoutBottomMargin(Integer) - Method in class com.smartgwt.client.widgets.layout.Layout
Space outside of all members, on the bottom side.
setLayoutLeftMargin(Integer) - Method in class com.smartgwt.client.widgets.layout.Layout
Space outside of all members, on the left-hand side.
setLayoutMargin(Integer) - Method in class com.smartgwt.client.widgets.layout.Layout
Space outside of all members.
setLayoutMargin(int) - Method in class com.smartgwt.client.widgets.tile.TileLayout
A margin left around the outside of all tiles.
setLayoutPolicy(TileLayoutPolicy) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Policy for laying out tiles.
setLayoutRightMargin(Integer) - Method in class com.smartgwt.client.widgets.layout.Layout
Space outside of all members, on the right-hand side.
setLayoutTopMargin(Integer) - Method in class com.smartgwt.client.widgets.layout.Layout
Space outside of all members, on the top side.
setLeadingDateField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the end date field in a CalendarEvent.
setLeaveScrollbarGap(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether to leave a gap for the vertical scrollbar, even when it's not present.
setLeaveScrollbarGap(Boolean) - Method in class com.smartgwt.client.widgets.layout.Layout
Whether to leave a gap for a vertical scrollbar even when one is not actually present.
setLeft(int) - Method in class com.smartgwt.client.widgets.Canvas
Number of pixels the left side of the widget is offset to the right from its default drawing context (either its parent's topleft corner, or the document flow, depending on the value of the position property).
setLeft(String) - Method in class com.smartgwt.client.widgets.Canvas
Number of pixels the left side of the widget is offset to the right from its default drawing context (either its parent's topleft corner, or the document flow, depending on the value of the position property).
setLeft(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Left coordinate of this item in pixels.
setLeftButtonIcon(String) - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Icon for the leftButton

If this method is called after the component has been drawn/initialized: Setter for leftButtonIcon
setLeftButtonIcon(String) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Setter for LeftButtonIcon.
setLeftButtonTitle(String) - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Title for the leftButton

If this method is called after the component has been drawn/initialized: Setter for leftButtonTitle
setLeftButtonTitle(String) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Setter for leftButtonTitle.
setLegendItemPadding(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Padding between each swatch and label pair.
setLegendMargin(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Space between the legend and the chart rect or axis labels (whatever the legend is adjacent to.
setLegendPadding(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Padding around the legend as a whole.
setLegendSwatchSize(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Size of individual color swatches in legend.
setLegendTextPadding(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Padding between color swatch and its label.
setLength(Integer) - Method in class com.smartgwt.client.data.DataSourceField
Maximum number of characters allowed.
setLength(int) - Method in class com.smartgwt.client.data.RecordList
Set the length of this list.
setLength(Integer) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Set the length.
setLength(Integer) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
if set, maximum number of characters for this field
setLength(int) - Method in class com.smartgwt.client.widgets.Progressbar
Length of the progressbar in pixels.
setLength(int) - Method in class com.smartgwt.client.widgets.Slider
Used to set slider height if vertical, slider width if horizontal.
setLineBreakStyle(String) - Method in class com.smartgwt.client.data.DSRequest
The style of line-breaks to use in the exported output.
setLineBreakStyle(String) - Method in class com.smartgwt.client.data.OperationBinding
The style of line-breaks to use in the exported output.
setLinkText(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
The HTML to display in cells of this field if the fieldType is set to link.
setLinkText(String) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
The HTML to display in this row for fields with fieldType set to link.
setLinkTextProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Property name on a record that will hold the link text for that record.
setLinkTextProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Name of the property in a ListGridRecord that holds the HTML to display in cells of this field if the fieldType is set to "link".
setLinkTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.LinkItem
Optional title text to display for this item's link.
setLinkURLPrefix(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has type [ListGridFieldType] set to "link", setting this property will apply a standard prefix to the link URL for cells in this field.
setLinkURLSuffix(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has type [ListGridFieldType] set to "link", setting this property will apply a standard suffix to the link URL for cells in this field.
setList(String[]) - Method in class com.smartgwt.client.widgets.form.validator.IsOneOfValidator
Set the list.
setListEndEditAction(RowEndEditAction) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If the user is editing the last record in this listGrid, and attempts to navigate beyond the last row either by tabbing off the last editable field, or using the down arrow key, this property determines what action to take: "next": start editing a new record at the end of the list.
setListPane(Canvas) - Method in class com.smartgwt.client.widgets.layout.SplitPane
An optional list pane displayed in the left-hand of the panes or in a popup according to the pane layout.
setListTitle(String) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Sets the title for the List Pane.
setLoadDataOnDemand(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
If this is a databound item, should the load our set of possible options be loaded on demand (as submenus are displayed), or upfront?
setLoadDataOnDemand(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
For databound columnTree instances, should the entire tree of data be loaded on initial fetch, or should each column be loaded as needed.
setLoadDataOnDemand(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
For databound treeGrid instances, should the entire tree of data be loaded on initial fetch, or should folders load their children as they are opened.
setLoadingDataMessage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The string to display in the body of a listGrid while data is being loaded.
setLoadingDataMessageStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The CSS style name applied to the loadingDataMessage string if displayed.
setLoadingMessage(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If you have a databound listGrid and you scroll out of the currently loaded dataset, by default you will see blank rows until the server returns the data for those rows.
setLoadingMessage(String) - Method in class com.smartgwt.client.widgets.HTMLFlow
HTML to show while content is being fetched, active only if the contentsURL property has been set.
setLoadingMessage(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
The string to display in the body of a detailViewer which is loading records.
setLoadingMessage(String) - Method in class com.smartgwt.client.widgets.ViewLoader
Message to show while the view is loading.
setLoadingMessageStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style to use for the loadingMessage.
setLocateChildrenBy(LocatorStrategy) - Method in class com.smartgwt.client.widgets.Canvas
Strategy to use when locating children in this canvas from an autoTest locator string.
setLocateChildrenType(LocatorTypeStrategy) - Method in class com.smartgwt.client.widgets.Canvas
LocatorTypeStrategy to use when finding children within this canvas.
setLocateColumnsBy(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When AutoTest.getElement is used to parse locator strings generated by link{isc.AutoTest.getLocator()} for a cell in this grid, how should the column be identified?
Note that getLocator() will actually store all available information about the column in the generated string -- this attribute effects how a stored string will be parsed only.
setLocateItemBy(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When AutoTest.getElement is used to parse locator strings generated by link{isc.AutoTest.getLocator()} for this form item, should the item be identified? By default if the item has a name this will always be used, however for items with no name, the following options are available: "title" use the title as an identifier within this form "value" use the value of the item to identify it (often used for items with a static defaultValue such as HeaderItems "index" use the index within the form's items array.
setLocateMembersBy(LocatorStrategy) - Method in class com.smartgwt.client.widgets.layout.Layout
Strategy to use when locating members from within this Layout's members array.
setLocateMembersType(LocatorTypeStrategy) - Method in class com.smartgwt.client.widgets.layout.Layout
LocatorTypeStrategy to use when finding members within this layout.
setLocatePeersBy(LocatorStrategy) - Method in class com.smartgwt.client.widgets.Canvas
Strategy to use when locating peers of this canvas from an autoTest locator string.
setLocatePeersType(LocatorTypeStrategy) - Method in class com.smartgwt.client.widgets.Canvas
LocatorTypeStrategy to use when finding peers of this canvas.
setLocateRowsBy(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When AutoTest.getElement is used to parse locator strings generated by link{isc.AutoTest.getLocator()} for a cell in this grid, how should the row be identified?
Note that getLocator() will actually store all available information about the row in the generated string -- this attribute effects how a stored string will be parsed only.
setLocateSectionsBy(LocatorStrategy) - Method in class com.smartgwt.client.widgets.layout.SectionStack
When AutoTest.getElement is used to parse locator strings generated by link{isc.AutoTest.getLocator()}, how should sections within this stack be identified? By default if section has a specified name this will always be used.
setLocateSectionsType(LocatorTypeStrategy) - Method in class com.smartgwt.client.widgets.layout.SectionStack
LocatorTypeStrategy to use when finding Sections within this section Stack.
setLocateTabsBy(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
When AutoTest.getElement is used to parse locator strings generated by link{isc.AutoTest.getLocator()}, how should tabs within this tabset be identified? By default if tab has a specified ID this will always be used.
setLocation(String) - Method in class com.smartgwt.client.data.WebService
Set location can be used when the actual URL where a service will be accessible isn't known until runtime, or changes at runtime, hence can't be embedded in the service definition.
setLocation(String, String) - Method in class com.smartgwt.client.data.WebService
Set location can be used when the actual URL where a service will be accessible isn't known until runtime, or changes at runtime, hence can't be embedded in the service definition.
setLogBase(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
When useLogGradations, base value for logarithmic gradation lines.
setLogGradations(Float...) - Method in class com.smartgwt.client.widgets.chart.FacetChart
When useLogGradations is set, gradation lines to show in between powers, expressed as a series of integer or float values between 0 and logBase.
setLoginRequiredCallback(LoginRequiredCallback) - Static method in class com.smartgwt.client.rpc.RPCManager
The rpcRequest parameter can be used to determine whether the suspended transaction can simply be dropped (eg, it's periodic polling request).
setLogScale(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to use logarithmic scaling for values.
setLongTextEditorThreshold(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
When creating form items for fields with text type data, if the specified length of the field exceeds this threshold we will create form item of type this.longTextEditorType (a TextAreaItem by default), rather than a simple text item.
setLongTextEditorThreshold(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When the length of the field specified by length exceeds this value, the ListGrid shows an edit field of type longTextEditorType rather than the standard text field when the field enters inline edit mode.
setLongTextEditorType(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Name of the Form Item class to use for text fields which exceed the longTextEditorThreshold for this form.
setLongTextEditorType(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When the length of the field specified by length exceeds this.longTextEditorThreshold show an edit field of this type rather than the standard text field when the field enters inline edit mode.
setLuminosity(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Sets the Luminosity (brightness) of the selected color
setLumWidth(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Width of the Luminosity bar
setManagePercentBreadth(Boolean) - Method in class com.smartgwt.client.widgets.layout.Layout
If set, a Layout with breadthPolicy:"fill" will specially interpret a percentage breadth on a member as a percentage of available space excluding the layoutMargin.
setManyItemsImage(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The filename of the icon displayed use as the default drag tracker when for multiple files and/or folders are being dragged.
setMargin(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Set the CSS Margin, in pixels, for this component.
setMask(String) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Input mask used to filter text entry.
setMask(String) - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
Internal-use only for a TimeItem.
setMask(String) - Method in class com.smartgwt.client.widgets.form.validator.MaskValidator
Set the mask.
setMaskDateSeparator(String) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField and useMask are both true this value is the separator between date components.
setMaskOverwriteMode(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
During entry into masked field, should keystrokes overwrite current position value? By default new keystrokes are inserted into the field.
setMaskOverwriteMode(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
Internal-use only for a TimeItem.
setMaskPadChar(String) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Character that is used to fill required empty mask positions to display text while control has no focus.
setMaskPromptChar(String) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Character that is used to fill required empty mask positions to display text while control has focus.
setMaskSaveLiterals(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Should entered mask value be saved with embedded literals?
setMaskSaveLiterals(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
Internal-use only for a TimeItem.
setMatchAllTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "Match All" (and) operator
setMatchAnyTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "Match Any" (or) operator
setMatchElement(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
If htmlElement is specified, should this canvas initially be drawn at the same dimensions as the htmlElement?
Note: setting this property will not force the canvas to resize if the element subsequently resizes (for example due to page reflow).
setMatchNoneTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Title for the "Match None" (not) operator
setMax(Double) - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
Maximum valid value for this item
setMax(Integer) - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
 
setMax(Date) - Method in class com.smartgwt.client.widgets.form.validator.DateRangeValidator
Set the max.
setMax(float) - Method in class com.smartgwt.client.widgets.form.validator.FloatRangeValidator
Set the max.
setMax(int) - Method in class com.smartgwt.client.widgets.form.validator.IntegerRangeValidator
Set the max.
setMax(Integer) - Method in class com.smartgwt.client.widgets.form.validator.LengthRangeValidator
Set the max.
setMaxBarThickness(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Bars will not be drawn over this thickness, instead, margins will be increased.
setMaxExpandedRecords(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When canExpandRecords and canExpandMultipleRecords are both true, this property dictates the number of records which can be expanded simultaneously.
setMaxExpandedRecordsPrompt(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
This is a dynamic string - text within \${...} will be evaluated as JS code when the message is displayed.
setMaxHeight(int) - Method in class com.smartgwt.client.widgets.Canvas
Maximum height that this Canvas can be resized to.
setMaximized(Boolean) - Method in class com.smartgwt.client.widgets.Window
Is this window maximized.
setMaxValue(float) - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
The maximum slider value.
setMaxValue(float) - Method in class com.smartgwt.client.widgets.Slider
The maximum slider value.
setMaxValueLabel(String) - Method in class com.smartgwt.client.widgets.Slider
The text displayed in the label for the maximum value of the slider.
setMaxWidth(int) - Method in class com.smartgwt.client.widgets.Canvas
Maximum width that this Canvas can be resized to.
setMayScript(Boolean) - Method in class com.smartgwt.client.widgets.plugins.Applet
Usable only in IE: if true allows Java->JS LiveConnect (other platforms that support LiveConnect have it enabled by default and do not allow it to be disabled).
setMemberOverlap(int) - Method in class com.smartgwt.client.widgets.layout.Layout
Number of pixels by which each member should overlap the preceding member, used for creating an "stack of cards" appearance for the members of a Layout.
setMembers(Canvas...) - Method in class com.smartgwt.client.widgets.layout.Layout
An array of canvases that will be contained within this layout.
setMembersMargin(int) - Method in class com.smartgwt.client.widgets.layout.Layout
Space between each member of the layout.
setMenu(Menu) - Method in class com.smartgwt.client.widgets.menu.IMenuButton
The menu to show.
setMenu(Menu) - Method in class com.smartgwt.client.widgets.menu.MenuButton
The menu to show.
setMenuAnimationEffect(String) - Method in class com.smartgwt.client.widgets.menu.IMenuButton
Allows you to specify an animation effect to apply to the menu when it is being shown.
setMenuAnimationEffect(String) - Method in class com.smartgwt.client.widgets.menu.MenuButton
Allows you to specify an animation effect to apply to the menu when it is being shown.
setMenuButtonImage(String) - Method in class com.smartgwt.client.widgets.menu.IMenuButton
Image for menu button indicating that the button expands a menu.
setMenuButtonImage(String) - Method in class com.smartgwt.client.widgets.menu.MenuButton
Image for menu button indicating that the button expands a menu.
setMenuButtonImageUp(String) - Method in class com.smartgwt.client.widgets.menu.IMenuButton
Image for menu button indicating that the button expands a menu.
setMenuButtonImageUp(String) - Method in class com.smartgwt.client.widgets.menu.MenuButton
Image for menu button indicating that the button expands a menu.
setMenuButtonWidth(Integer) - Method in class com.smartgwt.client.widgets.menu.Menu
For a menu that has a MenuButton generated for it automatically (for example when included in a MenuBar, the width that the MenuButton should have.
setMenuConstructor(String) - Method in class com.smartgwt.client.widgets.Canvas
Default class used to construct menus created by this component, including context menus.
setMenus(Menu...) - Method in class com.smartgwt.client.widgets.menu.MenuBar
An array of menu instantiated menu objects.
setMessage(String) - Method in class com.smartgwt.client.widgets.Dialog
Message to show in this dialog.
setMessageStyle(String) - Method in class com.smartgwt.client.widgets.Dialog
Style to apply to the message text shown in the center of the dialog
setMessagingURL(String) - Static method in class com.smartgwt.client.rpc.Messaging
Set the url of the messaging servlet.
setMetaDataPrefix(String) - Method in class com.smartgwt.client.data.RestDataSource
If sendMetaData is true, this attribute is used to specify the prefix to apply to 'meta data' properties when assembling parameters to send to the server.
setMethod(FormMethod) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The mechanism by which form data is sent to the action URL.
setMetricFacetId(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
In a CubeGrid that displays values of different types (eg "Revenue" and "Income"), the different types of values on display are enumerated as the facet values of the "metric facet".
setMillisecondsAgoTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "millisecond".
setMillisecondsFromNowTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "millisecond".
setMin(Double) - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
Minimum valid value for this item
setMin(Integer) - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
 
setMin(Date) - Method in class com.smartgwt.client.widgets.form.validator.DateRangeValidator
Set the min.
setMin(float) - Method in class com.smartgwt.client.widgets.form.validator.FloatRangeValidator
Set the min.
setMin(int) - Method in class com.smartgwt.client.widgets.form.validator.IntegerRangeValidator
Set the min.
setMin(Integer) - Method in class com.smartgwt.client.widgets.form.validator.LengthRangeValidator
Set the min.
setMinBarThickness(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
If bars would be smaller than this size, margins are reduced until bars overlap.
setMinColWidth(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Minimum width of a form column.
setMinFieldWidth(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Minimum size, in pixels, for ListGrid headers.
setMinHeight(int) - Method in class com.smartgwt.client.widgets.Canvas
Minimum height that this Canvas can be resized to.
setMinHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Minimum valid height for this TextAreaItem in px.
setMinHeight(int) - Method in class com.smartgwt.client.widgets.layout.Portlet
Specifies a minimum height for the Portlet.
setMinimizeAcceleration(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.Window
Default acceleration function for performing an animated minimize / maximize.
setMinimized(Boolean) - Method in class com.smartgwt.client.widgets.Window
Is this window minimized.
setMinimizeHeight(Integer) - Method in class com.smartgwt.client.widgets.Window
Height for the window when minimized.
setMinimizeTime(Integer) - Method in class com.smartgwt.client.widgets.Window
If this window is minimizeable, and animateMinimize is true, what should the duration of the minimize / maximize be (in ms)? If unset defaults to canvas.animationTime.
setMinMemberSize(int) - Method in class com.smartgwt.client.widgets.layout.Layout
Minimum size, in pixels, below which members should never be shrunk, even if this requires the Layout to overflow.
setMinutesAgoTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "minute".
setMinutesFromNowTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "minute".
setMinValue(float) - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
The minimum slider value.
setMinValue(float) - Method in class com.smartgwt.client.widgets.Slider
The minimum slider value.
setMinValueLabel(String) - Method in class com.smartgwt.client.widgets.Slider
The text displayed in the label for the minimum value of the slider.
setMinWidth(int) - Method in class com.smartgwt.client.widgets.Canvas
Minimum width that this Canvas can be resized to.
setMissingFieldPrompt(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The message to display next to fieldNames that do not exist in the available dataSource.
setModalEditing(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this property is true, any mouse click outside of the open cell editors will end editing mode, hiding the cell editors and saving any changes to those cell values.
setModalMaskOpacity(int) - Method in class com.smartgwt.client.widgets.Window
Controls the opacity of the modal mask displayed behind modal windows.
setModalMaskStyle(String) - Method in class com.smartgwt.client.widgets.Window
Specifies the CSS style for the modal mask.
setModelType(TreeModelType) - Method in class com.smartgwt.client.widgets.tree.Tree
Selects the model used to construct the tree representation.
setMonthMenuStyle(String) - Method in class com.smartgwt.client.widgets.DateChooser
Style for the pop-up year menu.
setMonthsAgoTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "month".
setMonthSelectorProperties(SelectItem) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Custom properties to apply to this dateItem's generated monthSelector.
setMonthsFromNowTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "month".
setMonthViewTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the month view
setMoreTabCount(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
This property defines the number tab buttons that should be shown before automatically adding a "more" button to handle the remaining tabs.
setMoreTabImage(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If showMoreTab is enabled this property determines the image to display on the "More" tab button.
setMoreTabPaneDefaults(Canvas) - Method in class com.smartgwt.client.widgets.tab.TabSet
Default properties for the "more" tab's pane.
setMoreTabPaneProperties(Canvas) - Method in class com.smartgwt.client.widgets.tab.TabSet
Properties to apply to the "more" tab's pane created by this TabSet.
setMoreTabProperties(Tab) - Method in class com.smartgwt.client.widgets.tab.TabSet
Properties to apply to the "more" tab created by this TabSet.
setMoreTabTitle(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Title for the "More" tab.
setMouseStillDownDelay(int) - Method in class com.smartgwt.client.widgets.Canvas
Amount of time (in msec) between 'mouseStillDown' events for this object
setMouseStillDownInitialDelay(int) - Method in class com.smartgwt.client.widgets.Canvas
Amount of time (in msec) before mouseStillDown events start to be fired for this object.
setMultiple(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Indicates that this field should always be Array-valued.
setMultiple(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If true, multiple values may be selected.
setMultiple(boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When using a valueMap, set multiple to true if a select list box is desired instead of a combobox when editing the cell.
setMultipleAppearance(MultipleAppearance) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
How should items with multiple set to 'true' be displayed?
setMultipleValueSeparator(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this item is displaying multiple values, this property will be the string that separates those values for display purposes.
setName(String) - Method in class com.smartgwt.client.data.DataSourceField
Name for this field.
setName(String) - Method in class com.smartgwt.client.data.SimpleType
Name of the type, used to refer to the type from field.name.
setName(String) - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
String which represents the name of a CalendarEvent The name of this field within the CalendarEvent can be changed via nameField
setName(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Name for this form field.
setName(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
Identifier for this form item icon.
setName(String) - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
Name for this headerSpan, for use in APIs like ListGrid.setHeaderSpanTitle.
setName(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Name of this field.
setName(String) - Method in class com.smartgwt.client.widgets.Img
The value of this attribute is specified as the value of the 'name' attribute in the resulting HTML.
setName(String) - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the name of the image.
setName(String) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Identifier for the section.
setName(String) - Method in class com.smartgwt.client.widgets.plugins.Applet
Sets the 'name' attribute on the applet object.
setName(String) - Method in class com.smartgwt.client.widgets.plugins.Flashlet
Sets the 'name' attribute on the flashlet object.
setName(String) - Method in class com.smartgwt.client.widgets.tree.TreeNode
Provides a name for the node that is unique among it's immediate siblings, thus allowing a unique path to be used to identify the node, similar to a file system.
setName(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Name property used to identify the field, and determines which attribute from records will be displayed in this field.
setNameField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the name field in a CalendarEvent.
setNameProperty(String) - Method in class com.smartgwt.client.widgets.tree.Tree
Name of the property on a TreeNode that holds a name for the node that is unique among it's immediate siblings, thus allowing a unique path to be used to identify the node, similar to a file system.
setNavIcon(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
The navigation icon shown next to records when showNavigation is true and NavigationMode is set to "navIconOny".
setNavigationBar(NavigationBar) - Method in class com.smartgwt.client.widgets.layout.SplitPane
The AutoChild navigationBar managed by this widget.
setNavigationClickHandler(NavigationClickHandler) - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Handler to fire when the user navigates by clicking the back or forward (left / right) buttons.
setNavigationClickHandler(NavigationClickHandler) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Handler to fire when the user navigates by clicking the back or forward (left / right) buttons.
setNavigationMode(NavigationMode) - Method in class com.smartgwt.client.widgets.tableview.TableView
Set navigation mode for this TableView.
setNavigationPane(Canvas) - Method in class com.smartgwt.client.widgets.layout.SplitPane
The left-hand of the two panes managed by this widget, used for navigation.
setNavigationTitle(String) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Sets the title for the Navigation Pane.
setNeverDisable(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If icon.neverDisable is true, when this form item is disabled, the icon will remain enabled.
setNeverDropUpdatedRows(Boolean) - Method in class com.smartgwt.client.data.ResultSet
By default when a a row is returned by the server, the current ResultSet.setCriteria(com.smartgwt.client.data.Criteria) are applied to it, and it may disappear from the cache.
setNeverUseFilters(boolean) - Static method in class com.smartgwt.client.widgets.Canvas
Changes the system-wide neverUseFilters setting.
setNeverValidate(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, validation will not occur as a result of cell editing for this grid.
setNextButtonHoverText(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The text to be displayed when a user hovers over the next toolbar button
setNextMonthIcon(String) - Method in class com.smartgwt.client.widgets.DateChooser
Icon for the next month button
setNextMonthIconHeight(int) - Method in class com.smartgwt.client.widgets.DateChooser
Height of the icon for the next month button
setNextMonthIconWidth(int) - Method in class com.smartgwt.client.widgets.DateChooser
Width of the icon for the next month button
setNextYearIcon(String) - Method in class com.smartgwt.client.widgets.DateChooser
Icon for the next year button
setNextYearIconHeight(int) - Method in class com.smartgwt.client.widgets.DateChooser
Height of the icon for the next year button
setNextYearIconWidth(int) - Method in class com.smartgwt.client.widgets.DateChooser
Width of the icon for the next year button
setNodeIcon(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
The filename of the default icon for all leaf nodes in this grid.
setNodeIcon(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The filename of the default icon for all leaf nodes in this grid.
setNoDoubleClicks(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
If true, this canvas will receive all mouse-clicks as single click events rather than doubleClicks.
setNormalBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
"Normal" baseStyle for this listGrid.
setNormalCellHeight(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If baseStyle is unset, base style will be derived from normalBaseStyle if this grid has fixed row heights and the specified cellHeight matches this value.
setNormalDateDisplayFormat(DateDisplayFormat) - Static method in class com.smartgwt.client.util.DateUtil
Set the default format for date objects to the DateDisplayFormat passed in.
setNormalDateDisplayFormatter(DateDisplayFormatter) - Static method in class com.smartgwt.client.util.DateUtil
Set the default formatter for date objects to the custom DateDisplayFormatter passed in.
setNormalDisplayFormatter(SimpleTypeFormatter) - Method in class com.smartgwt.client.data.SimpleType
Normal formatter for values of this type used in a StaticTextItem or DetailViewer.
setNullAttribute(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
setNullGroupTitle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default alias to use for groups with no value
setNullProperty(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setNumCols(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The number of columns of titles and items in this form's layout grid.
setNumColumns(int) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Initial number of columns to show in this PortalLayout.
setNumValues(Integer) - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
The number of discrete values represented by slider.
setNumValues(Integer) - Method in class com.smartgwt.client.widgets.Slider
The number of discrete values represented by slider.
setObjectAttribute(JavaScriptObject, String, Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
setObjectCodeBase(String) - Method in class com.smartgwt.client.widgets.plugins.Applet
This attribute is used only with useTag: "object".
setOfflineMessageStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The CSS style name applied to the offlineMessage if displayed.
setOfflineNodeMessage(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
For TreeGrids with loadDataOnDemand: true, a message to show the user if an attempt is made to open a folder, and thus load that node's children, while we are offline and there is no offline cache of that data.
setOldValues(Record) - Method in class com.smartgwt.client.data.DSRequest
For an update or remove operation, the original values from the record that is being updated or removed.
setOldValues(Map) - Method in class com.smartgwt.client.data.DSRequest
For an update or remove operation, the original values from the record that is being updated or removed.
setOldValues(JavaScriptObject) - Method in class com.smartgwt.client.data.DSRequest
For an update or remove operation, the original values from the record that is being updated or removed.
setOmitControls(String[]) - Method in class com.smartgwt.client.util.PrintProperties
An array of Strings indicating the classNames of controls that should be omitted from printing.
setOmitNullMapValuesInResponse(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
If enabled, the server omits any key/value pairs in map that have null values from the response.
setOpacity(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Renders the widget to be partly transparent.
setOpacity(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Sets the Opacity of the selected color.
setOpacitySliderLabel(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The label shown next to the opacity slider.
setOpacityText(Boolean) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The text to show underneath the selected color box, so that it can be seen through semi-transparent colors.
setOpenerIconSize(Integer) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Width and height in pixels of the opener icons, that is, the icons which show the open or closed state of the node, typically a [+] or [-] symbol.
setOpenerImage(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The base filename of the opener icon for the folder node when 'showConnectors' is false for this TreeGrid.
The opener icon is displayed beside the folder icon in the Tree column for folder nodes.
setOpenIconSuffix(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If showOpenIcons is true, this suffix will be appended to the folderIcon for open folders in this grid.
setOpenIconSuffix(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If showOpenIcons is true, this suffix will be appended to the folderIcon for open folders in this grid.
setOpenProperty(String) - Method in class com.smartgwt.client.widgets.tree.Tree
The property consulted by the default implementation of Tree.isOpen to determine if the node is open or not.
setOpenState(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Reset this set of open folders within this grid's data to match the String object passed in.
Used to restore previous state retrieved from the grid by a call to TreeGrid.getOpenState.
setOperationBindings(OperationBinding...) - Method in class com.smartgwt.client.data.DataSource
Optional array of OperationBindings, which provide instructions to the DataSource about how each DSOperation is to be performed.
setOperationId(String) - Method in class com.smartgwt.client.data.DSRequest
When a DataBoundComponent sends a DSRequest, the dsRequest.operationId will be automatically picked up from the fetchOperation, addOperation, etc properties of the DataBoundComponent.
setOperationId(String) - Method in class com.smartgwt.client.data.OperationBinding
Optional operationId if this DataSource supports two or more variants of one of the basic DataSource operations, for instance, a "fetch" that uses full text search and a "fetch" that accepts per-field search criteria.
setOperationType(DSOperationType) - Method in class com.smartgwt.client.data.DSRequest
Type of operation being performed: "fetch", "add", "remove", "update" or "custom".
setOperationType(DSOperationType) - Method in class com.smartgwt.client.data.OperationBinding
Which operationType this operationBinding is for.
setOperator(OperatorId) - Method in class com.smartgwt.client.data.Criterion
Operator this criterion applies.
setOperator(OperatorId) - Method in class com.smartgwt.client.widgets.form.DynamicForm
When operator has been set for any FormItem in this form, what logical operator should be applied across the ${isc.DocUtils.linkForRef('object:Criterion','criteria')} produced by the form items? Only applicable to forms that have a dataSource.
setOperator(OperatorId) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
OperatorId to be used when DynamicForm.getValuesAsCriteria is called.
setOperator(OperatorId) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
What operator to use when RelativeDateItem.getCriterion is called.
setOperator(String) - Method in class com.smartgwt.client.widgets.form.validator.StringCountValidator
Set the operator.
setOperatorPickerTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title for the operator-picker select-item.
setOptionCriteria(Criteria) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this item has a specified optionDataSource, and this property may be used to specify criteria to pass to the datasource when performing the fetch operation on the dataSource to obtain a data-value to display-value mapping
setOptionCriteria(Criteria) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If optionDataSource is set for this ListGridField, criteria specified in this attribute will be passed to the dataSource when performing the fetch operation to determine data-value to display-value mappings
setOptionDataSource(DataSource) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If set, this FormItem will derive data to show in the PickList by fetching records from the specified optionDataSource.
setOptionDataSource(DataSource) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setOptionDataSource(DataSource) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
 
setOptionDataSource(DataSource) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If set, this FormItem will derive data to show in the PickList by fetching records from the specified optionDataSource.
setOptionDataSource(DataSource) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Derive a ValueMap by fetching records from another DataSource and extracting the valueField and displayField in the loaded records, to derive one valueMap entry per record loaded from the optionDataSource.
setOptionFilterContext(DSRequest) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
setOptionFilterContext(RPCRequest) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this item has a specified optionDataSource, and this property is not null, this will be passed to the datasource as RPCRequest properties when performing the fetch operation on the dataSource to obtain a data-value to display-value mapping
setOptionFilterContext(DSRequest) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this item has a specified optionDataSource, and this property is not null, this will be passed to the datasource as RPCRequest properties when performing the fetch operation on the dataSource to obtain a data-value to display-value mapping
setOptionFilterContext(DSRequest) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
 
setOptionFilterContext(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has an optionDataSource specified and autoFetchDisplayMap is set, this attribute provides a way to customize the dataSource request issued to fetch the display map from the option dataSource.
setOptionOperationId(String) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this item has a specified optionDataSource, this attribute may be set to specify an explicit operationId when performing a fetch against the option dataSource to pick up display value mapping.
setOptionOperationId(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this item has a specified optionDataSource, this attribute may be set to specify an explicit operationId when performing a fetch against the option dataSource to pick up display value mapping.
setOptionOperationId(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this item has a specified optionDataSource, this attribute may be set to specify an explicit operationId when performing a fetch against the option dataSource to pick up display value mapping.
setOptionOperationId(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has an optionDataSource specified and autoFetchDisplayMap is set, this attribute provides a way to customize the operationId passed to dataSource.fetchData() when retrieving the display map from the option dataSource.
setOptionTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.widgets.grid.ListGridField
For fields with an optionDataSource, where autoFetchDisplayMap is true, this property will govern the textMatchStyle attribute of the DSRequest parameter passed to DataSource.fetchData when retrieving the remote data set to be used as a basis for this field's valueMap.
setOrientation(Orientation) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Direction of tiling.
setOtherDayBlankStyle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
In the month CSS style applied to both the header and body of days from other months when showOtherDays is false.
setOtherDayBodyBaseStyle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to the day body of the month view of the calendar.
setOtherDayHeaderBaseStyle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to the day headers of the month view.
setOtherField(String) - Method in class com.smartgwt.client.widgets.form.validator.MatchesFieldValidator
Set the otherField.
setOtherTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Title for the Other... item.
setOtherValue(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Data value for the Other... item.
setOverCanvasConstructor(String) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Constructor class name for this widgets overCanvas
setOverflow(Overflow) - Method in class com.smartgwt.client.widgets.Canvas
Controls what happens when the drawn size of the content of a Canvas is either greater or smaller than the specified size of the Canvas.
setOverflow(Overflow) - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
CanvasItems support specifying overflow for the Canvas directly on the item.
setOverflow(Overflow) - Method in class com.smartgwt.client.widgets.layout.Layout
Normal Overflow settings can be used on layouts, for example, an overflow:auto Layout will scroll if members exceed its specified size, whereas an overflow:visible Layout will grow to accommodate members.
setOverflow(Overflow) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Normal Overflow settings can be used on layouts, for example, an overflow:auto Layout will scroll if sections are resized to exceed the specified size, whereas an overflow:visible Layout will grow to accommodate the resized sections.
setOverflow(Overflow) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Normal Overflow settings can be used on TileLayouts, for example, an overflow:auto TileLayout will scroll if members exceed its specified size, whereas an overflow:visible TileLayout will grow to accommodate members.
setPadding(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Set the CSS padding of this component, in pixels.
setPaddingAsLayoutMargin(Boolean) - Method in class com.smartgwt.client.widgets.layout.Layout
If this widget has padding specified (as this.padding or in the CSS style applied to this layout), should it show up as space outside the members, similar to layoutMargin?
setPaddingAsLayoutMargin(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileLayout
If this widget has padding specified (as this.padding or in the CSS style applied to this layout), should it show up as space outside the members, similar to layoutMargin?
setPadTitles(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether to pad titles so they aren't flush with header borders.
setPageLeft(int) - Method in class com.smartgwt.client.widgets.Canvas
Set the page-relative left coordinate of this widget.
setPageTop(int) - Method in class com.smartgwt.client.widgets.Canvas
Set the page-relative top coordinate of this widget.
setPane(Canvas) - Method in class com.smartgwt.client.widgets.tab.Tab
Specifies the pane associated with this tab.
setPaneContainerClassName(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
CSS style used for the paneContainer.
setPaneContainerOverflow(Overflow) - Method in class com.smartgwt.client.widgets.tab.TabSet
Specifies the overflow of the pane container (the component that holds the pane contents for all tabs).
setPaneContainerProperties(Canvas) - Method in class com.smartgwt.client.widgets.tab.TabSet
Properties of the container where the component specified by Tab.pane is shown.
setPaneID(String) - Method in class com.smartgwt.client.widgets.tab.Tab
 
setPaneMargin(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Space to leave around the panes in our paneContainer
setParams(Map) - Method in class com.smartgwt.client.data.DSRequest
 
setParams(Map) - Method in class com.smartgwt.client.rpc.RPCRequest
Values to be sent as simple HTTP params, as a JavaScript Object where each property/value pair will become an HTTP parameter name and value.
setParams(Map) - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
A map of key/value pairs to pass to the Active X control as parameters.
setParams(Map) - Method in class com.smartgwt.client.widgets.plugins.Applet
A map of key/value pairs to pass to the applet as parameters.
setParams(Map) - Method in class com.smartgwt.client.widgets.plugins.Flashlet
A map of key/value pairs to pass to the flashlet as parameters.
setParentAlreadyContainsChildMessage(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Message displayed when user attempts to drag a node into a parent that already contains a child of the same name.
setParentElement(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
This Canvas's immediate parent, if any.
setParentId(String) - Method in class com.smartgwt.client.widgets.cube.FacetValue
For tree facets (facet.isTree), id of this facetValue's parent facetValue.
setParentID(String) - Method in class com.smartgwt.client.widgets.tree.TreeNode
For trees with modelType "parent", this property specifies unique parent ID of this node.
setParentIdField(String) - Method in class com.smartgwt.client.widgets.tree.Tree
For trees with modelType "parent", this property specifies the name of the property that contains the unique parent ID of a node.
setPartialSelectedImage(String) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
URL for the image to display when this checkbox is partially selected
setPartialSummary(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Only applies to fields of type "summary".
setPathDelim(String) - Method in class com.smartgwt.client.widgets.tree.Tree
Specifies the delimiter between node names.
setPendingTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Optional "pending" style for this item's text box.
setPercentBox(PercentBoxModel) - Method in class com.smartgwt.client.widgets.Canvas
Governs the model to be used when sizing canvases with percentage width or height, or positioning widgets with a specified snapTo.
setPercentDone(int) - Method in class com.smartgwt.client.widgets.Progressbar
Number from 0 to 100, inclusive, for the percentage to be displayed graphically in this progressbar.
setPickerButtonHSrc(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabPicker is true, and symmetricPickerButton is set to true, this property governs the base URL for the picker button image, when displayed in a horizontal tab-bar [IE tabBarPosition is set to "top" or "bottom"].
setPickerButtonSize(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabPicker is true, this property governs the size of tab-picker button.
setPickerButtonSrc(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabPicker is true, this property governs the base URL for the picker button image, when symmetricPickerButton is set to false
setPickerButtonVSrc(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabPicker is true, and symmetricPickerButton is set to true, this property governs the base URL for the picker button image, when displayed in a verricaL tab-bar [IE tabBarPosition is set to "LEFT" or "right"].
setPickerConstructor(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Smart GWT class for the dateChooser autoChild displayed to allow the user to directly select dates.
setPickerIcon(FormItemIcon) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Icon that launches a DateChooser for choosing an absolute date.
setPickerIconHeight(Integer) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Don't specify an explicit height for the picker icon - instead have it size to match the height of the combo box item.
setPickerIconHeight(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showPickerIcon is true for this item, this property governs the size of the picker icon.
setPickerIconHeight(Integer) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If showPickerIcon is true for this item, this property governs the size of the picker icon.
setPickerIconName(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showPickerIcon is true, this attribute specifies the name applied to the picker icon
setPickerIconPrompt(String) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Prompt to show when the user hovers the mouse over the picker icon for this DateItem.
setPickerIconPrompt(String) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
The prompt to show when the mouse is hovered over the pickerIcon.
setPickerIconPrompt(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Prompt to show when the user hovers the mouse over the picker icon for this RelativeDateItem.
setPickerIconSrc(String) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Src for the picker icon.
setPickerIconSrc(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showPickerIcon is true for this item, this property governs the src of the picker icon image to be displayed.
setPickerIconSrc(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If showPickerIcon is true for this item, this property governs the src of the picker icon image to be displayed.
setPickerIconStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Base CSS class name for a form item's picker icon cell.
setPickerIconWidth(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showPickerIcon is true for this item, this property governs the size of the picker icon.
setPickerIconWidth(Integer) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If showPickerIcon is true for this item, this property governs the size of the picker icon.
setPickerTitle(String) - Method in class com.smartgwt.client.widgets.tab.Tab
If showTabPicker is true for this TabSet, if set this property will determine the title of the picker menu item for this tab.
setPickListBaseStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Base Style for pickList cells.
setPickListBaseStyle(String) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Base Style for pickList cells.
setPickListBaseStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Base Style for pickList cells.
setPickListCriteria(Criteria) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this item has a databound pick-list (for example optionDataSource is set) this property can be used to provide static filter criteria when retrieving the data for the pickList.
setPickListCriteria(DSRequest) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
setPickListCriteria(Criteria) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this item has a databound pick-list (for example optionDataSource is set) this property can be used to provide static filter criteria when retrieving the data for the pickList.
setPickListCriteria(Criteria) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this item has a databound pick-list (for example optionDataSource is set) this property can be used to provide static filter criteria when retrieving the data for the pickList.
setPickListCriteria(DSRequest) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this item has a specified optionDataSource, and this property is not null, this will be passed to the datasource as RPCRequest properties when performing the filter operation on the dataSource to obtain the set of options for the list.
setPickListFields(ListGridField...) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
setPickListFields(ListGridField...) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
This property allows the developer to specify which field[s] will be displayed in the drop down list of options.
setPickListFilterCriteriaFunction(FilterCriteriaFunction) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Deprecated. in favor of ComboBoxItem.setPickListFilterCriteriaFunction(FormItemCriteriaFunction)
setPickListFilterCriteriaFunction(FormItemCriteriaFunction) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Set up a method to return filter criteria for options displayed for this item.
setPickListFilterCriteriaFunction(FilterCriteriaFunction) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Set the pick list filter criteria function / handler.
setPickListFilterCriteriaFunction(FilterCriteriaFunction) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Deprecated. in favor of SelectItem.setPickListFilterCriteriaFunction(FormItemCriteriaFunction)
setPickListFilterCriteriaFunction(FormItemCriteriaFunction) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Set up a method to return filter criteria for options displayed for this item.
setPickListHeaderHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this pick list is showing multiple fields, this property determines the height of the column headers for those fields.
setPickListHeaderHeight(int) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this pick list is showing multiple fields, this property determines the height of the column headers for those fields.
setPickListHeaderHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this pick list is showing multiple fields, this property determines the height of the column headers for those fields.
setPickListHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Maximum height to show the pick list before it starts to scroll.
setPickListHeight(int) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Maximum height to show the pick list before it starts to scroll.
setPickListHeight(int) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Maximum height to show the pick list before it starts to scroll.
setPickListProperties(ListGrid) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Set the properties to be applied to the pickList created for this Form Item.
setPickListProperties(ListGrid) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Set the properties to be applied to the pickList created for this Form Item.
setPickListWidth(Integer) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Default width to show the pickList.
setPickListWidth(Integer) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Default width to show the pickList.
setPickListWidth(Integer) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Default width to show the pickList.
setPieLabelAngleStart(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Angle where first label is placed in a Pie chart in stacked mode, in degrees.
setPieLabelLineExtent(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
How far label lines stick out of the pie radius in a Pie chart in stacked mode.
setPlaceHolderDefaults(Canvas) - Method in class com.smartgwt.client.widgets.layout.Layout
If showDragPlaceHolder is true, this defaults object determines the default appearance of the placeholder displayed when the user drags a widget out of this layout.
Default value for this property sets the placeholder styleName to "layoutPlaceHolder"
To modify this object, use com.smartgwt.client..Class#changeDefaults
setPlaceHolderProperties(Canvas) - Method in class com.smartgwt.client.widgets.layout.Layout
If showDragPlaceHolder is true, this properties object can be used to customize the appearance of the placeholder displayed when the user drags a widget out of this layout.
setPluginsPage(String) - Method in class com.smartgwt.client.widgets.plugins.Flashlet
This attribute specifies the page the user should go to to get the plugin required to view this flashlet.
setPluginsPage(String) - Method in class com.smartgwt.client.widgets.plugins.SVG
This attribute specifies the page the user should go to to get the plugin required to view this SVG.
setPluralTitle(String) - Method in class com.smartgwt.client.data.DataSource
User-visible plural name for this DataSource.
setPluralTitle(String) - Method in class com.smartgwt.client.data.DataSourceField
Set the plural title.
setPointClickHandler(ChartPointClickHandler) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Apply a handler to fire when showDataPoints is true, and the user clicks on a point.
setPointHoverCustomizer(ChartPointHoverCustomizer) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Display custom HTML when showDataPoints is true and the mouse hovers over a point.
setPoolComponentsPerColumn(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When recordComponentPoolingMode is "recycle" and you have components of different types in different columns, set this property to true to ensure that components intended for one column are not recycled for use in another column that should have a different component.
setPosition(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setPosition(Positioning) - Method in class com.smartgwt.client.widgets.Canvas
Absolute or relative, corresponding to the "absolute" (with respect to parent) or "relative" (with respect to document flow) values for the CSS position attribute.
setPrecision(int) - Method in class com.smartgwt.client.widgets.form.validator.FloatPrecisionValidator
Set the precision.
setPrefix(String) - Method in class com.smartgwt.client.widgets.Canvas
 
setPresetOptions(LinkedHashMap) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Set up a set of standard relative dates such as "today" or "tomorrow" that the user can choose directly from the valueField of this item.
setPrettyPrint(Boolean) - Method in class com.smartgwt.client.util.JSONEncoder
Whether to add indentation to the returned JSON string.
setPrettyPrintJSON(Boolean) - Method in class com.smartgwt.client.data.RestDataSource
When using dataFormat:"json" and dataProtocol:"postMessage" should we use the prettyPrint feature to enable indented, highly readable JSON messages.
setPreventDuplicates(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setPreventDuplicates(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
If set, detect and prevent duplicate records from being transferred to this component, either via drag and drop or via DataBoundComponent.transferSelectedData(com.smartgwt.client.widgets.DataBoundComponent).
setPreventDuplicates(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setPreventDuplicates(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setPreventDuplicates(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setPreventDuplicates(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setPreventDuplicates(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setPreventHTTPCaching(Boolean) - Method in class com.smartgwt.client.data.DataSource
If set, the DataSource will ensure that it never uses a cached HTTP response, even if the server marks the response as cacheable.
setPreventHTTPCaching(Boolean) - Method in class com.smartgwt.client.data.OperationBinding
Configures preventHTTPCaching on a per-operationType basis.
setPreviousButtonHoverText(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The text to be displayed when a user hovers over the previous toolbar button
setPrevMonthIcon(String) - Method in class com.smartgwt.client.widgets.DateChooser
Icon for the previous month button
setPrevMonthIconHeight(int) - Method in class com.smartgwt.client.widgets.DateChooser
Height of the icon for the previous month button
setPrevMonthIconWidth(int) - Method in class com.smartgwt.client.widgets.DateChooser
Width of the icon for the previous month button
setPrevYearIcon(String) - Method in class com.smartgwt.client.widgets.DateChooser
Icon for the previous year button
setPrevYearIconHeight(int) - Method in class com.smartgwt.client.widgets.DateChooser
Height of the icon for the previous year button
setPrevYearIconWidth(int) - Method in class com.smartgwt.client.widgets.DateChooser
Width of the icon for the previous year button
setPrimaryKey(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Whether this field holds a value unique across all records in this DataSource.
setPrintAutoFit(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether cell contents should wrap during printing.
setPrintBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Style for non-header cells in printed output.
setPrintButtonTitle(String) - Method in class com.smartgwt.client.widgets.PrintWindow
Title for the print button

If this method is called after the component has been drawn/initialized: Setter for title for the print button
setPrintCellStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Optional CSS style for a cell in printable HTML for this component.
setPrintCellStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
If specified, when generating print HTML for this detailViewer, cells in this field will be rendered using this css className rather than printCellStyle
setPrintFrameURL(String) - Method in class com.smartgwt.client.widgets.PrintCanvas
Location of the special printFrame html file provided as part of the Smart GWT libraries.
setPrintFullText(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
When generating a print-view of the component containing this TextArea, should the form item expand to accommodate its value? If set to false the text box not expand to fit its content in the print view, instead showing exactly as it does in the live form, possibly with scrollbars.
setPrintFullText(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
When generating a print-view of the component containing this TextItem, should the form item expand to accommodate its value? If set to false the text box will not expand to fit its content in the print view, instead showing exactly as it does in the live form.
setPrintHeaderStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Style for header cells in printed output.
setPrintHeaderStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Optional CSS style for a header in printable HTML for this component.
setPrintLabelStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Optional CSS style for a label cell in printable HTML for this component.
setPrintMaxRows(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Advanced property - when generating printHTML for a large ListGrid, rows are printed in batches in order to avoid triggering a native "script is running slowly" browser dialog.
setPrintTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Base CSS class name for a form item's text box element when getting printable HTML for the form.
setPrintTilesPerLine(Integer) - Method in class com.smartgwt.client.widgets.tile.TileGrid
How many tiles should be present in a line when printing?
setPrintTitleStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Base CSS stylename for a form item's title when generating print HTML for the item.
setPrintWrapCells(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether cell contents should wrap during printing.
setPrompt(String) - Method in class com.smartgwt.client.data.DataSourceField
Causes a tooltip hover to appear on the header generated for this data source field (effectively sets prompt for the header).
setPrompt(String) - Method in class com.smartgwt.client.rpc.RPCRequest
Overrides RPCManager.defaultPrompt for this request only.
setPrompt(String) - Method in class com.smartgwt.client.widgets.Canvas
Prompt displayed in hover canvas if showHover is true.
setPrompt(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
This text is shown as a tooltip prompt when the cursor hovers over this item.
setPrompt(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If set, this property will be displayed as a prompt (and tooltip text) for this form item icon.
setPrompt(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Causes a tooltip hover to appear on the header generated for this field (effectively sets prompt for the header).
setPrompt(String) - Method in class com.smartgwt.client.widgets.tab.Tab
Specifies the prompt to be displayed when the mouse hovers over the tab.
setPromptCursor(String) - Static method in class com.smartgwt.client.rpc.RPCManager
Controls the default cursor shown when RPCManager.promptStyle is set to "cursor".
setPromptCursor(String) - Method in class com.smartgwt.client.rpc.RPCRequest
Controls the cursor shown when promptStyle is set to "cursor" for this request only.
setPromptStyle(PromptStyle) - Static method in class com.smartgwt.client.rpc.RPCManager
Controls the default prompt style.
setPromptStyle(PromptStyle) - Method in class com.smartgwt.client.rpc.RPCRequest
Controls the prompt style for this request only.
setPropertiesOnly(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
For use in ComponentSchema for fields that contain other components, this flag suppresses auto-construction for subcomponents that appear under this field.
setProperty(String, String) - Method in class com.smartgwt.client.core.BaseClass
 
setProperty(String, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
setProperty(String, double) - Method in class com.smartgwt.client.core.BaseClass
 
setProperty(String, JavaScriptObject) - Method in class com.smartgwt.client.core.BaseClass
 
setProperty(String, String) - Method in class com.smartgwt.client.data.ResultSet
 
setProperty(String, boolean) - Method in class com.smartgwt.client.data.ResultSet
 
setProperty(String, double) - Method in class com.smartgwt.client.data.ResultSet
 
setProperty(String, JavaScriptObject) - Method in class com.smartgwt.client.data.ResultSet
 
setProperty(String, String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setProperty(String, boolean) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setProperty(String, int) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setProperty(String, float) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setProperty(String, double) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setProperty(String, Element) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setProperty(String, JavaScriptObject) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setProperty(String, String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setProperty(String, boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setProperty(String, int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setProperty(String, double) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setProperty(String, JavaScriptObject) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setProperty(String, String) - Method in class com.smartgwt.client.widgets.tree.Tree
 
setProperty(String, boolean) - Method in class com.smartgwt.client.widgets.tree.Tree
 
setProperty(String, double) - Method in class com.smartgwt.client.widgets.tree.Tree
 
setProperty(String, JavaScriptObject) - Method in class com.smartgwt.client.widgets.tree.Tree
 
setQualifyColumnNames(Boolean) - Method in class com.smartgwt.client.data.DataSource
For dataSources of serverType "sql", determines whether we qualify column names with table names in any SQL we generate.
setQueueSentCallback(QueueSentCallback) - Static method in class com.smartgwt.client.rpc.RPCManager
Register a callback that is called by the RPCManager every time it sends a queue of requests to the server (note that if you not using queuing, the system simply sends queues containing just one request, so this API is valid regardless).
setQuickDrawAheadRatio(float) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Alternative to drawAheadRatio, to be used when the user is rapidly changing the grids viewport (for example drag scrolling through the grid).
setRadialLabelOffset(int) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Distance in pixels that radial labels are offset from the outside of the circle.
setRadioGroup(String) - Method in class com.smartgwt.client.widgets.Button
String identifier for this canvas's mutually exclusive selection group.
setRadioGroup(String) - Method in class com.smartgwt.client.widgets.ImgButton
String identifier for this canvas's mutually exclusive selection group.
setRadioGroup(String) - Method in class com.smartgwt.client.widgets.StatefulCanvas
String identifier for this canvas's mutually exclusive selection group.
setRadioGroup(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
String identifier for this canvas's mutually exclusive selection group.
setRadioOperatorTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title for the Operator RadioGroupItem displayed in the radioOperatorForm.
setRangePosition(RelativeDateRangePosition) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Does this items relative date value refer to the start or end of the chosen date? Useful when using this item to generate filter criteria, such as the from or to value for an inclusive range.
setRangeRoundingGranularity(Map) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
A map from a granularity of time specified by a user to the granularity of time used for rounding.
setRangeSeparator(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
For operators that check that a value is within a range, text to show between the start and end input fields for specifying the limits of the range.
setReadOnlyEditorType(FormItem) - Method in class com.smartgwt.client.data.DataSourceField
Sets the default FormItem to be used if this field is marked as #setCanEdit,canEdit false and displayed in an editor component such as a DynamicForm.
setReadOnlyEditorType(FormItem) - Method in class com.smartgwt.client.data.SimpleType
Classname of the FormItem that should be the default for editing values of this type (eg "SelectItem").
setRecord(Record) - Method in class com.smartgwt.client.widgets.chart.ChartPointClickEvent
 
setRecordBaseStyleProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
This attribute allows custom base styles to be displayed on a per-record basis.
setRecordCanSelectProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If set to false on a record, selection of that record is disallowed.
setRecordComponentHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showRecordComponents is true, this attribute may be used to specify a standard height for record components.
setRecordComponentPoolingMode(RecordComponentPoolingMode) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The method of component-pooling to employ for recordComponents.
setRecordComponentPosition(EmbeddedPosition) - Method in class com.smartgwt.client.widgets.grid.ListGrid
if showRecordComponents is true, how should the component appear within the cell.
setRecordDataStyle(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
Default style for data field.
setRecordDescriptionStyle(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
Default style for description.
setRecordDetailDSProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The name of the ListGridRecord property that specifies the DataSource to use when listGrid.expansionMode is "related".
setRecordEditProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Property name on a record that should be checked to determine whether the record may be edited.
setRecordEnabledProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Property name on a record that will be checked to determine whether a record is enabled.
setRecordFormatter(RecordFormatter) - Method in class com.smartgwt.client.widgets.tableview.TableView
 
setRecordInfoStyle(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
Default style for info field.
setRecordLayout(RecordLayout) - Method in class com.smartgwt.client.widgets.tableview.TableView
Sets the arrangement of data fields from the record.
setRecordName(String) - Method in class com.smartgwt.client.data.DataSource
See recordName.
setRecordName(String) - Method in class com.smartgwt.client.data.OperationBinding
For an XML DataSource, tagName of the elements to be used as records.
setRecordNavigationProperty(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
Boolean property on each record that controls whether navigation controls are shown for that record.
setRecords(ListGridRecord[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Synonym for ListGrid.setData(ListGridRecord[])
setRecordsPerBlock(int) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
The number of records to display in a block.
setRecordSummaryBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showing any record summary fields (IE: fields of type:"summary"), this attribute specifies a custom base style to apply to cells in the summary field
setRecordSummaryFunction(RecordSummaryFunctionType) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Only applies to fields of type "summary".
setRecordSummaryFunction(RecordSummaryFunction) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Only applies to fields of type "summary".
setRecordTitleStyle(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
Default style for title.
setRecordXPath(String) - Method in class com.smartgwt.client.data.DataSource
See recordXPath.
setRecordXPath(String) - Method in class com.smartgwt.client.data.OperationBinding
For an XML or JSON DataSource, XPath expression used to retrieve the objects that will become DataSource records.
setRecordXPath(String) - Method in class com.smartgwt.client.data.RestDataSource
For RestDataSources, by default, either the xmlRecordXPath or jsonRecordXPath is used based on the dataFormat setting.
setRect(Rectangle) - Method in class com.smartgwt.client.widgets.Canvas
Set all four coordinates, relative to the enclosing context, at once.
setRect(int, int, int, int) - Method in class com.smartgwt.client.widgets.Canvas
Set all four coordinates, relative to the enclosing context, at once.
setRed(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Sets the Red element of the selected color
setRedrawOnChange(boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Setting to true causes the FormItem to be immediately redrawn with the new properties when its value changes
setRedrawOnResize(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Should this element be redrawn in response to a resize?
setRedrawOnStateChange(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Whether this widget needs to redraw to reflect state change
setRejectInvalidValueOnChange(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If validateOnChange is true, and validation fails for an item on change, with no suggested value, should we revert to the previous value, or continue to display the bad value entered by the user.
setRejectInvalidValueOnChange(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If validateOnChange is true, and validation fails for this item on change, with no suggested value, should we revert to the previous value, or continue to display the bad value entered by the user.
setRelativeEndDate(RelativeDate) - Method in class com.smartgwt.client.data.DateRange
Set the relative end date of the range.
setRelativeStartDate(RelativeDate) - Method in class com.smartgwt.client.data.DateRange
Set the relative start date of the range.
setRemoveButtonPrompt(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The hover prompt text for the remove button.
setRemoveButtonPrompt(String) - Method in class com.smartgwt.client.widgets.form.FilterClause
The hover prompt text for the remove button.
setRemoveDataPrompt(String) - Static method in class com.smartgwt.client.rpc.RPCManager
Default prompt displayed to user while an opration is running to remove data from the server.
setRemoveDataURL(String) - Method in class com.smartgwt.client.data.RestDataSource
Custom dataURL for remove type operations
setRemoveFieldTitle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The title to use for the remove field.
setRemoveIcon(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When canRemoveRecords is enabled, default icon to show in the auto-generated field that allows removing records.
setRemoveIconSize(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default width and height of remove icons for this ListGrid.
setRemoveOperation(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setRemoveOperation(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Operation ID this component should use when performing remove operations.
setRemoveOperation(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setRemoveOperation(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setRemoveOperation(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setRemoveOperation(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setRemoveOperation(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setReportCollisions(Boolean) - Method in class com.smartgwt.client.widgets.tree.Tree
If new nodes are added to a tree with modelType:"parent" which have the same id field value as existing nodes, the existing nodes are removed when the new nodes are added.
setRequestProperties(DSRequest) - Method in class com.smartgwt.client.data.DataSource
Additional properties to pass through to the DSRequests made by this DataSource.
setRequestProperties(DSRequest) - Method in class com.smartgwt.client.data.OperationBinding
Additional properties to pass through to the DSRequest created for this operation.
setRequired(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Indicates this field must be non-null in order for a record to pass validation.
setRequired(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Whether a non-empty value is required for this field to pass validation.
setRequired(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When the user edits cells in this field, is this value required to be non-empty in order for validation to pass.
Note: for databound listGrids, this property may be specified on the DataSourceField, enabling both client and server side validation.
setRequiredMessage(String) - Method in class com.smartgwt.client.data.DataSource
The required message for required field errors.
setRequiredMessage(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The required message for required field errors.
setRequiredMessage(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
The required message for required field errors.
setRequiredRightTitlePrefix(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string prepended to the title of every required item in this form if highlightRequiredFields is true and the titleOrientation property is set to "right".
setRequiredRightTitleSuffix(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string appended to the title of every required item in this form if highlightRequiredFields is true and the titleOrientation property is set to "right".
setRequiredTitlePrefix(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string prepended to the title of every required item in this form if highlightRequiredFields is true.
setRequiredTitleSuffix(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string appended to the title of every required item in this form if highlightRequiredFields is true.
setResizeable(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
If set to false, then the items in this section will not be resized by sectionHeader repositioning.
setResizeBarClass(String) - Method in class com.smartgwt.client.widgets.layout.Layout
Class to use for creating resizeBars.
setResizeBarClass(String) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Customized resizeBar with typical appearance for a ToolStrip
setResizeBarSize(int) - Method in class com.smartgwt.client.widgets.layout.Layout
Thickness of the resizeBars in pixels
setResizeBarSize(int) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Thickness of the resizeBars in pixels
setResizeBarTarget(String) - Method in class com.smartgwt.client.widgets.Canvas
When this Canvas is included as a member in a Layout, and showResizeBar is set to true so that a resizeBar is created, resizeBarTarget:"next" can be set to indicate that the resizeBar should resize the next member of the layout rather than this one.
setResizeFieldsInRealTime(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
True == we redraw the list viewer in real time as fields are being resized.
setResizeFrom(String...) - Method in class com.smartgwt.client.widgets.Canvas
Allows resizing in certain edges or corners.
setResponseDataSchema(DataSource) - Method in class com.smartgwt.client.data.OperationBinding
Optional schema describing how to extract DataSource records from the XML elements selected.
setResultBatchSize(int) - Method in class com.smartgwt.client.data.DataSource
Very advanced: for servers that do not support paging, and must return large numbers of XML records in one HTTP response, Smart GWT breaks up the processing of the response in order to avoid the "script running slowly" dialog appearing for an end user.
setResultingValue(Object) - Method in class com.smartgwt.client.widgets.form.validator.CustomValidator
To transform the incoming value that is validated into a different value or format set this property from Validator.condition() to the desired value.
setResultSetClass(String) - Method in class com.smartgwt.client.data.DataSource
Class for ResultSets used by this datasource.
setResultSize(int) - Method in class com.smartgwt.client.data.ResultSet
How many rows to retrieve at once.
setRetainValuesAcrossFields(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Dictates whether values entered by a user should be retained in the value fields when a different field is selected.
setReverseOrder(Boolean) - Method in class com.smartgwt.client.widgets.layout.Layout
Reverse the order of stacking for this Layout, so that the last member is shown first.
setRight(int) - Method in class com.smartgwt.client.widgets.Canvas
Resizes the widget horizontally to position its right side at the specified coordinate.
setRightButtonIcon(String) - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Icon for the rightButton

If this method is called after the component has been drawn/initialized: Setter for rightButtonIcon
setRightButtonIcon(String) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Setter for rightButtonIcon.
setRightButtonTitle(String) - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Title for the rightButton

If this method is called after the component has been drawn/initialized: Setter for rightButtonTitle
setRightButtonTitle(String) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Setter for rightButtonTitle
setRightTitlePrefix(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string prepended to the title of an item in this form if its titleOrientation property is set to "right".
setRightTitleSuffix(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string appended to the title of an item in this form if its titleOrientation property is set to "right".
setRollOverMenuHideDelay(int) - Method in class com.smartgwt.client.widgets.menu.MenuButton
When showMenuOnRollOver is true, this is the delay in milliseconds before the menu is automatically hidden following mouseOut.
setRollUnderCanvasProperties(Canvas) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The RollUnder Canvas properties when showRollover is true and showRollOverCanvas is true.
setRollupValue(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
facetValueId of the default rollupValue for each facet.
setRollupValue(String) - Method in class com.smartgwt.client.widgets.cube.Facet
facetValueId of the rollup facetValue for this facet
setRoot(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
If you're using the "parent" modelType, you can provide the root node configuration via this property.
setRootValue(Object) - Method in class com.smartgwt.client.data.DataSourceField
For a field that is a foreignKey establishing a tree relationship, what value indicates a root-level node.
setRootValue(String) - Method in class com.smartgwt.client.data.DataSourceField
For a field that is a foreignKey establishing a tree relationship, what value indicates a root-level node.
setRootValue(Integer) - Method in class com.smartgwt.client.data.DataSourceField
For a field that is a foreignKey establishing a tree relationship, what value indicates a root-level node.
setRootValue(Float) - Method in class com.smartgwt.client.data.DataSourceField
For a field that is a foreignKey establishing a tree relationship, what value indicates a root-level node.
setRootValue(String) - Method in class com.smartgwt.client.widgets.tree.Tree
If you are using the "parent" modelType and did not specify a root node via root with an id (idField), then you can provide the root node's id via this property.
setRootValue(int) - Method in class com.smartgwt.client.widgets.tree.Tree
If you are using the "parent" modelType and did not specify a root node via root with an id (idField), then you can provide the root node's id via this property.
setRoundPrecision(int) - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
If roundValues is false, the slider value will be rounded to this number of decimal places.
setRoundPrecision(int) - Method in class com.smartgwt.client.widgets.Slider
If roundValues is false, the slider value will be rounded to this number of decimal places.
setRoundToPrecision(int) - Method in class com.smartgwt.client.widgets.form.validator.FloatPrecisionValidator
Set the roundToPrecision.
setRoundValues(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
Specifies whether the slider value should be rounded to the nearest integer.
setRoundValues(Boolean) - Method in class com.smartgwt.client.widgets.Slider
Specifies whether the slider value should be rounded to the nearest integer.
setRowEndEditAction(RowEndEditAction) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If the user is editing a record in this listGrid, and attempts to navigate to a field beyond the end of the row, via tab (or shift-tab off the first editable field), this property determines what action to take: "next": start editing the next (or previous) record in the list "same": put focus back into the first editable field of the same record.
setRowErrors(int, Map) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set the validation errors for some row (replacing any pre-existant validation errors)
setRowFacets(String...) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
The list of ids for facets that will appear to the left of the body.
setRowHeaderBaseStyle(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
baseStyle for the buttons in this grid's row headers.
setRowHeaderGridMode(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If enabled row headers for this cubeGrid will be rendered using a com.smartgwt.client.grid.GridRenderer component.
setRowHeight(int) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The height of time-slots in the calendar.
setRowHeight(int) - Method in class com.smartgwt.client.widgets.layout.Portlet
If you set the rowHeight of a Portlet before adding it to a PortalLayout, then the height will be used when creating the new row.
setRowHeight(String) - Method in class com.smartgwt.client.widgets.layout.Portlet
If you set the rowHeight of a Portlet before adding it to a PortalLayout, then the height will be used when creating the new row.
setRowNum(int) - Method in class com.smartgwt.client.widgets.grid.ListGridEditorContext
 
setRowNumberFieldProperties(ListGridField) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set the properties generated field that displays the current row number when showRowNumbers is true.
setRowNumberStart(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The number to start the row-count from - default value is 1.
setRowNumberStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The CSS Style name for the rowNumberField.
setRowSpan(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Number of rows that this item spans
setRowSpan(int) - Method in class com.smartgwt.client.widgets.form.fields.HiddenItem
hidden fields don't take up any rows
setSaturation(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Sets the Saturation of the selected color
setSaveButtonTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the save button in the quick event dialog and the event editor
setSaveByCell(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether edits should be saved whenever the user moves between cells in the current edit row.
setSaveDataPrompt(String) - Static method in class com.smartgwt.client.rpc.RPCManager
Default prompt displayed to the user while an opreration is running to save data to the server.
setSaveLocally(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
For grids with a specified dataSource, this property can be set to true to avoid the grid from attempting to save / retrieve data from the server.
setSaveOnEnter(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, when the user hits the Enter key while focused in a text-item in this form, we automatically submit the form to the server using the DynamicForm.submit method.
setSaveOnEnter(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If true, when the user hits the Enter key while focused in a text-item in this FilterBuilder, we automatically invoke the user-supplied FilterBuilder.search method.
setSaveOperationType(DSOperationType) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default DSOperationType to be performed when DynamicForm.saveData is called.
setSaveOperationType(DSOperationType) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Default DSOperationType to be performed when DynamicForm.saveData is called.
setSaveRequestProperties(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
For editable grids with a specified dataSource, where saveLocally is false, this attribute may be used to specify standard DSRequest properties to apply to all save operations performed by this grid (whether triggered by user interaction, or explicit saveEdits or saveAllEdits call).
setScClassName(String) - Method in class com.smartgwt.client.core.BaseClass
Set the name of the underlying SmartClient class.
setScClassName(String) - Method in class com.smartgwt.client.widgets.BaseWidget
Set the name of the underlying SmartClient class.
setScreenReaderMode(boolean) - Static method in class com.smartgwt.client.util.SC
Enables full screen reader mode.
setScriptable(Boolean) - Method in class com.smartgwt.client.widgets.plugins.Applet
Usable only in IE: if true allows JS->Java LiveConnect (other platforms that support LiveConnect have it enabled by default and do not allow it to be disabled).
setScrollbarSize(int) - Method in class com.smartgwt.client.widgets.Canvas
How thick should we make the scrollbars for this canvas.
NOTE: has no effect if showCustomScrollbars is false.
setScrollerButtonSize(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
If showTabScroller is true, this property governs the size of scroller buttons.
setScrollerHSrc(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If this TabSet is showing tab scroller buttons, and symmetricScroller is true, this property governs the base URL for the tab bar back and forward scroller button images for horizontal tab bars [IE for tab sets with tabBarPosition set to "top" or "bottom"].
setScrollerSrc(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If this TabSet is showing tab scroller buttons, and symmetricScroller is false, this property governs the base URL for the tab bar back and forward scroller button images.
setScrollerVSrc(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If this TabSet is showing tab scroller buttons, and symmetricScroller is true, this property governs the base URL for the tab bar back and forward scroller button images for vertical tab bars [IE for tab sets with tabBarPosition set to "left" or "right"].
setScrollRedrawDelay(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
While drag scrolling in an incrementally rendered grid, time in milliseconds to wait before redrawing, after the last mouse movement by the user.
setScrollSectionIntoView(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStack
If an expanded or shown section expands past the current viewport and this property is true, then the viewport will auto-scroll to fit as much of the section content into the viewport without scrolling the top of the section out of the viewport.
setScrollToWorkday(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If set, causes the workday hours to be sized to fill the available space in the day view and week view, and automatically scrolls these views to the start of the workday when the calendar is first displayed and whenever the user switches to a new day or week.
setSecondsAgoTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "second".
setSecondsFromNowTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "second".
setSectionExpanded(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Whether this form section should be initially collapsed.
setSectionHeaderClass(String) - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Name of the Canvas subclass to use as a header that labels the section and allows showing and hiding.
setSectionHeaderClass(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Name of the Canvas subclass to use as a header that labels the section and allows showing and hiding.
setSectionProperties(String, SectionStackSection) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Set arbitrary properties for a particular section in this SectionStack.
setSectionProperties(int, SectionStackSection) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Set arbitrary properties for a particular section in this SectionStack.
setSections(SectionStackSection...) - Method in class com.smartgwt.client.widgets.layout.SectionStack
 
setSectionTitle(String, String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Changes the title of a Section Header.
setSectionTitle(int, String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Changes the title of a Section Header.
setSectionVisibilityMode(VisibilityMode) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If the form has sections, [implemented as SectionItems], this attribute controls whether multiple sections can be expanded at once.
setSelected(Boolean) - Method in class com.smartgwt.client.widgets.Button
Whether this component is selected.
setSelected(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
Whether this component is selected.
setSelected(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Whether this component is selected.
setSelected(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
Whether this component is selected.
setSelectedCellStyle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The base name for the CSS class applied to a cell that is selected via a mouse drag.
setSelectedColorLabel(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The label shown next to the selected color box.
setSelectedPaths(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Reset this grid's selection to match the String object passed in.
Used to restore previous state retrieved from the grid by a call to TreeGrid.getSelectedPaths.
setSelectedState(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Reset this grid's selection to match the String object passed in.
Used to restore previous state retrieved from the grid by a call to ListGrid.getSelectedState.
setSelectedTab(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Specifies the index of the initially selected tab.
setSelectionAppearance(SelectionAppearance) - Method in class com.smartgwt.client.widgets.grid.ListGrid
How selection of rows should be presented to the user.
setSelectionBoundary(SelectionBoundary) - Method in class com.smartgwt.client.widgets.cube.Facet
Selection boundary determining what facets / facetValues can be selected together by drag selection / shift+click selection
setSelectionBoundary(SelectionBoundary) - Method in class com.smartgwt.client.widgets.cube.FacetValue
Selection boundary determining what facets / facetValues can be selected together by drag selection / shift+click selection.
setSelectionCanvasProperties(Canvas) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Canvas with properties to apply to the auto-generated Selection Canvas properties when showSelectionCanvas is true.
setSelectionProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If specified, the selection object for this list will use this property to mark records as selected.
setSelectionProperty(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If specified, the selection object for this list will use this property to mark records as selected.
setSelectionRange(int, int) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true, falls through to standard FormItem.setSelectionRange implementation on this items freeform text entry field.
setSelectionRange(int, int) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Puts focus into this form item and selects characters between the given indices.
setSelectionRange(int, int) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Puts focus into this form item and selects characters between the given indices.
setSelectionType(SelectionStyle) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Defines a listGrid's clickable-selection behavior.
setSelectionType(SelectionStyle) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Defines a tileGrid's clickable-selection behavior.
setSelectionUnderCanvasProperties(Canvas) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Canvas with properties to apply to the auto-generated Selection Under Canvas properties when showSelectionCanvas is true.
setSelectOnEdit(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When the user starts editing a row, should the row also be selected?
setSelectOnFocus(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If this property is set to true, whenever a text-based field in this form (TextItem, TextAreaItem) is given focus programmatically (see DynamicForm.focusInItem), all text within the item will be selected.
setSelectOnFocus(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Allows the selectOnFocus behavior to be configured on a per-FormItem basis.
setSelectOnFocus(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Allows the selectOnFocus behavior to be configured on a per-FormItem basis.
setSelectOnFocus(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Allows the selectOnFocus behavior to be configured on a per-FormItem basis.
setSelectorFormat(DateItemSelectorFormat) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If showing date selectors rather than the date text field (so when this.useTextField is false), this property allows customization of the order of the day, month and year selector fields.
setSelectOtherPrompt(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Title to show in prompt for "other" value.
setSendExtraFields(Boolean) - Method in class com.smartgwt.client.data.DataSource
Analogous to dropExtraFields, for data sent to the server.
setSendMetaData(Boolean) - Method in class com.smartgwt.client.data.RestDataSource
Should operation meta data be included when assembling parameters to send to the server? If true, meta data parameters will be prefixed with the metaDataPrefix.
Applies to operations where OperationBinding.dataProtocol is set to "getParams" or "postParams" only.
setSendNoQueue(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
When set to true, this request is sent to the server immediately, bypassing any current queue.
setSeparateFolders(Boolean) - Method in class com.smartgwt.client.widgets.tree.Tree
Should folders be sorted separately from leaves or should nodes be ordered according to their sort field value regardless of whether the node is a leaf or folder?
setSeparateFolders(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If specified, this attribute will override separateFolders on the data for this treeGrid.
setSeparatorClass(String) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Class to create when the string "separator" appears in members.
setSeparatorRows(ListGridRecord[]) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Array of records to show between matching and non-matching rows in the PickList.
setSeparatorRows(ListGridRecord[]) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
Array of records to show between matching and non-matching rows in the PickList.
setSeparatorRows(ListGridRecord[]) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
 
setSeparatorSize(int) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Separator thickness in pixels
setSeparatorStyle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for a separator
setSeparatorTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Title for the separator between normal items and the Other... item in the drop down list.
setSeparatorValue(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Value for the separator item between normal items and the Other... value.
setSequenceName(String) - Method in class com.smartgwt.client.data.DataSourceField
For a DataSource with serverType:"sql" with a field of type "sequence", the name of the SQL sequence that should be used when inserting new records into this table.
setSerializeInstances(JSONInstanceSerializationMode) - Method in class com.smartgwt.client.util.JSONEncoder
Controls the output of the JSONEncoder when instances of Smart GWT classes (eg a ListGrid) are included in the data to be serialized.
setServerOutputAsString(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
Setting this flag makes the body of the HTTP response available as a String in the callback as data.
setServiceNamespace(String) - Method in class com.smartgwt.client.data.DataSource
For an XML DataSource, URN of the WebService to use to invoke operations.
setShadowDepth(int) - Method in class com.smartgwt.client.widgets.Canvas
Depth of the shadow, or the virtual height above the page of the widget throwing the shadow.
setShadowImage(String) - Method in class com.smartgwt.client.widgets.Canvas
Base name of the series of images for the sides, corners, and center of the shadow.
setShadowOffset(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Offset of the shadow.
setShadowSoftness(Integer) - Method in class com.smartgwt.client.widgets.Canvas
Softness, or degree of blurring, of the shadow.
setShiftKey(boolean) - Method in class com.smartgwt.client.core.KeyIdentifier
 
setShortDateDisplayFormat(DateDisplayFormat) - Static method in class com.smartgwt.client.util.DateUtil
Set the system wide default short date format.
setShortDateDisplayFormatter(DateDisplayFormatter) - Static method in class com.smartgwt.client.util.DateUtil
Set up a system wide default short date formatting function.
setShortDatetimeDisplayFormat(DateDisplayFormat) - Static method in class com.smartgwt.client.util.DateUtil
Set the system wide default short datetime format.
setShortDatetimeDisplayFormatter(DateDisplayFormatter) - Static method in class com.smartgwt.client.util.DateUtil
Set up a system wide default short datetime formatting function.
setShortDisplayFormatter(SimpleTypeFormatter) - Method in class com.smartgwt.client.data.SimpleType
Formatter for values of this type when compact display is required, for example, in a ListGrid or TreeGrid.
setShouldPrint(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Whether this canvas should be included in a printable view.
setShouldPrint(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether this field should be included in the printable representation of the grid.
setShouldSaveValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
Should this item's value be saved in the form's values and hence returned from form.getValues()?
setShouldSaveValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Allow dateRangeItems' values to show up in the form's values array, or if DynamicForm.getValuesAsCriteria is called, for the criterion to be included in the returned AdvancedCriteria object
setShouldSaveValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Should this item's value be saved in the form's values and hence returned from form.getValues()?
setShouldSaveValue(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Allow miniDateRangeItems' values to show up in the form's values array, or if DynamicForm.getValuesAsCriteria is called, for the criterion to be included in the returned AdvancedCriteria object
setShowAddButton(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If set, a button will be shown underneath all current clauses allowing a new clause to be added.
setShowAddEventButton(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setShowAllColumns(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether all columns should be drawn all at once, or only columns visible in the viewport.
setShowAllOptions(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If true, even non-matching options will be shown, with configurable separator rows in between.
setShowAllOptions(Boolean) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If true, even non-matching options will be shown, with configurable separatorRows in between.
setShowAllOptions(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If true, even non-matching options will be shown, with configurable separatorRows in between.
setShowAllRecords(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether all rows should be drawn all at once, or only rows visible in the viewport.
setShowAllRecords(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Whether tiles are created and drawn for all records, or only for those currently visible.
setShowAlternateStyle(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When set to false, don't apply alternate-row styling to this field.
setShowAnimationEffect(String) - Method in class com.smartgwt.client.widgets.menu.Menu
When this menu is shown how should it animate into view? By default the menu will just show at the specified size/position.
setShowBackgroundComponent(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true this grid will create and show per-row backgroundComponents as detailed here.
setShowBody(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, draw the body contents when this Window is drawn.
setShowCalculatedDateField(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Should the Calculated-Date be displayed to the right of the pickerIcon.
setShowCancelButton(Boolean) - Method in class com.smartgwt.client.widgets.DateChooser
Determines whether the "Cancel" button will be displayed.
setShowCellContextMenus(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether to show a context menu with standard items for all context clicks on rows in the body.
setShowCenter(Boolean) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Whether to show media in the center section, that is, behind the decorated Canvas.
setShowChartRect(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to show a rectangular shape around the area of the chart where data is plotted.
setShowChooserIcon(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Should we show the icon that shells a date-chooser?
setShowCloseButton(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, show a close button in the header, which will dismiss this window by calling Window.closeClick.
setShowCloseConfirmationMessage(Boolean) - Method in class com.smartgwt.client.widgets.layout.Portlet
If true, closeConfirmationMessage will be displayed before portlets are closed
setShowClosedGrip(Boolean) - Method in class com.smartgwt.client.widgets.Snapbar
If showGrip is true, this property determines whether the grip image displayed should show the "Closed" state when the target is hidden.
setShowClosedGrip(Boolean) - Method in class com.smartgwt.client.widgets.Splitbar
If showGrip is true, this property determines whether the grip image displayed should show the "Closed" state when the target is hidden.
setShowColumnMenus(Boolean) - Method in class com.smartgwt.client.widgets.layout.PortalLayout
Should a menu be shown within each column with options to add / remove columns?

If this method is called after the component has been drawn/initialized: Sets showColumnMenus and updates existing columns to reflect the new setting.
setShowComplexFields(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setShowComplexFields(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Whether to show fields of non-atomic types when a DataBoundComponent is given a DataSource but no component.fields.
setShowComplexFields(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setShowComplexFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setShowComplexFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setShowComplexFields(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setShowComplexFields(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setShowComplexFieldsRecursively(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If set, this DynamicForm will set both showComplexFields and showComplexFieldsRecursively on any nested component used for showing/editing a complex field.
setShowConnectors(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should this treeGrid show connector lines illustrating the tree's hierarchy?
setShowControlsBar(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If false the controls bar at the top of the calendar will not be displayed.
setShowCorner(Boolean) - Method in class com.smartgwt.client.widgets.Scrollbar
If true, displays a corner piece at the bottom end of a vertical scrollbar, or the right end of a horizontal scrollbar.
setShowCustomIconDrop(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should folder nodes showing custom icons (set via the customIconProperty, default icon), show drop state images when the user is drop-hovering over the folder.
setShowCustomIconOpen(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Should folder nodes showing custom icons (set via the customIconProperty), show open state images when the folder is opened.
setShowCustomIconOpen(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should folder nodes showing custom icons (set via the customIconProperty), show open state images when the folder is opened.
setShowCustomScrollbars(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Whether to use the browser's native scrollbars or Smart GWT-based scrollbars.
setShowDataPoints(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
For line charts, whether to show data points for each individual data value.
setShowDateChooser(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Determines whether the dateChooser is displayed.
setShowDatePickerButton(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setShowDayHeaders(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If false, the month view does not show day headers
setShowDayView(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setShowDebugOutput(Boolean) - Method in class com.smartgwt.client.util.JSONEncoder
If objects that cannot be serialized to JSON are encountered during serialization, show a placeholder rather than just omitting them.
setShowDefaultContextMenu(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
When set to false, this field will not show a context menu in it's header.
setShowDetailFields(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setShowDetailFields(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Whether to show fields marked detail:true when a DataBoundComponent is given a DataSource but no component.fields.
setShowDetailFields(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setShowDetailFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setShowDetailFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setShowDetailFields(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setShowDetailFields(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setShowDisabled(Boolean) - Method in class com.smartgwt.client.widgets.Button
Should we visibly change state when disabled?
setShowDisabled(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When this item is disabled, should it be re-styled to indicate its disabled state?

If this method is called after the component has been drawn/initialized: Setter method for showDisabled
setShowDisabled(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
Should we visibly change state when disabled?
setShowDisabled(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Should we visibly change state when disabled?
setShowDisabled(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
Should we visibly change state when disabled?
setShowDisabledIcon(Boolean) - Method in class com.smartgwt.client.widgets.Button
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
setShowDisabledIcon(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
setShowDisabledIcon(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
setShowDisabledIcon(Boolean) - Method in class com.smartgwt.client.widgets.Label
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
setShowDisabledIcon(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
setShowDisabledIcon(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
If using an icon for this button, whether to switch the icon image if the button becomes disabled.
setShowDisabledSelectionCheckbox(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should tree nodes show a disabled checkbox instead of a blank space when selectionAppearance:"checkbox" is set on the treegrid, and a node can't be selected?
setShowDoughnut(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to show a "doughnut hole" in the middle of pie charts.
setShowDown(Boolean) - Method in class com.smartgwt.client.widgets.Button
Should we visibly change state when the mouse goes down in this object?
setShowDown(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
Should we visibly change state when the mouse goes down in this object?
setShowDown(Boolean) - Method in class com.smartgwt.client.widgets.Snapbar
Snapbars show mouse-down styling.
setShowDown(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Should we visibly change state when the mouse goes down in this object?
setShowDown(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
Should we visibly change state when the mouse goes down in this object?
setShowDownGrip(Boolean) - Method in class com.smartgwt.client.widgets.Snapbar
If showGrip is true, this property determines whether to show the 'Down' state on the grip image when the user mousedown's on this widget.
setShowDownGrip(Boolean) - Method in class com.smartgwt.client.widgets.Splitbar
If showGrip is true, this property determines whether to show the 'Down' state on the grip image when the user mousedown's on this widget.
setShowDownGrip(Boolean) - Method in class com.smartgwt.client.widgets.StretchImg
If showGrip is true, this property determines whether to show the 'Down' state on the grip image when the user mousedown's on this widget.
setShowDownIcon(Boolean) - Method in class com.smartgwt.client.widgets.Button
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
setShowDownIcon(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
setShowDownIcon(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
setShowDownIcon(Boolean) - Method in class com.smartgwt.client.widgets.Label
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
setShowDownIcon(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
setShowDownIcon(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
If using an icon for this button, whether to switch the icon image when the mouse goes down on the button.
setShowDragPlaceHolder(Boolean) - Method in class com.smartgwt.client.widgets.layout.Layout
If set to true, when a member is dragged out of layout, a visible placeholder canvas will be displayed in place of the dragged widget for the duration of the drag and drop interaction.
setShowDragShadow(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
When this widget is dragged, if its dragAppearance is "target", should we show a shadow behind the canvas during the drag.
setShowDropIcon(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeNode
For folder nodes showing custom icons (set via icon), this property allows the developer to specify on a per-node basis whether a drop state icon should be displayed when the user drop-hovers over this folder.
Set node.showDropIcon to true to show the drop state icon, or false to suppress this.
If not specified, this behavior is determined by showCustomIconDrop for this node.
setShowDropIcons(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If true, when the user drags a droppable target over a folder in this TreeGrid, show a different icon folder icon.
setShowDropIcons(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If true, when the user drags a droppable target over a folder in this TreeGrid, show a different icon folder icon.
setShowEdges(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Whether an EdgedCanvas should be used to show image-based edges around this component.
setShowEmptyField(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Whether to show the field when the value is null
setShowEmptyMessage(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether the text of the emptyMessage property should be displayed if no data is available.
setShowEmptyMessage(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Show emptyMessage when there is no data to display?
setShowErrorIcon(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
setShowErrorIcons(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
setShowErrorStyle(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
setShowErrorStyle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
setShowErrorText(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
setShowErrorText(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
showErrorIcons, showErrorText, and showErrorStyle control how validation errors are displayed when they are displayed inline in the form (next to the form item where there is a validation error).
setShowExpandControls(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Whether to show the Expand/Collapse controls in the headers of sections.
setShowFieldTitles(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If true (the default), show field titles in the drop-down box used to select a field for querying.
setShowFieldTitles(boolean) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If true (the default), show field titles in the drop-down box used to select a field for querying.
setShowFieldTitles(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterClause
If true (the default), show field titles in the drop-down box used to select a field for querying.
setShowFileInline(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
For a field of type:"imageFile", indicates whether to stream the image and display it inline or to display the View and Download icons.
setShowFileInline(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ViewFileItem
Indicates whether to stream the image and display it inline or to display the View and Download icons.
setShowFileInline(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
For a field of type:"imageFile", indicates whether to stream the image and display it inline or to display the View and Download icons.
setShowFileInline(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
For a field of type:"imageFile", indicates whether to stream the image and display it inline or to display the View and Download icons.
setShowFilterEditor(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should this listGrid display a filter row.
setShowFilterExpressionLegendMenuItem(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
For use with showFilterEditor:true and allowFilterExpressions:true, adds a menu item to the Filter context menu that shows the supported Expression table in a dialog.
setShowFilterFieldsOnly(Boolean) - Method in class com.smartgwt.client.widgets.form.SearchForm
If this attribute is true any canFilter:false fields specified on the dataSource will not be shown unless explicitly included in this component's fields array
setShowFocused(Boolean) - Method in class com.smartgwt.client.widgets.Button
Should we visibly change state when the canvas receives focus? If showFocusedAsOver is true, the "over" will be used to indicate focus.
setShowFocused(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
When this item receives focus, should it be re-styled to indicate it has focus?
setShowFocused(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
Should this icon's image switch to the appropriate "focused" source when the user puts focus on the form item or icon?
setShowFocused(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
When this item receives focus, should it be re-styled to indicate it has focus?
setShowFocused(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
Should we visibly change state when the canvas receives focus? If showFocusedAsOver is true, the "over" will be used to indicate focus.
setShowFocused(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Should we visibly change state when the canvas receives focus? If showFocusedAsOver is true, the "over" will be used to indicate focus.
setShowFocused(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
Should we visibly change state when the canvas receives focus? If showFocusedAsOver is true, the "over" will be used to indicate focus.
setShowFocused(Boolean) - Method in class com.smartgwt.client.widgets.tab.ImgTab
Should we visibly change state when the tab receives keyboard focus?
setShowFocusedAsOver(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
If showFocused is true for this widget, should the "over" state be used to indicate the widget as focused.
setShowFocusedIcon(Boolean) - Method in class com.smartgwt.client.widgets.Button
If using an icon for this button, whether to switch the icon image when the button receives focus.
setShowFocusedIcon(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If using an icon for this button, whether to switch the icon image when the button receives focus.
setShowFocusedIcon(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
If using an icon for this button, whether to switch the icon image when the button receives focus.
setShowFocusedIcon(Boolean) - Method in class com.smartgwt.client.widgets.Label
If using an icon for this button, whether to switch the icon image when the button receives focus.
setShowFocusedIcon(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
If using an icon for this button, whether to switch the icon image when the button receives focus.
setShowFocusedIcon(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
If using an icon for this button, whether to switch the icon image when the button receives focus.
setShowFocusedIcons(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If we're showing icons, should we change their image source to the appropriate focused source when this item has focus? Can be overridden on a per icon basis by the formItemIcon showFocused property.
setShowFocusedPickerIcon(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If showPickerIcon is true for this item, should the picker icon show a focused image when the form item has focus?
setShowFocusedWithItem(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If this icon will be updated to show focus (see showFocused, showFocusedIcons), this property governs whether the focused state should be shown when the item as a whole receives focus or just if the icon receives focus.
setShowFooter(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, show a footer for this Window, including resizer, statusBar, etc.
setShowFullConnectors(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If showConnectors is true, this property determines whether we should show vertical continuation lines for each level of indenting within the tree.
setShowFutureOptions(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Should we show time-unit options in the future? If set to false, for each timeUnitOption we will show only past options [for example "N weeks ago"].
setShowGridSummary(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should this ListGrid show a summary row beneath the last record of the grid.
setShowGridSummary(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGridSummary is true, should this field show a summary value.
setShowGrip(Boolean) - Method in class com.smartgwt.client.widgets.Snapbar
Should we show a "grip" image floating above the center of this widget?
setShowGrip(Boolean) - Method in class com.smartgwt.client.widgets.Splitbar
Should we show a "grip" image floating above the center of this widget?
setShowGrip(Boolean) - Method in class com.smartgwt.client.widgets.StretchImg
Should we show a "grip" image floating above the center of this widget?
setShowGroupSummary(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this listGrid supports grouping, setting this property will cause the grid to render an extra row at the end of each group when grouped, containing summary information for the fields.
setShowGroupSummary(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGroupSummary is true, should this field show a summary value in a summary row when the grid is grouped? If unset, this field will show a summary value in the summary row if an explicit summaryFunction is specified or if a default summary function is defined for the specified field type.
setShowGroupSummaryInHeader(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this grid is grouped, and showGroupSummary is true, setting this property causes field summary values for each group to be displayed directly in the group header node, rather than showing up at the bottom of each expanded group.
setShowGroupTitleColumn(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this grid is grouped and showGroupSummaryInHeader is true, instead of group header nodes showing up with a single cell value spanning the full set of columns, summaries for each field will show up in the appropriate columns of the header node.
setShowHeader(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we show the header for this ListGrid?

If this method is called after the component has been drawn/initialized: Show or hide the ListGrid header.
setShowHeader(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
If true, a header will be shown for this section.
setShowHeader(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, show a header for this Window.
setShowHeaderBackground(Boolean) - Method in class com.smartgwt.client.widgets.Window
Should the window header show a background image? Default value is true for all browsers except for Internet Explorer.
If set to true the image source is derived from headerSrc and hiliteHeaderSrc, otherwise the background will be styled according to headerStyle / hiliteHeaderStyle.
setShowHeaderContextMenu(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether to show a context menu on the header with standard items for showing and hiding fields.
setShowHeaderIcon(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, we show an icon on the left in the header.
setShowHeaderMenuButton(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If set to true and showHeaderContextMenu is true, the headerMenuButton will be displayed when the user rolls over the header buttons in this grid.
setShowHeaders(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If set, each column in the ColumnTree will show a header with the title of the selected node from the column to the left.
setShowHiddenFields(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setShowHiddenFields(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Whether to show fields marked hidden:true when a DataBoundComponent is given a DataSource but no component.fields.
setShowHiddenFields(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setShowHiddenFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setShowHiddenFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setShowHiddenFields(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setShowHiddenFields(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setShowHint(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If a hint is defined for this form item, should it be shown?
setShowHintInField(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If showing a hint for this form item, should it be shown within the field?
setShowHintInField(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If showing a hint for this form item, should it be shown within the field?
setShowHintInField(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
If showing hint for this form item, should it be shown within the field?
setShowHintInField(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
If showing hint for this form item, should it be shown within the field?
setShowHover(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
If this.canHover is true, should we show the global hover canvas by default when the user hovers over this canvas?
setShowHover(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, and canHover is also true, when the user hovers over a cell, hover text will pop up next to the mouse.
setShowHover(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Whether to show hovers for this field.
setShowHoverComponents(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
When set to true, shows a widget hovering at the mouse point instead of the builtin hover label.
setShowHoverComponents(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When set to true and canHover is also true, shows a widget hovering at the mouse point.
setShowIconField(Boolean) - Method in class com.smartgwt.client.widgets.tableview.TableView
Should an icon field be shown for each record? A column in the table is set aside for an icon as specified on each record in the iconField.
setShowIcons(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set to false to suppress writing out any icons for this item.
setShowIcons(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
A boolean, indicating whether the checkmark/custom icon column should be displayed.
setShowIfCondition(FormItemIfFunction) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Expression that's evaluated to see if an item should be dynamically hidden.
setShowIfCondition(ListGridFieldIfFunction) - Method in class com.smartgwt.client.widgets.grid.ListGridField
A function, if provided, is evaluated to conditionally determine whether this field should be displayed.
setShowIfCondition(DetailViewerFieldIfFunction) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
If specified on a field, this method is evaluated at draw time to determine whether or not to show this particular field.
setShowInlineErrors(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, field errors are written into the form next to the item(s) where the errors occurred.
setShowKeys(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
A boolean, indicating whether the shortcut key column should be displayed.
setShowLabel(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
Should we show the label text next to the checkbox item.
setShowLabel(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
Should we show the label text next to the checkbox item.
setShowLeftButton(boolean) - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Show or hide the leftButton
setShowLeftButton(boolean) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Show or hide the leftButton.
setShowLegend(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
The legend is automatically shown for charts that need it (generally, multi-series charts) but can be forced off by setting showLegend to false.
setShowLocalFieldsOnly(Boolean) - Method in class com.smartgwt.client.data.DataSource
For a DataSource that inherits fields from another DataSource (via inheritsFrom), indicates that only the fields listed in this DataSource should be shown.
setShowMaximizeButton(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, show a maximize button in the header - clicking it maximizes the Window

If this method is called after the component has been drawn/initialized: Dynamically update showMaximizeButton to show / hide the maximizeButton
setShowMenuBelow(Boolean) - Method in class com.smartgwt.client.widgets.menu.IMenuButton
The menu drops down below the menu button.
setShowMenuBelow(Boolean) - Method in class com.smartgwt.client.widgets.menu.MenuButton
The menu drops down below the menu button.
setShowMenuButtonImage(Boolean) - Method in class com.smartgwt.client.widgets.menu.IMenuButton
Show menu button image (up / down arrowhead) for this menu button.
setShowMenuButtonImage(Boolean) - Method in class com.smartgwt.client.widgets.menu.MenuButton
Show menu button image (up / down arrowhead) for this menu button.
setShowMenuOnRollOver(Boolean) - Method in class com.smartgwt.client.widgets.menu.MenuButton
When set to true, show the menu automatically when the mouse moves over the button.
setShowMinimizeButton(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, show a minimize button in the header--clicking it minimizes the Window.
setShowModalMask(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, displays a translucent mask over the rest of the page when a modal window is displayed.
setShowMonthView(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setShowMoreTab(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
Should tabs exceeding moreTabCount be shown on a "more" tab?
setShowMultipleColumns(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
When set to false, only displays a single column at a time, showing a slide animation when moving between columns.
setShowNavigation(Boolean) - Method in class com.smartgwt.client.widgets.tableview.TableView
Whether to show navigation controls by default on all records.
setShowNodeCount(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If set, and showHeaders is also set, each column's header will show a count of the number of nodes in that column
setShowOpener(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should the an opener icon be displayed next to folder nodes?
setShowOpenIcon(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeNode
For folder nodes showing custom icons (set via icon), this property allows the developer to specify on a per-node basis whether an open state icon should be displayed when the folder is open.
setShowOpenIcons(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If true, show a different icon for open folders than closed folders.
setShowOpenIcons(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If true, show a different icon for open folders than closed folders.
setShowOptionsFromDataSource(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this item is part of a databound form, and has a specified valueMap, by default we show the valueMap options in the pickList for the item.
setShowOptionsFromDataSource(Boolean) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this item is part of a databound form, and has a specified valueMap by default we show the valueMap options in the pickList for the item.
setShowOptionsFromDataSource(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this item is part of a databound form, and has a specified valueMap, by default we show the valueMap options in the pickList for the item.
setShowOtherDays(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If set to true, in the month view, days that fall in an adjacent month are still shown with a header and body area, and are interactive.
setShowOver(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
Should this icon's image switch to the appropriate "over" source when the user rolls over or focuses on the icon?
setShowOver(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
When the user rolls over the select item, should the pickButton display it's Over state?
setShowOverCanvas(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
When this property is set to true, this widget will create and show the overCanvas on user rollover.
setShowOverIcons(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If we're showing icons, should we change their image source to the appropriate over source when the user rolls over (or puts focus onto) them? Can be overridden on a per icon basis by the formItemIcon showOver property.
setShowPaneContainerEdges(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
Should the paneContainer for this tabset show edges.
setShowParentsLast(Boolean) - Method in class com.smartgwt.client.widgets.cube.Facet
Indicates internal hierarchy should be displayed in reverse of normal tree order (so that parents follow children)
setShowPartialEdges(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
If the paneContainer for this tab set is showing edges, setting this attribute to true will set the paneContainer to show customEdges for the three sides opposing the tabBarPosition.
setShowPartialSelection(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Should partially selected parents be shown with special icon?
setShowPastOptions(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Should we show time-unit options in the past? If set to false, for each timeUnitOption we will show only future options [for example "N weeks from now"].
setShowPickerIcon(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Show the picker icon for the ComboBox.
setShowPickerIcon(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Should we show a special 'picker' icon for this form item.
setShowPickerIcon(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Should we show a special 'picker' icon for this form item.
setShowPickListOnKeypress(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Should the list of options be displayed whenever the user types into the the combo-box textArea, or only when the user clicks on the pick button or uses the explicit Alt+Arrow Down key combination?
setShowPrompt(Boolean) - Method in class com.smartgwt.client.data.DataSource
Whether RPCRequests sent by this DataSource should enable showPrompt if it's unset.
setShowPrompt(boolean) - Static method in class com.smartgwt.client.rpc.RPCManager
If set to true, the RPCManager will block the UI with a modal dialog containing the text from RPCManager.defaultPrompt (or the per-RPCRequest override) until the RPC to the server completes.
setShowPrompt(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
Overrides RPCManager.showPrompt for this request only.
setShowQuickEventDialog(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Determines whether the quick event dialog is displayed when a time is clicked.
setShowRadarGradationLabels(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to show gradation labels in radar charts.
setShowRange(Boolean) - Method in class com.smartgwt.client.widgets.Slider
Indicates whether labels for the min and max values of the slider should be displayed.
setShowRecordComponents(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If set to true, this listGrid should create and show an embedded component in every row of the grid.
setShowRecordComponentsByCell(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, shows 'recordComponents' in cells, rather than just in records.
setShowRemoveButton(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If set, a button will be shown for each clause allowing it to be removed.
setShowRemoveButton(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterClause
If set, show a button for this clause allowing it to be removed.
setShowResizeBar(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
When this Canvas is included as a member in a Layout, whether a resizeBar should be shown after this member in the layout, to allow it to be resized.
setShowResizer(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, show a button in the lower right corner that allows users to resize the Window.
setShowRightButton(boolean) - Method in class com.smartgwt.client.widgets.layout.NavigationBar
Show or hide the rightButton
setShowRightButton(boolean) - Method in class com.smartgwt.client.widgets.layout.SplitPane
Show or hide the rightButton.
setShowRollOver(Boolean) - Method in class com.smartgwt.client.widgets.Button
Should we visibly change state when the mouse goes over this object?
setShowRollOver(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we show different styling for the cell the mouse is over?
If true, the cell style will have the suffix "Over" appended.
setShowRollOver(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
Should we visibly change state when the mouse goes over this object?
setShowRollOver(Boolean) - Method in class com.smartgwt.client.widgets.Snapbar
Snapbars show rollover styling.
setShowRollOver(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Should we visibly change state when the mouse goes over this object?
setShowRollOver(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
Should we visibly change state when the mouse goes over this object?
setShowRollOver(Boolean) - Method in class com.smartgwt.client.widgets.tab.ImgTab
Should we visibly change state when the mouse goes over this tab
setShowRollOverCanvas(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showRollOver is true, this property provides an option to show roll over styling with the rollOverCanvas and rollUnderCanvas rather than using css styling.
setShowRollOverGrip(Boolean) - Method in class com.smartgwt.client.widgets.Snapbar
If showGrip is true, this property determines whether to show the 'Over' state on the grip image when the user rolls over on this widget.
setShowRollOverGrip(Boolean) - Method in class com.smartgwt.client.widgets.Splitbar
If showGrip is true, this property determines whether to show the 'Over' state on the grip image when the user rolls over on this widget.
setShowRollOverGrip(Boolean) - Method in class com.smartgwt.client.widgets.StretchImg
If showGrip is true, this property determines whether to show the 'Over' state on the grip image when the user rolls over on this widget.
setShowRollOverIcon(Boolean) - Method in class com.smartgwt.client.widgets.Button
If using an icon for this button, whether to switch the icon image on mouse rollover.
setShowRollOverIcon(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If using an icon for this button, whether to switch the icon image on mouse rollover.
setShowRollOverIcon(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
If using an icon for this button, whether to switch the icon image on mouse rollover.
setShowRollOverIcon(Boolean) - Method in class com.smartgwt.client.widgets.Label
If using an icon for this button, whether to switch the icon image on mouse rollover.
setShowRollOverIcon(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
If using an icon for this button, whether to switch the icon image on mouse rollover.
setShowRollOverIcon(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
If using an icon for this button, whether to switch the icon image on mouse rollover.
setShowRoot(Boolean) - Method in class com.smartgwt.client.widgets.tree.Tree
Controls whether a call to Tree.getOpenList includes the root node.
setShowRoot(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Specifies whether the root node should be displayed in the treeGrid.
setShowRowNumbers(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When set to true, shows an additional field at the beginning of the field-list (respecting RTL) that displays the current rowNum for each record.
setShowSelectedIcon(Boolean) - Method in class com.smartgwt.client.widgets.Button
If using an icon for this button, whether to switch the icon image when the button becomes selected.
setShowSelectedIcon(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If using an icon for this button, whether to switch the icon image when the button becomes selected.
setShowSelectedIcon(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
If using an icon for this button, whether to switch the icon image when the button becomes selected.
setShowSelectedIcon(Boolean) - Method in class com.smartgwt.client.widgets.Label
If using an icon for this button, whether to switch the icon image when the button becomes selected.
setShowSelectedIcon(Boolean) - Method in class com.smartgwt.client.widgets.StatefulCanvas
If using an icon for this button, whether to switch the icon image when the button becomes selected.
setShowSelectedIcon(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
If using an icon for this button, whether to switch the icon image when the button becomes selected.
setShowSelectedStyle(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should the "Selected" style be applied to selected records?
setShowSelectionCanvas(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If selectionType is set to "single", setting this property to true means selection will be displayed to the user with the selectionCanvas and selectionUnderCanvas rather than using css styling.
setShowSelectionCheckbox(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If true, causes a CheckboxItem to appear to the left of each clause in "inline" appearance.
setShowShadow(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Whether to show a drop shadow for this Canvas

If this method is called after the component has been drawn/initialized: Method to update showShadow.
setShowShadows(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to automatically show shadows for various charts.
setShowSortArrow(SortArrow) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether a sorting arrow should appear for the listGrid, and its location.
setShowSortNumerals(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When multiple fields are sorted, set this to false to hide the sort-numeral displayed by default after the sort-arrows in the header-buttons of sorted fields.
setShowStatusBar(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, show a statusBar for this Window, including resizer.
setShowSubClauseButton(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Whether to show a button that allows the user to add subclauses.
setShowSubmenus(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
A boolean, indicating whether the submenu indicator column should be displayed.
setShowTabPicker(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
If there is not enough space to display all the tab-buttons in this tabSet, should a drop-down "picker" be displayed to allow selection of tabs that are clipped?
setShowTabScroller(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
If there is not enough space to display all the tab-buttons in this tabSet, should scroller buttons be displayed to allow access to tabs that are clipped?
setShowTitle(String) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to show a title.
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.BlurbItem
Blurb items show no title by default.
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
Buttons do not show a title by default.
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
CheckboxItem has special behavior for titles, see labelAsTitle.
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Should we show a title cell for this formItem?
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
Don't show a separate title cell for headers
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.HiddenItem
we never show a separate title cell for hidden fields
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RichTextItem
Don't show the title for rich text items by default
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RowSpacerItem
we never show a separate title cell for separators
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SpacerItem
we never show a separate title cell for spacers
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
Don't show a title for toolbars
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.Img
Determines whether any specified title will be displayed for this component.
Applies to Image-based components only, where the title will be rendered out in a label floating over the component
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.ImgButton
Determines whether any specified title will be displayed for this component.
Applies to Image-based components only, where the title will be rendered out in a label floating over the component
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.Slider
Indicates whether the slider's title should be displayed.
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.StretchImg
Determines whether any specified title will be displayed for this component.
Applies to Image-based components only, where the title will be rendered out in a label floating over the component
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
Determines whether any specified title will be displayed for this component.
Applies to Image-based components only, where the title will be rendered out in a label floating over the component
setShowTitle(Boolean) - Method in class com.smartgwt.client.widgets.Window
Show a title (typically just text) on the header for this window.
setShowTitlesWithErrorMessages(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Indicates whether on validation failure, the error message displayed to the user should be prepended with the title for the item.
setShowTodayButton(Boolean) - Method in class com.smartgwt.client.widgets.DateChooser
Determines whether the "Today" button will be displayed, allowing the user to select the current date.
setShowToolbar(Boolean) - Method in class com.smartgwt.client.widgets.Dialog
Whether to show a toolbar of buttons at the bottom of the Dialog.
setShowTrackEnds(Boolean) - Method in class com.smartgwt.client.widgets.Scrollbar
If true, the scrollbar uses a 5-segment rather than 3-segment image representation, where the 3 interior image segments have the same state (Down, Over, etc), independent of the two outermost image segments.
setShowTreeColumnPicker(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When headerSpans are in use, whether to show a hierarchical column picker that includes both headerSpans and normal headers, with normal headers indented under headerSpans similarly to how a TreeGrid displays a Tree.
setShowUnsetImage(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
Determines what image to display when the value for this checkbox is unset.
setShowValue(Boolean) - Method in class com.smartgwt.client.widgets.Slider
Indicates whether a label for the value of the slider should be displayed.
setShowValueIconOnly(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If valueIcons is set, this property may be set to show the valueIcon only and prevent the standard form item element or text from displaying
setShowValueIconOnly(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has a valueIcons property specified, setting this property causes the valueIcon for each value to be displayed in the cell without also showing the record's value for the field.
setShowWeekends(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Suppresses the display of weekend days in the week and month views, and disallows the creation of events on weekends.
setShowWeekends(Boolean) - Method in class com.smartgwt.client.widgets.DateChooser
Whether weekend days should be shown.
setShowWeekView(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setShowWorkday(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If set, causes the calendar to use workdayBaseStyle for cells falling within the workday as defined by workdayStart and workdayEnd, in both the weekView and dayView.
setShrinkForFreeze(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this list grid is showing any frozen fields, and a horizontal scrollbar is visible at the bottom of the liquid columns, should an equivalent scrollbar gap be left visible below the frozen columns?
Note that if set to true any backgroundColor or border applied to the ListGrid will show up below the bottom row of the frozen column(s).
setSimpleDeselect(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
If true, clicking on the existing selection causes it to be entirely deselected.
setSimpleTabBaseStyle(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If this.useSimpleTabs is true, simpleTabBaseClass will be the base style used to determine the css style to apply to the tabs.
This property will be suffixed with the side on which the tab-bar will appear, followed by with the tab's state (selected, over, etc), resolving to a className like "tabButtonTopOver"
setSingleCellValue(String) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Default property name denoting the single value to display for all fields of this row.
setSingleCellValueProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If record[this.singleCellValueProperty] is set for some record, the record will be displayed as a single cell spanning every column in the grid, with contents set to the value of record[this.singleCellValueProperty].
setSize(Integer) - Method in class com.smartgwt.client.widgets.Img
Convenience for setting height and width to the same value, at init time only
setSkinDir() - Static method in class com.smartgwt.client.util.Page
Specify the URL for media that's part of the skin
setSkinDir(String) - Static method in class com.smartgwt.client.util.Page
Specify the URL for media that's part of the skin
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.Canvas
Default directory for skin images (those defined by the class), relative to the Page-wide skinDir.
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Default directory for skin images (those defined by the class), relative to the Page-wide skinDir.
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.DateChooser
Overridden directory where images for this widget (such as the month and year button icons) may be found.
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Standard skin directory for edge images (sides and corners).
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Where do 'skin' images (those provided with the class) live?
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.ImgSplitbar
Default directory for skin images (those defined by the class), relative to the Page-wide skinDir.
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.Scrollbar
Where are the skin images for the Scrollbar.
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.tab.ImgTab
Base path for the images.
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Default directory for skin images (those defined by the class), relative to the Page-wide skinDir.
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.toolbar.ToolStripResizer
Path to resizer image.
setSkinImgDir(String) - Method in class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
Path to separator image.
setSkipInternalProperties(Boolean) - Method in class com.smartgwt.client.util.JSONEncoder
If true, don't show isc internal properties when encoding and object.
setSmoothFade(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
 
setSnapAxis(String) - Method in class com.smartgwt.client.widgets.Canvas
Describes which axes to apply snap-to-grid to.
setSnapEdge(String) - Method in class com.smartgwt.client.widgets.Canvas
If snapTo is defined to this widget, this property can be used to define which edge of this widget should be snapped to an edge of the master or parent element.
setSnapHDirection(String) - Method in class com.smartgwt.client.widgets.Canvas
The horizontal snap direction.
setSnapHGap(int) - Method in class com.smartgwt.client.widgets.Canvas
The horizontal grid size to use, in pixels, when snap-to-grid is enabled.
setSnapOffsetLeft(Integer) - Method in class com.smartgwt.client.widgets.Canvas
If snapTo is defined for this widget, this property can be used to specify an offset in px or percentage for the left coordinate of this widget.
setSnapOffsetTop(Integer) - Method in class com.smartgwt.client.widgets.Canvas
If snapTo is defined for this widget, this property can be used to specify an offset in px or percentage for the top coordinate of this widget.
setSnapOnDrop(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
When this canvas is dropped onto an object supporting snap-to-grid, should it snap to the grid (true, the default) or just drop wherever the mouse is (false).
setSnapResizeToGrid(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Causes this canvas to snap to its parent's grid when resizing.
setSnapTo(String) - Method in class com.smartgwt.client.widgets.Canvas
Position this widget such that it is aligned with ("snapped to") an edge of its masterElement (if specified), or its parentElement.
setSnapToGrid(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Causes this canvas to snap to its parent's grid when dragging.
setSnapVDirection(String) - Method in class com.smartgwt.client.widgets.Canvas
The vertical snap direction.
setSnapVGap(int) - Method in class com.smartgwt.client.widgets.Canvas
The vertical grid size to use, in pixels, when snap-to-grid is enabled.
setSort(SortSpecifier...) - Method in class com.smartgwt.client.data.RecordList
Multi-Property sort.
setSort(SortSpecifier[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
This method sorts the grid on one or more fields.
setSortAscendingImage(ImgProperties) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Image to show when sorting ascending.
setSortBy(SortSpecifier[]) - Method in class com.smartgwt.client.data.DSRequest
Fieldnames to sortBy.
setSortByDisplayField(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
For a field with displayField configured, should client-side sorting be performed on the display field value? Unless explicitly set to false the display field value is used.
setSortDescendingImage(ImgProperties) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Image to show when sorting descending.
setSortDirection(SortDirection) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Direction of sorting if sortedFacet or sortedFacetValues is specified.
setSortDirection(SortDirection) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Sorting direction of this ListGrid.
setSortDirection(SortDirection) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Specifies the default sorting direction for this column.
setSortedFacetValues(FacetValueMap) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
FacetValueMap of facet values representing a set of facetValues by which the cubeGrid data is sorted.
setSortField(String) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Specifies the field by which this item should be initially sorted.
setSortField(Integer) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
Specifies the field by which this item should be initially sorted.
setSortField(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Specifies the field by which this item should be initially sorted.
setSortField(Integer) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Specifies the field by which this item should be initially sorted.
setSortField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Specifies the field by which this grid should be initially sorted.
setSortField(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Specifies the field by which this grid should be initially sorted.
setSortFieldAscendingText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, this attribute will be shown as the menu item title to sort a field in ascending order.
setSortFieldDescendingText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, this attribute will be shown as the menu item title to sort a field in descending order.
setSortFoldersBeforeLeaves(Boolean) - Method in class com.smartgwt.client.widgets.tree.Tree
If separateFolders is true, should folders be displayed above or below leaves? When set to true folders will appear above leaves when the sortDirection applied to the tree is ASCENDING
setSortFoldersBeforeLeaves(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If specified, this attribute will override sortFoldersBeforeLeaves on the data for this treeGrid.
setSortNormalizer(SortNormalizer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Optional function to return the value that should be used when sorting this field.
setSortNumeralStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When multiple fields are sorted, the Style to apply to the numeral that appears after the sort-arrows in the header-buttons of sorted fields.
setSortState(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Reset this grid's sort state (sort field and direction or list of SortSpecifiers) to match the String object passed in.
Used to restore previous state retrieved from the grid by a call to ListGrid.getSortState.
setSpace(int) - Method in class com.smartgwt.client.widgets.toolbar.ToolStripSpacer
 
setSpoofResponses(Boolean) - Method in class com.smartgwt.client.data.OperationBinding
For a DataSource contacting a WSDL web service, setting this flag means the DataSource doesn't actually attempt to contact the server but generates a sample response instead, based on the XML Schema of the response message embedded in the WSDL.
setSrc(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If set, this property determines this icon's image source.
setSrc(String) - Method in class com.smartgwt.client.widgets.Img
The base filename for the image.
setSrc(String) - Method in class com.smartgwt.client.widgets.ImgButton
The base filename for the image.
setSrc(String) - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the URL of the image local to the skin or application directory.
setSrc(String) - Method in class com.smartgwt.client.widgets.ImgSplitbar
The base filename for the image.
setSrc(String) - Method in class com.smartgwt.client.widgets.plugins.Applet
A URL that points to the class of this applet.
setSrc(String) - Method in class com.smartgwt.client.widgets.plugins.Flashlet
Location from which to load the Flashlet.
setSrc(String) - Method in class com.smartgwt.client.widgets.plugins.SVG
Location from which to load the SVG.
setSrc(String) - Method in class com.smartgwt.client.widgets.Progressbar
The base file name for the progressbar image.
setSrc(String) - Method in class com.smartgwt.client.widgets.Splitbar
The base URL for the image.
setSrc(String) - Method in class com.smartgwt.client.widgets.StretchImg
The base URL for the image.
setSrc(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
Base URL for the image.
setSrc(String) - Method in class com.smartgwt.client.widgets.tab.ImgTab
Base URL for tab images
setSrc(String) - Method in class com.smartgwt.client.widgets.Window
A URL to load as content for the Window's body.
setStacked(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to use stacking for charts where this makes sense (column, area, pie, line and radar charts).
setStackZIndex(String) - Method in class com.smartgwt.client.widgets.layout.Layout
For use in conjunction with memberOverlap, controls the z-stacking order of members.
setStartDate(Date) - Method in class com.smartgwt.client.data.DateRange
Set the start date of the range.
setStartDate(Date) - Method in class com.smartgwt.client.widgets.calendar.CalendarEvent
Date object which represents the start date of a CalendarEvent.
setStartDate(Date) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Minimum date the selectors will allow the user to pick.
setStartDate(Date) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
Minimum date the selectors will allow the user to pick.
setStartDateField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the start date field in a CalendarEvent.
setStartRow(Integer) - Method in class com.smartgwt.client.data.DSRequest
Starting row of requested results, used only with fetch operations.
setStartRow(Integer) - Method in class com.smartgwt.client.data.DSResponse
Starting row of returned server results, when using paged result fetching
setStartRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ButtonItem
These items are in a row by themselves by default
setStartRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Whether this item should always start a new row in the form layout.
setStartRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
these items are in a row by themselves by default
setStartRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RichTextItem
By default RichTextItems take up an entire row
setStartRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RowSpacerItem
these items are in a row by themselves by default
setStartRow(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
these items are in a row by themselves by default
setStartThumbOverlap(Integer) - Method in class com.smartgwt.client.widgets.Scrollbar
Number of pixels the thumb is allowed to overlap the buttons at the start of the track.
setStartYear(int) - Method in class com.smartgwt.client.widgets.DateChooser
Earliest year that may be selected.
setState(State) - Method in class com.smartgwt.client.widgets.Button
Current "state" of this widget.
setState(State) - Method in class com.smartgwt.client.widgets.ImgButton
Current "state" of this widget.
setState(State) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Current "state" of this widget.
setState(String) - Method in class com.smartgwt.client.widgets.StretchImg
Set the specified image's state to newState and update the displayed image given by whichPart, or set the state for all images to newState and update the displayed images if whichPart is not provided.
setState(String, String) - Method in class com.smartgwt.client.widgets.StretchImg
Set the specified image's state to newState and update the displayed image given by whichPart, or set the state for all images to newState and update the displayed images if whichPart is not provided.
setState(State) - Method in class com.smartgwt.client.widgets.StretchImgButton
Current "state" of this widget.
setStatus(int) - Method in class com.smartgwt.client.rpc.RPCResponse
Status code for this response.
setStatus(String) - Method in class com.smartgwt.client.widgets.Window
Text to show in the status bar of the window (if one is visible)

If this method is called after the component has been drawn/initialized: Sets the text in the status bar of the window, redrawing if necessary.
setStep(double) - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
How much should the value be incremented / decremented when the user hits the icons to increase / decrease the value?
setStep(int) - Method in class com.smartgwt.client.widgets.form.fields.SpinnerItem
 
setStepPercent(float) - Method in class com.smartgwt.client.widgets.Slider
The percentage of the total slider that constitutes one discrete step.
setStopIfFalse(Boolean) - Method in class com.smartgwt.client.widgets.form.validator.Validator
Normally, all validators defined for a field will be run even if one of the validators has already failed.
setStopOnError(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Indicates that if validation fails, the user should not be allowed to exit the field - focus will be forced back into the field until the error is corrected.
setStopOnError(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Indicates that if validation fails, the user should not be allowed to exit the field - focus will be forced back into the field until the error is corrected.
setStopOnError(Boolean) - Method in class com.smartgwt.client.widgets.form.validator.Validator
Indicates that if this validator is not passed, the user should not be allowed to exit the field - focus will be forced back into the field until the error is corrected.
setStopOnErrors(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this is an editable listGrid, this property determines how failure to save due to validation errors should be displayed to the user.
setStrictQuoting(Boolean) - Method in class com.smartgwt.client.util.JSONEncoder
Whether all property names should be quoted, or only those property names that are not valid identifiers or are JavaScript reserved words (such as "true").
setStrictSQLFiltering(Boolean) - Method in class com.smartgwt.client.data.DataSource
[A] If set to true, both client and server-side advanced filtering used by Smart GWT will follow SQL99 behavior for dealing with NULL values, which is often counter-intuitive to users.
setStyleName(String) - Method in class com.smartgwt.client.widgets.Canvas
The CSS class applied to this widget as a whole.
setStyleName(String) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Default styleName for the chart.
setStyleName(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
CSS class for the CubeGrid as a whole
setStyleName(String) - Method in class com.smartgwt.client.widgets.Dialog
Style of the Dialog background
setStyleName(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default CSS class
setStyleName(String) - Method in class com.smartgwt.client.widgets.Label
Set the CSS class for this widget.
setStyleName(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Default CSS style for the SectionStack as a whole.
setStyleName(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Style for the overall TileGrid component.
setStyleName(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
CSS style for the component as a whole.
setSubClauseButtonPrompt(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The hover prompt text for the subClauseButton.
setSubClauseButtonTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title of the subClauseButton
setSubmenu(Menu) - Method in class com.smartgwt.client.widgets.menu.MenuItem
A reference to another menu, to display as a submenu when the mouse cursor hovers over this menu item.
setSubmenuDirection(String) - Method in class com.smartgwt.client.widgets.menu.Menu
Should submenus show up on our left or right.
setSubstring(String) - Method in class com.smartgwt.client.widgets.form.validator.ContainsValidator
 
setSubstring(String) - Method in class com.smartgwt.client.widgets.form.validator.DoesntContainValidator
 
setSubstring(String) - Method in class com.smartgwt.client.widgets.form.validator.StringCountValidator
Set the substring.
setSummaryFunction(SummaryFunctionType) - Method in class com.smartgwt.client.data.DataSourceField
If showGridSummary or showGroupSummary is true, this attribute can be used to specify an explicit SummaryFunction for calculating the summary value to display.
setSummaryFunction(String) - Method in class com.smartgwt.client.data.DataSourceField
If showGridSummary or showGroupSummary is true, this attribute can be used to specify an summary function registered via com.smartgwt.client.data.SimpleType#registerSummaryFunction() for calculating the summary value to display.
setSummaryFunction(SummaryFunction) - Method in class com.smartgwt.client.data.DataSourceField
If showGridSummary or showGroupSummary is true, this attribute can be used to specify an explicit SummaryFunction for calculating the summary value to display.
setSummaryFunction(SummaryFunctionType) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGridSummary or showGroupSummary is true, this method can be used to specify a com.smartgwt.client.types for calculating the summary value to display.
setSummaryFunction(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGridSummary or showGroupSummary is true, this method can be used to specify the name of a summary function registered via com.smartgwt.client.data.SimpleType#registerSummaryFunction() for calculating the summary value to display.
setSummaryFunction(SummaryFunction) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGridSummary or showGroupSummary is true, this method can be used to specify a com.smartgwt.client.widgets.grid for calculating the summary value to display.
setSummaryRowCriteria(Criteria) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showGridSummary is true, and a summaryRowDataSource is specified this property may be used to specify fetch criteria to apply when retrieving summary data to show in the summary row.
setSummaryRowDataSource(DataSource) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showGridSummary is true, by default summary values are calculated on the client based on the current data-set for the grid (see ListGrid.getGridSummary and ListGrid.getGridSummaryFunction).
setSummaryRowFetchRequestProperties(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If ListGrid.setShowGridSummary(Boolean) is true, and a ${isc.DocUtils.linkForRef('listGrid.summaryDataSource')} is specified this property may be used to customize the fetch request used when retrieving summary data to show in the summary row.
setSummaryRowHeight(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default height for the summary row autoChild.
setSummaryRowStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
baseStyle for the summaryRow
setSummaryTitle(String) - Method in class com.smartgwt.client.widgets.cube.Facet
Title for facet summary.
setSummaryTitle(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Optional long summary title for this field, provided in addition to title.
setSummaryValue(String) - Method in class com.smartgwt.client.widgets.cube.Facet
Value for facet summary.
setSummaryValueTitle(String) - Method in class com.smartgwt.client.data.DataSourceField
Title to show in a Summary of type "title" for this field.
setSummaryValueTitle(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If showGridSummary or showGroupSummary is true and the summaryFunction is set to "title", this attribute may be set to a string to display in the group and/or grid summary.
setSupportsTransparency(Boolean) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Determines whether to show the opacity slider.
setSuppressValidationErrorCallback(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
When calling DynamicForm.saveData on a form or valuesManager, by default if the server returns an error code, any callback passed into saveData() will not be fired.
setSuppressValidationErrorCallback(Boolean) - Method in class com.smartgwt.client.widgets.form.ValuesManager
When calling ValuesManager.saveData on a form or valuesManager, by default if the server returns an error code, any callback passed into saveData() will not be fired.
setSuppressValueIcon(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If valueIcons is set, this property may be set to prevent the value icons from showing up next to the form items value
setSuppressValueIcon(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If this field has a valueIcons property specified, setting this property to true will prevent the valueIcon being written out into this field's cells.
setSwatchHeight(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Displayed height of the color swatch image.
setSwatchImageURL(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The location of the color swatch image file
setSwatchWidth(int) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Displayed width of the color swatch image.
setSymmetricEdges(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
If this tabSet will show edges for the paneContainer, this property determines whether the same edge media will be used regardless of the tab bar position, or whether different media should be used (necessary if the edge appearance is not symmetrical on all sides).
setSymmetricPickerButton(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
If this TabSet is showing a tab picker button, this property determines whether the pickerButtonHSrc and pickerButtonVSrc media will be used for vertical and horizontal tab-bar picker buttons, or whether separate media should be used for each possible tabBarPosition based on the pickerButtonSrc property for this tabSet.
setSymmetricScroller(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
If this TabSet is showing tab scroller buttons, this property determines whether the scrollerHSrc and scrollerVSrc media will be used for vertical and horizontal tab-bar scroller buttons, or whether separate media should be used for each possible tabBarPosition based on the scrollerSrc property for this tabSet.
setSynchColumnLayout(Boolean) - Method in class com.smartgwt.client.widgets.cube.Facet
If true, treat all values in this facet as a facetValueGroup - causes synched header reorder and resize.
setSynchronousValidation(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If enabled, whenever validation is triggered and a request to the server is required, user interactivity will be blocked until the request returns.
setSynchronousValidation(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If enabled, whenever validation is triggered and a request to the server is required, user interactivity will be blocked until the request returns.
setTabBarAlign(Side) - Method in class com.smartgwt.client.widgets.tab.TabSet
Alignment of the tabBar.
setTabBarControls(Object...) - Method in class com.smartgwt.client.widgets.tab.TabSet
This property determines what controls should show up after the tabBar for this tabSet.
setTabBarPosition(Side) - Method in class com.smartgwt.client.widgets.tab.TabSet
Which side of the TabSet the TabBar should appear on.
setTabBarThickness(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Thickness of tabBar, applies to either orientation (specifies height for horizontal, width for vertical orientation).
setTabIcon(int, String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Changes the icon of a tab
setTabIcon(String, String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Changes the icon of a tab
setTabIcon(Tab, String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Changes the icon of a tab
setTabIndex(Integer) - Method in class com.smartgwt.client.widgets.Canvas
If specified this governs the tabIndex of the widget in the page's tab order.
setTabIndex(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
TabIndex for the form item within the form, which controls the order in which controls are visited when the user hits the tab or shift-tab keys to navigate between items.
setTabIndex(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
TabIndex for this formItemIcon.
setTableMode(TableMode) - Method in class com.smartgwt.client.widgets.tableview.TableView
The display mode of the table.
setTabPane(int, Canvas) - Method in class com.smartgwt.client.widgets.tab.TabSet
Apply a new pane to an existing tab in this tabSet
setTabPane(String, Canvas) - Method in class com.smartgwt.client.widgets.tab.TabSet
Apply a new pane to an existing tab in this tabSet
setTabs(Tab...) - Method in class com.smartgwt.client.widgets.tab.TabSet
 
setTabSet(TabSet) - Method in class com.smartgwt.client.widgets.tab.Tab
 
setTabTitle(int, String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Changes the title of a tab
setTabTitle(String, String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Changes the title of a tab
setTabTitle(Tab, String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Changes the title of a tab
setTagName(String) - Method in class com.smartgwt.client.data.DataSource
Tag name to use when serializing to XML.
setTallBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
"Tall" baseStyle for this listGrid.
setTarget(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The name of a window or frame that will receive the results returned by the form's action.
setTarget(String) - Method in class com.smartgwt.client.widgets.form.fields.LinkItem
By default, clicking a link rendered by this item opens it in a new browser window.
setTarget(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
By default, clicking a link rendered by this item opens it in a new browser window.
setTarget(Canvas) - Method in class com.smartgwt.client.widgets.menu.Menu
Optional target canvas for this menu.
setTestData(DataClass[]) - Method in class com.smartgwt.client.data.DataSource
For a client-only DataSource, a set of records to use as a dataset, specified as an Array of JavaScript Objects.
setTextAlign(Alignment) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is true this property governs the alignment of text within the text field.
setTextAlign(Alignment) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Alignment of the text / content within this form item.
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.BlurbItem
Base css style for this item.
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
Base CSS class for this item's title text
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Base CSS class name for a form item's text box element.
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.HeaderItem
Base CSS class for this item
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Base CSS class name for a form item's text box element.
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
Base CSS class applied to this item's title text (rendered next to the checkbox element).
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.RadioGroupItem
Base CSS class applied to the text for items within this radiogroup.
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Base CSS class name for a form item's text box element.
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
Base CSS class for this item
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Base CSS class to apply to this item's input element.
setTextBoxStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Base CSS class name for this item's input element.
setTextColor(String) - Method in class com.smartgwt.client.data.Hilite
When edited via a HiliteEditor, the value for the foreground color of this hilite.
setTextFieldProperties(TextItem) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Custom properties to apply to this dateItem's generated textField.
setTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.data.DSRequest
For "fetch" operations, how search criteria should be interpreted for text fields: either "exact" for exact match, "startsWith" for matching at the beginning only, or "substring" for case-insensitive substring match.
setTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
When applying filter criteria to pickList data, what type of matching to use.
setTextMatchStyle(TextMatchStyle) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
When applying filter criteria to pickList data, what type of matching to use.
setTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
When applying filter criteria to pickList data, what type of matching to use.
setThumbInset(Integer) - Method in class com.smartgwt.client.widgets.Scrollbar
Inset of the thumb relative to the track.
setThumbMinSize(int) - Method in class com.smartgwt.client.widgets.Scrollbar
The minimum pixel size of the draggable thumb regardless of how large the scrolling region becomes.
setThumbOverlap(int) - Method in class com.smartgwt.client.widgets.Scrollbar
Number of pixels the thumb is allowed to overlap the buttons at each end of the track.
setThumbSrc(String) - Method in class com.smartgwt.client.widgets.Slider
The base filename for the slider thumb images.
setThumbThickWidth(int) - Method in class com.smartgwt.client.widgets.Slider
The dimension of the thumb perpendicular to the slider track.
setThumbThinWidth(int) - Method in class com.smartgwt.client.widgets.Slider
The dimension of the thumb parallel to the slider track.
setTileDragAppearance(DragAppearance) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Visual appearance to show when the tile is being dragged.
setTileHeight(Integer) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Height of each tile in pixels.
setTileHMargin(Integer) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Horizontal margin in between tiles.
setTileMargin(int) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Margin in between tiles.
setTileProperties(Canvas) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Common properties to use when creating every tile.
setTiles(Canvas...) - Method in class com.smartgwt.client.widgets.tile.TileLayout
List of tiles to lay out.
setTileSize(int) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Size of each tile in pixels.
setTilesPerLine(Integer) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Number of tiles to show in each line.
setTileValueAlign(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Horizontal alignment for tile values: "left", "right" or "center".
setTileValueStyle(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
When using the default SimpleTile, CSS style for each value shown within a tile.
setTileVMargin(Integer) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Vertical margin in between tiles.
setTileWidth(Integer) - Method in class com.smartgwt.client.widgets.tile.TileLayout
Width of each tile in pixels.
setTimeFormatter(TimeFormatter) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Deprecated. use Calendar.setTimeFormatter(TimeDisplayFormat) instead.
setTimeFormatter(TimeDisplayFormat) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Display format to use for the time portion of events' date information.
setTimeFormatter(TimeDisplayFormat) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default TimeDisplayFormat for type:"time" field values displayed in this form.
setTimeFormatter(TimeDisplayFormat) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Time-format to apply to date type values within this formItem.
setTimeFormatter(TimeDisplayFormat) - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
What format should this item's time string be presented in? If unset the format will be derived from timeFormatter or the system-side
setTimeFormatter(TimeDisplayFormat) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Time-format to apply to date type values within this field.
setTimeFormatter(TimeDisplayFormat) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Display format to use for fields specified as type 'time'.
setTimeFormatter(TimeDisplayFormat) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Time-format to apply to date type values within this field.
setTimelineRange(Date, Date) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Sets the range over which the timeline will display events
setTimelineViewTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the timeline view
setTimeout(int) - Method in class com.smartgwt.client.rpc.RPCRequest
Overrides RPCManager.defaultTimeout for this request only.
setTimeoutErrorMessage(String) - Static method in class com.smartgwt.client.rpc.RPCManager
Default message displayed to user when an opration fails to return from the server within the timeout period specified by RPCManager.defaultTimeout.
setTimeUnitOptions(TimeUnit...) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
List of time units that will be offered for relative dates.
SETTINGS - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
setTitle(String) - Method in class com.smartgwt.client.data.DataSource
User-visible name for this DataSource.
setTitle(String) - Method in class com.smartgwt.client.data.DataSourceField
Default user-visible title for this field.
setTitle(String) - Method in class com.smartgwt.client.data.Hilite
User-visible title for this hilite.
setTitle(String) - Static method in class com.smartgwt.client.data.MultiSortDialog
Set the title of the MultiSortDialog.
setTitle(String) - Static method in class com.smartgwt.client.util.Page
Set the title of the page, which is typically shown as part of the browser window title
setTitle(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
setTitle(String) - Method in class com.smartgwt.client.widgets.Button
The text title to display in this button.
setTitle(String) - Method in class com.smartgwt.client.widgets.Canvas
Synonym for Canvas.setPrompt(String)
setTitle(String) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Title for the chart as a whole.
setTitle(String) - Method in class com.smartgwt.client.widgets.cube.Facet
User-visible title of this facet.
setTitle(String) - Method in class com.smartgwt.client.widgets.cube.FacetValue
User-visible title of this facetValue.
setTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
User visible title for this form item.
setTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.SubmitItem
SubmitItems show a title of "Submit" by default.
setTitle(String) - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
Title for this headerSpan.
setTitle(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
A title for this field, to display in the header of the listGrid object.
setTitle(String) - Method in class com.smartgwt.client.widgets.ImgButton
The text title to display in this button.
setTitle(String) - Method in class com.smartgwt.client.widgets.layout.NavigationBar
The title to display centered in this NavigationBar

If this method is called after the component has been drawn/initialized: Updates the title for this navigationBar.
setTitle(String) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Title to show for the section
setTitle(String) - Method in class com.smartgwt.client.widgets.menu.IMenuButton
Default title for the button.
setTitle(String) - Method in class com.smartgwt.client.widgets.menu.Menu
When used in a MenuBar, the title of the menu button create will be the title of the Menu.
setTitle(String) - Method in class com.smartgwt.client.widgets.menu.MenuButton
Default title for the button.
setTitle(String) - Method in class com.smartgwt.client.widgets.menu.MenuItem
The text displayed for the menu item
setTitle(String) - Method in class com.smartgwt.client.widgets.PrintWindow
Title for the print window
setTitle(String) - Method in class com.smartgwt.client.widgets.Slider
Optional display title for the slider.
setTitle(String) - Method in class com.smartgwt.client.widgets.StatefulCanvas
The text title to display in this button.
setTitle(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
The text title to display in this button.
setTitle(String) - Method in class com.smartgwt.client.widgets.tab.Tab
Specifies the title of the this tab.
setTitle(String) - Method in class com.smartgwt.client.widgets.tree.TreeNode
The title of the node as it should appear next to the node icon in the Tree.
setTitle(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
The title of the field as displayed on the left-hand side.
setTitle(String) - Method in class com.smartgwt.client.widgets.Window
title for this Window, shown in the header (if drawn)

If this method is called after the component has been drawn/initialized: Sets the title text that appears in the window header; the header will be redrawn if necessary.
setTitleAlign(Alignment) - Method in class com.smartgwt.client.widgets.cube.Facet
Alignment of facet label title
setTitleAlign(Alignment) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default alignment for item titles.
setTitleAlign(Alignment) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Alignment of this item's title in its cell.
setTitleColSpan(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Number of columns that this item's title spans.
setTitleEditEvent(TabTitleEditEvent) - Method in class com.smartgwt.client.widgets.tab.TabSet
The event that triggers title editing on this TabSet.
setTitleEditorLeftOffset(Integer) - Method in class com.smartgwt.client.widgets.tab.TabSet
If set, offsets the tab title editor further in from the left-hand edge of the tab, by the number of pixels set in this property.
setTitleEditorProperties(TextItem) - Method in class com.smartgwt.client.widgets.tab.TabSet
Properties for the auto-generated titleEditor.
setTitleEditorRightOffset(Integer) - Method in class com.smartgwt.client.widgets.tab.TabSet
If set, offsets the tab title editor further in from the right-hand edge of the tab, by the number of pixels set in this property.
setTitleEditorTopOffset(Integer) - Method in class com.smartgwt.client.widgets.tab.TabSet
If set, offsets the tab title editor further down from the top edge of the tab, by the number of pixels set in this property.
setTitleField(String) - Method in class com.smartgwt.client.data.DataSource
Best field to use for a user-visible title for an individual record from this dataSource.
setTitleField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setTitleField(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
 
setTitleField(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setTitleField(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setTitleField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setTitleField(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
Field to display for an individual record as the main title.
setTitleField(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setTitleField(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setTitleHilite(String) - Method in class com.smartgwt.client.widgets.cube.FacetValue
Hilite style to apply to the title for this facetValue.
setTitleOrientation(TitleOrientation) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Default orientation for titles for items in this form.
setTitleOrientation(TitleOrientation) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
On which side of this item should the title be placed.
setTitlePrefix(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string prepended to the title of every item in this form.
setTitleProperty(String) - Method in class com.smartgwt.client.widgets.tree.Tree
Name of the property on a TreeNode that holds the title of the node as it should be shown to the user.
setTitleStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
Base CSS class for this item's title cell.
setTitleStyle(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Base CSS class name for a form item's title.
setTitleStyle(String) - Method in class com.smartgwt.client.widgets.StatefulCanvas
 
setTitleStyle(String) - Method in class com.smartgwt.client.widgets.StretchImgButton
CSS style applied to the title text only.
setTitleStyle(String) - Method in class com.smartgwt.client.widgets.tab.ImgTab
Like titleStyle, can set to provide a separate style for the title text.
setTitleStyle(String) - Method in class com.smartgwt.client.widgets.tab.Tab
Provide a separate style for the title text.
setTitleSuffix(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string appended to the title of every item in this form.
setTitleVAlign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Vertical alignment of this item's title in its cell.
setTitleWidth(int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The width in pixels allocated to the title of every item in this form.
setTitleWidth(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The width in pixels allocated to the title of every item in this form.
setToDate(Date) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Initial value for the "to" date.
setToDate(Date) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Initial value for the "to" date.
setTodayButtonHeight(Integer) - Method in class com.smartgwt.client.widgets.DateChooser
If set specifies a fixed height for the Today and Cancel buttons.
setTodayButtonTitle(String) - Method in class com.smartgwt.client.widgets.DateChooser
Title for "Today" button.
setToolbarButtons(Canvas...) - Method in class com.smartgwt.client.widgets.Dialog
Array of Buttons to show in the showToolbar, if shown.
setTooltip(String) - Method in class com.smartgwt.client.widgets.Canvas
Synonym for Canvas.setPrompt(String)
setTooltip(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
This text is shown as a tooltip prompt when the cursor hovers over this item.
setTop(int) - Method in class com.smartgwt.client.widgets.Canvas
Number of pixels the top of the widget is offset down from its default drawing context (either its parent's top-left corner, or the document flow, depending on the value of the position property).
setTop(String) - Method in class com.smartgwt.client.widgets.Canvas
Number of pixels the top of the widget is offset down from its default drawing context (either its parent's top-left corner, or the document flow, depending on the value of the position property).
setTop(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Top coordinate of this item in pixels.
setTopOperator(LogicalOperator) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Default logical operator for all top-level clauses in the FilterBuilder.
setTopOperatorAppearance(TopOperatorAppearance) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
How to display and edit the topOperator for this FilterBuilder.
setTopOperatorTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title for the left-aligned Operator selectItem in the topOperatorForm.
setTotalRows(Integer) - Method in class com.smartgwt.client.data.DSResponse
Total number of rows available from the server that match the current filter criteria, when using paged result fetching.
setToTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
The title for the "to" part of the range.
setTrackCapSize(int) - Method in class com.smartgwt.client.widgets.Slider
The height of vertical slider start and end images, or width of horizontal slider start and end images.
setTrackEndHeight(int) - Method in class com.smartgwt.client.widgets.Scrollbar
The minimum pixel height of the track end segments (if enabled with showTrackEnds).
setTrackEndWidth(int) - Method in class com.smartgwt.client.widgets.Scrollbar
The minimum pixel width of the track end segments (if enabled with showTrackEnds).
setTrackerImage(ImgProperties) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default image to use for the dragTracker when things are dragged within or out of this list.
setTrackImageType(ImageStyle) - Method in class com.smartgwt.client.widgets.Slider
The imageType setting for the slider track.
setTrackSrc(String) - Method in class com.smartgwt.client.widgets.Slider
The base filename for the slider track images.
setTrackWidth(int) - Method in class com.smartgwt.client.widgets.Slider
The thickness of the track.
setTrailingDateField(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The name of the end date field in a CalendarEvent.
setTransformTo(String) - Method in class com.smartgwt.client.widgets.form.validator.MaskValidator
Set the transformTo.
setTransport(RPCTransport) - Method in class com.smartgwt.client.rpc.RPCRequest
Selects the transport used for this RPCRequest.
setTreeField(Boolean) - Method in class com.smartgwt.client.widgets.tree.TreeGridField
The field containing treeField: true will display the Tree.
setTreeFieldTitle(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Visible title for the tree column (field).
setTreeRootValue(String) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
For databound trees, use this attribute to supply a ${isc.DocUtils.linkForRef('ResultTree.rootValue')} for this component's generated data object.
setTreeRootValue(Integer) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
For databound trees, use this attribute to supply a ${isc.DocUtils.linkForRef('ResultTree.rootValue')} for this component's generated data object.
setType(FieldType) - Method in class com.smartgwt.client.data.DataSourceField
Type of this field.
setType(SimpleType) - Method in class com.smartgwt.client.data.DataSourceField
Set the type directly to a defined SimpleType.
setType(DataSource) - Method in class com.smartgwt.client.data.DataSourceField
Deprecated. use #setTypeAsDataSource
setType(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
The DynamicForm picks a field renderer based on the type of the field (and sometimes other attributes of the field).
setType(ValidatorType) - Method in class com.smartgwt.client.widgets.form.validator.Validator
Type of the validator.
setType(String) - Method in class com.smartgwt.client.widgets.form.validator.Validator
Type of the validator defined as a String.
setType(ListGridFieldType) - Method in class com.smartgwt.client.widgets.grid.ListGridField
ListGrids picks a renderer for the view and edit mode of a field based on this attribute.
setType(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
Specifies the type of this DetailViewerField.
setTypeAsDataSource(DataSource) - Method in class com.smartgwt.client.data.DataSourceField
The type can also be the another DataSource, which allows you to model nested structures such as XML documents (in fact, XMLTools.loadXMLSchema() models XML schema in this way).
setTypeOperators(FieldType, OperatorId[]) - Method in class com.smartgwt.client.data.DataSource
Set the list of OperatorIds valid for a given FieldType.
setUncheckedImage(String) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
URL for the image to display when this checkbox is not selected, or unchecked
setUnfreezeFieldText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid and this.canFreezeFields is true, this string will be shown as the title for the menu item to unfreeze a currently frozen field.
setUngroupText(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If we're showing a headerContextMenu for this grid, and this.isGrouped is true, this attribute will be shown as the title for the menu item to ungroup the grid.
setUnknownErrorMessage(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The error message for a failed validator that does not specify its own errorMessage.
setUnsetImage(String) - Method in class com.smartgwt.client.widgets.form.fields.CheckboxItem
URL for the image to display when this checkbox is unset.
setupCanvasConstructor() - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
 
setUpdateCacheFromRequest(Boolean) - Method in class com.smartgwt.client.data.ResultSet
When a successful Add, Update or Remove type operation fires on this ResultSet's dataSource, if data is unset, should we integrate the submitted data values (from the request) into our data-set? This attribute will be passed to DataSource#getUpdatedData as the useDataFromRequest parameter.
setUpdateDataURL(String) - Method in class com.smartgwt.client.data.RestDataSource
Custom dataURL for update type operations
setUpdateOperation(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setUpdateOperation(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Operation ID this component should use when performing update operations.
setUpdateOperation(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setUpdateOperation(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setUpdateOperation(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setUpdateOperation(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setUpdateOperation(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setUpdatePartialCache(Boolean) - Method in class com.smartgwt.client.data.ResultSet
If set to true, updated and added rows will be integrated into the client-side cache even if paging is enabled and cache is partial.
setUseAllDataSourceFields(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setUseAllDataSourceFields(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
If true, the set of fields given by the "default binding" (see fields) is used, with any fields specified in component.fields acting as overrides that can suppress or modify the display of individual fields, without having to list the entire set of fields that should be shown.
setUseAllDataSourceFields(boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, the set of fields given by the "default binding" (see DataBoundComponent.fields) is used, with any fields specified in component.fields acting as overrides that can suppress or modify the display of individual fields, without having to list the entire set of fields that should be shown.
setUseAllDataSourceFields(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setUseAllDataSourceFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setUseAllDataSourceFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setUseAllDataSourceFields(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setUseAllDataSourceFields(boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
If true, the set of fields given by the "default binding" (see DataBoundComponent.fields) is used, with any fields specified in component.fields acting as overrides that can suppress or modify the display of individual fields, without having to list the entire set of fields that should be shown.
setUseAllDataSourceFields(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setUseAutoGradients(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Causes the chart to use the colors specified in dataColors but specify chart-specific gradients based on the primary data color per chart type.
setUseCellRollOvers(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Are rollovers cell-level or row-level?
setUseClientFiltering(Boolean) - Method in class com.smartgwt.client.data.ResultSet
Whether to filter data locally when all DataSource records have been loaded (that is, criteria is blank and cache is complete).
setUseClientSorting(Boolean) - Method in class com.smartgwt.client.data.ResultSet
Whether to sort data locally when all records matching the current criteria have been cached.
setUseCursorTracking(boolean) - Static method in class com.smartgwt.client.rpc.RPCManager
If true, an image is shown to the right of the cursor when RPCRequest.promptStyle is set to "cursor", otherwise the cursor itself is modified via css to the value of RPCRequest.promptCursor.
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.data.DataSource
Like useFlatFields, but applies to all DataBound components that bind to this DataSource.
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.data.DSRequest
When useFlatFields is set for a request to be sent to a WSDL web service, when creating the input XML message to send to the web service, properties in request.data will be used as the values for XML elements of the same name, at any level of nesting.
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.data.OperationBinding
Setting useFlatFields on an operationBinding is equivalent to setting useFlatFields on all DataSource requests with the same operationType as this operationBinding.
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.data.SerializationContext
Set the useFlatFields.
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.data.WSRequest
When useFlatFields is set for a request to be sent to a WSDL web service, when creating the input XML message to send to the web service, properties in data will be used as the values for XML elements of the same name, at any level of nesting.
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
setUseFlatFields(Boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
The useFlatFields flag causes all simple type fields anywhere in a nested set of DataSources to be exposed as a flat list for form binding.
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setUseFlatFields(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
setUseFlatHeaderFields(Boolean) - Method in class com.smartgwt.client.data.DSRequest
Cause the useFlatFields XML serialization behavior to be used for all soap headers in the request.
setUseGlobalSectionIDs(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Should any specified ID be applied to the generated SectionHeader widget for the section as a widget ID? If set to false, SectionStackSection.ID will behave as a synonym for SectionStackSection.name.
setUseHttpProxy(Boolean) - Method in class com.smartgwt.client.data.DataSource
Like useHttpProxy, but serves as a default for this DataSource that may be overridden by individual operationBindings.
setUseHttpProxy(Boolean) - Method in class com.smartgwt.client.data.OperationBinding
Whether to use the HttpProxy servlet to send requests described by this operationBinding.
setUseHttpProxy(Boolean) - Static method in class com.smartgwt.client.rpc.RPCManager
Whether to ever attempt to use the "HttpProxy" servlet to enable web service requests to servers other than the origin server.
setUseKeys(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
A boolean indicating whether this menu should use shortcut keys.
setUseLocalValidators(Boolean) - Method in class com.smartgwt.client.data.DataSource
Whether to attempt validation on the client at all for this DataSource.
setUseLogGradations(Boolean) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Whether to use classic logarithmic gradations, where each order of magnitude is shown as a gradation as well as a few intervening lines.
setUseMask(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
If useTextField is not false this property determines if an input mask should be used.
setUseMask(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.TimeItem
If true, a data entry mask will be enabled in the field based on the timeFormatter.
setUseOfflineStorage(Boolean) - Method in class com.smartgwt.client.data.DataSource
Whether we store server responses for this DataSource into browser-based offline storage, and then use those stored responses at a later time if we are offline (ie, the application cannot connect to the server).
setUseOpacityFilter(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Configures where the Opacity filter is used for IE6-8.
setUseParentFieldOrder(Boolean) - Method in class com.smartgwt.client.data.DataSource
For a DataSource that inherits fields from another DataSource (via inheritsFrom), indicates that the parent's field order should be used instead of the order of the fields as declared in this DataSource.
setUsePNGFix(Boolean) - Method in class com.smartgwt.client.widgets.Img
If false, never apply the png fix needed in Internet Explorer to make png transparency work correctly.
setUseRemoteValidators(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If saveLocally is specified, but this grid is bound to a DataSource which includes remote field validators, by default edits will be saved synchronously and these validators will not be executed.
Set this property to true to ensure these remote validators are called when saving edits in saveLocally mode.
setUseSharedPicker(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
When set to true (the default), use a single shared date-picker across all widgets that use one.
setUseSharedPicker(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
When set to true (the default), use a single shared date-picker across all widgets that use one.
setUseSimpleHttp(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
When set to true, assume the request is not going to the Smart GWT server, and hence send a simple HTTP request that does not use Smart GWT-specific request encoding.
setUseSimpleTabs(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
Should we use simple button based tabs styled with CSS rather than image based ImgTab tabs?
setUseTag(String) - Method in class com.smartgwt.client.widgets.plugins.Applet
Specifies the type of tag to use for the applet html.
setUseTestDataFetch(Boolean) - Method in class com.smartgwt.client.data.DataSource
When set, causes a client-only or cacheAllData DataSource to create a second DataSource to perform it's one-time fetch.
setUseTextField(Boolean) - Method in class com.smartgwt.client.data.fields.DataSourceDateField
 
setUseTextField(Boolean) - Method in class com.smartgwt.client.data.fields.DataSourceDateTimeField
 
setUseTextField(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Should we show the date in a text field, or as 3 select boxes?
setUseTextField(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.DateTimeItem
DateTimeItems show datetime values in a freeform text entry area.
setUuid(String) - Method in class com.smartgwt.client.widgets.plugins.ActiveXControl
Set this to the uuid of your Active X control - ISC will then generate the appropriate classID entry for you.
setValidateByCell(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether client-side validation checks should be performed when the user moves between cells in the current edit row.
setValidateOnChange(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, form fields will be validated when each item's "change" handler is fired as well as when the entire form is submitted or validated.
setValidateOnChange(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If true, form items will be validated when each item's "change" handler is fired as well as when the entire form is submitted or validated.
setValidateOnChange(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
If true (the default), validates each entered value when it changes, to make sure it is a a valid value of its type (valid string, number, and so on).
setValidateOnChange(Boolean) - Method in class com.smartgwt.client.widgets.form.FilterClause
If true (the default), validates the entered value when it changes, to make sure it is a a valid value of its type (valid string, number, and so on).
setValidateOnChange(Boolean) - Method in class com.smartgwt.client.widgets.form.validator.Validator
If true, validator will be validated when each item's "change" handler is fired as well as when the entire form is submitted or validated.
setValidateOnChange(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If true, validation will be performed on each edited cell when each editor's "change" handler is fired.
setValidateOnChange(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If set to true, any validators for this field will be run whenever the value of the field is changed.
setValidateOnExit(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If true, form items will be validated when each item's "editorExit" handler is fired as well as when the entire form is submitted or validated.
setValidateOnExit(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If true, form items will be validated when each item's "editorExit" handler is fired as well as when the entire form is submitted or validated.
setValidateRelatedRecords(Boolean) - Method in class com.smartgwt.client.data.DataSource
If true, indicates that the Smart GWT Server should automatically apply a ValidatorType of "hasRelatedRecord" to every field on this dataSource that has a foreignKey defined.
setValidationMode(ValidationMode) - Method in class com.smartgwt.client.data.DSRequest
Mode of validation for entered data.
setValidationURL(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
validationURL can be set to do server-side validation against a different URL from where the form will ultimately save, as part of an incremental upgrade strategy for Struts and Struts-like applications.
setValidators(Validator...) - Method in class com.smartgwt.client.data.DataSourceField
Validators to be applied to this field.
setValidators(Validator...) - Method in class com.smartgwt.client.data.SimpleType
Validators to apply to value of this type.
setValidators(Validator...) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Validators for this form item.
setValidators(Validator...) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Array of Validator objects for this field.
setValidOperators(OperatorId...) - Method in class com.smartgwt.client.data.DataSourceField
List of operators valid on this field.
setValidOperators(OperatorId...) - Method in class com.smartgwt.client.data.SimpleType
Set of search operators valid for this type.
setValidOperators(OperatorId...) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Array of valid filtering operators (eg "greaterThan") that are legal for this FormItem.
setValign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.Button
Vertical alignment of this component's title.
setVAlign() - Method in class com.smartgwt.client.widgets.Button
Sets the vertical alignment of this buttons content.
setValign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.grid.HeaderSpan
Vertical alignment of the title of this headerSpan.
setValign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.ImgButton
Vertical alignment of this component's title.
setValign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.Label
Vertical alignment of label text.
setValign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.StatefulCanvas
Vertical alignment of this component's title.
setValign(VerticalAlignment) - Method in class com.smartgwt.client.widgets.StretchImgButton
Vertical alignment of this component's title.
setValue(Float) - Method in class com.smartgwt.client.widgets.chart.ChartPointClickEvent
 
setValue(String, String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Sets the value for some field
setValue(String, double) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, int[]) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, Date) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, String[]) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, Map) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, JavaScriptObject) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, Record) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, DataClass) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, Record[]) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, DataClass[]) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(String, RelativeDate) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Set the value for some field.
setValue(DateRange) - Method in class com.smartgwt.client.widgets.form.fields.DateRangeItem
Sets the value for this dateRangeItem.
setValue(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setValue(float) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setValue(double) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set the value of the form item.
setValue(Date) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set the value of the form item.
setValue(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set the value of the form item.
setValue(boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set the value of the form item.
setValue(Object) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set the value of the form item as an object.
setValue(DateRange) - Method in class com.smartgwt.client.widgets.form.fields.MiniDateRangeItem
Sets the value for this dateRangeItem.
setValue() - Method in class com.smartgwt.client.widgets.form.fields.UploadItem
Attempting to set the value for an upload form item is disallowed for security reasons.
setValue(String, String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the value for some field.
setValue(String, double) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the value for some field.
setValue(String, boolean) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the value for some field.
setValue(String, Date) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the value for some field.
setValue(String, JavaScriptObject) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the value for some field.
setValue(String, Map) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the value for some field.
setValue(String, Record) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the value for some field.
setValue(String, DataClass) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the value for some field.
setValue(String, Record[]) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the value for some field.
setValue(String, DataClass[]) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the value for some field.
setValue(String) - Method in class com.smartgwt.client.widgets.RichTextEditor
Initial value for the edit area.
setValue(float) - Method in class com.smartgwt.client.widgets.Slider
The slider value.
setValue(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
When a field specifies its type to be "header", the value of this attribute specifies the header text.
setValueDisabled(Object, boolean) - Method in class com.smartgwt.client.widgets.form.fields.RadioGroupItem
Disable or Enable a specific option within this radioGroup
setValueField(String) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
If this form item maps data values to display values by retrieving the displayField values from an optionDataSource, this property denotes the the field to use as the underlying data value in records from the optionDataSource.
If unset, assumed to be the name of this form item.
setValueField(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this form item maps data values to display values by retrieving the displayField values from an optionDataSource, this property denotes the the field to use as the underlying data value in records from the optionDataSource.
If unset, assumed to be the name of this form item.
setValueField(String) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
If this form item maps data values to display values by retrieving the displayField values from an optionDataSource, this property denotes the the field to use as the underlying data value in records from the optionDataSource.
If unset, assumed to be the name of this form item.
setValueField(String) - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
Which field in the tree-data should be returned as this item's value? If unspecified, the path will be used
setValueField(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
If this form item maps data values to display values by retrieving the displayField values from an optionDataSource, this property denotes the the field to use as the underlying data value in records from the optionDataSource.
If unset, assumed to be the name of this form item.
setValueField(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Specifies the optionDataSource field used to retrieve the stored values that are to be mapped to the display values (specified by displayField).
setValueFormatter(FormItemValueFormatter) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Optional FormItemValueFormatter, if provided, is evaluated to get the display value to show for this form items underlying data value.
setValueIconField(String) - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
For Databound formItems, this property determines which column valueIcons should show up in for this formItem's pickList.
If unset valueIcons show up in the displayField column if specified, otherwise the valueField column.
In most cases only the displayField or valueField will be visible.
setValueIconField(String) - Method in interface com.smartgwt.client.widgets.form.fields.PickList
For Databound formItems, this property determines which column valueIcons should show up in for this formItem's pickList.
If unset valueIcons show up in the displayField column if specified, otherwise the valueField column.
In most cases only the displayField or valueField will be visible.
setValueIconField(String) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
For Databound formItems, this property determines which column valueIcons should show up in for this formItem's pickList.
If unset valueIcons show up in the displayField column if specified, otherwise the valueField column.
In most cases only the displayField or valueField will be visible.
setValueIconHeight(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If valueIcons is specified, use this property to specify a height for the value icon written out.
setValueIconHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Height for value icons for this listGrid.
setValueIconHeight(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Height for value icons for this listGrid field.
setValueIconLeftPadding(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If we're showing a value icon, this attribute governs the amount of space between the icon and the left edge of the form item cell
setValueIconLeftPadding(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
How much padding should there be on the left of valueIcons by default Can be overridden at the field level
setValueIconLeftPadding(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
How much padding should there be on the left of valueIcons for this field Overrides valueIconLeftPadding
setValueIconMapper(ValueIconMapper) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set the FormItem Value Icon mapper that allows the developer to specify the image source for an icon to be displayed for the current form item value.
setValueIconOrientation(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
If we're showing a valueIcon for this field should it appear to the left or the right of the text? By default the icon will appear to the left of the textual value - set this to "right" to show the icon on the right of the text.
setValueIconRightPadding(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If we're showing a value icon, this attribute governs the amount of space between the icon and the label of the form item
setValueIconRightPadding(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
How much padding should there be on the right of valueIcons by default
setValueIconRightPadding(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
How much padding should there be on the right of valueIcons for this field Overrides valueIconRightPadding
setValueIcons(Map) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set the valueIcons for this item.
setValueIcons(Map<String, String>) - Method in class com.smartgwt.client.widgets.grid.ListGridField
This property is a mapping between data values and URLs of icons to display.
setValueIconSize(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If valueIcons is specified, this property may be used to specify both the width and height of the icon written out.
setValueIconSize(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Default width and height of value icons for this ListGrid.
setValueIconSize(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Default width and height of value icons in this field.
setValueIconWidth(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If valueIcons is specified, use this property to specify a width for the value icon written out.
setValueIconWidth(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Width for value icons for this listGrid.
setValueIconWidth(Integer) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Width for value icons for this listGrid field.
setValueItemTitle(String) - Method in class com.smartgwt.client.widgets.form.FilterClause
The title for the value-item.
setValueMap(Map) - Method in class com.smartgwt.client.data.DataSourceField
A ValueMap is a set of legal values for a field.
setValueMap(String...) - Method in class com.smartgwt.client.data.DataSourceField
A ValueMap is a set of legal values for a field.
setValueMap(String...) - Method in class com.smartgwt.client.data.SimpleType
List of legal values for this type, like valueMap.
setValueMap(Map) - Method in class com.smartgwt.client.data.SimpleType
List of legal values for this type, like valueMap.
setValueMap(String...) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set the valueMap for this item.
setValueMap(LinkedHashMap) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set the valueMap for this item.
setValueMap(String, LinkedHashMap) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set the value map for a field. See also the ListGrid.setEditorValueMap(java.lang.String, java.util.LinkedHashMap) and com.smartgwt.client.widgets.grid.ListGrid#getEditorValueMap methods which allow further customization of the valueMap displayed while the field is in edit mode.
setValueMap(String, String...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Set the value map for a field. See also the ListGrid.setEditorValueMap(java.lang.String, java.util.LinkedHashMap) and com.smartgwt.client.widgets.grid.ListGrid#getEditorValueMap methods which allow further customization of the valueMap displayed while the field is in edit mode.
setValueMap(Map) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Array of legal values for this field, or an Object where each property maps a stored value to a user-displayable value.
Note that if this field is editable (see canEdit, canEdit), editors displayed for this field will pick up their valueMap either from this value or from editorValueMap.
setValueMap(String...) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Array of legal values for this field, or an Object where each property maps a stored value to a user-displayable value.
Note that if this field is editable (see canEdit, canEdit), editors displayed for this field will pick up their valueMap either from this value or from editorValueMap.
setValueMap(Map) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
A property list (or an expression that evaluates to a property list) specifying a mapping of internal values to display values for the field (row).
setValueProperty(String) - Method in class com.smartgwt.client.widgets.chart.FacetChart
Property in each record that holds a data value.
setValueProperty(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Name of the property in a cell record that holds the cell value.
setValues(FacetValue...) - Method in class com.smartgwt.client.widgets.cube.Facet
Array of facetValue definitions.
setValues(Map) - Method in class com.smartgwt.client.widgets.form.DynamicForm
et the values for this DynamicForm.
setValues(String...) - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Set the values of a SelectItem with multiple=true.
setValues(Map) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Set the values for this values manager.
setValuesAsCriteria(Criterion) - Method in class com.smartgwt.client.widgets.form.DynamicForm
This method will display the specified criteria in this form for editing.
setValuesManager(ValuesManager) - Method in class com.smartgwt.client.widgets.Canvas
ValuesManager for managing values displayed in this component.
setValuesManager(ValuesManager) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If set at init time, this dynamicForm will be created as a member form for the specified valuesManager.
setValueTitle(String) - Method in class com.smartgwt.client.widgets.chart.FacetChart
A label for the data values, such as "Sales in Thousands", typically used as the label for the value axis.
setValueTitle(String) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
A label for the data values shown in cells, such as "Sales in Thousands", typically used when the CubeGrid must generate a description for a cell value or set of cell values.
setValueTree(Tree) - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
A Tree of options from which the user can select.
setValueXPath(String) - Method in class com.smartgwt.client.data.DataSourceField
XPath expression used to retrieve the field's value.
setVertical(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RadioGroupItem
True == display options vertically, false == display in a single row
setVertical(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.SliderItem
Indicates whether this is a vertical or horizontal slider.
setVertical(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.ToolbarItem
Should the toolbar stack its buttons vertically or horizontally?
setVertical(Boolean) - Method in class com.smartgwt.client.widgets.layout.Layout
Should this layout appear with members stacked vertically or horizontally.
setVertical(Boolean) - Method in class com.smartgwt.client.widgets.Progressbar
Indicates whether this is a vertical or horizontal progressbar.
setVertical(Boolean) - Method in class com.smartgwt.client.widgets.Slider
Indicates whether this is a vertical or horizontal slider.
setVertical(Boolean) - Method in class com.smartgwt.client.widgets.StretchImg
Indicates whether the list of images is drawn vertically from top to bottom (true), or horizontally from left to right (false).
setVertical(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
Default is a horizontal button.
setVertical(Boolean) - Method in class com.smartgwt.client.widgets.toolbar.Toolbar
Indicates whether the buttons are drawn horizontally from left to right (false), or vertically from top to bottom (true).
setVertical(Boolean) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Indicates whether the components are drawn horizontally from left to right (false), or vertically from top to bottom (true).
setVerticalStyleName(String) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Default stylename to use if this.vertical is true.
setViewState(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Reset this grid's view state to match the String object passed in.
Used to restore previous state retrieved from the grid by a call to ListGrid.getViewState.
setViewURL(String) - Method in class com.smartgwt.client.widgets.ViewLoader
URL to load components from.
setVirtualScrolling(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When incremental rendering is switched on and there are variable record heights, the virtual scrolling mechanism manages the differences in scroll height calculations due to the unknown sizes of unrendered rows to make the scrollbar and viewport appear correctly.
setVisibility(Visibility) - Method in class com.smartgwt.client.widgets.Canvas
Controls widget visibility when the widget is initialized.
setVisibilityMode(VisibilityMode) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Whether multiple sections can be visible at once
setVisible(boolean) - Method in class com.smartgwt.client.widgets.Canvas
 
setVisible(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Whether this item is currently visible.
setVisibleMember(Canvas) - Method in class com.smartgwt.client.widgets.layout.Layout
Hide all other members and make the single parameter member visible.
setVPolicy(LayoutPolicy) - Method in class com.smartgwt.client.widgets.layout.Layout
Sizing policy applied to members on vertical axis
setVResizeCursor(Cursor) - Method in class com.smartgwt.client.widgets.Splitbar
Cursor to display if this Splitbar is to be used for vertical resize of widgets.
setVSrc(String) - Method in class com.smartgwt.client.widgets.ImgSplitbar
Default src to display when vertical is true, and src is unset.
setVSrc(String) - Method in class com.smartgwt.client.widgets.Scrollbar
Base URL for the images used for the vertical scrollbar track and end buttons.
setVSrc(String) - Method in class com.smartgwt.client.widgets.Splitbar
Base URL for the image if vertical is true and src is unset.
setVSrc(String) - Method in class com.smartgwt.client.widgets.StretchImg
Base URL for the image if vertical is true and src is unset.
setVSrc(String) - Method in class com.smartgwt.client.widgets.toolbar.ToolStripResizer
Image for resizer
setVSrc(String) - Method in class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
Image for vertically oriented separator (for horizontal toolstrips).
setVThumbStyle(String) - Method in class com.smartgwt.client.widgets.Slider
Optional CSS style for the thumb for a vertically oriented slider.
setVTrackStyle(String) - Method in class com.smartgwt.client.widgets.Slider
Optional CSS style for the track for a vertically oriented slider.
setWaitForSave(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If this is an editable listGrid, this property determines whether the user will be able to dismiss the edit form, or navigate to another cell while the save is in process (before the asynchronous server response returns).
setWeekendHeaderStyle(String) - Method in class com.smartgwt.client.widgets.DateChooser
Optional CSS style applied to the day-of-week headers for weekend days.
setWeekEventBorderOverlap(Boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Augments the width of week event windows slightly to avoid duplicate adjacent borders between events.
setWeeksAgoTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "week".
setWeeksFromNowTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "week".
setWeekViewTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the week view
setWholeRecordNavIcon(String) - Method in class com.smartgwt.client.widgets.tableview.TableView
The navigation icon shown next to records when showNavigation is true and NavigationMode is set to "wholeRecord".
setWidth(Integer) - Method in class com.smartgwt.client.data.fields.DataSourceImageField
 
setWidth(int) - Method in class com.smartgwt.client.widgets.Canvas
Size for this component's horizontal dimension.
setWidth(String) - Method in class com.smartgwt.client.widgets.Canvas
Size for this component's horizontal dimension.
setWidth(int) - Method in class com.smartgwt.client.widgets.cube.Facet
Integer number of pixels.
setWidth(int) - Method in class com.smartgwt.client.widgets.cube.FacetValue
Width of the cube grid facetValue in pixels.
setWidth(int) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Width of the FormItem.
setWidth(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setWidth(Integer) - Method in class com.smartgwt.client.widgets.form.fields.FormItemIcon
If set, this property determines the width of this icon in px.
setWidth(int) - Method in class com.smartgwt.client.widgets.form.fields.SpacerItem
default width for the spacer
setWidth(int) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
default width of this item
setWidth(int) - Method in class com.smartgwt.client.widgets.form.fields.TextItem
Default width for fields.
setWidth(int) - Method in class com.smartgwt.client.widgets.grid.ListGridField
The width of this field, specified as either an absolute number of pixels, a percentage of the remaining space, or "*" to allocate an equal portion of the remaining space.
setWidth(String) - Method in class com.smartgwt.client.widgets.grid.ListGridField
The width of this field, specified as either an absolute number of pixels, a percentage of the remaining space, or "*" to allocate an equal portion of the remaining space.
setWidth(Integer) - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the width of the image.
setWidth(int) - Method in class com.smartgwt.client.widgets.tab.Tab
You can specify an explicit width for the tab using this property.
setWidth100() - Method in class com.smartgwt.client.widgets.Canvas
Convenience method that sets the width to 100%.
setWillHandleAdvancedCriteria(Boolean) - Method in class com.smartgwt.client.data.DataSource
This property may be set to true to indicate that this dataSource supports advancedCriteria on fetch or filter type operations.
setWillHandleError(Boolean) - Method in class com.smartgwt.client.rpc.RPCRequest
With willHandleError:false, rpcResponses that indicate an error go through centralized handling in the RPCManager and rpcRequest.callback is never invoked.
setWorkdayBaseStyle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
If showWorkday is set, style used for cells that are within the workday, as defined by workdayStart and workdayEnd.
setWorkdayEnd(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
When using showWorkday:true, workdayStart and workdayEnd specify the time of day when the workday starts and ends, specified as a String acceptable to String.
setWorkdays(int[]) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Array of days that are considered workdays when showWorkday is true
setWorkdayStart(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
When using showWorkday:true, workdayStart and workdayEnd specify the time of day when the workday starts and ends, specified as a String acceptable to String.
setWrap(Boolean) - Method in class com.smartgwt.client.widgets.Button
A boolean indicating whether the button's title should word-wrap, if necessary.
setWrap(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.BlurbItem
If true, item contents can wrap.
setWrap(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.RadioGroupItem
Should the text for items within this radio group wrap?
setWrap(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
If true, item contents can wrap.
setWrap(TextAreaWrap) - Method in class com.smartgwt.client.widgets.form.fields.TextAreaItem
Text wrapping style.
setWrap(boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Control the list grid fields header wrap properties
setWrap(Boolean) - Method in class com.smartgwt.client.widgets.Label
If false, the label text will not be wrapped to the next line.
setWrap(Boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
Should the title for this button wrap? If unset, default behavior is to allow wrapping if this.vertical is true, otherwise disallow wrapping
setWrapCells(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should content within cells be allowed to wrap?
setWrapFacetTitles(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether to allow text wrapping on facet titles.
setWrapFacetValueTitles(Boolean) - Method in class com.smartgwt.client.widgets.cube.CubeGrid
Whether to allow text wrapping on facet value titles.
setWrapItemTitles(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Whether titles for form items should wrap.
setWrapLabel(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Should the label be allowed to wrap, or be fixed to one line no matter how long
setWrapTitle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If specified determines whether this items title should wrap.
setWrapValues(Boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Whether values should be allowed to wrap by default, or should be shown on one line regardless of length.
setWrapValues(Boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Whether values should be allowed to wrap by default, or should be shown on one line regardless of length.
setWsOperation(String) - Method in class com.smartgwt.client.data.OperationBinding
Name of the web service operation that will be invoked in order to execute this DataSource operation.
setWsOperation(String) - Method in class com.smartgwt.client.data.WSRequest
Name of the web service operation to invoke.
setXmlAttribute(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Indicates that DataSource.xmlSerialize should serialize this value as an XML attribute.
setXmlNamespaces(XmlNamespaces) - Method in class com.smartgwt.client.data.DataSource
Optional object declaring namespace prefixes for use in OperationBinding.recordXPath and DataSourceField.valueXPath XPath expressions.
setXmlNamespaces(XmlNamespaces) - Method in class com.smartgwt.client.data.OperationBinding
Optional object declaring namespace prefixes for use in recordXPath and valueXPath XPath expressions.
setXmlNamespaces(XmlNamespaces) - Method in class com.smartgwt.client.data.WSRequest
Optional object declaring namespace prefixes for use in evaluating the resultType parameter of WebService.callOperation(java.lang.String, java.util.Map, java.lang.String, com.smartgwt.client.data.WebServiceCallback), if resultType is an XPath.
setXmlRecordXPath(String) - Method in class com.smartgwt.client.data.RestDataSource
recordXPath mapping to the data node of XML returned by the server.
setYearMenuStyle(String) - Method in class com.smartgwt.client.widgets.DateChooser
Style for the pop-up year menu.
setYearsAgoTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for historical periods when the TimeUnit is "year".
setYearSelectorProperties(SelectItem) - Method in class com.smartgwt.client.widgets.form.fields.DateItem
Custom properties to apply to this dateItem's generated yearSelector.
setYearsFromNowTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
The title to show for future periods when the TimeUnit is "year".
setZIndex(int) - Method in class com.smartgwt.client.widgets.Canvas
Set the z-Index of the canvas.
Shadow - Interface in com.smartgwt.client.docs
The following APIs are all related to Shadow.
SharingNodes - Interface in com.smartgwt.client.docs
Sharing Nodes
SHIFT - Static variable in interface com.smartgwt.client.types.KeyNames
 
shiftKeyDown() - Static method in class com.smartgwt.client.util.EventHandler
Return true if the shift key is being held down.
shouldDismissOnEscape() - Method in class com.smartgwt.client.widgets.Window
Should this window be dismissed (same effect as pressing the "Cancel" button) when the user presses the "Escape" key?
Default behavior: if dismissOnEscape is set, just return it.
shouldDragScroll() - Method in class com.smartgwt.client.widgets.Canvas
If this widget is showing scrollbars, and a user drags close to the edge of the viewport, should we scroll the viewport in the appropriate direction? Returns this.canDragScroll by default.
shouldFetchMissingValue(Object) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this field has a specified optionDataSource, should we perform a fetch against that dataSource to find the record that matches this field's value?
shouldGenerateExactMatchCriteria() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
When a comboBoxItem is used to generate search criteria in a SearchForm, if the user explicitly chose an option from the pickList, should the criterion generated by ComboBoxItem.getCriterion enforce a search for an exact match against the chosen value?
shouldShowHeader(TreeNode, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Whether the indicated column should show a header.
show() - Method in class com.smartgwt.client.widgets.Canvas
Sets this widget's visibility to "inherit", so that it becomes visible if all it's parents are visible or it has no parents.
show() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Show this form item.
show(String, Label) - Static method in class com.smartgwt.client.widgets.Hover
Displays a standard Hover canvas containing the specified HTML content.
This method may also be called to modify the content of the hover if it is already showing.
showClickMask(Function, ClickMaskMode, Canvas[]) - Method in class com.smartgwt.client.widgets.Canvas
Show a clickMask over the entire screen that intercepts mouse clicks and fires some action.
showConsole() - Static method in class com.smartgwt.client.util.SC
 
showContextMenu() - Method in class com.smartgwt.client.widgets.menu.Menu
Show this menu as a context menu, that is, immediately adjacent to the current mouse position.
ShowContextMenuEvent - Class in com.smartgwt.client.widgets.events
 
ShowContextMenuEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.ShowContextMenuEvent
 
ShowContextMenuHandler - Interface in com.smartgwt.client.widgets.events
 
showDetailPane() - Method in class com.smartgwt.client.widgets.layout.SplitPane
Causes a transition to the Detail Pane
showErrors() - Method in class com.smartgwt.client.widgets.form.DynamicForm
If this form has any outstanding validation errors, show them now.
This method is called when the set of errors are changed by DynamicForm.setErrors(java.util.Map, boolean) or DynamicForm.validate(boolean).
showErrors() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Method to explicitly show the latest set of validation errors present on this ValuesManager.
Will redraw all member forms to display (or clear) currently visible errors, and fire ValuesManager.handleHiddenValidationErrors to allow custom handling of hidden errors.
showField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force a field to be shown.
showField(String, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force a field to be shown.
showFieldErrors(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
If this form has any outstanding validation errors for the field passed in, show them now.
showFieldErrors() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Method to explicitly show the latest set of validation errors present on some field within this ValuesManager.
If the field in question is present as a visible item in a member form, the form item will be redrawn to display the error message(s).
showFields(String...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force an array of fields to be shown.
showFields(String[], boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force an array of fields to be shown.
showFields(ListGridField...) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force an array of fields to be shown.
showFields(ListGridField[], boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Force an array of fields to be shown.
showItem(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Show a form item via FormItem.show
showListPane() - Method in class com.smartgwt.client.widgets.layout.SplitPane
Causes a transition to the List Pane
showMember(Canvas) - Method in class com.smartgwt.client.widgets.layout.Layout
Show the specified member, firing the specified callback when the hide is complete.
showMember(Canvas, Function) - Method in class com.smartgwt.client.widgets.layout.Layout
Show the specified member, firing the specified callback when the hide is complete.
showMenu(int) - Method in class com.smartgwt.client.widgets.menu.MenuBar
Shows (opens) a menu.
showMenu() - Method in class com.smartgwt.client.widgets.menu.MenuButton
Shows the Menu associated with the MenuButton.
showNavigationPane() - Method in class com.smartgwt.client.widgets.layout.SplitPane
Causes a transition to the Navigation Pane
showNextTo(Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Show this widget next to another widget.
showNextTo(Canvas, String) - Method in class com.smartgwt.client.widgets.Canvas
Show this widget next to another widget.
showPicker() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Method to show a picker for this item.
showPicker() - Method in class com.smartgwt.client.widgets.form.fields.SelectItem
Method to show a picker for this item.
showPrintPreview(Canvas) - Static method in class com.smartgwt.client.widgets.Canvas
Show a PrintWindow containing a printable view of the component passed in containing print HTML.
showPrintPreview(Object[]) - Static method in class com.smartgwt.client.widgets.Canvas
Show a Print containing a printable view of the components passed in.
showPrintPreview(Object[], PrintProperties, String, PrintPreviewCallback) - Static method in class com.smartgwt.client.widgets.Canvas
Show a Print containing a printable view of the components passed in.
showPrintPreview(Object[], PrintProperties, String, PrintPreviewCallback, Window, String) - Static method in class com.smartgwt.client.widgets.Canvas
Show a Print containing a printable view of the components passed in.
showPrompt(String) - Static method in class com.smartgwt.client.util.SC
Show a modal prompt to the user.
showPrompt(String, String, Dialog) - Static method in class com.smartgwt.client.util.SC
Show a modal prompt to the user.
showPrompt(String, String) - Static method in class com.smartgwt.client.util.SC
Show a modal prompt to the user.
showRecordComponent(ListGridRecord, Integer) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When showRecordComponents is true, return false from this method to prevent showRecordComponent behavior for the passed record.
showSection(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Shows a section.
showSection(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Shows a section.
ShowValueEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
ShowValueEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.ShowValueEvent
 
ShowValueHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
Side - Enum in com.smartgwt.client.types
Side of a component.
SimpleType - Class in com.smartgwt.client.data
An atomic type such as a string or number, that is generally stored, displayed and manipulated as a single value.
SimpleType(JavaScriptObject) - Constructor for class com.smartgwt.client.data.SimpleType
 
SimpleType(String, FieldType) - Constructor for class com.smartgwt.client.data.SimpleType
Create a new simple type.
SimpleType(String, SimpleType) - Constructor for class com.smartgwt.client.data.SimpleType
Create a new simple type.
SimpleTypeFormatter - Interface in com.smartgwt.client.data
Formatter for values of a SimpleType.
SimpleTypeParser - Interface in com.smartgwt.client.data
Parser for edited values of a SimpleType.
Sizing - Interface in com.smartgwt.client.docs
Width and height of an object
Skinning - Interface in com.smartgwt.client.docs
Skinning / Theming
Skins - Interface in com.smartgwt.client.docs
Properties used to manage to the the overall appearance of the application.
Slider - Class in com.smartgwt.client.widgets
The Slider class implements a GUI slider widget allowing the user to select a numeric value from within a range by dragging a visual indicator up and down a track.
Slider() - Constructor for class com.smartgwt.client.widgets.Slider
 
Slider(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Slider
 
Slider(String) - Constructor for class com.smartgwt.client.widgets.Slider
 
SliderItem - Class in com.smartgwt.client.widgets.form.fields
FormItem that uses a Slider component to present an interface for picking from either a continuous range or a range with a small number of discrete values.
SliderItem() - Constructor for class com.smartgwt.client.widgets.form.fields.SliderItem
 
SliderItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.SliderItem
 
SliderItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.SliderItem
 
SliderItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.SliderItem
 
SmartArchitecture - Interface in com.smartgwt.client.docs
Smart GWT Architecture
SmartGwtEntryPoint - Class in com.smartgwt.client
Internal Smart GWT Entry point class where framework level initialization code executes before the users EntryPoint is run.
SmartGwtEntryPoint() - Constructor for class com.smartgwt.client.SmartGwtEntryPoint
 
SmartGwtMessages - Interface in com.smartgwt.client.i18n
Interface to represent the messages contained in resource bundle: /Users/sjivan/java/smartgwt-svn/trunk/main/src/com/smartgwt/client/i18n/SmartGwtMessages.properties'.
Snapbar - Class in com.smartgwt.client.widgets
Subclass of the Splitbar class that uses the grip functionality to show a stateful open / close indicator.
Snapbar() - Constructor for class com.smartgwt.client.widgets.Snapbar
 
Snapbar(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Snapbar
 
sort() - Method in class com.smartgwt.client.data.RecordList
Sorts the elements of the List in place.
sort(Comparator<Record>) - Method in class com.smartgwt.client.data.RecordList
Sorts the elements of the List in place.
sort() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Sort the the data by the first sortable column.
sort(String, SortDirection) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Sorts a listGrid explicitly by the column given by sortFieldNum, if provided, in ascending or descending order if specified by sortDirection.
sort(int, SortDirection) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Sorts a listGrid explicitly by the column given by sortFieldNum, if provided, in ascending or descending order if specified by sortDirection.
SortArrow - Enum in com.smartgwt.client.types
Do we display an arrow for the sorted field ?
SortByFacetIdEvent - Class in com.smartgwt.client.widgets.cube.events
 
SortByFacetIdEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.events.SortByFacetIdEvent
 
SortByFacetIdHandler - Interface in com.smartgwt.client.widgets.cube.events
 
SortByFacetValuesEvent - Class in com.smartgwt.client.widgets.cube.events
 
SortByFacetValuesEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.cube.events.SortByFacetValuesEvent
 
SortByFacetValuesHandler - Interface in com.smartgwt.client.widgets.cube.events
 
sortByProperty(String, boolean) - Method in class com.smartgwt.client.data.RecordList
Sort a list of objects by a given property of each item.
sortByProperty(String, boolean, RecordList.SortNormalizer) - Method in class com.smartgwt.client.data.RecordList
Sort this ResultSet by a property of each record.
sortByProperty(String, boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Sort data by property.
SortChangedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
SortDirection - Enum in com.smartgwt.client.types
 
SortEvent - Class in com.smartgwt.client.widgets.grid.events
 
SortEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.SortEvent
 
Sorting - Interface in com.smartgwt.client.docs
The following APIs are all related to Sorting.
SortNormalizer - Interface in com.smartgwt.client.widgets.grid
Sort Normalizer
SortSpecifier - Class in com.smartgwt.client.data
Class defining the details of a single sort operation
SortSpecifier(String, SortDirection) - Constructor for class com.smartgwt.client.data.SortSpecifier
 
SortSpecifier(JavaScriptObject) - Constructor for class com.smartgwt.client.data.SortSpecifier
 
SPACE - Static variable in interface com.smartgwt.client.types.KeyNames
 
SpacerItem - Class in com.smartgwt.client.widgets.form.fields
A SpacerItem takes up a single cell in the FormLayout, of arbitrary size.
SpacerItem() - Constructor for class com.smartgwt.client.widgets.form.fields.SpacerItem
 
SpacerItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.SpacerItem
 
SpacerItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.SpacerItem
 
SpinnerItem - Class in com.smartgwt.client.widgets.form.fields
Item for picking a number.
SpinnerItem() - Constructor for class com.smartgwt.client.widgets.form.fields.SpinnerItem
 
SpinnerItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.SpinnerItem
 
SpinnerItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.SpinnerItem
 
SpinnerItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.SpinnerItem
 
Splitbar - Class in com.smartgwt.client.widgets
Subclass of the StretchImg class.
Splitbar() - Constructor for class com.smartgwt.client.widgets.Splitbar
 
Splitbar(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Splitbar
 
SplitPane - Class in com.smartgwt.client.widgets.layout
A device- and orientation-sensitive layout that implements the common pattern of rendering two panes side-by-side on desktop devices and tablets (eg iPad) in landscape orientation, while switching to showing a single pane for handset-sized devices or tablets in portrait orientation.
SplitPane() - Constructor for class com.smartgwt.client.widgets.layout.SplitPane
 
SplitPane(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.SplitPane
 
SpringIntegration - Interface in com.smartgwt.client.docs
Integration with Spring
SqlDataSource - Interface in com.smartgwt.client.docs
SQL DataSources
SQLPagingStrategy - Enum in com.smartgwt.client.types
The technique Smart GWT Server's SQL DataSource should use to select a "page" of data from a table.
SqlSettings - Interface in com.smartgwt.client.docs
SQL Database Settings in server.properties
SQLType - Enum in com.smartgwt.client.types
The types of custom query that can be handled by Smart GWT's built-in "sql" and "hibernate" DataSources.
SqlVsJPA - Interface in com.smartgwt.client.docs
SQL DataSource vs JPA, EJB, Ibatis and other technologies
stack - Variable in class com.smartgwt.client.widgets.layout.SectionStackSection
Once a SectionStackSection has been applied to a SectionStack, this method may be used to return a pointer to the SectionStack in which this section header is embedded.
StandaloneDataSourceUsage - Interface in com.smartgwt.client.docs
Standalone DataSource Usage
START_OF_MONTH - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for this moment
START_OF_TODAY - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the start of today (same as RelativeDate.TODAY)
START_OF_TOMORROW - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the start of tomorrow (same as RelativeDate.TOMORROW)
START_OF_WEEK - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the start of the current week
START_OF_YEAR - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the start of the current year
START_OF_YESTERDAY - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the start of yesterday (same as RelativeDate.YESTERDAY)
startEditing() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Start inline editing at the provided coordinates.
startEditing(int, int, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Start inline editing at the provided coordinates.
startEditingNew() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Start editing a new row, after the last pre-existing record in the current set of data.
startEditingNew(Map) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Start editing a new row, after the last pre-existing record in the current set of data.
startEditingNew(Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Start editing a new row, after the last pre-existing record in the current set of data.
startQueue() - Static method in class com.smartgwt.client.rpc.RPCManager
Start queuing requests.
State - Interface in com.smartgwt.client.docs
Change of state and it's consequences for presentation.
State - Enum in com.smartgwt.client.types
Constants for the standard states for a StatefulCanvas.
StatefulCanvas - Class in com.smartgwt.client.widgets
A component that has a set of possible states, and which presents itself differently according to which state it is in.
StatefulCanvas() - Constructor for class com.smartgwt.client.widgets.StatefulCanvas
 
StatefulCanvas(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.StatefulCanvas
 
StaticTextItem - Class in com.smartgwt.client.widgets.form.fields
A FormItem that displays an uneditable value.
StaticTextItem() - Constructor for class com.smartgwt.client.widgets.form.fields.StaticTextItem
 
StaticTextItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.StaticTextItem
 
StaticTextItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.StaticTextItem
 
StaticTextItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.StaticTextItem
 
STATUS_FAILURE - Static variable in class com.smartgwt.client.rpc.RPCResponse
 
STATUS_LOGIN_INCORRECT - Static variable in class com.smartgwt.client.rpc.RPCResponse
 
STATUS_LOGIN_REQUIRED - Static variable in class com.smartgwt.client.rpc.RPCResponse
 
STATUS_LOGIN_SUCCESS - Static variable in class com.smartgwt.client.rpc.RPCResponse
 
STATUS_MAX_LOGIN_ATTEMPTS_EXCEEDED - Static variable in class com.smartgwt.client.rpc.RPCResponse
 
STATUS_SERVER_TIMEOUT - Static variable in class com.smartgwt.client.rpc.RPCResponse
 
STATUS_SUCCESS - Static variable in class com.smartgwt.client.rpc.RPCResponse
 
STATUS_TRANSPORT_ERROR - Static variable in class com.smartgwt.client.rpc.RPCResponse
 
STATUS_VALIDATION_ERROR - Static variable in class com.smartgwt.client.rpc.RPCResponse
 
StatusCodes - Interface in com.smartgwt.client.docs
Status codes returned by the server as rpcResponse.status.
See the error handling doc section in RPCManager for more information on these codes
stopHover() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
This method is fired when the user rolls off this item (or the title for this item) and will clear any hover canvas shown by the item.
stopHover() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Notification that the user is no longer hovering over some cell.
storeValue(Object) - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
Store a value for this form item.
storeValue(Record) - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
Store a value for this form item.
storeValue(RecordList) - Method in class com.smartgwt.client.widgets.form.fields.CanvasItem
Store a value for this form item.
StretchImg - Class in com.smartgwt.client.widgets
The StretchImg widget class implements a widget type that displays a list of multiple images that make up a single image.
StretchImg() - Constructor for class com.smartgwt.client.widgets.StretchImg
 
StretchImg(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.StretchImg
 
StretchImgButton - Class in com.smartgwt.client.widgets
A StretchImg that behaves like a button, going through up/down/over state transitions in response to user events.
StretchImgButton() - Constructor for class com.smartgwt.client.widgets.StretchImgButton
 
StretchImgButton(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.StretchImgButton
 
StringCountValidator - Class in com.smartgwt.client.widgets.form.validator
Determine whether a string value contains some substring multiple times.
StringCountValidator() - Constructor for class com.smartgwt.client.widgets.form.validator.StringCountValidator
 
StringMethods - Interface in com.smartgwt.client.docs
String Methods Overview
StringUtil - Class in com.smartgwt.client.util
 
StringUtil() - Constructor for class com.smartgwt.client.util.StringUtil
 
submit() - Method in class com.smartgwt.client.widgets.form.DynamicForm
submit() is automatically called when a SubmitItem included in the form is clicked, or, if saveOnEnter is set, when the "Enter" key is pressed in a text input.
submit(DSCallback) - Method in class com.smartgwt.client.widgets.form.DynamicForm
submit() is automatically called when a SubmitItem included in the form is clicked, or, if saveOnEnter is set, when the "Enter" key is pressed in a text input.
submit(DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.form.DynamicForm
submit() is automatically called when a SubmitItem included in the form is clicked, or, if saveOnEnter is set, when the "Enter" key is pressed in a text input.
submit() - Method in class com.smartgwt.client.widgets.form.ValuesManager
submit() is automatically called when a SubmitItem included in the form is clicked, or, if saveOnEnter is set, when the "Enter" key is pressed in a text input.
submit(DSCallback) - Method in class com.smartgwt.client.widgets.form.ValuesManager
submit() is automatically called when a SubmitItem included in the form is clicked, or, if saveOnEnter is set, when the "Enter" key is pressed in a text input.
submit(DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.form.ValuesManager
submit() is automatically called when a SubmitItem included in the form is clicked, or, if saveOnEnter is set, when the "Enter" key is pressed in a text input.
submitForm() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Submits the form to the URL defined by action, identically to how a plain HTML <form> element would submit data, as either an HTTP GET or POST as specified by method.
SubmitItem - Class in com.smartgwt.client.widgets.form.fields
Button that saves the data in the form, by calling DynamicForm.submit when clicked.
SubmitItem() - Constructor for class com.smartgwt.client.widgets.form.fields.SubmitItem
 
SubmitItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.SubmitItem
 
SubmitItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.SubmitItem
 
SubmitItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.SubmitItem
 
Submitting - Interface in com.smartgwt.client.docs
Direct submission of forms to a target URL
SubmitValuesEvent - Class in com.smartgwt.client.widgets.form.events
 
SubmitValuesEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.events.SubmitValuesEvent
 
SubmitValuesHandler - Interface in com.smartgwt.client.widgets.form.events
 
subscribe(String, MessagingCallback) - Static method in class com.smartgwt.client.rpc.Messaging
Call to subscribe to channel.
summaryBuilder_autoHideCheckBoxLabel() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Auto hide fields used in summary".
summaryBuilder_builderTypeText() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Summary".
summaryBuilder_helpTextIntro() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Building Summary Columns".
SummaryFunction - Interface in com.smartgwt.client.widgets.grid
Function to produce a summary value based on an array of records and a field definition.
SummaryFunctionType - Enum in com.smartgwt.client.types
Function to produce a summary value based on an array of records and a field definition.
supportsAdvancedCriteria() - Method in class com.smartgwt.client.data.DataSource
Do fetch and filter operations on this dataSource support being passed AdvancedCriteria?
supportsTextMatchStyle(TextMatchStyle) - Method in class com.smartgwt.client.data.DataSource
Does this dataSource support the specified "textMatchStyle" when performing a filter operation against a text field.
suspendTransaction() - Static method in class com.smartgwt.client.rpc.RPCManager
Suspends the current transaction, such that all processing of the transaction is halted, any remaining callback in the transaction won't fire, and the transaction can never timeout.
suspendTransaction(String) - Static method in class com.smartgwt.client.rpc.RPCManager
Suspends the current transaction, such that all processing of the transaction is halted, any remaining callback in the transaction won't fire, and the transaction can never timeout.
SVG - Class in com.smartgwt.client.widgets.plugins
ISC Abstraction for SVG controls
SVG() - Constructor for class com.smartgwt.client.widgets.plugins.SVG
 
SVG(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.plugins.SVG
 

T

TAB - Static variable in interface com.smartgwt.client.types.KeyNames
 
Tab - Class in com.smartgwt.client.widgets.tab
Tabs are specified as objects, not class instances.
Tab() - Constructor for class com.smartgwt.client.widgets.tab.Tab
 
Tab(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tab.Tab
 
Tab(String) - Constructor for class com.smartgwt.client.widgets.tab.Tab
 
Tab(String, String) - Constructor for class com.smartgwt.client.widgets.tab.Tab
 
TabBar - Interface in com.smartgwt.client.docs
The following APIs are all related to TabBar.
TabBarControls - Interface in com.smartgwt.client.docs
The following APIs are all related to TabBarControls.
TabBarControls - Enum in com.smartgwt.client.types
 
TabBarScrolling - Interface in com.smartgwt.client.docs
The following APIs are all related to TabBarScrolling.
TabClickEvent - Class in com.smartgwt.client.widgets.tab.events
 
TabClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tab.events.TabClickEvent
 
TabCloseClickEvent - Class in com.smartgwt.client.widgets.tab.events
 
TabCloseClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tab.events.TabCloseClickEvent
 
TabContextMenuEvent - Class in com.smartgwt.client.widgets.tab.events
 
TabContextMenuEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tab.events.TabContextMenuEvent
 
TabContextMenuHandler - Interface in com.smartgwt.client.widgets.tab.events
 
TabDeselectedEvent - Class in com.smartgwt.client.widgets.tab.events
 
TabDeselectedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
 
TabDeselectedHandler - Interface in com.smartgwt.client.widgets.tab.events
 
TabIconClickHandler - Interface in com.smartgwt.client.widgets.tab.events
 
TableLayout - Interface in com.smartgwt.client.docs
The following APIs are all related to TableLayout.
TableMode - Enum in com.smartgwt.client.types
Controls the display mode of TableView record display
TableView - Class in com.smartgwt.client.widgets.tableview
Shows a listing of records with one or more fields from each record, with built-in support for navigation and editing of lists of records.
TableView() - Constructor for class com.smartgwt.client.widgets.tableview.TableView
 
TableView(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tableview.TableView
 
TabSelectedEvent - Class in com.smartgwt.client.widgets.tab.events
 
TabSelectedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
 
TabSelectedHandler - Interface in com.smartgwt.client.widgets.tab.events
 
TabSet - Class in com.smartgwt.client.widgets.tab
The TabSet class allows components on several panes to share the same space.
TabSet() - Constructor for class com.smartgwt.client.widgets.tab.TabSet
 
TabSet(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tab.TabSet
 
TabTitleChangedEvent - Class in com.smartgwt.client.widgets.tab.events
 
TabTitleChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
 
TabTitleChangedHandler - Interface in com.smartgwt.client.widgets.tab.events
 
TabTitleEditEvent - Enum in com.smartgwt.client.types
Event that will trigger inline editing.
TextAreaItem - Class in com.smartgwt.client.widgets.form.fields
Class for editable multi-line text areas (uses HTML <TEXTAREA> object)
TextAreaItem() - Constructor for class com.smartgwt.client.widgets.form.fields.TextAreaItem
 
TextAreaItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.TextAreaItem
 
TextAreaItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.TextAreaItem
 
TextAreaItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.TextAreaItem
 
TextAreaWrap - Enum in com.smartgwt.client.types
 
TextDirection - Interface in com.smartgwt.client.docs
The following APIs are all related to TextDirection.
TextItem - Class in com.smartgwt.client.widgets.form.fields
FormItem for managing a text field.
TextItem() - Constructor for class com.smartgwt.client.widgets.form.fields.TextItem
 
TextItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.TextItem
 
TextItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.TextItem
 
TextItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.TextItem
 
TextMatchStyle - Enum in com.smartgwt.client.types
 
Thumb - Interface in com.smartgwt.client.docs
The following APIs are all related to Thumb.
TileGrid - Class in com.smartgwt.client.widgets.tile
A TileGrid is a DataBoundComponent that displays a list of objects as a set of "tiles", where each tile represents one object, and the tiles are laid out in a grid with multiple tiles per row.
TileGrid() - Constructor for class com.smartgwt.client.widgets.tile.TileGrid
 
TileGrid(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tile.TileGrid
 
TileLayout - Interface in com.smartgwt.client.docs
The following APIs are all related to TileLayout.
TileLayout - Class in com.smartgwt.client.widgets.tile
Lays out a series of components, calls "tiles", in a grid with multiple tiles per row.
TileLayout() - Constructor for class com.smartgwt.client.widgets.tile.TileLayout
 
TileLayout(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tile.TileLayout
 
TileLayoutPolicy - Enum in com.smartgwt.client.types
 
TileRecord - Class in com.smartgwt.client.widgets.tile
A TileRecord is a JavaScript Object whose properties contain values for each TileField.
TileRecord() - Constructor for class com.smartgwt.client.widgets.tile.TileRecord
 
TileRecord(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tile.TileRecord
 
time_AMIndicator() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "am".
time_PMIndicator() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "pm".
TimeDisplayFormat - Enum in com.smartgwt.client.types
String designating a standard time formatter for displaying the times associated with dates strings.
TimeFormatter - Enum in com.smartgwt.client.types
Deprecated. Use com.smargwt.client.types.TimeDisplayFormat instead
TimeItem - Class in com.smartgwt.client.widgets.form.fields
FormItem for editing times in a text field.
TimeItem() - Constructor for class com.smartgwt.client.widgets.form.fields.TimeItem
 
TimeItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.TimeItem
 
TimeItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.TimeItem
 
TimeItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.TimeItem
 
TimeUnit - Enum in com.smartgwt.client.types
An enum of time-units available for use with the RelativeDateItem
TitaniumIntegration - Interface in com.smartgwt.client.docs
Integration with Titanium
Title - Interface in com.smartgwt.client.docs
The following APIs are all related to Title.
TitleClickEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
TitleClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.TitleClickEvent
 
TitleClickHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
TitleDoubleClickEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
TitleDoubleClickEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.TitleDoubleClickEvent
 
TitleDoubleClickHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
TitleHoverEvent - Class in com.smartgwt.client.widgets.form.fields.events
 
TitleHoverEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.events.TitleHoverEvent
 
TitleHoverHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
TitleOrientation - Enum in com.smartgwt.client.types
Orientation of titles relative to the FormItem being labelled.
Titles - Interface in com.smartgwt.client.docs
The following APIs are all related to Titles.
toArray() - Method in class com.smartgwt.client.data.RecordList
Returns the records in this RecordList as an array.
toArray(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
toBoolean(boolean) - Static method in class com.smartgwt.client.util.JSOHelper
 
toDate(double) - Static method in class com.smartgwt.client.util.JSOHelper
 
toDateJS(Date) - Static method in class com.smartgwt.client.util.JSOHelper
 
TODAY - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the start of today
todayClick() - Method in class com.smartgwt.client.widgets.DateChooser
Fired when the user clicks the Today button.
toDouble(double) - Static method in class com.smartgwt.client.util.JSOHelper
 
toElementArray(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
toFloat(float) - Static method in class com.smartgwt.client.util.JSOHelper
 
toggleFolder(TreeNode) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Opens the folder specified by node if it's closed, and closes it if it's open.
toggleSort(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Toggles the sort-direction of the field with the passed name and resorts the grid.
toInteger(int) - Static method in class com.smartgwt.client.util.JSOHelper
 
toJS(Object) - Static method in class com.smartgwt.client.data.XMLTools
ranslates an XML fragment to JavaScript collections.
toLong(double) - Static method in class com.smartgwt.client.util.JSOHelper
 
toMap() - Method in class com.smartgwt.client.data.Record
Convert this record to a Map.
TOMORROW - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the start of tomorrow
Toolbar - Interface in com.smartgwt.client.docs
The following APIs are all related to Toolbar.
Toolbar - Class in com.smartgwt.client.widgets.toolbar
A Toolbar creates a vertical or horizontal strip of similar components (typically Buttons) and provides managed resizing and reordering behavior over those components.
Toolbar() - Constructor for class com.smartgwt.client.widgets.toolbar.Toolbar
 
Toolbar(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.toolbar.Toolbar
 
ToolbarItem - Class in com.smartgwt.client.widgets.form.fields
Set of horizontally arranged buttons.
ToolbarItem() - Constructor for class com.smartgwt.client.widgets.form.fields.ToolbarItem
 
ToolbarItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.ToolbarItem
 
ToolbarItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.ToolbarItem
 
ToolbarItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.ToolbarItem
 
ToolStrip - Class in com.smartgwt.client.widgets.toolbar
Base class for creating toolstrips like those found in browsers and office applications: a mixed set of controls including icon buttons, radio button groups, menus, comboBoxes, spacers, status displays and drop-down selects.
ToolStrip() - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStrip
 
ToolStrip(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStrip
 
ToolStripButton - Class in com.smartgwt.client.widgets.toolbar
Simple button subclass of StretchImgButton with appearance appropriate for a ToolStrip button.
ToolStripButton() - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripButton
 
ToolStripButton(String) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripButton
Constructor.
ToolStripButton(String, String) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripButton
Constructor.
ToolStripButton(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripButton
 
ToolStripMenuButton - Class in com.smartgwt.client.widgets.toolbar
Simple Menu Button subclass of IMenuButton with an appearance appropriate for a ToolStrip menu button.
ToolStripMenuButton() - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripMenuButton
 
ToolStripMenuButton(String) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripMenuButton
 
ToolStripMenuButton(String, Menu) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripMenuButton
 
ToolStripMenuButton(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripMenuButton
 
ToolStripResizer - Class in com.smartgwt.client.widgets.toolbar
Simple subclass of ImgSplitbar with appearance appropriate for a ToolStrip resizer.
ToolStripResizer() - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripResizer
 
ToolStripResizer(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripResizer
 
ToolStripSeparator - Class in com.smartgwt.client.widgets.toolbar
Simple subclass of Img with appearance appropriate for a ToolStrip separator
ToolStripSeparator() - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
 
ToolStripSeparator(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripSeparator
 
ToolStripSpacer - Class in com.smartgwt.client.widgets.toolbar
A spacer element used to add extra blank space after the previous ToolStrip element.
ToolStripSpacer(int) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStripSpacer
 
TopOperatorAppearance - Enum in com.smartgwt.client.types
 
toString() - Method in class com.smartgwt.client.widgets.BaseWidget
 
toUSDollarString(double) - Static method in class com.smartgwt.client.util.Format
 
toUSDollarString(double, int) - Static method in class com.smartgwt.client.util.Format
 
toUSString(double) - Static method in class com.smartgwt.client.util.Format
 
toUSString(double, int) - Static method in class com.smartgwt.client.util.Format
 
Track - Interface in com.smartgwt.client.docs
The following APIs are all related to Track.
TRANSFER - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
TransferImgButton - Class in com.smartgwt.client.widgets
Convenience ImgButton subclass for various transfer icons typically used in a dual list for transferring items or reordering them within a list.
TransferImgButton(TransferImgButton.TransferImg) - Constructor for class com.smartgwt.client.widgets.TransferImgButton
Create a new HeaderControl with the specific icon.
TransferImgButton(TransferImgButton.TransferImg, ClickHandler) - Constructor for class com.smartgwt.client.widgets.TransferImgButton
Create a new HeaderControl with the specific icon.
TransferImgButton.TransferImg - Class in com.smartgwt.client.widgets
 
TransferImgButton.TransferImg(String) - Constructor for class com.smartgwt.client.widgets.TransferImgButton.TransferImg
 
transferSelectedData(DataBoundComponent) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
transferSelectedData(DataBoundComponent, int) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
transferSelectedData(DataBoundComponent) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Simulates a drag / drop type transfer of the selected records in some other component to this component, without requiring any user interaction.
transferSelectedData(DataBoundComponent, int) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Simulates a drag / drop type transfer of the selected records in some other component to this component, without requiring any user interaction.
transferSelectedData(DataBoundComponent) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
transferSelectedData(DataBoundComponent, int) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
transferSelectedData(DataBoundComponent) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
transferSelectedData(DataBoundComponent, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
transferSelectedData(DataBoundComponent) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
transferSelectedData(DataBoundComponent, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
transferSelectedData(DataBoundComponent) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
transferSelectedData(DataBoundComponent, int) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
transferSelectedData(DataBoundComponent) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
transferSelectedData(DataBoundComponent, int) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
transformHTML(String) - Method in class com.smartgwt.client.widgets.HTMLFlow
Override to modify the loaded HTML before it is rendered.
transformInput(DynamicForm, FormItem, Object, Object) - Method in interface com.smartgwt.client.widgets.form.FormItemInputTransformer
Called when a FormItem's value is about to change as the result of user interaction.
transformRequest(DSRequest) - Method in class com.smartgwt.client.data.DataSource
For a dataSource using client-side data integration, return the data that should be sent to the DataSource.dataURL.
transformRequest(DSRequest) - Method in class com.smartgwt.client.data.RequestTransformer
See the docs for DataSource.transformRequest(DSRequest).
transformResponse(DSResponse, DSRequest, Object) - Method in class com.smartgwt.client.data.DataSource
Modify the DSResponse object derived from the response returned from the dataURL.
transformResponse(DSResponse, DSRequest, Object) - Method in class com.smartgwt.client.data.ResponseTransformer
See the docs for DataSource.transformResponse(DSResponse, DSRequest, Object)
TRASH - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
Tree - Class in com.smartgwt.client.widgets.tree
A Tree is a data model representing a set of objects linked into a hierarchy.
Tree() - Constructor for class com.smartgwt.client.widgets.tree.Tree
 
Tree(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.Tree
 
TreeDataBinding - Interface in com.smartgwt.client.docs
Tree DataBinding
TreeField - Interface in com.smartgwt.client.docs
The following APIs are all related to TreeField.
TreeGrid - Class in com.smartgwt.client.widgets.tree
The Smart GWT system supports hierarchical data (also referred to as tree data due to its "branching" organization) with: the Tree class, which manipulates hierarchical data sets the TreeGrid widget class, which extends the ListGrid class to visually present tree data in an expandable/collapsible format.
TreeGrid() - Constructor for class com.smartgwt.client.widgets.tree.TreeGrid
 
TreeGrid(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.TreeGrid
 
treeGrid_cantDragIntoChildMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "You can't drag an item into one of it's children.".
treeGrid_cantDragIntoSelfMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "You can't drag an item into itself.".
treeGrid_parentAlreadyContainsChildMessage() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "This item already contains a child item with that name.".
TreeGridField - Class in com.smartgwt.client.widgets.tree
An object literal with a particular set of properties used to configure the display of and interaction with the columns of a TreeGrid.
TreeGridField() - Constructor for class com.smartgwt.client.widgets.tree.TreeGridField
 
TreeGridField(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.TreeGridField
 
TreeGridField(String) - Constructor for class com.smartgwt.client.widgets.tree.TreeGridField
 
TreeGridField(String, int) - Constructor for class com.smartgwt.client.widgets.tree.TreeGridField
 
TreeGridField(String, String) - Constructor for class com.smartgwt.client.widgets.tree.TreeGridField
 
TreeGridField(String, String, int) - Constructor for class com.smartgwt.client.widgets.tree.TreeGridField
 
TreeIcons - Interface in com.smartgwt.client.docs
The following APIs are all related to TreeIcons.
TreeModelType - Enum in com.smartgwt.client.types
 
TreeNode - Class in com.smartgwt.client.widgets.tree
Every node in the tree is represented by a TreeNode object which is an object literal with a set of properties that configure the node.
TreeNode() - Constructor for class com.smartgwt.client.widgets.tree.TreeNode
 
TreeNode(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.tree.TreeNode
 
TreeNode(String) - Constructor for class com.smartgwt.client.widgets.tree.TreeNode
Constructor
TreeNode(String, TreeNode...) - Constructor for class com.smartgwt.client.widgets.tree.TreeNode
Constructor

U

unescapeHTML(String) - Static method in class com.smartgwt.client.util.StringUtil
Reverses StringUtil.asHTML(String).
unfreezeField(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Unfreeze a frozen field, so that it will now scroll along with other fields when horizontal scrolling occurs.
unfreezeField(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Unfreeze a frozen field, so that it will now scroll along with other fields when horizontal scrolling occurs.
unfreezeFields(int[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Unfreeze the indicated fields, so that it will now scroll along with other fields when horizontal scrolling occurs.
unfreezeFields(String[]) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Unfreeze the indicated fields, so that it will now scroll along with other fields when horizontal scrolling occurs.
ungroup() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Removes the grouping from the listgrid, restoring its original data
unloadChildren(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Unload the children of a folder, returning the folder to the "unloaded" state.
unmarkAdvancedCriteria() - Method in class com.smartgwt.client.data.Criterion
 
unregisterID(String) - Static method in class com.smartgwt.client.util.IDManager
 
unregisterKey(String) - Static method in class com.smartgwt.client.util.Page
Clears an action registered to fire on a specific a keyPress event via the Page.registerKey(String, KeyCallback) method.
unsort() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Turn sorting off, typically because data has changed and is no longer sorted.
unsubscribe(String) - Static method in class com.smartgwt.client.rpc.Messaging
call to unsubscribe from channel(s).
UP - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
UP_FIRST - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
updateCaches(DSResponse) - Method in class com.smartgwt.client.data.DataSource
Causes any components using this DataSource to be notified of changes that have been made to the remote dataset accessed via this DataSource, as though the provided DSResponse had just successfully completed.
updateCaches(DSResponse, DSRequest) - Method in class com.smartgwt.client.data.DataSource
Causes any components using this DataSource to be notified of changes that have been made to the remote dataset accessed via this DataSource, as though the provided DSResponse had just successfully completed.
updateData(Record) - Method in class com.smartgwt.client.data.DataSource
Perform an "update" DataSource operation against this DataSource, to update values in an existing DataSource record.
updateData(Record, DSCallback) - Method in class com.smartgwt.client.data.DataSource
Perform an "update" DataSource operation against this DataSource, to update values in an existing DataSource record.
updateData(Record, DSCallback, DSRequest) - Method in class com.smartgwt.client.data.DataSource
Perform an "update" DataSource operation against this DataSource, to update values in an existing DataSource record.
updateData(Record) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Perform a DataSource "update" operation to update existing records in this component's DataSource.
updateData(Record, DSCallback) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Perform a DataSource "update" operation to update existing records in this component's DataSource.
updateData(Record, DSCallback, DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Perform a DataSource "update" operation to update existing records in this component's DataSource.
updateEvent(CalendarEvent, Date, Date, String, String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
update an event in this calendar.
updateHover() - Method in class com.smartgwt.client.widgets.Canvas
If this canvas is currently showing a hover (see Canvas.handleHover), this method can be called to update the contents of the hover.
updateHover(String) - Method in class com.smartgwt.client.widgets.Canvas
If this canvas is currently showing a hover (see Canvas.handleHover), this method can be called to update the contents of the hover.
updateRecordComponent(ListGridRecord, Integer, Canvas, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
When showRecordComponents is true, this method is called for a row/cell that has already been rendered.
updateShadow() - Method in class com.smartgwt.client.widgets.Canvas
Update the canvas shadow.
updateState() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Update the visual state of a FormItem to reflect any changes in state or any changes in style settings (eg textBoxStyle).
updateTab(int, Canvas) - Method in class com.smartgwt.client.widgets.tab.TabSet
Set the pane for a tab.
updateTab(Tab, Canvas) - Method in class com.smartgwt.client.widgets.tab.TabSet
Set the pane for a tab.
updateViewport(Float, Integer, Integer, Boolean) - Static method in class com.smartgwt.client.util.Page
This method only applies to browsers who support the special viewport meta html tag such as Safari running on the iPhone.
Upload - Interface in com.smartgwt.client.docs
Uploading Files
UploadItem - Class in com.smartgwt.client.widgets.form.fields
FormItem that creates an HTML <input type="upload"> control, with an interface that allows a user to pick a file from his machine to upload to the server.
UploadItem() - Constructor for class com.smartgwt.client.widgets.form.fields.UploadItem
 
UploadItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.UploadItem
 
UploadItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.UploadItem
 
UploadItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.UploadItem
 
useNativeOfflineDetection() - Static method in class com.smartgwt.client.util.Offline
Tells the Offline system to query the browser for the current online/offline state.
useOfflineResponse(DSRequest, DSResponse) - Method in class com.smartgwt.client.data.DataSource
Override point to allow application code to suppress use of a particular offline response.

V

validate(boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Validates the form without submitting it, and redraws the form to display error messages if there are any validation errors.
validate() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Validates the form without submitting it, and redraws the form to display error messages if there are any validation errors.
validate() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Validate this item.
validate() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Validate the clauses of this FilterBuilder.
validate() - Method in class com.smartgwt.client.widgets.form.FilterClause
Validate this clause.
validate() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Validate the current set of values for this values manager against validators defined in the member forms.
validateCell(int, String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Validate the current edit value for the cell in question.
validateCell(int, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Validate the current edit value for the cell in question.
validateData(Record) - Method in class com.smartgwt.client.data.DataSource
Contacts the server to run server-side validation on a DSRequest and either returns errors validation errors or a status code of 0.
validateData(Record, DSCallback, DSRequest) - Method in class com.smartgwt.client.data.DataSource
Contacts the server to run server-side validation on a DSRequest and either returns errors validation errors or a status code of 0.
validateData() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Perform validation on the client and the server.
validateRow(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Validate the current set of edit values for the row in question.
Validation - Interface in com.smartgwt.client.docs
Validation
ValidationMode - Enum in com.smartgwt.client.types
Mode of validation used for running validation on partially entered data.
Validator - Class in com.smartgwt.client.widgets.form.validator
A validator describes a check that should be performed on a value the user is trying to save.
Validator() - Constructor for class com.smartgwt.client.widgets.form.validator.Validator
 
Validator(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.validator.Validator
 
validator_mustBeEarlierThan() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be earlier than".
validator_mustBeExactLength() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be exactly $max characters".
validator_mustBeGreaterThan() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be at least ".
validator_mustBeLaterThan() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be later than".
validator_mustBeLessThan() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be no more than".
validator_mustBeLongerThan() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be at least $min characters".
validator_mustBeShorterThan() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be less than $max characters".
validator_notABoolean() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be a true/false value.".
validator_notAColor() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be a CSS color identifier.".
validator_notADate() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be a date.".
validator_notADecimal() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be a valid decimal.".
validator_notAFunction() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be a function.".
validator_notAnIdentifier() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Identifiers must start with a letter, underscore or $ character, and may contain only letters, numbers, underscores or $ characters.".
validator_notAnInteger() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be a whole number.".
validator_notARegex() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be a valid regular expression.".
validator_notAString() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be a String.".
validator_notATime() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Must be a time.".
validator_notOneOf() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Not a valid option".
validator_requiredField() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Field is required".
validatorProperties - Variable in class com.smartgwt.client.widgets.form.validator.CustomValidator
 
ValidatorType - Enum in com.smartgwt.client.types
Used to name a validator or reference a standard, built-in Validator - see list below.
Validtion - Interface in com.smartgwt.client.docs
 
ValueCallback - Interface in com.smartgwt.client.util
 
ValueChangedEvent - Class in com.smartgwt.client.widgets.events
 
ValueChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.ValueChangedEvent
 
ValueChangedHandler - Interface in com.smartgwt.client.widgets.events
 
ValueEnum - Interface in com.smartgwt.client.types
 
ValueIconMapper - Interface in com.smartgwt.client.widgets.form
FormItem Value Icon mapper that allows the developer to specify the image source for an icon to be displayed for the current form item value.
ValueIcons - Interface in com.smartgwt.client.docs
The following APIs are all related to ValueIcons.
valueIsChanging() - Method in class com.smartgwt.client.widgets.Slider
Call this method in your Slider.valueChanged handler to determine whether the value change is due to an ongoing drag interaction (true) or due to a thumb-release, mouse click, keypress, or programmatic event (false).
ValueItemType - Enum in com.smartgwt.client.types
 
valueOf(String) - Static method in enum com.smartgwt.client.types.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.AnimationAcceleration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.AnimationEffect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Autofit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.AutoFitEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.AutoFitIconFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.AutoFitWidthApproach
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.AutoSelectionModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Axis
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.BkgndRepeat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.CharacterCasing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ChartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ClickMaskMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ContentsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ControlName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.CriteriaCombineOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.CriteriaPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Cursor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DateDisplayFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DateItemSelectorFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DialogButtons
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DisplayNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DragAppearance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DragDataAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DragIntersectStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DragTrackerMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DrawPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DSDataFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DSOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DSProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.DSServerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.EditCompletionEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.EmbeddedPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.EnterKeyEditAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.EnumTranslateStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.EscapeKeyEditAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ExpansionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ExportDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ExportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.FireStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.FooterControls
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.FormErrorOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.FormItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.FormLayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.FormMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.GroupStartOpen
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.HashAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.HeaderControls
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.HoverMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ImageStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.JSONCircularReferenceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.JSONDateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.JSONInstanceSerializationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.LayoutPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.LayoutResizeBarPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ListGridEditEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ListGridFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.LoadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.LocatorStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.LocatorTypeStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.LogicalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.LogPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.MenuFieldID
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.MultipleAppearance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.NavigationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.OperatorId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.OperatorValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Overflow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.PageEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.PageOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.PercentBoxModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Positioning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.PromptStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.RecordComponentPoolingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.RecordLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.RecordSummaryFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.RelativeDateRangePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.RowEndEditAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.RPCTransport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Selected
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.SelectionAppearance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.SelectionBoundary
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.SelectionStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.SelectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.SendMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Side
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.SortArrow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.SQLPagingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.SQLType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.SummaryFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TabBarControls
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TableMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TabTitleEditEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TextAreaWrap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TextMatchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TileLayoutPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TimeDisplayFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TimeFormatter
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TitleOrientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TopOperatorAppearance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.TreeModelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ValidatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ValueItemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.ViewName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.smartgwt.client.types.VisibilityMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.smartgwt.client.types.Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.AnimationAcceleration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.AnimationEffect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Autofit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.AutoFitEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.AutoFitIconFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.AutoFitWidthApproach
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.AutoSelectionModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Axis
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.BkgndRepeat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.CharacterCasing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ChartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ClickMaskMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ContentsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ControlName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.CriteriaCombineOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.CriteriaPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Cursor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DateDisplayFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DateItemSelectorFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DialogButtons
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DisplayNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DragAppearance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DragDataAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DragIntersectStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DragTrackerMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DrawPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DSDataFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DSOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DSProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.DSServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.EditCompletionEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.EmbeddedPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.EnterKeyEditAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.EnumTranslateStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.EscapeKeyEditAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ExpansionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ExportDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ExportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.FireStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.FooterControls
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.FormErrorOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.FormItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.FormLayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.FormMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.GroupStartOpen
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.HashAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.HeaderControls
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.HoverMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ImageStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.JSONCircularReferenceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.JSONDateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.JSONInstanceSerializationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.LayoutPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.LayoutResizeBarPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ListGridEditEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ListGridFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.LoadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.LocatorStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.LocatorTypeStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.LogicalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.LogPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.MenuFieldID
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.MultipleAppearance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.NavigationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.OperatorId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.OperatorValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Overflow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.PageEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.PageOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.PercentBoxModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Positioning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.PromptStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.RecordComponentPoolingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.RecordLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.RecordSummaryFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.RelativeDateRangePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.RowEndEditAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.RPCTransport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Selected
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.SelectionAppearance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.SelectionBoundary
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.SelectionStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.SelectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.SendMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Side
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.SortArrow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.SQLPagingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.SQLType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.SummaryFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TabBarControls
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TableMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TabTitleEditEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TextAreaWrap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TextMatchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TileLayoutPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TimeDisplayFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TimeFormatter
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TitleOrientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TopOperatorAppearance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.TreeModelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ValidatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ValueItemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.ViewName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.smartgwt.client.types.VisibilityMode
Returns an array containing the constants of this enum type, in the order they are declared.
valuesAreValid(boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Method to determine whether the current form values would pass validation.
valuesHaveChanged() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Compares the current set of values with the values stored by the call to the DynamicForm.rememberValues method.
valuesHaveChanged() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Compares the current set of values with the values stored by the call to the DynamicForm.rememberValues method.
ValuesManager - Class in com.smartgwt.client.widgets.form
The ValuesManager manages data from multiple member forms.
ValuesManager() - Constructor for class com.smartgwt.client.widgets.form.ValuesManager
 
ValuesManager(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.ValuesManager
 
VelocitySupport - Interface in com.smartgwt.client.docs
Velocity context variables
Version - Class in com.smartgwt.client
Class that returns meta information like version number, major version, minor version and build date.
Version() - Constructor for class com.smartgwt.client.Version
 
VerticalAlignment - Enum in com.smartgwt.client.types
 
viewFile(Record) - Method in class com.smartgwt.client.data.DataSource
Display a file stored in a field of type:"binary" in a new browser window.
viewFile(Record, String, DSRequest) - Method in class com.smartgwt.client.data.DataSource
Display a file stored in a field of type:"binary" in a new browser window.
ViewFile - Interface in com.smartgwt.client.docs
The following APIs are all related to ViewFile.
ViewFileItem - Class in com.smartgwt.client.widgets.form.fields
Item for displaying the contents of "imageFile" fields in DynamicForms.
ViewFileItem() - Constructor for class com.smartgwt.client.widgets.form.fields.ViewFileItem
 
ViewFileItem(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.form.fields.ViewFileItem
 
ViewFileItem(String) - Constructor for class com.smartgwt.client.widgets.form.fields.ViewFileItem
 
ViewFileItem(String, String) - Constructor for class com.smartgwt.client.widgets.form.fields.ViewFileItem
 
viewLoaded(Canvas) - Method in class com.smartgwt.client.widgets.ViewLoader
StringMethod fired when the view has been loaded.
ViewLoader - Class in com.smartgwt.client.widgets
The ViewLoader component can be used to load new Smart GWT-based user interfaces into a running application.
ViewLoader() - Constructor for class com.smartgwt.client.widgets.ViewLoader
 
ViewLoader(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.ViewLoader
 
ViewLoading - Interface in com.smartgwt.client.docs
The following APIs are all related to ViewLoading.
ViewName - Enum in com.smartgwt.client.types
The names of the Calendar views.
viewSelectedData(ListGrid) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Displays the currently selected record(s) of the ListGrid in the detailViewer.
viewSelectedData(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Displays the currently selected record(s) of the ListGrid in the detailViewer.
ViewState - Interface in com.smartgwt.client.docs
The following APIs are all related to ViewState.
ViewStateChangedEvent - Class in com.smartgwt.client.widgets.grid.events
 
ViewStateChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.ViewStateChangedEvent
 
ViewStateChangedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
Visibility - Interface in com.smartgwt.client.docs
Whether an object can be seen
Visibility - Enum in com.smartgwt.client.types
 
VisibilityChangedEvent - Class in com.smartgwt.client.widgets.events
 
VisibilityChangedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.events.VisibilityChangedEvent
 
VisibilityChangedHandler - Interface in com.smartgwt.client.widgets.events
 
VisibilityMode - Enum in com.smartgwt.client.types
Settings for whether multiple sections can be in the expanded state simultaneously.
visibleAtPoint(int, int, boolean, Canvas, Canvas) - Method in class com.smartgwt.client.widgets.Canvas
Does this widget contain the specified global (x,y) coordinates, and have no other widgets also at the specified position, obscuring this one? This is commonly used for (for example) drag and drop interactions.
VisualBuilder - Interface in com.smartgwt.client.docs
Visual Builder
VLayout - Class in com.smartgwt.client.widgets.layout
A subclass of Layout that applies a sizing policy along the vertical axis, interpreting percent and "*" sizes as proportions of the height of the layout.
VLayout() - Constructor for class com.smartgwt.client.widgets.layout.VLayout
 
VLayout(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.VLayout
 
VLayout(int) - Constructor for class com.smartgwt.client.widgets.layout.VLayout
 
VStack - Class in com.smartgwt.client.widgets.layout
A subclass of Layout that simply stacks members on the vertical axis without trying to manage their height.
VStack() - Constructor for class com.smartgwt.client.widgets.layout.VStack
 
VStack(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.layout.VStack
 
VStack(int) - Constructor for class com.smartgwt.client.widgets.layout.VStack
 

W

warn(String) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "OK" button.
warn(String, BooleanCallback) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "OK" button.
warn(String, String, BooleanCallback, Dialog) - Static method in class com.smartgwt.client.util.SC
Show a modal dialog with a message, icon, and "OK" button.
WebService - Class in com.smartgwt.client.data
Class representing a WebService definition derived from a WSDL file.
WebService(JavaScriptObject) - Constructor for class com.smartgwt.client.data.WebService
 
WebService - Interface in com.smartgwt.client.docs
The following APIs are all related to WebService.
WebServiceCallback - Interface in com.smartgwt.client.data
 
WEEK_AGO - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the current day of the previous week
WEEK_FROM_NOW - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the current day of the following week
WidgetCanvas - Class in com.smartgwt.client.widgets
 
WidgetCanvas(Widget) - Constructor for class com.smartgwt.client.widgets.WidgetCanvas
 
willAcceptDrop() - Method in class com.smartgwt.client.widgets.Canvas
Returns true if the widget object being dragged can be dropped on this widget, and false otherwise.
willAcceptDrop() - Method in class com.smartgwt.client.widgets.grid.ListGrid
This method overrides Canvas.willAcceptDrop() and works as follows:
If Canvas.willAcceptDrop() (the superclass definition) returns false, this method always returns false.
willAcceptDrop() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
This method overrides ListGrid.willAcceptDrop() and works as follows:

First, ListGrid.willAcceptDrop() (the superclass definition) is consulted.
willFetchData(Criteria) - Method in class com.smartgwt.client.data.ResultSet
Will changing the criteria for this resultSet require fetching new data from the server, or can the new criteria be satisfied from data already cached on the client?
Second textMatchStyle parameter determines whether a change of text-match style will require a server fetch - for example if filter is being changed between an exact match (from e.g: ListGrid.fetchData()) and a substring match (from e.g: ListGrid.filterData()).
This method can be used to determine whether ListGrid.fetchData() or ListGrid.filterData() would cause a server side fetch when passed a certain set of criteria.
willFetchData(Criteria, String) - Method in class com.smartgwt.client.data.ResultSet
Will changing the criteria for this resultSet require fetching new data from the server, or can the new criteria be satisfied from data already cached on the client?
Second textMatchStyle parameter determines whether a change of text-match style will require a server fetch - for example if filter is being changed between an exact match (from e.g: ListGrid.fetchData()) and a substring match (from e.g: ListGrid.filterData()).
This method can be used to determine whether ListGrid.fetchData() or ListGrid.filterData() would cause a server side fetch when passed a certain set of criteria.
willFetchData(Criteria) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Compares the specified criteria with the current criteria applied to this component's data object and determines whether the new criteria could be satisfied from the currently cached set of data, or if a new filter/fetch operation will be required.
willFetchData(Criteria, TextMatchStyle) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Compares the specified criteria with the current criteria applied to this component's data object and determines whether the new criteria could be satisfied from the currently cached set of data, or if a new filter/fetch operation will be required.
Window - Class in com.smartgwt.client.widgets
A general purpose Window class for implementing dialogs, portlets, alerts, prompts, wizards and desktop-like windowing interfaces.
Window() - Constructor for class com.smartgwt.client.widgets.Window
 
Window(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Window
 
window_title() - Method in interface com.smartgwt.client.i18n.SmartGwtMessages
Translated "Untitled Window".
Workday - Interface in com.smartgwt.client.docs
The following APIs are all related to Workday.
WriteCustomDataSource - Interface in com.smartgwt.client.docs
Custom Server DataSources
WSDataSource - Class in com.smartgwt.client.data
A WSDataSource is a DataSource that is preconfigured to contact the WSDL web service built into the SDK (see isomorphic/system/schema/Smart GWTOperations.wsdl).
WSDataSource() - Constructor for class com.smartgwt.client.data.WSDataSource
 
WSDataSource(JavaScriptObject) - Constructor for class com.smartgwt.client.data.WSDataSource
 
WsdlBinding - Interface in com.smartgwt.client.docs
WSDL Binding
WSDLLoadCallback - Interface in com.smartgwt.client.data
 
WSRequest - Class in com.smartgwt.client.data
A WSRequest (or "web service request") is an extended RPCRequest will additional properties application to WSDL/SOAP web services.
WSRequest() - Constructor for class com.smartgwt.client.data.WSRequest
 
WSRequest(JavaScriptObject) - Constructor for class com.smartgwt.client.data.WSRequest
 

X

XJSONDataSource - Class in com.smartgwt.client.data
A DataSource preconfigured to use the "scriptInclude" transport for cross-domain calls to JSON services, such as those provided by Yahoo!.
XJSONDataSource() - Constructor for class com.smartgwt.client.data.XJSONDataSource
 
XJSONDataSource(JavaScriptObject) - Constructor for class com.smartgwt.client.data.XJSONDataSource
 
XmlClientVsServer - Interface in com.smartgwt.client.docs
Server benefits - faster client-side processing Server neutral - heavy customization of XML transform, if any, written in Java Client benefits - faster server-side processing Client neutral - heavy customization of XML transform, if any, written in JavaScript
xmlHttpRequestAvailable() - Static method in class com.smartgwt.client.rpc.RPCManager
Returns true if the XMLHttpRequest object is available, false otherwise.
XmlNamespaces - Class in com.smartgwt.client.data
 
XmlNamespaces() - Constructor for class com.smartgwt.client.data.XmlNamespaces
 
XmlNamespaces(JavaScriptObject) - Constructor for class com.smartgwt.client.data.XmlNamespaces
 
XmlSchema - Interface in com.smartgwt.client.docs
The following APIs are all related to XmlSchema.
xmlSerialize(JavaScriptObject) - Method in class com.smartgwt.client.data.DataSource
Serialize a JavaScript object as XML.
xmlSerialize(JavaScriptObject, SerializationContext) - Method in class com.smartgwt.client.data.DataSource
Serialize a JavaScript object as XML.
xmlSerialize(Record, SerializationContext) - Method in class com.smartgwt.client.data.DataSource
Serialize a JavaScript object as XML.
xmlSerialize(Record[], SerializationContext) - Method in class com.smartgwt.client.data.DataSource
Serialize a JavaScript object as XML.
xmlSerialize(Map, SerializationContext) - Method in class com.smartgwt.client.data.DataSource
Serialize a JavaScript object as XML.
XmlSerialize - Interface in com.smartgwt.client.docs
The following APIs are all related to XmlSerialize.
XmlTag - Interface in com.smartgwt.client.docs
<isomorphic:XML>
XMLTools - Class in com.smartgwt.client.data
 
XMLTools() - Constructor for class com.smartgwt.client.data.XMLTools
 
XmlTransform - Interface in com.smartgwt.client.docs
The following APIs are all related to XmlTransform.
XSDLoadCallback - Interface in com.smartgwt.client.data
 

Y

yesClick() - Method in class com.smartgwt.client.widgets.Dialog
Handle a click on the 'yes' button of this Dialog.
YESTERDAY - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the start of yesterday

Z

ZIndex - Interface in com.smartgwt.client.docs
Object's "stacking order" above or below other objects
ZOOM - Static variable in class com.smartgwt.client.widgets.HeaderControl
 

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