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

B

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

C

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

D

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

E

echo(JavaScriptObject) - Static method in class com.smartgwt.client.util.SC
Returns the passed in JavaScript object as a string
echoAll(JavaScriptObject) - Static method in class com.smartgwt.client.util.SC
Returns the passed in JavaScript object as a string (including serializing members one level deep for javascript arrays and nested objects)
EdgedCanvas - Class in com.smartgwt.client.widgets
EdgedCanvas acts as a decorative, image-based frame around another single Canvas.
EdgedCanvas() - Constructor for class com.smartgwt.client.widgets.EdgedCanvas
 
EdgedCanvas(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.EdgedCanvas
 
EditCompleteEvent - Class in com.smartgwt.client.widgets.grid.events
 
EditCompleteEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
 
EditCompleteHandler - Interface in com.smartgwt.client.widgets.grid.events
 
EditCompletionEvent - Enum in com.smartgwt.client.types
What event / user interaction type caused cell editing to complete.
EditFailedEvent - Class in com.smartgwt.client.widgets.grid.events
 
EditFailedEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.EditFailedEvent
 
EditFailedHandler - Interface in com.smartgwt.client.widgets.grid.events
 
editHilites() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
editHilites() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Shows a HiliteEditor interface allowing end-users to edit the data-hilites currently in use by this DataBoundComponent.
Editing - Interface in com.smartgwt.client.docs
Grid Editing
editNewRecord() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Prepare to edit a new record by clearing the current set of values (or replacing them with initialValues if specified).
editNewRecord(Map) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Prepare to edit a new record by clearing the current set of values (or replacing them with initialValues if specified).
editNewRecord() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Prepare to edit a new record by clearing the current set of values (or replacing them with initialValues if specified).
editNewRecord(Map) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Prepare to edit a new record by clearing the current set of values (or replacing them with initialValues if specified).
EditorEnterEvent - Class in com.smartgwt.client.widgets.grid.events
 
EditorEnterEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.EditorEnterEvent
 
EditorEnterHandler - Interface in com.smartgwt.client.widgets.grid.events
 
EditorExitEvent - Class in com.smartgwt.client.widgets.grid.events
 
EditorExitEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.widgets.grid.events.EditorExitEvent
 
EditorExitHandler - Interface in com.smartgwt.client.widgets.grid.events
 
editorType - Variable in class com.smartgwt.client.docs.serverds.DataSourceField
Sets the default FormItem to be used whenever this field is edited (whether in a grid, form, or other component).
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.
editRequires - Variable in class com.smartgwt.client.docs.serverds.DataSourceField
Indicates that the specified String must evaluate to true if writes to this field are to be allowed.
editRequiresAuthentication - Variable in class com.smartgwt.client.docs.serverds.DataSourceField
Whether a user must be authenticated in order to write to this field.
editRequiresRole - Variable in class com.smartgwt.client.docs.serverds.DataSourceField
Comma-separated list of user roles that are allowed to write to this field.
editSelectedData(ListGrid) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Edit the record selected in the specified ListGrid.
editSelectedData(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Edit the record selected in the specified ListGrid.
editSelectedData(ListGrid) - Method in class com.smartgwt.client.widgets.form.ValuesManager
Edit the record selected in the specified selection component (typically a ListGrid).
editTabTitle(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
Places an editor in the title of the parameter tab and allows the user to edit the title.
editTabTitle(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
Places an editor in the title of the parameter tab and allows the user to edit the title.
Elements - Interface in com.smartgwt.client.docs
Manipulating native form elements
EmbeddedPosition - Enum in com.smartgwt.client.types
How a component should be embedded within its record or cell
EmptyMessage - Interface in com.smartgwt.client.docs
The following APIs are all related to EmptyMessage.
emptyMessageHTML() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Return the message to show if the component has no data.
Enable - Interface in com.smartgwt.client.docs
Enabling and Disabling
enable() - Method in class com.smartgwt.client.widgets.Canvas
Enables this widget and any children / peers of this widget.
enable() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
Set this item to be enabled (shortcut for #setDisabled(Boolean),setDisabled(false)).
enableHilite(String) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
enableHilite(String) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Enable / disable a hilites
enableHilite(String, boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Enable / disable a hilites
enableHilite(String) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
enableHilite(String) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
enableHilite(String) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
enableHilite(String) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
enableHilite(String) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
enableHilite(String, boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
enableHiliting() - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.calendar.Calendar
 
enableHiliting() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Enable all hilites.
enableHiliting(boolean) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Enable all hilites.
enableHiliting() - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.form.DynamicForm
 
enableHiliting() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
 
enableHiliting() - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.grid.ListGrid
 
enableHiliting() - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.tile.TileGrid
 
enableHiliting() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
enableHiliting(boolean) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
 
enableIf(Canvas, Menu, MenuItem) - Method in class com.smartgwt.client.widgets.menu.MenuItem
Contains the condition that will enable or disable the current menuItem.
enableTab(int) - Method in class com.smartgwt.client.widgets.tab.TabSet
If the specified tab is disabled, enable it now.
enableTab(String) - Method in class com.smartgwt.client.widgets.tab.TabSet
If the specified tab is disabled, enable it now.
enableTab(Tab) - Method in class com.smartgwt.client.widgets.tab.TabSet
If the specified tab is disabled, enable it now.
encode(JavaScriptObject) - Static method in class com.smartgwt.client.util.JSON
Serialize an object as a JSON string.
encode(JavaScriptObject, JSONEncoder) - Static method in class com.smartgwt.client.util.JSON
Serialize an object as a JSON string.
encode(Object) - Method in class com.smartgwt.client.util.JSONEncoder
Serialize an object as a JSON string.
encode(DataClass) - Method in class com.smartgwt.client.util.JSONEncoder
 
encode(BaseClass) - Method in class com.smartgwt.client.util.JSONEncoder
 
encodeDate(Date) - Method in class com.smartgwt.client.util.JSONEncoder
Encode a JavaScript Date value.
encodeInResponse - Variable in class com.smartgwt.client.docs.serverds.DataSourceField
If this value is set on a binary field, data is encoded into a string using the Base64 algorithm, and sent back in the ordinary response data.
Encoding - Enum in com.smartgwt.client.types
Form encoding types - these translate to Form ENCTYPE parameters.
END - Static variable in interface com.smartgwt.client.types.KeyNames
 
END_OF_MONTH - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of the current month
END_OF_TODAY - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of today (one millisecond before the RelativeDate.START_OF_TODAY
END_OF_TOMORROW - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of tomorrow (one millisecond before the RelativeDate.START_OF_TOMORROW)
END_OF_WEEK - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of the current week
END_OF_YEAR - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of the current year
END_OF_YESTERDAY - Static variable in class com.smartgwt.client.data.RelativeDate
Builtin option for the end of yesterday (one millisecond before the RelativeDate.START_OF_YESTERDAY)
endEditing() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Complete the current edit by storing the value and hiding the inline editor.
ENTER - Static variable in interface com.smartgwt.client.types.KeyNames
 
EnterKeyEditAction - Enum in com.smartgwt.client.types
What to do when a user hits enter while editing a cell
enumConstantProperty - Variable in class com.smartgwt.client.docs.serverds.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".
enumOrdinalProperty - Variable in class com.smartgwt.client.docs.serverds.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".
enumTranslateStrategy - Variable in class com.smartgwt.client.docs.serverds.DataSource
Sets the strategy this DataSource uses to translate Java enumerated types (objects of type enum) to and from Javascript.
EnumTranslateStrategy - Enum in com.smartgwt.client.types
Determines how Java enums are translated to and from Javascript by the Smart GWT 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
 
erase() - Method in class com.smartgwt.client.widgets.drawing.DrawGroup
Erases all DrawItems in the DrawGroup.
erase() - Method in class com.smartgwt.client.widgets.drawing.DrawItem
Erase this drawItem's visual representation and remove it from it's DrawGroup (if any) and DrawPane.
erase() - Method in class com.smartgwt.client.widgets.drawing.DrawPane
Call DrawItem.erase on all DrawItems currently associated with the DrawPane.
error(String, String, boolean) - Method in class com.smartgwt.client.core.BaseClass
 
error(String) - Method in class com.smartgwt.client.core.BaseClass
 
error(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
ErrorEvent - Class in com.smartgwt.client.data.events
 
ErrorEvent(JavaScriptObject) - Constructor for class com.smartgwt.client.data.events.ErrorEvent
 
ErrorIcon - Interface in com.smartgwt.client.docs
The following APIs are all related to ErrorIcon.
errorIfNotCreated(String) - Method in class com.smartgwt.client.core.BaseClass
 
errorIfNotCreated(String) - Method in class com.smartgwt.client.widgets.BaseWidget
 
errorMessage - Variable in class com.smartgwt.client.docs.serverds.Validator
Text to display if the value does not pass this validation check.
Errors - Interface in com.smartgwt.client.docs
Validation errors and how they are shown
ESC - Static variable in interface com.smartgwt.client.types.KeyNames
 
EscapeKeyEditAction - Enum in com.smartgwt.client.types
What to do if the user hits escape while editing a cell.
eval(String) - Static method in class com.smartgwt.client.util.JSOHelper
Evaluate the passed string as Javascript
EventAddedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventChangedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventClickHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventHandler - Class in com.smartgwt.client.util
The ISC system provides a predictable cross-browser event-handling mechanism for ISC widgets.
EventHandler() - Constructor for class com.smartgwt.client.util.EventHandler
 
EventMovedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventRegistry - Interface in com.smartgwt.client.docs
The following APIs are all related to EventRegistry.
EventRemoveClickHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventRemovedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
EventResizedHandler - Interface in com.smartgwt.client.widgets.calendar.events
 
excludeCriteriaFields - Variable in class com.smartgwt.client.docs.serverds.OperationBinding
Indicates that the listed fields should be excluded from the default whereClause generated for this operationBinding.
execute() - Method in interface com.smartgwt.client.core.Function
The callback method.
execute(DSResponse, Object, DSRequest) - Method in interface com.smartgwt.client.data.DSCallback
 
execute(Object, Object, DataSourceField, String) - Method in interface com.smartgwt.client.data.FieldValueExtractor
 
execute(SortSpecifier[]) - Method in interface com.smartgwt.client.data.MultiSortCallback
Called when the user defines and accepts one or more SortSpecifiers.
execute(Object[], JavaScriptObject, RPCResponse, JavaScriptObject) - Method in interface com.smartgwt.client.data.WebServiceCallback
 
execute(WebService) - Method in interface com.smartgwt.client.data.WSDLLoadCallback
 
execute(SchemaSet) - Method in interface com.smartgwt.client.data.XSDLoadCallback
 
execute(Object) - Method in interface com.smartgwt.client.rpc.MessagingCallback
 
execute(RPCResponse, Object, RPCRequest) - Method in interface com.smartgwt.client.rpc.RPCCallback
 
execute(RPCResponse[]) - Method in interface com.smartgwt.client.rpc.RPCQueueCallback
Callback to fire when a queue of requests sent via RPCManager.sendQueue(RPCQueueCallback) returns.
execute(Boolean) - Method in interface com.smartgwt.client.util.BooleanCallback
 
execute(String) - Method in interface com.smartgwt.client.util.KeyCallback
 
execute(PrintCanvas) - Method in interface com.smartgwt.client.util.PrintCanvasCallback
 
execute(PrintCanvas, PrintWindow) - Method in interface com.smartgwt.client.util.PrintPreviewCallback
 
execute(String) - Method in interface com.smartgwt.client.util.ValueCallback
 
execute(Object, Record) - Method in class com.smartgwt.client.util.workflow.ScriptTask
Execute the task.
execute(boolean) - Method in interface com.smartgwt.client.widgets.AnimationCallback
 
execute(FormItem, Object, DynamicForm) - Method in interface com.smartgwt.client.widgets.form.FormItemIfFunction
 
execute(FormItem, Object) - Method in interface com.smartgwt.client.widgets.form.validator.RequiredIfFunction
 
execute(ListGrid, ListGridField, int) - Method in interface com.smartgwt.client.widgets.grid.ListGridFieldIfFunction
 
execute(Canvas, Menu, MenuItem) - Method in interface com.smartgwt.client.widgets.menu.MenuItemIfFunction
 
execute(Canvas, Menu, MenuItem) - Method in interface com.smartgwt.client.widgets.menu.MenuItemStringFunction
 
execute(Object, DetailViewerField, Record) - Method in interface com.smartgwt.client.widgets.viewer.CellStyleHandler
 
execute(DetailViewer, DetailViewerRecord[]) - Method in interface com.smartgwt.client.widgets.viewer.DetailViewerFieldIfFunction
 
expandRecord(ListGridRecord) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Expands a given record by creating a subcomponent and inserting it in to the record's grid-row.
expandSection() - Method in class com.smartgwt.client.widgets.form.fields.SectionItem
Expands a section, showing all the items contained within the section.
expandSection(int) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Expands a section.
expandSection(String) - Method in class com.smartgwt.client.widgets.layout.SectionStack
Expands a section.
ExpansionField - Interface in com.smartgwt.client.docs
The following APIs are all related to ExpansionField.
ExpansionMode - Enum in com.smartgwt.client.types
When canExpandRecords is true, ExpansionMode dictates the type of UI to be displayed in the expanded portion of the row.
exportAs - Variable in class com.smartgwt.client.docs.serverds.OperationBinding
The format in which the data should be exported.
exportClientData(Object[], DSRequest) - Method in class com.smartgwt.client.data.DataSource
Exports arbitrary client-side data, with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportClientData(DSRequest) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Exports this component's data with client-side formatters applied, so is suitable for direct display to users.
exportContent(Canvas, DSRequest) - Static method in class com.smartgwt.client.rpc.RPCManager
Converts printable HTML generated from live UI components into a .pdf and downloads it ("Save As.." dialog).
exportData() - Method in class com.smartgwt.client.data.DataSource
Perform a "fetch" DataSource operation against this DataSource, sending search criteria, retrieving matching records and exporting the results.
exportData(Criteria, DSRequest, DSCallback) - Method in class com.smartgwt.client.data.DataSource
Perform a "fetch" DataSource operation against this DataSource, sending search criteria, retrieving matching records and exporting the results.
exportData() - Method in class com.smartgwt.client.widgets.calendar.Calendar
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.calendar.Calendar
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in interface com.smartgwt.client.widgets.DataBoundComponent
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.form.DynamicForm
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ColumnTree
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in class com.smartgwt.client.widgets.grid.ListGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.grid.ListGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in class com.smartgwt.client.widgets.tile.TileGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.tile.TileGrid
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData() - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
exportData(DSRequest) - Method in class com.smartgwt.client.widgets.viewer.DetailViewer
Uses a "fetch" operation on the current DataSource to retrieve data that matches the current filter and sort criteria for this component, then exports the resulting data to a file or window in the requested format.
ExportDisplay - Enum in com.smartgwt.client.types
Method to use for displaying the exported data.
exportFields - Variable in class com.smartgwt.client.docs.serverds.OperationBinding
The list of field-names to export.
exportFilename - Variable in class com.smartgwt.client.docs.serverds.OperationBinding
The name of the file to save the exported data into.
ExportFormat - Enum in com.smartgwt.client.types
One of the supported formats for data-export.
exportResults - Variable in class com.smartgwt.client.docs.serverds.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.
exportTitle - Variable in class com.smartgwt.client.docs.serverds.DataSourceField
Optional different field-title used for exports.

F

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

G

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

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

NOTE: To get a coordinate relative to the viewport of this Canvas, subtract this.getScrollTop()
getOldEndCol() - Method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
the endCol from before the drawArea changed
getOldEndRow() - Method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
the endRow from before the drawArea changed
getOldRecord() - Method in class com.smartgwt.client.widgets.grid.events.EditCompleteEvent
The old record before the save occurred
getOldStartCol() - Method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
the startCol from before the drawArea changed
getOldStartRow() - Method in class com.smartgwt.client.widgets.grid.events.DrawAreaChangedEvent
the startRow from before the drawArea changed
getOldTitle() - Method in class com.smartgwt.client.widgets.tab.events.TabTitleChangedEvent
the old title
getOldValue() - Method in class com.smartgwt.client.widgets.form.events.ItemChangeEvent
value the FormItem had previous to this change() event
getOldValue() - Method in class com.smartgwt.client.widgets.form.fields.events.ChangeEvent
The previous value of the form item
getOldValue() - Method in class com.smartgwt.client.widgets.grid.events.CellSavedEvent
old value for the cell
getOldValue() - Method in class com.smartgwt.client.widgets.grid.events.ChangeEvent
The previous value of the form item
getOldValues() - Method in class com.smartgwt.client.data.DSRequest
For an update or remove operation, the original values from the record that is being updated or removed.
getOldValues() - Method in class com.smartgwt.client.widgets.form.DynamicForm
Returns the set of values last stored by DynamicForm.rememberValues.
getOldValues() - Method in class com.smartgwt.client.widgets.form.ValuesManager
Returns the set of values last stored by ValuesManager.rememberValues.
getOmitControls() - Method in class com.smartgwt.client.util.PrintProperties
An array of Strings indicating the classNames of controls that should be omitted from printing.
getOmitNullMapValuesInResponse() - Method in class com.smartgwt.client.rpc.RPCRequest
If enabled, the server omits any key/value pairs in map that have null values from the response.
getOpacity() - Method in class com.smartgwt.client.widgets.Canvas
Renders the widget to be partly transparent.
getOpacity() - Method in class com.smartgwt.client.widgets.drawing.ColorStop
0 is transparent, 1 is fully opaque
getOpacity() - Method in class com.smartgwt.client.widgets.form.events.ColorSelectedEvent
The opacity selected, from 0-100.
getOpacitySliderLabel() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The label shown next to the opacity slider.
getOpacityText() - Method in class com.smartgwt.client.widgets.form.ColorPicker
The text to show underneath the selected color box, so that it can be seen through semi-transparent colors.
getOpenerIconSize() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Width and height in pixels of the opener icons, that is, the icons which show the open or closed state of the node, typically a [+] or [-] symbol.
getOpenerImage() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
The base filename of the opener icon for the folder node when 'showConnectors' is false for this TreeGrid.
The opener icon is displayed beside the folder icon in the Tree column for folder nodes.
getOpenIcon(TreeNode) - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Get the appropriate open/close opener icon for a node.
getOpenIconSuffix() - Method in class com.smartgwt.client.widgets.grid.ColumnTree
If showOpenIcons is true, this suffix will be appended to the folderIcon for open folders in this grid.
getOpenIconSuffix() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
If showOpenIcons is true, this suffix will be appended to the folderIcon for open folders in this grid.
getOpenList(TreeNode) - Method in class com.smartgwt.client.widgets.tree.Tree
Return a flattened list of nodes that are open under some parent, including the parent itself.
getOpenProperty() - Method in class com.smartgwt.client.widgets.tree.Tree
The property consulted by the default implementation of Tree.isOpen to determine if the node is open or not.
getOpenState() - Method in class com.smartgwt.client.widgets.tree.TreeGrid
Returns a snapshot of the current open state of this grid's data as a String object.
This object can be passed to TreeGrid.setOpenState to open the same set of folders within the treeGrid's data (assuming the nodes are still present in the data).
getOperationBindings() - Method in class com.smartgwt.client.data.DataSource
Optional array of OperationBindings, which provide instructions to the DataSource about how each DSOperation is to be performed.
getOperationId() - Method in class com.smartgwt.client.data.DSRequest
When a DataBoundComponent sends a DSRequest, the dsRequest.operationId will be automatically picked up from the fetchOperation, addOperation, etc properties of the DataBoundComponent.
getOperationId() - Method in class com.smartgwt.client.data.OperationBinding
Optional operationId if this DataSource supports two or more variants of one of the basic DataSource operations, for instance, a "fetch" that uses full text search and a "fetch" that accepts per-field search criteria.
getOperationType() - Method in class com.smartgwt.client.data.DSRequest
Type of operation being performed: "fetch", "add", "remove", "update" or "custom".
getOperationType() - Method in class com.smartgwt.client.data.OperationBinding
Which operationType this operationBinding is for.
getOperationType() - Method in class com.smartgwt.client.util.workflow.ServiceTask
Type of operation to invoke
getOperator() - Method in class com.smartgwt.client.data.Criterion
Operator this criterion applies.
getOperator() - Method in class com.smartgwt.client.widgets.form.DynamicForm
When operator has been set for any FormItem in this form, what logical operator should be applied across the ${isc.DocUtils.linkForRef('object:Criterion','criteria')} produced by the form items? Only applicable to forms that have a dataSource.
getOperator() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
OperatorId to be used when DynamicForm.getValuesAsCriteria is called.
getOperator() - Method in class com.smartgwt.client.widgets.form.fields.RelativeDateItem
What operator to use when RelativeDateItem.getCriterion is called.
getOperator() - Method in class com.smartgwt.client.widgets.form.validator.StringCountValidator
Return the operator.
getOperatorPickerTitle() - Method in class com.smartgwt.client.widgets.form.FilterBuilder
The title for the operator-picker select-item.
getOptionCriteria() - Method in class com.smartgwt.client.widgets.form.fields.FormItem
If this item has a specified optionDataSource, and this property may be used to specify criteria to pass to the datasource when performing the fetch operation on the dataSource to obtain a data-value to display-value mapping
getOptionCriteria() - Method in class com.smartgwt.client.widgets.grid.ListGridField
If optionDataSource is set for this ListGridField, criteria specified in this attribute will be passed to the dataSource when performing the fetch operation to determine data-value to display-value mappings
getOptionDataSource() - Method in class com.smartgwt.client.widgets.form.fields.ComboBoxItem
 
getOptionDataSource() - Method in interface com.smartgwt.client.widgets.form.fields.PickList
 
getOptionDataSource() - Method in class com.smartgwt.client.widgets.form.fields.PickTreeItem
If set, this FormItem will map stored values to display values as though a ValueMap were specified, by fetching records from the specified optionDataSource and extracting the valueField and displayField in loaded records, to derive one valueMap entry per record loaded from the optionDataSource.
getOptionDataSource() - Method in class com.smartgwt.client.widgets.form.fields.