Package com.smartgwt.client.types

Interface Summary
KeyNames  
ValueEnum  
 

Enum Summary
Alignment  
AnimationAcceleration Acceleration effect for animations.
AnimationEffect String specifying effect to apply during an animated show or hide.
ArrowStyle Supported styles for arrowheads
Autofit Possible values for to change the behavior of how data will fill the ListGrid.
AutoFitEvent Event on a listGrid header to trigger auto-fit of the listgrid field.
AutoFitIconFieldType How should fields of type:"icon" be sized by default?
AutoFitWidthApproach How should field width be determined when autoFitWidth is true?
AutoSelectionModel Selection model for CubeGrid indicating which cells in the body should be selected when row or column headers are selected.
Axis An axis or "side" of a table.
BackgroundRepeat  
BkgndRepeat  
CharacterCasing  
ChartType Known chart types.
ClickMaskMode Passed as a parameter to Canvas.showClickMask to determine the masks behavior when clicked.
ContentsType  
ControlName ControlNames are strings used to specify which UI controls should appear in the editor toolbar.
CriteriaCombineOperator The logical operator to use when combining criteria objects with the DataSource.combineCriteria method.
CriteriaPolicy  
Cursor You can use whatever cursors are valid for your deployment platforms, but keep in mind that visual representation may vary by browser and OS.
DateDisplayFormat Valid display formats for dates.
DateEditingStyle The type of date/time editing style to use when editing an event.
DateItemSelectorFormat Order of pickers and which pickers are present when using a DateItem with useTextField false.
DialogButtons Default buttons that you can use in your Dialogs.
Direction  
DisplayNodeType Flag passed to functions as displayNodeType, telling the function whether it should work on folders, leaves or both at once.
DragAppearance Different types of effects for showing dragging behavior.
DragDataAction What do we do with data that's been dropped into another list?
DragIntersectStyle Different styles of determining intersection: with mouse or entire rect of target
DragTrackerMode When records are being dragged from within a ListGrid, what sort of drag-tracker should be displayed?
DrawPosition  
DSDataFormat Indicates the format to be used for HTTP requests and responses when fulfilling DSRequests (eg, when DataSource.fetchData is called).
DSInheritanceMode For DataSources of type "sql", specifies the kind of inheritance to use when a dataSource specifies inheritsFrom.
DSOperationType One of the four basic operations that can be performed on DataSource data: "fetch", "add", "update", "remove".
DSProtocol dataProtocol affects how the data in the DSRequest (data) is sent to the dataURL.
DSServerType Indicates what Smart GWT Server will do with a DataSource request if you call dsRequest.execute() in server code.
EdgeName An edge or corner of a rectange, or it's center.
EditCompletionEvent What event / user interaction type caused cell editing to complete.
EmbeddedPosition How a component should be embedded within its record or cell
Encoding Form encoding types - these translate to Form ENCTYPE parameters.
EnterKeyEditAction What to do when a user hits enter while editing a cell
EnumTranslateStrategy Determines how Java enums are translated to and from Javascript by the Smart GWT server.
EscapeKeyEditAction What to do if the user hits escape while editing a cell.
EscapingMode Mode for escaping text values when using DataSource.recordsAsText or DataSource.recordsFromText.
ExpansionMode When canExpandRecords is true, ExpansionMode dictates the type of UI to be displayed in the expanded portion of the row.
ExportDisplay Method to use for displaying the exported data.
ExportFormat One of the supported formats for data-export.
FetchMode Mode of fetching records from the server.
FieldType 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).
FireStyle Flags to set automatic removal of events from the page event registry.
FiscalYearMode Strategies for calculating the FiscalYear within a fisalCalendar from the specified defaultDate and defaultMonth If the specified fiscal year date starts in one calendar year and ends in the next.
FooterControls  
ForceTextApproach Approach to force a text value to be interpreted as text rather than parsed as a date, time or other structured types, as can happen with Microsoft Excel.
FormErrorOrientation  
FormItemType DynamicForms automatically choose the FormItem type for a field based on the type property of the field.
FormLayoutType  
FormMethod Form METHOD parameters - how the form fields are submitted to the server
GroupStartOpen Possible values for the state of ListGrid groups when groupBy is called
HashAlgorithm Algorithms to use when hashing field values (see storeWithHash)
HeaderControls  
HiliteIconPosition Where a hilite icon will be placed relative to normal cell content.
HoverMode When canHover and showHoverComponents are both true, HoverMode dictates the type of UI to be displayed when a user hovers over a row or cell.
ImageStyle  
JoinType The type of join to make between two SQL tables when resolving includeFrom fields.
JSONCircularReferenceMode What the JSONEncoder should do when it encounters a circular reference in an object structure.
JSONDateFormat Format for encoding dates in JSON.
JSONInstanceSerializationMode Controls the output of the JSONEncoder when instances of Smart GWT classes (eg a ListGrid) are included in the data to be serialized.
KnobType Entries for the knobs array.
LayoutPolicy Policy controlling how the Layout will manage member sizes on this axis.
LayoutResizeBarPolicy Policy for whether resize bars are shown on members by default.
LineCap Supported styles of drawing the endpoints of a line
LinePattern Supported styles of drawing lines.
ListGridComponent Standard component-type displayed within a ListGrid, as contained by gridComponents.
ListGridEditEvent Event that will trigger inline editing.
ListGridFieldType ListGrids format data for viewing and editing based on the type attribute of the field.
LoadState Trees that dynamically load nodes keep track of whether each node has loaded its children.
LocatorStrategy The AutoTest subsystem relies on generating and parsing identifier strings to identify components on the page.
LocatorTypeStrategy When attempting to identify a component from within a list of possible candidates as described here, if we are unable to find a unique match by name or title, we will use the recorded "type" of the component to verify an apparent match.
LogicalOperator Operators that can evaluate a set of criteria and produce a combined result.
LogPriority Priority levels for log messages
MenuFieldID Simple string identifiers for standard menu fields.
MultiComboBoxLayoutStyle Specifies the layout of the combo box and buttons in a MultiComboBoxItem.
MultipleAppearance Appearance for a SelectItem that allows multiple selection
NavigationMode Controls the navigation mode of records.
OperatorId An operator is used as part of a Criterion when specifying AdvancedCriteria.
OperatorValueType Indicates the kind of value expected in a Criterion that uses this operator.
Orientation  
Overflow  
PageEvent Events registerable via Page.setEvent
PageOrientation Is this page being viewed in landscape or portrait orientation? Typically used with mobile devices.
PartialCommitOption Action to take if a user attempts to save the dataset produced by a BatchUploader whilst it still contains errors.
PercentBoxModel Determines sizing model when sizing / positioning a canvas relative to its percentBox.
Positioning  
PromptStyle  
RecordComponentPoolingMode The method of component-pooling to employ for recordComponents.
RecordLayout Controls the style of TableView record display
RecordSummaryFunctionType Function to produce a summary value based on field values within a record.
RelativeDateRangePosition When relative dates are specified in a date range, typically in a RelativeDateItem or DateRangeItem, in order to make the range inclusive or exclusive, it is useful to be able to specify whether we're referring to the start or end of the date in question.
RowEndEditAction While editing a ListGrid, what cell should we edit when the user attempts to navigate into a cell past the end of an editable row, via a Tab keypress, or a programmatic saveAndEditNextCell() call?
RowSpanEditMode When allowRowSpanning is enabled, certain cells may span multiple rows.
RowSpanSelectionMode Behavior of selection when row spanning is active.
RPCTransport Smart GWT supports multiple RPC transports for maximum compatibility and feature richness.
ScatterLineType Algorithms for drawing lines between points in Scatter plots (only one available for now).
Selected  
SelectionAppearance How data selection should be presented to the user.
SelectionBoundary Boundary type for limiting where contiguous selection (via shift+click or drag selection) can be applied across facets or facetValues.
SelectionStyle Different styles of selection that a list, etc.
SelectionType Controls how an object changes state when clicked
SendMethod  
Side Side of a component.
SortArrow Do we display an arrow for the sorted field ?
SortDirection  
SQLPagingStrategy The technique Smart GWT Server's SQL DataSource should use to select a "page" of data from a table.
SQLType The types of custom query that can be handled by Smart GWT's built-in "sql" and "hibernate" DataSources.
State Constants for the standard states for a StatefulCanvas.
SummaryFunctionType Function to produce a summary value based on an array of records and a field definition.
TabBarControls  
TableMode Controls the display mode of TableView record display
TabTitleEditEvent An event that triggers title editing in a TabSet.
TextAreaWrap  
TextMatchStyle For "fetch" operations, how search criteria should be interpreted for text fields.
TileLayoutPolicy Policy for laying out tiles.
TimeDisplayFormat Deprecated. Use DateDisplayFormatter instead
TimeFormatter Deprecated. Use DateDisplayFormatter instead
TimeUnit An enum of time-units available for use with the RelativeDateItem and Calendar widgets.
TitleOrientation Orientation of titles relative to the FormItem being labeled.
TopOperatorAppearance Interface to use for showing and editing the top-level operator of a FilterBuilder.
TreeFilterMode Mode for applying criteria to a tree.
TreeModelType  
ValidationMode Mode of validation used for running validation on partially entered data.
ValidatorType Used to name a validator or reference a standard, built-in Validator - see list below.
ValueItemType Enum used within the FilterBuilder class to indicate the role of a particular value-field form item within a filter clause.
VerticalAlignment  
ViewName The names of the Calendar views.
Visibility  
VisibilityMode Settings for whether multiple sections can be in the expanded state simultaneously.