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
 
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.
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.
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.
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 FormItem.addChangedHandler(com.smartgwt.client.widgets.form.fields.events.ChangedHandler) 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 FormItem.addChangeHandler(com.smartgwt.client.widgets.form.fields.events.ChangeHandler) 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.
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.
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, 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(Criteria) - Method in class com.smartgwt.client.data.Criteria
Adds the criteria from the passed criteria object.
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 recieves 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.
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.
Return false 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.
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.
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.
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.
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 com.smartgwt.client.widgets.tree.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 onFolderDrop handler.
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 com.smartgwt.client.widgets.tree.TreeGrid#openFolder.
addFolderOpenedHandler(FolderOpenedHandler) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Add a folderOpened handler.
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 DynamicForm.submitForm() 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
 
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 RPCResponse.STATUS_SUCCESS.
addHandler(GwtEvent.Type<H>, H) - Method in class com.google.gwt.event.shared.HandlerManager
Adds a handle.
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.
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 Canvas.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.
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 recieved 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.
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, int) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add a canvas to the layout, optionally at a specific position.
addMember(Canvas) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
Add a canvas to the layout, optionally at a specific position.
addMember(Canvas) - Method in class com.smartgwt.client.widgets.Window
Add a canvas to the layout, optionally at a specific position.
addMember(Canvas, int) - Method in class com.smartgwt.client.widgets.Window
Add a canvas to the layout, optionally at a specific position.
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
 
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.
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.
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.
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.
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 onRecordDrop handler.
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.
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.
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.
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 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.
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.
addSort(SortSpecifier) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Adds another SortSpecifierto this grid's sort configuration and resorts.
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.
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
 
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
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.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.TabSet
Add a tabSelected 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.
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.
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.
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(JavaScriptObject) - Constructor for class com.smartgwt.client.data.AdvancedCriteria
 
AdvancedFilter - Interface in com.smartgwt.client.docs
 
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
 
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.
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
 
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
 
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 apperance
Apperance - Interface in com.smartgwt.client.docs
 
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.
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
 
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.
assertLive() - Method in class com.google.gwt.event.shared.GwtEvent
Asserts that the event still should be accessed.
Auth - Interface in com.smartgwt.client.docs
 
Autofit - Enum in com.smartgwt.client.types
 
AutoFitData - Interface in com.smartgwt.client.docs
 
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
 

B

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.
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
 
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
 
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
 
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
 

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
 
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
 
CalendarEvent - Interface in com.smartgwt.client.docs
 
CalendarEvent - Class in com.smartgwt.client.widgets.calendar
An object 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
false to suppress com.smartgwt.client.rpc.RPCManager#handleError
cancel() - Method in interface com.smartgwt.client.event.Cancellable
 
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventClick
false to cancel the default action
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventMoved
return false to disallow the move.
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventRemoveClick
false to cancel the removal
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.CalendarEventResized
return false to disallow the resize
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
false to cancel the default action
cancel() - Method in class com.smartgwt.client.widgets.calendar.events.DayHeaderClickEvent
return false to cancel the action
cancel() - Method in class com.smartgwt.client.widgets.events.ClickEvent
false 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
false 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
false to cancel drag interaction.
cancel() - Method in class com.smartgwt.client.widgets.events.DragRepositionMoveEvent
false to suppress auto-move of the dragTarget or outline.
cancel() - Method in class com.smartgwt.client.widgets.events.DragRepositionStartEvent
false to cancel the drag reposition action
cancel() - Method in class com.smartgwt.client.widgets.events.DragRepositionStopEvent
false 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
false to suppress auto-resize of the dragTarget or outline.
cancel() - Method in class com.smartgwt.client.widgets.events.DragResizeStartEvent
false to cancel the drag reposition action
cancel() - Method in class com.smartgwt.client.widgets.events.DragResizeStopEvent
false 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
false to cancel drag action.
cancel() - Method in class com.smartgwt.client.widgets.events.DragStopEvent
false to cancel drag interaction.
cancel() - Method in class com.smartgwt.client.widgets.events.DropEvent
return false to cancel default drop handling
cancel() - Method in class com.smartgwt.client.widgets.events.DropMoveEvent
false 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
false 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
false 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.KeyDownEvent
false 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
false 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
return false to cancel the default maximize behavior
cancel() - Method in class com.smartgwt.client.widgets.events.MinimizeClickEvent
return false to cancel the default minimize behavior
cancel() - Method in class com.smartgwt.client.widgets.events.MouseDownEvent
false 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
false 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
false 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
false 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
false 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
false 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
false 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
return false to cancel the default restore behavior
cancel() - Method in class com.smartgwt.client.widgets.events.RightMouseDownEvent
false 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.ItemChangeEvent
return false to cancel the change, or true to allow it
cancel() - Method in class com.smartgwt.client.widgets.form.events.ItemKeyPressEvent
return false to cancel the keyPress, or true to allow it
cancel() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
In your handler, return false to cancel the change, true to allow the change
cancel() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyDownEvent
return false to attempt to cancel the event.
cancel() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyPressEvent
return false to attempt to cancel the event.
cancel() - Method in class com.smartgwt.client.widgets.form.fields.events.KeyUpEvent
return false 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.CellClickEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellContextClickEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellDoubleClickEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellHoverEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellMouseDownEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellMouseUpEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellOutEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.CellOverEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.EditorExitEvent
Returning false from 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.HeaderClickEvent
return false to cancel the default header click behavior
cancel() - Method in class com.smartgwt.client.widgets.grid.events.NodeSelectedEvent
Return false to cancel default behavior
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RecordClickEvent
false to stop event bubbling
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
return false to cancel the default record drop handling
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowContextClickEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
Returning false from 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
whether to cancel the event (default behavior of showing the hover)
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowMouseDownEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowMouseUpEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowOutEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.grid.events.RowOverEvent
whether to cancel the event
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.tree.events.FolderClosedEvent
false to cancel the close, true to all it to proceed
cancel() - Method in class com.smartgwt.client.widgets.tree.events.FolderContextClickEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.tree.events.FolderDropEvent
return false to cancel standard folder drop processing
cancel() - Method in class com.smartgwt.client.widgets.tree.events.FolderOpenedEvent
false to cancel the open, true to all it to proceed
cancel() - Method in class com.smartgwt.client.widgets.tree.events.LeafContextClickEvent
whether to cancel the event
cancel() - Method in class com.smartgwt.client.widgets.tree.events.NodeContextClickEvent
whether to cancel 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).
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.
canExpandRecord(ListGridRecord, int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Expands a given ${isc.DocUtils.linkForRef('object:ListGridRecord','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
Form item 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
 
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
 
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
 
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
 
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
 
CharacterCasing - Enum in com.smartgwt.client.types
 
CheckboxField - Interface in com.smartgwt.client.docs
 
CheckboxItem - Class in com.smartgwt.client.widgets.form.fields
Checkbox form item, implemented with customizeable 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 curent 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.
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
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
 
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
 
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
 
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.
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
 
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 ${isc.DocUtils.linkForRef('object:ListGridRecord','record')} which has been previously expanded using ListGrid.expandRecord(com.smartgwt.client.widgets.grid.ListGridRecord).
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
 
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
 
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.google.gwt.event.shared - package com.google.gwt.event.shared
 
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
 
com.smartgwt.client.event - package com.smartgwt.client.event
 
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.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.menu - package com.smartgwt.client.widgets.menu
 
com.smartgwt.client.widgets.menu.events - package com.smartgwt.client.widgets.menu.events
 
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.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
 
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
 
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
Compression - Interface in com.smartgwt.client.docs
Compression
condition(Object) - Method in class com.smartgwt.client.widgets.form.validator.CustomValidator
 
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.
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
 
Contents - Interface in com.smartgwt.client.docs
 
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
 
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(JavaScriptObject) - Static method in class com.smartgwt.client.data.SortSpecifier
 
convertToCanvasArray(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.Canvas
 
convertToDataSourceFieldArray(JavaScriptObject) - Static method in class com.smartgwt.client.data.DataSourceField
 
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(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
 
convertToMap(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSOHelper
 
convertToRecordArray(JavaScriptObject) - Static method in class com.smartgwt.client.data.Record
 
Corner - Interface in com.smartgwt.client.docs
 
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.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.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.SectionHeader
 
create() - Method in class com.smartgwt.client.widgets.layout.SectionStack
 
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.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.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.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.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
 
createJavaScriptArray() - Static method in class com.smartgwt.client.util.JSOHelper
 
createObject() - Static method in class com.smartgwt.client.util.JSOHelper
 
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
 
CriteriaPolicy - Enum in com.smartgwt.client.types
 
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.
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
 
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
 
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").
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-independant 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
 
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
 
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
 
Date - Interface in com.smartgwt.client.docs
 
DATE - Static variable in class com.smartgwt.client.widgets.form.fields.PickerIcon
 
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
 
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
 
DateItemSelectorFormat - Enum in com.smartgwt.client.types
 
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 FieldType.
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.
DefaultHandlerRegistration - Class in com.google.gwt.event.shared
Default implementation of HandlerRegistration.
DefaultHandlerRegistration(HandlerManager, GwtEvent.Type<H>, H) - Constructor for class com.google.gwt.event.shared.DefaultHandlerRegistration
Creates a new handler registration.
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
 
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.
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
 
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 com.smartgwt.client.widgets.form.fields.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 com.smartgwt.client.widgets.form.fields.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 such as alerts, prompts, and confirmations.
Dialog() - Constructor for class com.smartgwt.client.widgets.Dialog
 
Dialog(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.Dialog
 
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 at runtime.
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.
dispatch(H) - Method in class com.google.gwt.event.shared.GwtEvent
Should only be called by HandlerManager.
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(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(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(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(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(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(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(TitleHoverHandler) - Method in class com.smartgwt.client.widgets.form.fields.events.TitleHoverEvent
 
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(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(HeaderClickHandler) - Method in class com.smartgwt.client.widgets.grid.events.HeaderClickEvent
 
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(RecordDoubleClickHandler) - Method in class com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent
 
dispatch(RecordDropHandler) - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
 
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(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(TabDeselectedHandler) - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
 
dispatch(TabSelectedHandler) - Method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
 
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
 
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.
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
 
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
Dragging objects and dropping them onto other objects
Dragging - Interface in com.smartgwt.client.docs
 
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
 
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
 
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
 
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.
DrawContext - Interface in com.smartgwt.client.docs
 
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() 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
 
DSResponse - Class in com.smartgwt.client.data
Response sent by the server in response to a DSRequest.
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
 
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.
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
 
DynamicLoading - Interface in com.smartgwt.client.docs
 
DynamicMenuItem - Interface in com.smartgwt.client.docs
 

E

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
 
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
 
editSelectedData(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
editSelectedData(ListGrid) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Edit the record selected in the specified selection component (typically a ListGrid).
Elements - Interface in com.smartgwt.client.docs
Manipulating native form elements
EmptyMessage - Interface in com.smartgwt.client.docs
 
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 at runtime.
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 curent 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
 
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
 
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 - Interface in com.google.gwt.event.shared
Marker interface for event handlers.
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
 
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(RPCResponse, Object, RPCRequest) - Method in interface com.smartgwt.client.rpc.RPCCallback
 
execute(Boolean) - Method in interface com.smartgwt.client.util.BooleanCallback
 
execute(String) - Method in interface com.smartgwt.client.util.KeyCallback
 
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 ${isc.DocUtils.linkForRef('object:ListGridRecord','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
 
ExpansionMode - Enum in com.smartgwt.client.types
 
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

FAVOURITE - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
FeaturesCustomPersistence - Interface in com.smartgwt.client.docs
Using Smart GWT Server framework with custom persistence logic
fetchData() - Method in class com.smartgwt.client.data.DataSource
Perform a "fetch" DataSource operation against this DataSource, sending search criteria and retrieving matching records.
fetchData(Criteria) - Method in class com.smartgwt.client.data.DataSource
Perform a "fetch" DataSource operation against this DataSource, sending search criteria and retrieving matching records.
fetchData(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.
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
 
Fetching - Interface in com.smartgwt.client.docs
 
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
 
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
Refering 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
 
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
 
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) - 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) - 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
 
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.google.gwt.event.shared.HandlerManager
Fires the given event to the handlers listening to the event's type.
fireEvent(GwtEvent<?>) - Method in interface com.google.gwt.event.shared.HasHandlers
Fires the given event to all the appropriate handlers.
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
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.
FlatFields - Interface in com.smartgwt.client.docs
 
FloatItem - Class in com.smartgwt.client.widgets.form.fields
 
FloatItem() - 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 explictly 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 explictly 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
 
format(Date) - Method in interface com.smartgwt.client.util.DateDisplayFormatter
The format method.
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.CellFormatter
 
format(Object, Record, DetailViewerField) - Method in interface com.smartgwt.client.widgets.viewer.DetailFormatter
 
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
 
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
 
FormItemClickHandler - Interface in com.smartgwt.client.widgets.form.fields.events
 
FormItemErrorFormatter - Interface in com.smartgwt.client.widgets.form
Formatter to customize the error message of a FormItem
FormItemFactory - Class in com.smartgwt.client.widgets.form.fields
 
FormItemFactory() - Constructor for class com.smartgwt.client.widgets.form.fields.FormItemFactory
 
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
 
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
FormulaFields - Interface in com.smartgwt.client.docs
Fields with values calculated from other fields in the grid.
FormValues - Interface in com.smartgwt.client.docs
 
FormValuesManager - Interface in com.smartgwt.client.docs
 
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.
FrozenFields - Interface in com.smartgwt.client.docs
Frozen Fields
Function - Interface in com.smartgwt.client.core
Generic callback interface.

G

generateID() - Static method in class com.smartgwt.client.util.SC
 
get(String) - Static method in class com.smartgwt.client.data.DataSource
Synonym of DataSource.getDataSource(java.lang.String): 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_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.
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.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.form.fields.FormItem
Alignment of this item in its cell.
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).
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.
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.
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.grid.ListGrid
Whether alternating rows should be drawn in alternating styles, in order to create a "ledger" effect for easier reading.
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.
getAltKey() - Method in class com.smartgwt.client.core.KeyIdentifier
 
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.tree.TreeGrid
When animating folder opening / closing, this property can be set to apply an animated acceleration effect.designates the speed of the animation in pixels shown (or hidden) per second.
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.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.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.
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.
getAnimateShowAcceleration() - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated show.
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 Page.getAppImgDir().
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.google.gwt.event.shared.GwtEvent
Returns the type used to register this event.
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.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.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.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.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.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.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.TitleHoverEvent
 
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.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.HeaderClickEvent
 
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.RecordDoubleClickEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.grid.events.RecordDropEvent
 
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.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.TabDeselectedEvent
 
getAssociatedType() - Method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
getAttributeAsIntArray(String) - Method in class com.smartgwt.client.core.DataClass
 
getAttributeAsIntArray(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
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
 
getAttributeAsJavaScriptObjectArray(JavaScriptObject, String) - Static method in class com.smartgwt.client.util.JSOHelper
 
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
 
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
 
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
 
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.
getAutoDeriveSchema() - Method in class com.smartgwt.client.data.DataSource
For a DataSource with serverType: "sql" or serverType: "hibernate", automatically derive the dataSource's schema (field definitions) from the SQL table specified in tableName.
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 com.smartgwt.client.data.DataSource#getAutoTitle.
getAutoDismiss() - Method in class com.smartgwt.client.widgets.menu.Menu
When true, when a menu item is chosen (via mouse click or keyboard), the menu is not 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 ${isc.DocUtils.linkForRef('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 accomodate 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 accomodate 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 accomodate 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 accomodate 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 accomodate the title.
getAutoFitData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should this ListGrid automatically expand to accomodate its content?
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 expeand.
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 accomodate 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 accomodate its content.
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)
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(com.smartgwt.client.widgets.tree.TreeNode) 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.
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).
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.
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?
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.
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.
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.form.fields.ButtonItem
Optional baseStyle will be applied to the button.
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.ListGrid
The base name for the CSS class applied to cells.
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.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.
getBeanClassName() - Method in class com.smartgwt.client.data.DataSource
This property has different meanings depending on the 'serverType':
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.
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.
getBodyStyle() - Method in class com.smartgwt.client.widgets.Window
Style of the Window 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 and the booleanFalseImage Note: If booleanTrueImage is unset, the checkedImage will be used to indicate a true value in a boolean field.
getBooleanImageWidth() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Width for the booleanTrueImage and booleanFalseImage.
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").
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.
getBtnSize() - Method in class com.smartgwt.client.widgets.Scrollbar
The size of the square buttons (arrows) at the ends of this scrollbar.
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.
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".
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 RPCTransport 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 (typicaly 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.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
 
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.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.
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.
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.Window
Can the window be drag-resized? If true the window may be drag resized from its edges, and if showing, via the resiszer 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.
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.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.
getCanExpand() - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Default property name denoting whether this record can be expanded.
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.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.
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.
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.
getCanRemoveRecords() - Method in class com.smartgwt.client.widgets.grid.ListGrid
If set, provide UI for the user to remove records from the grid.
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.
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.
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.
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"
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.
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.
getCanSubmit() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Governs whether this form will be used to perform a standard HTML form submission.
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.
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 com.smartgwt.client..ValueMap 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.
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.
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.
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.
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.
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.
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.
getCellSpacing() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Return the cellSpacing.
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() - 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
Return the 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.
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(int).
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
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.
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 ExpansionMode 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. Enables loading a databound tree as a hierachical data structure, rather than a flat list of nodes linked by foreignKey.
Note this is an alternative to setting childrenProperty directly on the childrenField object.
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(com.google.gwt.core.client.JavaScriptObject).
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.
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) - Method in class com.smartgwt.client.data.DataSource
Return a "spoofed" response for a clientOnly 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
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.
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.
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
getColumnTitle(TreeNode, int) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Returns the title to show for the header of indicated column.
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
 
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.
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 RPCResponse.STATUS_LOGIN_INCORRECT rather than a call to com.smartgwt.client.rpc.RPCManager#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.
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.DSRequest
Return the Criteria associated with a FETCH operation.
getCriteria() - Method in class com.smartgwt.client.data.ResultSet
Filter criteria used whenever records are retrieved.
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() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
Initial criteria.
getCriteria() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Retrieves 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 ${isc.DocUtils.linkForRef('object: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.FormItem
Override this method if you need to provide a specialized criterion from this formItem when creating an AdvancedCriteria via DynamicForm.getValuesAsCriteria().
getCrosshairImageURL() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The location of the crosshair image file
getCtrlKey() - Method in class com.smartgwt.client.core.KeyIdentifier
Return the ctrlKey.
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.
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.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.grid.ListGrid
Return the grid data as a RecordList.
getDataAsString() - Method in class com.smartgwt.client.rpc.RPCRequest
 
getDataFetchMode() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
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
 
getDataFetchMode() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
getDataFetchMode() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
getDataFetchMode() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
getDataFetchMode() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
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.
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.
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() - 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
 
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.
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
getDateFormat() - Method in class com.smartgwt.client.util.JSONEncoder
Format for encoding JavaScript Date values in JSON.
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.grid.ListGrid
Display format to use for fields specified as type 'date'.
getDateFormatter() - Method in class com.smartgwt.client.widgets.grid.ListGridField
Display format to use for fields specified as type 'date'.
getDateFormatter() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Display format to use for fields specified as type 'date'.
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.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.
getDayViewTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the day view
getDbName() - Method in class com.smartgwt.client.data.DataSource
For DataSources using the 'Smart GWT SQL engine' for persistence, which database configuration to use.
getDefaultColor() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The default color.
getDefaultFields() - Method in class com.smartgwt.client.widgets.grid.ListGrid
An array of listGrid field configuration objects.
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.
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).
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.
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.menu.Menu
The default menu width.
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.widgets.calendar.Calendar
The name of the description field in a CalendarEvent.
getDestroyed() - Method in class com.smartgwt.client.widgets.Canvas
If this property is set to true, the BaseWidget.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 BaseWidget.destroy() method is called on a widget.
getDestroyPanes() - Method in class com.smartgwt.client.widgets.tab.TabSet
Whether BaseWidget.destroy() should be called on pane when it a tab is removed via TabSet.removeTab(int)}.
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.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 ExpansionMode is detailField.
getDetailsButtonTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the edit button in the quick event dialog
getDialogWidth() - Method in class com.smartgwt.client.widgets.form.fields.SelectOtherItem
Width for the "other value" prompt dialog.
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.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.DateItem
If useTextField is true this property can be used to customize the format in which dates are displayed.
Should be set to a standard DateDisplayFormat or a function which will return a formatted date string.
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() - 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.
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
 
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.

Tweaking drawAheadRatio allows you to make tradeoffs between continuous scrolling speed vs initial render time and render time when scrolling by large amounts.

NOTE: Only applies when showAllRows is false.
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.
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.
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.
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.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?
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) - 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.
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.
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
 
getEditOnFocus() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we start editing when this widget receives focus (if this ListGrid supports editing)?
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.
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.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.
getEditValues() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorEnterEvent
 
getEditValues() - Method in class com.smartgwt.client.widgets.grid.events.RowEditorExitEvent
edit values for the current row
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.
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.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.form.fields.DateItem
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.
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.
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
 
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 accomodate 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.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.
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.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
 
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.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 ExpansionMode 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.
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.
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.
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.
getExpression() - Method in class com.smartgwt.client.widgets.form.validator.RegExpValidator
Return the expression.
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.
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.
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 displayField is specified for this item, should the item perform a fetch on the optionDataSource to retrieve the display value for the item when FormItem.setValue(int) is called with a value for which we do not already have a mapped display value?
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
 
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.
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.
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.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.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
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.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.
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.
getFilterEditorHeight() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Height for the filterEditor, if shown.
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 them 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.
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.
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?
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).
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
the form being submitted
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.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
getFormItem(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.form.fields.FormItemFactory
 
getFormSubmitFailedWarning() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Warning to display to the user if an attempt to DynamicForm.submitForm() 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.
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 fields 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 fields set of fields.
getFullDataPath() - Method in class com.smartgwt.client.widgets.Canvas
Returns a fully qualified com.smartgwt.client..dataPath for this canvas.
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.
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.
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
part name for 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.
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.
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.
getHandler(GwtEvent.Type<H>, int) - Method in class com.google.gwt.event.shared.HandlerManager
Gets the handler at the given index.
getHandlerCount(GwtEvent.Type<?>) - Method in class com.google.gwt.event.shared.HandlerManager
Gets the number of handlers listening to the event type.
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
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
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
Default height of this item.
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.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.
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.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 Window.flash()
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.
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
 
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.
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 miliseconds 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.
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
Explict 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 horizonal 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).
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.
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 (avialable 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.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 recieved the click event.
getIcon() - Method in class com.smartgwt.client.widgets.form.fields.events.IconKeyPressEvent
a pointer to the icon that recieved the click event.
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 FieldType:"image" as the field to use when rendering a record as an image, for example, in a TileGrid.
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.
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.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.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.
getID() - Method in class com.smartgwt.client.core.BaseClass
Return the ID
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.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.tab.events.TabDeselectedEvent
id of the 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.
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.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.
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.
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.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.
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.
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.
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'.
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.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.
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.
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.
getInnerHeight() - Method in class com.smartgwt.client.widgets.Canvas
Returns the amount of space available for (an) absolutely positioned child widget(s) or HTML content, without introducing clipping, scrolling or overflow.
This is the space within the viewport of the widget (including padding, but excluding margins, borders or scrollbars) rendered at its specified size.
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
 
getInnerWidth() - Method in class com.smartgwt.client.widgets.Canvas
Returns the amount of space available for (an) absolutely positioned child widget(s) or HTML content, without introducing clipping, scrolling or overflow.
This is the space within the viewport of the widget (including padding, but excluding margins, borders or scrollbars) rendered at its specified size.
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.DateTimeItem
If useTextField is true this property can be used to specify the input format for date strings.
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), 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.
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.
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.TitleHoverEvent
Pointer to this item
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.RecordList
 
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.
The inclusion of such a prefix ensures your code is not directly executable outside of your application, as a preventitive measure against javascript hijacking.
getJsonRecordXPath() - Method in class com.smartgwt.client.data.RestDataSource
recordXPath mapping to the data node of json returned by the server. Applies if this.dataFormat is set to "json"
The default value will pick up data from a response structured as follows:
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.
The inclusion of such a suffix ensures your code is not directly executable outside of your application, as a preventitive measure against javascript hijacking.
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
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).
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.
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.
getLinkTitle() - Method in class com.smartgwt.client.widgets.form.fields.LinkItem
Optional title text to display for this item's link.
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.
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 coluimn 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.
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
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.
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.
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).
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.
getMaxFileSize() - Method in class com.smartgwt.client.data.DataSourceField
For fields of a type that are represented by binary data initially uploaded from a file (currently "binary" and "imageFile", see FieldType), this sets the maximum file size allowed, in bytes.
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.
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.
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
An optional method that, if it exists, allows the manipulation of the calculated offset for members of this 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.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.MenuButton
The menu to show.
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.MenuButton
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.
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.
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.
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.
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 minize / 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.
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.
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.
getMonthViewTitle() - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the month view
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, this selectItem will be displayed as a tall list of options, and the user will be able to select multiple options.
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.grid.ListGridField
Name of this field.
getName() - Method in class com.smartgwt.client.widgets.ImgProperties
Specifies the name of the image.
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
 
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.
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
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.
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.
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.
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
 
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()
getOldRecord() - Method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
The old record before the save occurred
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.
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(com.smartgwt.client.widgets.tree.TreeNode) 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(java.lang.String) to open the same set of folders within the treeGrid's data (assuming the nodes are still present in the data).
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.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.validator.StringCountValidator
Return the operator.
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
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 thiis 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.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.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.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.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.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.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.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.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.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.LinkItem
 
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.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.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.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.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.VLayout
 
getOrCreateRef(JavaScriptObject) - Static method in class com.smartgwt.client.widgets.layout.VStack
 
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.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.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.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() - Method in class com.smartgwt.client.widgets.tile.TileLayout
Direction of tiling.
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.
getOutputAsHTML() - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
By default HTML values in a staticTextItem will be interpreted by the browser.
getOutputs() - Method in class com.smartgwt.client.data.OperationBinding
Specifies, for this operationBinding only, the list of field names that should be returned to the client.
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.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 accomodate 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 accomodate 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 accomodate 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?
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.
getPageRect() - Method in class com.smartgwt.client.widgets.Canvas
 
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
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).
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.
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.
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.
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"].
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.
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.
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.
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.
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
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.
getPromptCursor() - Method in class com.smartgwt.client.rpc.RPCRequest
Controls the cursor shown when com.smartgwt.client.rpc.RPCManager#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).
getQuoteColumnNames() - Method in class com.smartgwt.client.data.DataSource
If set, tells the SQL engine to quote column names in all generated DML and DDL statements for this dataSource.
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.
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.
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(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.RecordDoubleClickEvent
the record that was double-clicked
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.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.
getRecordDetailDSProperty() - Method in class com.smartgwt.client.widgets.grid.ListGrid
The name of the ListGridRecord property that specifies the DataSource to use when 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
 
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.
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.grid.ListGrid
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 ListGridFieldType), 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".
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.
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.
getRemoveButtonPrompt() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The hover prompt text for the remove button.
getRemoveDataURL() - Method in class com.smartgwt.client.data.RestDataSource
Custom dataURL for remove type operations
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.
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 nodess 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.
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.
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.
getRequiresAuthentication() - Method in class com.smartgwt.client.data.DataSource
Whether a user must be authenticated in order to access this DataSource.
getRequiresRole() - Method in class com.smartgwt.client.data.DataSource
Similar to requiresRole, but controls access to the DataSource as a whole.
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
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
 
getResultSize() - Method in class com.smartgwt.client.data.ResultSet
How many rows to retrieve at once.
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.
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".
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.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
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
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.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 focussed 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 focussed in a text-item in this FilterBuilder, we automatically invoke the user-supplied FilterBuilder.addSearchHandler(com.smartgwt.client.widgets.form.events.SearchHandler) method.
getSaveOperationType() - 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.
getSCClassName(JavaScriptObject) - Static method in class com.smartgwt.client.util.SC
Gets the name of this underlying SmartClient class as a string.
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.
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.
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 SectionHeader for a section.
getSectionExpanded() - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Whether this form section should be initially collapsed.
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
 
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.
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.
getSelectedColorLabel() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The label shown next to the selected color box.
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(java.lang.String) 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.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.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.
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(java.lang.String) 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.ListGrid
The selection associated with the listGrid.
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.
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(int)), 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
Analagous to dropExtraFields, for data sent to the server.
getSendMetaData() - Method in class com.smartgwt.client.data.RestDataSource
Should operation meta data be included when assmebling 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.TreeGrid
Specifies whether folders and leaves should be segregated in the treeGrid display.
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.
getServerCondition() - Method in class com.smartgwt.client.widgets.form.validator.Validator
An expression in the Velocity Template Language that will run on the server.
getServerConstructor() - Method in class com.smartgwt.client.data.DataSource
Specifies the fully-qualified name of the DataSource subclass that should be instantiated server-side for this dataSource.
getServerOnly() - Method in class com.smartgwt.client.widgets.form.validator.Validator
Indicates this validator runs on the server only.
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.
getServerType() - Method in class com.smartgwt.client.data.DataSource
For a DataSource stored in .xml format on the ISC server, indicates what server-side connector to use to execute requests, that is, what happens if you call dsRequest.execute() in server code.
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
 
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 DynamicForm.getValues()?
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.
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.

Drawing all rows causes longer initial rendering time, but allows smoother vertical scrolling.
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.
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.
getShowBody() - Method in class com.smartgwt.client.widgets.Window
If true, draw the body contents when this Window is drawn.
getShowCancelButton() - Method in class com.smartgwt.client.widgets.DateChooser
Determines whether the "Cancel" button will be displayed.
getShowCenter() - Method in class com.smartgwt.client.widgets.EdgedCanvas
Whether to show media in the center section, that is, behind the decorated Canvas.
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.addCloseClickHandler(com.smartgwt.client.widgets.events.CloseClickHandler).
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.
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 hierachy?
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.
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
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.
getShowDoubleYearIcon() - Method in class com.smartgwt.client.widgets.DateChooser
If this property is set to true the previous and next year buttons will render out the previous and next month button icons twice rather than using the prevYearIcon and nextYearIcon.
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.
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 next to form items when showInlineErrors is true.
getShowErrorIcons() - Method in class com.smartgwt.client.widgets.form.DynamicForm
'showErrorIcons', 'showErrorText', and 'showErrorStyle' control how validation errors are displayed next to form items when showInlineErrors is true.
getShowErrorStyle() - Method in class com.smartgwt.client.widgets.form.DynamicForm
'showErrorIcons', 'showErrorText', and 'showErrorStyle' control how validation errors are displayed next to form items when showInlineErrors is true.
getShowErrorStyle() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
'showErrorIcons', 'showErrorText', and 'showErrorStyle' control how validation errors are displayed next to form items when showInlineErrors is true.
getShowErrorText() - Method in class com.smartgwt.client.widgets.form.DynamicForm
'showErrorIcons', 'showErrorText', and 'showErrorStyle' control how validation errors are displayed next to form items when showInlineErrors is true.
getShowErrorText() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
'showErrorIcons', 'showErrorText', and 'showErrorStyle' control how validation errors are displayed next to form items when showInlineErrors is true.
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.
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.
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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves focus or just if the icon recieves 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 showing vertical continuation lines for each level of indenting within the tree.
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 com.smartgwt.client.data.SimpleType#getDefaultSummaryFunction is defined for the specified field type.
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.
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 should the label text next to the checkbox item.
getShowLabel() - Method in class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
Should we should the label text next to the checkbox item.
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.MenuButton
The menu drops down below the menu button.
getShowMenuButtonImage() - Method in class com.smartgwt.client.widgets.menu.MenuButton
show menu button image (up / down arrowhead) for this menu 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.
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
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'.
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.
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.
getShowRange() - Method in class com.smartgwt.client.widgets.Slider
Indicates whether labels for the min and max values of the slider should be displayed.
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.
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
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.
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(com.smartgwt.client.widgets.tree.TreeNode) 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.
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.
getShowShadow() - Method in class com.smartgwt.client.widgets.Canvas
Whether to show a drop shadow for this Canvas
getShowSortArrow() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether a sorting arrow should appear for the listGrid, and its location.
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.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 StatefulCanvas.getTitle() 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 StatefulCanvas.getTitle() 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 StatefulCanvas.getTitle() 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 StatefulCanvas.getTitle() 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).
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 Page.getSkinDir().
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 Page.getSkinDir().
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 Page.getSkinDir().
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.
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.
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
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.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.
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.
getSortNumeralHTML(String) - 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.
getSortState() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Returns a snapshot of the current sort state (sort field and order) within this listGrid as a String object.
This object can be passed to ListGrid.setSortState(java.lang.String) to reset this grid's sort to the current state (assuming the same fields are present in the grid).
getSource() - Method in class com.google.gwt.event.shared.GwtEvent
Returns the source that last fired this event.
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).
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.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.
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.widgets.calendar.CalendarEvent
Date object which represents the start date of a CalendarEvent.
getStartDate() - Method in class com.smartgwt.client.widgets.form.fields.DateItem
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.
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.
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.
getStoreWithHash() - Method in class com.smartgwt.client.data.DataSourceField
If set, causes the field to be securely hashed before saving on an "add" or "update" operation.
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. Specifically, when a field has NULL value, all of the following expressions are false:
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.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.tile.TileGrid
Style for the overall TileGrid component.
getStyleName() - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
The CSS class applied to this widget as a whole.
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 hover title text 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.
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.
getSummaryFunction() - Method in class com.smartgwt.client.widgets.grid.ListGridField
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 ${isc.DocUtils.linkForRef('listGrid.summaryDataSource')} 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(com.smartgwt.client.widgets.grid.ListGridField) and com.smartgwt.client.widgets.grid.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
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.grid.ListGridField
Optional long summary title for this field, provided in addition to title.
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.
getSupportsTransparency() - Method in class com.smartgwt.client.widgets.form.ColorPicker
Determines whether to show the opacity slider.
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.
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.TabDeselectedEvent
the 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(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Get the live Canvas representing a tab by index or ID.
getTab(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Get the live Canvas representing a tab by index or 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).
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.
getTableName() - Method in class com.smartgwt.client.data.DataSource
For DataSources using the 'Smart GWT SQL engine' for persistence, what database table name to use.
getTabNum() - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
number of the tab
getTabNum() - Method in class com.smartgwt.client.widgets.tab.events.TabSelectedEvent
number of the tab
getTabPane() - Method in class com.smartgwt.client.widgets.tab.events.TabDeselectedEvent
pane for this 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
getTagName() - Method in class com.smartgwt.client.data.DataSource
Tag name to use when serializing to XML.
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.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.
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.
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.
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 com.smartgwt.client..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.form.fields.FormItem
Time-format to apply to date type values within this formItem.
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.
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.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.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.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.SectionStackSection
Title to show for the section
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.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.form.fields.FormItem
Alignment of this item's title in its cell.
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.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
 
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.
getTitleSuffix() - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string appended to the title of every item in this form.
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.
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.
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.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.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.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.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.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.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.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() - 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.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.HeaderClickEvent
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.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.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() - 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.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.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.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
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.
getUnknownErrorMessage() - Method in class com.smartgwt.client.widgets.form.ValuesManager
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 com.smartgwt.client.util.Page#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
 
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.
getUseHttpProxy() - Method in class com.smartgwt.client.data.DataSource
Like useHttpProxy, but serves as a default for this DataSource that may be overriden by individual operationBindings.
getUseHttpProxy() - Method in class com.smartgwt.client.data.OperationBinding
Whether to use the com.smartgwt.client.rpc.RPCManager#sendProxied 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.
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 displayFormat.
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.
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.
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.
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.
Note that this property can also be set at the item level to enable finer granularity validation in response to user interaction - if true at either level, validation will occur on change.
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.grid.ListGrid
If true, validation will be perfomed 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.
getValidateRelatedRecords() - Method in class com.smartgwt.client.data.DataSource
If true, indicates that the Smart GWT Server should automatically apply a com.smartgwt.client..ValidatorTypes#hasRelatedRecord validator to every field on this dataSource that has a 'foreignKey' defined.
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.
getValign() - Method in class com.smartgwt.client.widgets.Button
Vertical alignment of this component's title.
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 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.BkgndRepeat
 
getValue() - Method in enum com.smartgwt.client.types.CharacterCasing
 
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.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.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.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.HashAlgorithm
 
getValue() - Method in enum com.smartgwt.client.types.HeaderControls
 
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.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.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.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.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.RecordSummaryFunctionType
 
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.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.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.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.TimeFormatter
 
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 interface com.smartgwt.client.types.ValueEnum
 
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.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.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
 
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.widgets.form.fields.CheckboxItem
Return the value of the checkbox as a boolean
getValueAsString(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
getValueAsString(String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Return the value as String
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.
getValueFromJavaScriptObjectArray(JavaScriptObject, int) - Static method in class com.smartgwt.client.util.JSOHelper
 
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.
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.
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.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 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.
getValuesAsCriteria() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
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.
getValueXPath() - Method in class com.smartgwt.client.data.DataSourceField
XPath expression used to retrieve the field's value.
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).
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 contexclick 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 contexclick 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 contexclick 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(java.lang.String) 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.
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.
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.
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).
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.
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 Canvas.addMouseWheelHandler(com.smartgwt.client.widgets.events.MouseWheelHandler) events only.
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.form.fields.FormItem
By default, items take up the entire width of their cell
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
 
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 com.smartgwt.client..Time#parseInput.
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 com.smartgwt.client..Time#parseInput.
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?
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.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(com.google.gwt.core.client.JavaScriptObject) should serialize this value as an XML attribute.
getXmlRecordXPath() - Method in class com.smartgwt.client.data.RestDataSource
recordXPath mapping to the data node of XML returned by the server. Applies if this.dataFormat is set to "xml".
The default value will pick up data from a response structured as follows:
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.
getZIndex() - Method in class com.smartgwt.client.widgets.Canvas
Get the z-Index of this canvas.
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
 
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.
Grouping - Interface in com.smartgwt.client.docs
 
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
 
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.
GwtEvent<H extends EventHandler> - Class in com.google.gwt.event.shared
Root of all GWT events.
GwtEvent() - Constructor for class com.google.gwt.event.shared.GwtEvent
Constructor.
GwtEvent.Type<H> - Class in com.google.gwt.event.shared
Type class used to register events with the HandlerManager.
GwtEvent.Type() - Constructor for class com.google.gwt.event.shared.GwtEvent.Type
Constructor.

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.
HandlerManager - Class in com.google.gwt.event.shared
Manager responsible for adding handlers to event sources and firing those handlers on passed in events.
HandlerManager(Object) - Constructor for class com.google.gwt.event.shared.HandlerManager
Creates a handler manager with the given source.
HandlerManager(Object, boolean) - Constructor for class com.google.gwt.event.shared.HandlerManager
Creates a handler manager with the given source, specifying the order in which handlers are fired.
HandlerRegistration - Interface in com.google.gwt.event.shared
Registration returned from a call to HandlerManager.addHandler(com.google.gwt.event.shared.GwtEvent.Type, EventHandler) .
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.
HasBlurHandlers - Interface in com.smartgwt.client.widgets.form.fields.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.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
 
HasDrawHandlers<T> - Interface in com.smartgwt.client.widgets.events
 
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(java.util.Map, boolean) or DynamicForm.setFieldErrors(java.lang.String, java.lang.String, boolean).
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
 
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(java.util.Map, boolean) or DynamicForm.setFieldErrors(java.lang.String, java.lang.String, boolean).
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
 
hasFirebug() - Static method in class com.smartgwt.client.util.SC
Return true if Firebug is enabled.
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
 
HashAlgorithm - Enum in com.smartgwt.client.types
Algorithms to use when hashing field values (see storeWithHash)
HasHandleErrorHandlers - Interface in com.smartgwt.client.data.events
 
HasHandlers - Interface in com.google.gwt.event.shared
An object that implements this interface has a collection of event handlers associated with it.
hashCode() - Method in class com.google.gwt.event.shared.GwtEvent.Type
 
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
 
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
 
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
 
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
 
HasPercentChangedHandlers - Interface in com.smartgwt.client.widgets.events
 
HasRecordClickHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasRecordClickHandlers - Interface in com.smartgwt.client.widgets.tile.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
 
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
 
HasSelectionChangedHandlers - Interface in com.smartgwt.client.widgets.grid.events
 
HasSelectionChangedHandlers - Interface in com.smartgwt.client.widgets.tile.events
 
HasShowContextMenuHandlers - Interface in com.smartgwt.client.widgets.events
 
HasSubmitValuesHandlers - Interface in com.smartgwt.client.widgets.form.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
 
HasTitleHoverHandlers - Interface in com.smartgwt.client.widgets.form.fields.events
 
HasValueChangedHandlers - 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
 
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
 
HeaderSpan - Interface in com.smartgwt.client.docs
 
HeaderSpan - Class in com.smartgwt.client.widgets.grid
 
HeaderSpan() - 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
 
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 com.smartgwt.client.widgets.Hover#show
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.
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.
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
 
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(Object, ListGridRecord, int, int) - Method in interface com.smartgwt.client.widgets.grid.HoverCustomizer
 
Hovers - Interface in com.smartgwt.client.docs
 
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
 
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

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
 
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
 
Image - Interface in com.smartgwt.client.docs
Utilities to render images
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
 
ImageEdgeStyles - Interface in com.smartgwt.client.docs
 
Images - Interface in com.smartgwt.client.docs
Refering to and loading images.
ImageStyle - Enum in com.smartgwt.client.types
 
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.
InlineFormItems - Interface in com.smartgwt.client.docs
 
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
 
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.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
 
isActive() - Static method in class com.smartgwt.client.util.Animation
 
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.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.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.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.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.EditorExitEvent
 
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.RecordDropEvent
 
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.menu.events.ItemClickEvent
 
isCancelled() - Method in class com.smartgwt.client.widgets.tab.events.TabCloseClickEvent
 
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".
IscInstall - Interface in com.smartgwt.client.docs
Deploying Smart GWT
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.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
isEventHandled(GwtEvent.Type<?>) - Method in class com.google.gwt.event.shared.HandlerManager
Does this handler manager handle the given event type?
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
 
isJavaDate(Object) - Static method in class com.smartgwt.client.util.JSOHelper
 
isJavaNumber(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
 
isLive() - Method in class com.google.gwt.event.shared.GwtEvent
Is the event current live?
isLoaded() - Static method in class com.smartgwt.client.util.Page
Has the page finished loading?
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".
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).
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.
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() - 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
 
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
 
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
Form Items

J

JavaModuleDependencies - Interface in com.smartgwt.client.docs
Java Module Dependencies
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
 

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 recieves 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
 
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
 
kill() - Method in class com.google.gwt.event.shared.GwtEvent
Kill the event.

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
 
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
 
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
 
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
 
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
 
ListGridEditEvent - Enum in com.smartgwt.client.types
Event that will trigger inline editing.
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 ${isc.DocUtils.linkForRef('object: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
 
LoadState - Interface in com.smartgwt.client.docs
 
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.
Location - Interface in com.smartgwt.client.docs
 
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
 
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'
markForDestroy() - Method in class com.smartgwt.client.widgets.Canvas
BaseWidget.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
 
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
 
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
 
MenuFieldID - Enum in com.smartgwt.client.types
Simple string identifiers for standard menu fields.
MenuIcons - Interface in com.smartgwt.client.docs
 
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
 
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
 
Minimize - Interface in com.smartgwt.client.docs
 
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
 
Modal - Interface in com.smartgwt.client.docs
 
MonthViewEvents - Interface in com.smartgwt.client.docs
 
MonthViewFormatting - Interface in com.smartgwt.client.docs
 
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
 
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.
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.
MultiFilePicker - Class in com.smartgwt.client.widgets
The MultiFilePicker is a pop-up picker used by the com.smartgwt.client..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
 
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
 

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
 
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(ListGridRecord, String) - Method in interface com.smartgwt.client.widgets.grid.SortNormalizer
The normalization function.

O

okClick() - Method in class com.smartgwt.client.widgets.Dialog
Handle a click on the 'ok' button of this Dialog.
onBlur(BlurEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.BlurHandler
 
onCellClick(CellClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellClickHandler
 
onCellContextClick(CellContextClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellContextClickHandler
 
onCellDoubleClick(CellDoubleClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellDoubleClickHandler
 
onCellHover(CellHoverEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellHoverHandler
 
onCellMouseDown(CellMouseDownEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellMouseDownHandler
 
onCellMouseUp(CellMouseUpEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellMouseUpHandler
 
onCellOut(CellOutEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellOutHandler
 
onCellOver(CellOverEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellOverHandler
 
onCellSaved(CellSavedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.CellSavedHandler
 
onChange(ChangeEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.ChangeHandler
 
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
 
onChanged(ChangedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.ChangedHandler
 
onClick(ClickEvent) - Method in interface com.smartgwt.client.widgets.events.ClickHandler
 
onClick(ClickEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.ClickHandler
 
onClick(MenuItemClickEvent) - Method in interface com.smartgwt.client.widgets.menu.events.ClickHandler
 
onCloseClick(CloseClientEvent) - Method in interface com.smartgwt.client.widgets.events.CloseClickHandler
 
onCloseClick(TabCloseClickEvent) - Method in interface com.smartgwt.client.widgets.tab.events.CloseClickHandler
 
onColorSelected(ColorSelectedEvent) - Method in interface com.smartgwt.client.widgets.form.events.ColorSelectedHandler
 
onContentLoaded(ContentLoadedEvent) - Method in interface com.smartgwt.client.widgets.events.ContentLoadedHandler
 
onDataArrived(DataArrivedEvent) - Method in interface com.smartgwt.client.data.events.DataArrivedHandler
 
onDataArrived(DataArrivedEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.DataArrivedHandler
 
onDataArrived(DataArrivedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.DataArrivedHandler
 
onDataArrived(DataArrivedEvent) - Method in interface com.smartgwt.client.widgets.tree.events.DataArrivedHandler
 
onDataChanged(DataChangedEvent) - Method in interface com.smartgwt.client.data.events.DataChangedHandler
 
onDataChanged(DataChangedEvent) - Method in interface com.smartgwt.client.widgets.events.DataChangedHandler
 
onDataChanged(DataChangedEvent) - Method in interface com.smartgwt.client.widgets.tree.DataChangedHandler
 
onDateChanged(DateChangedEvent) - Method in interface com.smartgwt.client.widgets.calendar.events.DateChangedHandler
 
onDayBodyClick(DayBodyClickEvent) - Method in interface com.smartgwt.client.widgets.calendar.events.DayBodyClickHandler
 
onDayHeaderClick(DayHeaderClickEvent) - Method in interface com.smartgwt.client.widgets.calendar.events.DayHeaderClickHandler
 
onDestroy() - Method in class com.smartgwt.client.widgets.BaseWidget
 
onDoubleClick(DoubleClickEvent) - Method in interface com.smartgwt.client.widgets.events.DoubleClickHandler
 
onDoubleClick(DoubleClickEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.DoubleClickHandler
 
onDragMove(DragMoveEvent) - Method in interface com.smartgwt.client.widgets.events.DragMoveHandler
 
onDragRepositionMove(DragRepositionMoveEvent) - Method in interface com.smartgwt.client.widgets.events.DragRepositionMoveHandler
 
onDragRepositionStart(DragRepositionStartEvent) - Method in interface com.smartgwt.client.widgets.events.DragRepositionStartHandler
 
onDragRepositionStop(DragRepositionStopEvent) - Method in interface com.smartgwt.client.widgets.events.DragRepositionStopHandler
 
onDragResizeMove(DragResizeMoveEvent) - Method in interface com.smartgwt.client.widgets.events.DragResizeMoveHandler
 
onDragResizeStart(DragResizeStartEvent) - Method in interface com.smartgwt.client.widgets.events.DragResizeStartHandler
 
onDragResizeStop(DragResizeStopEvent) - Method in interface com.smartgwt.client.widgets.events.DragResizeStopHandler
 
onDragStart(DragStartEvent) - Method in interface com.smartgwt.client.widgets.events.DragStartHandler
 
onDragStop(DragStopEvent) - Method in interface com.smartgwt.client.widgets.events.DragStopHandler
 
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
 
onDrop(DropEvent) - Method in interface com.smartgwt.client.widgets.events.DropHandler
 
onDropMove(DropMoveEvent) - Method in interface com.smartgwt.client.widgets.events.DropMoveHandler
 
onDropOut(DropOutEvent) - Method in interface com.smartgwt.client.widgets.events.DropOutHandler
 
onDropOver(DropOverEvent) - Method in interface com.smartgwt.client.widgets.events.DropOverHandler
 
onEditComplete(EditCompleteEvent) - Method in interface com.smartgwt.client.widgets.grid.events.EditCompleteHandler
 
onEditFailed(EditFailedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.EditFailedHandler
 
onEditorEnter(EditorEnterEvent) - Method in interface com.smartgwt.client.widgets.grid.events.EditorEnterHandler
 
onEditorExit(EditorExitEvent) - Method in interface com.smartgwt.client.widgets.grid.events.EditorExitHandler
 
onEventAdded(CalendarEventAdded) - Method in interface com.smartgwt.client.widgets.calendar.events.EventAddedHandler
 
onEventChanged(CalendarEventChangedEvent) - Method in interface com.smartgwt.client.widgets.calendar.events.EventChangedHandler
 
onEventClick(CalendarEventClick) - Method in interface com.smartgwt.client.widgets.calendar.events.EventClickHandler
 
onEventMoved(CalendarEventMoved) - Method in interface com.smartgwt.client.widgets.calendar.events.EventMovedHandler
 
onEventRemoveClick(CalendarEventRemoveClick) - Method in interface com.smartgwt.client.widgets.calendar.events.EventRemoveClickHandler
 
onEventRemoved(CalendarEventRemoved) - Method in interface com.smartgwt.client.widgets.calendar.events.EventRemovedHandler
 
onEventResized(CalendarEventResized) - Method in interface com.smartgwt.client.widgets.calendar.events.EventResizedHandler
 
onFieldStateChanged(FieldStateChangedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.FieldStateChangedHandler
 
onFilterChanged(FilterChangedEvent) - Method in interface com.smartgwt.client.widgets.form.events.FilterChangedHandler
 
onFocus(FocusEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.FocusHandler
 
onFocusChanged(FocusChangedEvent) - Method in interface com.smartgwt.client.widgets.events.FocusChangedHandler
 
onFolderClick(FolderClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.FolderClickHandler
 
onFolderClosed(FolderClosedEvent) - Method in interface com.smartgwt.client.widgets.tree.events.FolderClosedHandler
 
onFolderContextClick(FolderContextClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.FolderContextClickHandler
 
onFolderDrop(FolderDropEvent) - Method in interface com.smartgwt.client.widgets.tree.events.FolderDropHandler
 
onFolderOpened(FolderOpenedEvent) - Method in interface com.smartgwt.client.widgets.tree.events.FolderOpenedHandler
 
onFormItemClick(FormItemIconClickEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.FormItemClickHandler
 
onFormSubmitFailed(FormSubmitFailedEvent) - Method in interface com.smartgwt.client.widgets.form.events.FormSubmitFailedHandler
 
onHandleError(ErrorEvent) - Method in interface com.smartgwt.client.data.events.HandleErrorHandler
 
onHeaderClick(HeaderClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.HeaderClickHandler
 
onHover(HoverEvent) - Method in interface com.smartgwt.client.widgets.events.HoverHandler
 
onHoverHidden(HoverHiddenEvent) - Method in interface com.smartgwt.client.widgets.events.HoverHiddenHandler
 
onIconClick(IconClickEvent) - Method in interface com.smartgwt.client.widgets.events.IconClickHandler
 
onIconClick(IconClickEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.IconClickHandler
 
onIconKeyPress(IconKeyPressEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.IconKeyPressHandler
 
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.form.DynamicForm
 
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.menu.Menu
 
onInit() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
onInit() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
 
onItemChange(ItemChangeEvent) - Method in interface com.smartgwt.client.widgets.form.events.ItemChangeHandler
 
onItemChanged(ItemChangedEvent) - Method in interface com.smartgwt.client.widgets.form.events.ItemChangedHandler
 
onItemClick(ItemClickEvent) - Method in interface com.smartgwt.client.widgets.menu.events.ItemClickHandler
 
onItemClick(ItemClickEvent) - Method in interface com.smartgwt.client.widgets.toolbar.events.ItemClickHandler
 
onItemDragResized(ItemResizedEvent) - Method in interface com.smartgwt.client.widgets.toolbar.events.ItemDragResizedHandler
 
onItemHover(ItemHoverEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.ItemHoverHandler
 
onItemKeyPress(ItemKeyPressEvent) - Method in interface com.smartgwt.client.widgets.form.events.ItemKeyPressHandler
 
onKeyDown(KeyDownEvent) - Method in interface com.smartgwt.client.widgets.events.KeyDownHandler
 
onKeyDown(KeyDownEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.KeyDownHandler
 
onKeyPress(KeyPressEvent) - Method in interface com.smartgwt.client.widgets.events.KeyPressHandler
 
onKeyPress(KeyPressEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.KeyPressHandler
 
onKeyUp(KeyUpEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.KeyUpHandler
 
onLeafClick(LeafClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.LeafClickHandler
 
onLeafContextClick(LeafContextClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.LeafContextClickHandler
 
onMaximizeClick(MaximizeClickEvent) - Method in interface com.smartgwt.client.widgets.events.MaximizeClickHandler
 
onMinimizeClick(MinimizeClickEvent) - Method in interface com.smartgwt.client.widgets.events.MinimizeClickHandler
 
onMouseDown(MouseDownEvent) - Method in interface com.smartgwt.client.widgets.events.MouseDownHandler
 
onMouseMove(MouseMoveEvent) - Method in interface com.smartgwt.client.widgets.events.MouseMoveHandler
 
onMouseOut(MouseOutEvent) - Method in interface com.smartgwt.client.widgets.events.MouseOutHandler
 
onMouseOver(MouseOverEvent) - Method in interface com.smartgwt.client.widgets.events.MouseOverHandler
 
onMouseStillDown(MouseStillDownEvent) - Method in interface com.smartgwt.client.widgets.events.MouseStillDownHandler
 
onMouseUp(MouseUpEvent) - Method in interface com.smartgwt.client.widgets.events.MouseUpHandler
 
onMouseWheel(MouseWheelEvent) - Method in interface com.smartgwt.client.widgets.events.MouseWheelHandler
 
onNodeClick(NodeClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.NodeClickHandler
 
onNodeContextClick(NodeContextClickEvent) - Method in interface com.smartgwt.client.widgets.tree.events.NodeContextClickHandler
 
onNodeSelected(NodeSelectedEvent) - Method in interface com.smartgwt.client.widgets.grid.events.NodeSelectedHandler
 
onPercentChanged(PercentChangedEvent) - Method in interface com.smartgwt.client.widgets.events.PercentChangedHandler
 
onRecordClick(RecordClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RecordClickHandler
 
onRecordClick(RecordClickEvent) - Method in interface com.smartgwt.client.widgets.tile.events.RecordClickHandler
 
onRecordDoubleClick(RecordDoubleClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RecordDoubleClickHandler
 
onRecordDoubleClick(RecordDoubleClickEvent) - Method in interface com.smartgwt.client.widgets.tile.events.RecordDoubleClickHandler
 
onRecordDrop(RecordDropEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RecordDropHandler
 
onResized(ResizedEvent) - Method in interface com.smartgwt.client.widgets.events.ResizedHandler
 
onRestoreClick(RestoreClickEvent) - Method in interface com.smartgwt.client.widgets.events.RestoreClickHandler
 
onRightMouseDown(RightMouseDownEvent) - Method in interface com.smartgwt.client.widgets.events.RightMouseDownHandler
 
onRowContextClick(RowContextClickEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowContextClickHandler
 
onRowEditorEnter(RowEditorEnterEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowEditorEnterHandler
 
onRowEditorExit(RowEditorExitEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowEditorExitHandler
 
onRowHover(RowHoverEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowHoverHandler
 
onRowMouseDown(RowMouseDownEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowMouseDownHandler
 
onRowMouseUp(RowMouseUpEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowMouseUpHandler
 
onRowOut(RowOutEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowOutHandler
 
onRowOver(RowOverEvent) - Method in interface com.smartgwt.client.widgets.grid.events.RowOverHandler
 
onScrolled(ScrolledEvent) - Method in interface com.smartgwt.client.widgets.events.ScrolledHandler
 
onSearch(FilterSearchEvent) - Method in interface com.smartgwt.client.widgets.form.events.SearchHandler
 
onSelectionChanged(SelectionEvent) - Method in interface com.smartgwt.client.widgets.grid.events.SelectionChangedHandler
 
onSelectionChanged(SelectionChangedEvent) - Method in interface com.smartgwt.client.widgets.tile.events.SelectionChangedHandler
 
onShowContextMenu(ShowContextMenuEvent) - Method in interface com.smartgwt.client.widgets.events.ShowContextMenuHandler
 
onSubmitValues(SubmitValuesEvent) - Method in interface com.smartgwt.client.widgets.form.events.SubmitValuesHandler
 
onTabDeselected(TabDeselectedEvent) - Method in interface com.smartgwt.client.widgets.tab.events.TabDeselectedHandler
 
onTabIconClick(TabClickEvent) - Method in interface com.smartgwt.client.widgets.tab.events.TabIconClickHandler
 
onTabSelected(TabSelectedEvent) - Method in interface com.smartgwt.client.widgets.tab.events.TabSelectedHandler
 
onTitleHover(TitleHoverEvent) - Method in interface com.smartgwt.client.widgets.form.fields.events.TitleHoverHandler
 
onValueChanged(ValueChangedEvent) - Method in interface com.smartgwt.client.widgets.events.ValueChangedHandler
 
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
 
OperatorValueType - Enum in com.smartgwt.client.types
Indicates the kind of value expected in a com.smartgwt.client.data.Criterion that uses this operator.
Orientation - Interface in com.smartgwt.client.docs
 
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')}
Paging - Interface in com.smartgwt.client.docs
 
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.
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
 
PERSON - Static variable in class com.smartgwt.client.widgets.HeaderControl
 
PickerIcon - Interface in com.smartgwt.client.docs
 
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.
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
 
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
 
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
 
Printing - Interface in com.smartgwt.client.docs
 
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
 
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
 

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.
Record - Class in com.smartgwt.client.data
A Record is an ordinary Java class with properties that are treated as data to be 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
 
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
 
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
 
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
 
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
 
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 com.smartgwt.client.widgets.grid.ListGridField#showIf for each field, dynamically showing and hiding the appropriate set of fields
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.
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.
reloadChildren(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Reload the children of a node
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(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.
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.
removeEvent(CalendarEvent) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Remove an event from this calendar.
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.
removeHandler() - Method in class com.google.gwt.event.shared.DefaultHandlerRegistration
Removes the given handler from its manager.
removeHandler(GwtEvent.Type<H>, H) - Method in class com.google.gwt.event.shared.HandlerManager
Deprecated. We currently believe this method will not be needed after listeners are removed in GWT 2.0. If you have a use case for it after that time, please add your comments to gwt issue 3102
removeHandler() - Method in interface com.google.gwt.event.shared.HandlerRegistration
Removes the given handler from its manager.
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.
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.
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
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
 
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
 
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
 
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
 
revive() - Method in class com.google.gwt.event.shared.GwtEvent
Revives the event.
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
 
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
 
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
 
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
 
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.
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.
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
 
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 scified 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.
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 collapsable 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.
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
 
Selected - Enum in com.smartgwt.client.types
 
Selection - Interface in com.smartgwt.client.docs
Selection
SelectionAppearance - Enum in com.smartgwt.client.types
 
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
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
 
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 com.smartgwt.client.widgets.form.fields.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, 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.
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
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 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 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 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 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.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.
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.form.fields.FormItem
Alignment of this item in its cell.
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
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).
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.
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.
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.grid.ListGrid
Whether alternating rows should be drawn in alternating styles, in order to create a "ledger" effect for easier reading.
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.
setAltKey(boolean) - Method in class com.smartgwt.client.core.KeyIdentifier
 
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.tree.TreeGrid
When animating folder opening / closing, this property can be set to apply an animated acceleration effect.designates the speed of the animation in pixels shown (or hidden) per second.
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.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.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.
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.
setAnimateShowAcceleration(AnimationAcceleration) - Method in class com.smartgwt.client.widgets.Canvas
Default acceleration function for performing an animated show.
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', ViewLoader, 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', ViewLoader, 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 Page.getAppImgDir().
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, 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, boolean) - Method in class com.smartgwt.client.core.DataClass
 
setAttribute(String, int[]) - 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, 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
 
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(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, 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, 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, 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, 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
 
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.
setAutoDeriveSchema(Boolean) - Method in class com.smartgwt.client.data.DataSource
For a DataSource with serverType: "sql" or serverType: "hibernate", automatically derive the dataSource's schema (field definitions) from the SQL table specified in tableName.
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 com.smartgwt.client.data.DataSource#getAutoTitle.
setAutoDismiss(Boolean) - Method in class com.smartgwt.client.widgets.menu.Menu
When true, when a menu item is chosen (via mouse click or keyboard), the menu is not 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 ${isc.DocUtils.linkForRef('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 accomodate 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 accomodate 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 accomodate 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 accomodate 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 accomodate the title.
setAutoFitData(Autofit) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should this ListGrid automatically expand to accomodate its content?
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 expeand.
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 accomodate 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 accomodate its content.
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)
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(com.smartgwt.client.widgets.tree.TreeNode) 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.
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).
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.
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?
setBackgroundColor(String) - Method in class com.smartgwt.client.widgets.Canvas
The background color for this widget.
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.
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.
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.form.fields.ButtonItem
Optional baseStyle will be applied to the button.
setBaseStyle(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The base name for the CSS class applied to cells.
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.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.
setBeanClassName(String) - Method in class com.smartgwt.client.data.DataSource
This property has different meanings depending on the 'serverType':
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
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.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 and the booleanFalseImage Note: If booleanTrueImage is unset, the checkedImage will be used to indicate a true value in a boolean field.
setBooleanImageWidth(int) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Width for the booleanTrueImage and booleanFalseImage.
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").
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.
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.
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.
setCallbackParam(String) - Method in class com.smartgwt.client.data.DataSource
Applies only to dataFormat: "json".
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 RPCTransport 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 (typicaly 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.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
 
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.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.
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.
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.Window
Can the window be drag-resized? If true the window may be drag resized from its edges, and if showing, via the resiszer 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.
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.
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.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.
setCanExpand(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGridRecord
Default property name denoting whether this record can be expanded.
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.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.
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.
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.
setCanRemoveRecords(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If set, provide UI for the user to remove records from the grid.
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.
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.
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.
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"
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.
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.
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.
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.
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 com.smartgwt.client..ValueMap 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.
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.
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.ListGridField
* Return the HTML to display in cells of this field.
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.
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
Set the cellSpacing.
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
Set the 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.
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(int).
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.
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 ExpansionMode 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. Enables loading a databound tree as a hierachical data structure, rather than a flat list of nodes linked by foreignKey.
Note this is an alternative to setting childrenProperty directly on the childrenField object.
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(com.google.gwt.core.client.JavaScriptObject).
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.
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
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(int) - Method in class com.smartgwt.client.widgets.tab.Tab
Size in pixels of the icon for closing tabs, displayed when canCloseTabs is true.
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.
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
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
 
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.
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 RPCResponse.STATUS_LOGIN_INCORRECT rather than a call to com.smartgwt.client.rpc.RPCManager#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
 
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.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 ${isc.DocUtils.linkForRef('object: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.
setCrosshairImageURL(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The location of the crosshair image file
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(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(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.
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
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
 
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
setDataFetchMode(FetchMode) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
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.
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.
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) - 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.
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.widgets.form.fields.DateItem
If dateFormatter is set at init time, it will be used instead of displayFormat to govern how dates are displayed in this item.
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.grid.ListGrid
Display format to use for fields specified as type 'date'.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Display format to use for fields specified as type 'date'.
setDateFormatter(DateDisplayFormat) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Display format to use for fields specified as type 'date'.
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
Sets up the default format for strings being parsed into dates via Date.parseInput
Sample code :
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.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.
setDayViewTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the day view
setDbName(String) - Method in class com.smartgwt.client.data.DataSource
For DataSources using the 'Smart GWT SQL engine' for persistence, which database configuration to use.
setDefaultColor(String) - Method in class com.smartgwt.client.widgets.form.ColorPicker
The default color.
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.
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.
setDefaultResizeBars(LayoutResizeBarPolicy) - Method in class com.smartgwt.client.widgets.layout.Layout
Policy for whether resize bars are shown on members by default.
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.menu.Menu
The default menu width.
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.widgets.calendar.Calendar
The name of the description field in a CalendarEvent.
setDestroyPanes(Boolean) - Method in class com.smartgwt.client.widgets.tab.TabSet
Whether BaseWidget.destroy() should be called on pane when it a tab is removed via TabSet.removeTab(int)}.
setDetail(Boolean) - Method in class com.smartgwt.client.data.DataSourceField
Whether this field should be considered a "detail" field by a DataBoundComponent.
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 ExpansionMode is detailField.
setDetailFormatter(DetailFormatter) - Method in class com.smartgwt.client.widgets.viewer.DetailViewerField
 
setDetailsButtonTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the edit button in the quick event dialog
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.
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.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.StatefulCanvas
Enable or disable this object
setDisabled(boolean) - Method in class com.smartgwt.client.widgets.StretchImgButton
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.
setDisabled(boolean) - Method in class com.smartgwt.client.widgets.tab.Tab
 
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.DateItem
If useTextField is true this property can be used to customize the format in which dates are displayed.
Should be set to a standard DateDisplayFormat or a function which will return a formatted date string.
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(TimeFormatter) - 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
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.

Tweaking drawAheadRatio allows you to make tradeoffs between continuous scrolling speed vs initial render time and render time when scrolling by large amounts.

NOTE: Only applies when showAllRows is false.
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
 
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.
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.
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
 
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)?
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
Classname of the FormItem that should be the default for editing values of this type (eg "SelectItem").
setEditorType(FormItem) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Name of the FormItem to use for editing, eg "TextItem" or "SelectItem".
setEditorType(FormItem) - Method in class com.smartgwt.client.widgets.grid.ListGridField
Name of form item type to use for the form item created to edit this field.
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.
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(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.FormItem
An optional FormItemValueParser to map a user-entered display value to a data value for storage.
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, 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, 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.
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.
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.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.
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.
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".
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 accomodate 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.
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 ExpansionMode that show another grid or tree, is that component editable?
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.
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.
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.
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.
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.
setFastCellUpdates(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Whether to speed up dynamic styling at the expense of slightly slower drawing.
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 displayField is specified for this item, should the item perform a fetch on the optionDataSource to retrieve the display value for the item when FormItem.setValue(int) is called with a value for which we do not already have a mapped display value?
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
 
setField(String) - Method in class com.smartgwt.client.data.SortSpecifier
The fieldName to which this sortSpecifier applies
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.
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
 
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.
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.
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.
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 them 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.
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.
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.
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.
setFormSubmitFailedWarning(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Warning to display to the user if an attempt to DynamicForm.submitForm() 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.
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 fields 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 fields 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.
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
part name for 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
List of fields to group grid records.
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(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Describes the default state of ListGrid groups when groupBy is called.
setGroupStartOpen(String...) - 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.
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.
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
Default height of this item.
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.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
 
setHidden(Boolean) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Sections default to the visible state.
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.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 Window.flash()
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.
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.
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.
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 miliseconds 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.
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
Explict 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(Integer) - 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 horizonal 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).
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.
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.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) - 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 FieldType:"image" as the field to use when rendering a record as an image, for example, in a TileGrid.
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.
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(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(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.
setID(String) - Method in class com.smartgwt.client.core.BaseClass
 
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(String) - Method in class com.smartgwt.client.widgets.layout.SectionStackSection
Optional ID for the section.
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(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(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(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.
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.
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'.
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.
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.
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.widgets.grid.ListGrid
An array of SortSpecifier objects used to set up the initial sort configuration for this grid.
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.DateTimeItem
If useTextField is true this property can be used to specify the input format for date strings.
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.
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), 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.
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.
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.
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
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.
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.
The inclusion of such a prefix ensures your code is not directly executable outside of your application, as a preventitive measure against javascript hijacking.
setJsonRecordXPath(String) - Method in class com.smartgwt.client.data.RestDataSource
recordXPath mapping to the data node of json returned by the server. Applies if this.dataFormat is set to "json"
The default value will pick up data from a response structured as follows:
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.
The inclusion of such a suffix ensures your code is not directly executable outside of your application, as a preventitive measure against javascript hijacking.
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
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.
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.
setLinkTitle(String) - Method in class com.smartgwt.client.widgets.form.fields.LinkItem
Optional title text to display for this item's link.
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.
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 coluimn 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.
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.
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).
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.
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).
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.
setMaxFileSize(Integer) - Method in class com.smartgwt.client.data.DataSourceField
For fields of a type that are represented by binary data initially uploaded from a file (currently "binary" and "imageFile", see FieldType), this sets the maximum file size allowed, in bytes.
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.
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.MenuButton
The menu to show.
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.MenuButton
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.
setMenus(Menu...) - Method in class com.smartgwt.client.widgets.menu.MenuBar
An array of menu instantiated menu objects.
setMessageStyle(String) - Method in class com.smartgwt.client.widgets.Dialog
Style to apply to the message text shown in the center of the dialog
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.
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.
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.
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 minize / 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.
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.
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.
setMonthViewTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the month view
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, this selectItem will be displayed as a tall list of options, and the user will be able to select multiple options.
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.
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.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.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
 
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.
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.
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.
setNormalDateDisplayFormat(DateDisplayFormat) - Static method in class com.smartgwt.client.util.DateUtil
Set the default formatter for date objects to the method name passed in.
setNormalDateDisplayFormatter(DateDisplayFormatter) - Static method in class com.smartgwt.client.util.DateUtil
Set the default formatter for date objects to the method name passed in.
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.
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
 
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.
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(com.smartgwt.client.widgets.tree.TreeNode) 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.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(String) - Method in class com.smartgwt.client.widgets.form.validator.StringCountValidator
Set the operator.
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
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(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 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 thiis 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.
setOutputAsHTML(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.StaticTextItem
By default HTML values in a staticTextItem will be interpreted by the browser.
setOutputs(String) - Method in class com.smartgwt.client.data.OperationBinding
Specifies, for this operationBinding only, the list of field names that should be returned to the client.
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.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 accomodate 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 accomodate 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 accomodate 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?
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).
setPaneID(String) - Method in class com.smartgwt.client.widgets.tab.Tab
 
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.
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.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.
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.
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"].
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.
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.
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
Set the pick list filter criteria function / handler.
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
Set the pick list filter criteria function / handler.
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.
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.
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.
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.
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
 
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.
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
 
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 com.smartgwt.client.rpc.RPCManager#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, double) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setProperty(String, JavaScriptObject) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
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).
setQuoteColumnNames(Boolean) - Method in class com.smartgwt.client.data.DataSource
If set, tells the SQL engine to quote column names in all generated DML and DDL statements for this dataSource.
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.
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.
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.
setRecordDetailDSProperty(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
The name of the ListGridRecord property that specifies the DataSource to use when 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.
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.
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 ListGridFieldType), 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".
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.
setRemoveButtonPrompt(String) - Method in class com.smartgwt.client.widgets.form.FilterBuilder
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
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.
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 nodess 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.
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.
setRequiresAuthentication(Boolean) - Method in class com.smartgwt.client.data.DataSource
Whether a user must be authenticated in order to access this DataSource.
setRequiresRole(String) - Method in class com.smartgwt.client.data.DataSource
Similar to requiresRole, but controls access to the DataSource as a whole.
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.
setResultSize(int) - Method in class com.smartgwt.client.data.ResultSet
How many rows to retrieve at once.
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.
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".
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(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)
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 focussed 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 focussed in a text-item in this FilterBuilder, we automatically invoke the user-supplied FilterBuilder.addSearchHandler(com.smartgwt.client.widgets.form.events.SearchHandler) 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.
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.
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.
setSelectionRange(int, int) - 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#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.
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(int)), 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
Analagous 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 assmebling 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.TreeGrid
Specifies whether folders and leaves should be segregated in the treeGrid display.
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.
setServerCondition(String) - Method in class com.smartgwt.client.widgets.form.validator.Validator
An expression in the Velocity Template Language that will run on the server.
setServerConstructor(String) - Method in class com.smartgwt.client.data.DataSource
Specifies the fully-qualified name of the DataSource subclass that should be instantiated server-side for this dataSource.
setServerOnly(Boolean) - Method in class com.smartgwt.client.widgets.form.validator.Validator
Indicates this validator runs on the server only.
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.
setServerType(DSServerType) - Method in class com.smartgwt.client.data.DataSource
For a DataSource stored in .xml format on the ISC server, indicates what server-side connector to use to execute requests, that is, what happens if you call dsRequest.execute() in server code.
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 default formatter for date objects to the method name passed in.
setShortDateDisplayFormatter(DateDisplayFormatter) - Static method in class com.smartgwt.client.util.DateUtil
Set the default formatter for date objects to the method name passed in.
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 DynamicForm.getValues()?
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
 
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.

Drawing all rows causes longer initial rendering time, but allows smoother vertical scrolling.
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.
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.
setShowBody(Boolean) - Method in class com.smartgwt.client.widgets.Window
If true, draw the body contents when this Window is drawn.
setShowCancelButton(Boolean) - Method in class com.smartgwt.client.widgets.DateChooser
Determines whether the "Cancel" button will be displayed.
setShowCenter(Boolean) - Method in class com.smartgwt.client.widgets.EdgedCanvas
Whether to show media in the center section, that is, behind the decorated Canvas.
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.addCloseClickHandler(com.smartgwt.client.widgets.events.CloseClickHandler).
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.
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 hierachy?
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.
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
 
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?
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.
setShowDoubleYearIcon(Boolean) - Method in class com.smartgwt.client.widgets.DateChooser
If this property is set to true the previous and next year buttons will render out the previous and next month button icons twice rather than using the prevYearIcon and nextYearIcon.
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.
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 next to form items when showInlineErrors is true.
setShowErrorIcons(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
'showErrorIcons', 'showErrorText', and 'showErrorStyle' control how validation errors are displayed next to form items when showInlineErrors is true.
setShowErrorStyle(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
'showErrorIcons', 'showErrorText', and 'showErrorStyle' control how validation errors are displayed next to form items when showInlineErrors is true.
setShowErrorStyle(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
'showErrorIcons', 'showErrorText', and 'showErrorStyle' control how validation errors are displayed next to form items when showInlineErrors is true.
setShowErrorText(Boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
'showErrorIcons', 'showErrorText', and 'showErrorStyle' control how validation errors are displayed next to form items when showInlineErrors is true.
setShowErrorText(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
'showErrorIcons', 'showErrorText', and 'showErrorStyle' control how validation errors are displayed next to form items when showInlineErrors is true.
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.
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.
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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves 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 recieves focus or just if the icon recieves 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 showing vertical continuation lines for each level of indenting within the tree.
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 com.smartgwt.client.data.SimpleType#getDefaultSummaryFunction is defined for the specified field type.
setShowHeader(Boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Should we show the header for this ListGrid? 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.
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 should the label text next to the checkbox item.
setShowLabel(Boolean) - Method in class com.smartgwt.client.widgets.form.fields.NativeCheckboxItem
Should we should the label text next to the checkbox item.
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 Dynamically update showMaximizeButton to show / hide the maximizeButton
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.MenuButton
show menu button image (up / down arrowhead) for this menu button Setter for the 'showMenuButtonImage' property - shows/hides the menu button image at runtime
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
 
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
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'.
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.
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.
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.
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.
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.
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
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.
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(com.smartgwt.client.widgets.tree.TreeNode) 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.
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.
setShowShadow(Boolean) - Method in class com.smartgwt.client.widgets.Canvas
Whether to show a drop shadow for this Canvas Method to update showShadow.
setShowSortArrow(SortArrow) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Indicates whether a sorting arrow should appear for the listGrid, and its location.
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(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 StatefulCanvas.getTitle() 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 StatefulCanvas.getTitle() 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 StatefulCanvas.getTitle() 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 StatefulCanvas.getTitle() 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).
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 Page.getSkinDir().
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 Page.getSkinDir().
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 Page.getSkinDir().
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.
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.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.
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.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.
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.
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) to match the String object passed in.
Used to restore previous state retrieved from the grid by a call to ListGrid.getSortState().
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.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.
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.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.
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.
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) 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.
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.
setStoreWithHash(HashAlgorithm) - Method in class com.smartgwt.client.data.DataSourceField
If set, causes the field to be securely hashed before saving on an "add" or "update" operation.
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. Specifically, when a field has NULL value, all of the following expressions are false:
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.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.tile.TileGrid
Style for the overall TileGrid component.
setStyleName(String) - Method in class com.smartgwt.client.widgets.toolbar.ToolStrip
The CSS class applied to this widget as a whole.
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 hover title text 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(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 attribute can be used to specify an explicit SummaryFunction 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 attribute can be used to specify an explicit SummaryFunction for calculating the summary value to display.
setSummaryRowCriteria(Criteria) - Method in class com.smartgwt.client.widgets.grid.ListGrid
If showGridSummary is true, and a ${isc.DocUtils.linkForRef('listGrid.summaryDataSource')} 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(com.smartgwt.client.widgets.grid.ListGridField) and com.smartgwt.client.widgets.grid.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
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.grid.ListGridField
Optional long summary title for this field, provided in addition to title.
setSupportsTransparency(Boolean) - Method in class com.smartgwt.client.widgets.form.ColorPicker
Determines whether to show the opacity slider.
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.
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.
setTableName(String) - Method in class com.smartgwt.client.data.DataSource
For DataSources using the 'Smart GWT SQL engine' for persistence, what database table name to use.
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
 
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.
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.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.
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.
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.
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 com.smartgwt.client..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.form.fields.FormItem
Time-format to apply to date type values within this formItem.
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.
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) - 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.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
 
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.SectionStackSection
Title to show for the section
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.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) 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.form.fields.FormItem
Alignment of this item's title in its cell.
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.tile.TileGrid
 
setTitleField(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
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.
setTitleSuffix(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
The string appended to the title of every item in this form.
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.
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.
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.
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(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).
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.
setUnknownErrorMessage(String) - Method in class com.smartgwt.client.widgets.form.ValuesManager
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.
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
 
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.
setUseHttpProxy(Boolean) - Method in class com.smartgwt.client.data.DataSource
Like useHttpProxy, but serves as a default for this DataSource that may be overriden by individual operationBindings.
setUseHttpProxy(Boolean) - Method in class com.smartgwt.client.data.OperationBinding
Whether to use the com.smartgwt.client.rpc.RPCManager#sendProxied 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.
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 displayFormat.
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.
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.
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.
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.
Note that this property can also be set at the item level to enable finer granularity validation in response to user interaction - if true at either level, validation will occur on change.
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.grid.ListGrid
If true, validation will be perfomed 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.
setValidateRelatedRecords(Boolean) - Method in class com.smartgwt.client.data.DataSource
If true, indicates that the Smart GWT Server should automatically apply a com.smartgwt.client..ValidatorTypes#hasRelatedRecord validator to every field on this dataSource that has a 'foreignKey' defined.
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.
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.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(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, 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(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
 
setValue(Date) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setValue(String) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
setValue(boolean) - Method in class com.smartgwt.client.widgets.form.fields.FormItem
 
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, 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
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.
setValueMap(String...) - Method in class com.smartgwt.client.data.DataSourceField
A valueMap is a set of legal values for a field.
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.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 com.smartgwt.client.widgets.grid.ListGrid#setEditorValueMap 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 com.smartgwt.client.widgets.grid.ListGrid#setEditorValueMap 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).
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.
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.
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).
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.
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).
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.
setWeekViewTitle(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
The title for the week view
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.form.fields.FormItem
By default, items take up the entire width of their cell
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%.
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 com.smartgwt.client..Time#parseInput.
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 com.smartgwt.client..Time#parseInput.
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?
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.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(com.google.gwt.core.client.JavaScriptObject) 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 OperationBinding.recordXPath and DataSourceField.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. Applies if this.dataFormat is set to "xml".
The default value will pick up data from a response structured as follows:
setYearMenuStyle(String) - Method in class com.smartgwt.client.widgets.DateChooser
Style for the pop-up year menu.
setZIndex(int) - Method in class com.smartgwt.client.widgets.Canvas
Set the z-Index of the canvas.
Shadow - Interface in com.smartgwt.client.docs
 
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.
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.
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
 
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 com.smartgwt.client.widgets.form.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).
showItem(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Show a form item via FormItem.show()
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.
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.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 components passed in components to get the print HTML for.
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.
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.
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.
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 indicicator 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
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 ?
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) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Sort data by property.
SortDirection - Enum in com.smartgwt.client.types
 
Sorting - Interface in com.smartgwt.client.docs
 
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
 
SpringIntegration - Interface in com.smartgwt.client.docs
Integration with Spring
SqlDataSource - Interface in com.smartgwt.client.docs
SQL DataSources
SqlVsJPA - Interface in com.smartgwt.client.docs
SQL DataSource vs JPA, EJB, Ibatis and other technologies
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.
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.
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
 
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
 
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.
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.

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
 
TabBarControls - Interface in com.smartgwt.client.docs
 
TabBarControls - Enum in com.smartgwt.client.types
 
TabBarScrolling - Interface in com.smartgwt.client.docs
 
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
 
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
Manipulating the values stored in the form.
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
 
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
 
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
 
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
 
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
 
TimeFormatter - Enum in com.smartgwt.client.types
String designating a standard time formatter for displaying the times associated with dates strings.
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
 
Title - Interface in com.smartgwt.client.docs
 
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
 
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
 
todayClick() - Method in class com.smartgwt.client.widgets.DateChooser
Fired when the user clicks the Today button.
toDebugString() - Method in class com.google.gwt.event.shared.GwtEvent
This is a method used primarily for debugging.
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
 
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
 
Toolbar - Interface in com.smartgwt.client.docs
 
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 ImgButton, 'radio button groups', MenuButton, ComboBoxItem, LayoutSpacer, Label and SelectItem.
ToolStrip() - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStrip
 
ToolStrip(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.toolbar.ToolStrip
 
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
 
TopOperatorAppearance - Enum in com.smartgwt.client.types
 
toString() - Method in class com.google.gwt.event.shared.GwtEvent
The toString() for abstract event is overridden to avoid accidently including class literals in the the compiled output.
toString() - Method in class com.google.gwt.event.shared.GwtEvent.Type
 
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
 
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.
transformResponse(DSResponse, DSRequest, Object) - Method in class com.smartgwt.client.data.DataSource
Modify the DSResponse object derived from the response returned from the dataURL.
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
 
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
 
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
 
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.
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 node
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.
UP - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
UP_FIRST - Static variable in class com.smartgwt.client.widgets.TransferImgButton
 
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.
updateShadow() - Method in class com.smartgwt.client.widgets.Canvas
Update teh 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
 
updateTab(Tab, Canvas) - Method in class com.smartgwt.client.widgets.tab.TabSet
 
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
 

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.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() - 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
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
 
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
 
ValueIcons - Interface in com.smartgwt.client.docs
 
valueIsChanging() - Method in class com.smartgwt.client.widgets.Slider
Call this method in your Slider.addValueChangedHandler(com.smartgwt.client.widgets.events.ValueChangedHandler) 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).
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.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.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.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.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.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.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.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.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.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.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.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.RecordSummaryFunctionType
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.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.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.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.TimeFormatter
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.TimeFormatter
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.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 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 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
 
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
 
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
 
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
 
Visibility - Interface in com.smartgwt.client.docs
Whether an object can be seen
Visibility - Enum in com.smartgwt.client.types
 
VisibilityMode - Enum in com.smartgwt.client.types
Settings for whether multiple sections can be in the expanded state simultaneously.
visibleAtPoint(int, int) - 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.
visibleAtPoint(int, int, boolean, 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
 
WebService(JavaScriptObject) - Constructor for class com.smartgwt.client.data.WebService
 
WebService - Interface in com.smartgwt.client.docs
 
WebServiceCallback - Interface in com.smartgwt.client.data
 
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
 
Workday - Interface in com.smartgwt.client.docs
 
WriteCustomDataSource - Interface in com.smartgwt.client.docs
Integrating the Smart GWT Server framework with custom Java persistence logic
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 RPCTransport 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
 
XmlSchema - Interface in com.smartgwt.client.docs
 
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 - Interface in com.smartgwt.client.docs
 
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
 
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.

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