SmartGWT
com.smartgwt.client.data.AdvancedCriteria
New Constructors:
public AdvancedCriteria(com.smartgwt.client.data.Criterion)
public AdvancedCriteria(com.smartgwt.client.types.OperatorId)
public AdvancedCriteria(com.smartgwt.client.types.OperatorId, com.smartgwt.client.data.Criterion[])
public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId, java.lang.Boolean)
public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId, java.lang.Boolean[])
public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId, java.lang.Float)
public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId, java.lang.Float[])
public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId, java.lang.Integer)
public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId, java.lang.Integer[])
public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId, java.lang.String[])
public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId, java.util.Date)
public AdvancedCriteria(java.lang.String, com.smartgwt.client.types.OperatorId, java.util.Date[])
com.smartgwt.client.data.DSRequest
New Methods:
public java.lang.String getExportTitleSeparatorChar()
public java.lang.String getOperationId()
public com.smartgwt.client.types.TextMatchStyle getTextMatchStyle()
public void setExportTitleSeparatorChar(java.lang.String)
com.smartgwt.client.data.DataSource
New Methods:
public static com.smartgwt.client.data.Criteria combineCriteria(com.smartgwt.client.data.Criteria, com.smartgwt.client.data.Criteria)
public static com.smartgwt.client.data.Criteria combineCriteria(com.smartgwt.client.data.Criteria, com.smartgwt.client.data.Criteria, com.smartgwt.client.types.CriteriaCombineOperator, com.smartgwt.client.types.TextMatchStyle)
public com.smartgwt.client.data.Criteria convertRelativeDates(com.smartgwt.client.data.Criteria)
public com.smartgwt.client.data.Criteria convertRelativeDates(com.smartgwt.client.data.Criteria, java.lang.String, int)
public void exportClientData(java.lang.Object[], com.smartgwt.client.data.DSRequest)
public java.lang.Boolean getAutoCacheAllData()
public java.lang.Boolean getAutoConvertRelativeDates()
public java.lang.Boolean getCacheAllData()
public com.smartgwt.client.data.Record[] getCacheData()
public int getCacheMaxAge()
public java.lang.Boolean getUseTestDataFetch()
public java.lang.Boolean hasAllData()
public void invalidateCache()
public void performCustomOperation(java.lang.String, com.smartgwt.client.data.Record)
public void performCustomOperation(java.lang.String, com.smartgwt.client.data.Record, com.smartgwt.client.data.DSCallback, com.smartgwt.client.data.DSRequest)
public void setAutoCacheAllData(java.lang.Boolean)
public void setAutoConvertRelativeDates(java.lang.Boolean) throws java.lang.IllegalStateException
public void setCacheAllData(java.lang.Boolean)
public void setCacheData(com.smartgwt.client.data.Record[]) throws java.lang.IllegalStateException
public void setCacheMaxAge(int)
public void setUseTestDataFetch(java.lang.Boolean)
com.smartgwt.client.data.DataSourceField
New Methods:
public com.smartgwt.client.types.DateDisplayFormat getDisplayFormat()
public void setDisplayFormat(com.smartgwt.client.types.DateDisplayFormat)
com.smartgwt.client.rpc.RPCRequest
New Methods:
public java.lang.Boolean getDownloadResult()
public java.lang.Boolean getDownloadToNewWindow()
public void setDownloadResult(java.lang.Boolean)
public void setDownloadToNewWindow(java.lang.Boolean)
com.smartgwt.client.types.DSOperationType
New Fields:
public static final com.smartgwt.client.types.DSOperationType CUSTOM
public static final com.smartgwt.client.types.DSOperationType VALIDATE
com.smartgwt.client.types.ExportFormat
New Fields:
public static final com.smartgwt.client.types.ExportFormat OOXML
public static final com.smartgwt.client.types.ExportFormat XLS
com.smartgwt.client.types.FieldType
New Fields:
public static final com.smartgwt.client.types.FieldType CREATOR
public static final com.smartgwt.client.types.FieldType CREATORTIMESTAMP
public static final com.smartgwt.client.types.FieldType MODIFIER
public static final com.smartgwt.client.types.FieldType MODIFIERTIMESTAMP
com.smartgwt.client.types.OperatorId
New Fields:
public static final com.smartgwt.client.types.OperatorId CONTAINS_FIELD
public static final com.smartgwt.client.types.OperatorId ENDS_WITH_FIELD
public static final com.smartgwt.client.types.OperatorId GREATER_OR_EQUAL_FIELD
public static final com.smartgwt.client.types.OperatorId GREATER_THAN_FIELD
public static final com.smartgwt.client.types.OperatorId IEQUALS
public static final com.smartgwt.client.types.OperatorId INOT_EQUAL
public static final com.smartgwt.client.types.OperatorId LESS_OR_EQUAL_FIELD
public static final com.smartgwt.client.types.OperatorId LESS_THAN_FIELD
public static final com.smartgwt.client.types.OperatorId STARTS_WITH_FIELD
com.smartgwt.client.types.RowEndEditAction
New Fields:
public static final com.smartgwt.client.types.RowEndEditAction NONE
com.smartgwt.client.util.JSONEncoder
public java.lang.Boolean getShowDebugOutput()
public void setSerializeInstances(com.smartgwt.client.types.JSONInstanceSerializationMode)
public void setShowDebugOutput(java.lang.Boolean)
com.smartgwt.client.widgets.Canvas
public com.smartgwt.client.types.LocatorStrategy getLocateChildrenBy()
public com.smartgwt.client.types.LocatorTypeStrategy getLocateChildrenType()
public com.smartgwt.client.types.LocatorStrategy getLocatePeersBy()
public com.smartgwt.client.types.LocatorTypeStrategy getLocatePeersType()
public void setLocateChildrenBy(com.smartgwt.client.types.LocatorStrategy)
public void setLocateChildrenType(com.smartgwt.client.types.LocatorTypeStrategy)
public void setLocatePeersBy(com.smartgwt.client.types.LocatorStrategy)
public void setLocatePeersType(com.smartgwt.client.types.LocatorTypeStrategy)
com.smartgwt.client.widgets.Img
New Methods:
public java.lang.Boolean getUsePNGFix()
public void setUsePNGFix(java.lang.Boolean) throws java.lang.IllegalStateException
com.smartgwt.client.widgets.form.DynamicForm
public void setValuesAsCriteria(com.smartgwt.client.data.Criterion)
com.smartgwt.client.widgets.form.FilterBuilder
New Methods:
public java.lang.String getEditorType(com.smartgwt.client.data.DataSourceField, com.smartgwt.client.types.OperatorId)
public java.lang.String getMissingFieldPrompt()
public void setMissingFieldPrompt(java.lang.String) throws java.lang.IllegalStateException
com.smartgwt.client.widgets.form.fields.CanvasItem
New Methods:
public java.lang.Boolean canEditCriterion(com.smartgwt.client.data.Criterion)
public com.smartgwt.client.data.Criterion getCriterion()
public java.lang.Boolean hasAdvancedCriteria()
public void setCriterion(com.smartgwt.client.data.Criterion)
com.smartgwt.client.widgets.form.fields.FormItem
public java.lang.Boolean canEditCriterion(com.smartgwt.client.data.Criterion)
public java.lang.Integer getCellHeight()
public com.smartgwt.client.widgets.form.fields.FormItemIcon getIcon(java.lang.String)
public java.lang.String getLocateItemBy()
public java.lang.String getMultipleValueSeparator()
public java.lang.String getPickerIconName()
public com.smartgwt.client.widgets.grid.ListGridRecord getSelectedRecord()
public int getVisibleHeight()
public int getVisibleWidth()
public java.lang.Boolean hasAdvancedCriteria()
public void setCellHeight(java.lang.Integer)
public void setCriterion(com.smartgwt.client.data.Criterion)
public void setHoverVAlign(com.smartgwt.client.types.VerticalAlignment)
public void setLocateItemBy(java.lang.String)
public void setMultipleValueSeparator(java.lang.String)
public void setPickerIconName(java.lang.String)
com.smartgwt.client.widgets.form.fields.FormItemIcon
New Methods:
public java.lang.String getName()
public void setName(java.lang.String)
com.smartgwt.client.widgets.form.fields.SelectItem
New Methods:
public com.smartgwt.client.types.MultipleAppearance getMultipleAppearance()
public void setMultipleAppearance(com.smartgwt.client.types.MultipleAppearance)
com.smartgwt.client.widgets.form.fields.TextAreaItem
New Methods:
public java.lang.Boolean getChangeOnKeypress()
public void setChangeOnKeypress(java.lang.Boolean)
com.smartgwt.client.widgets.form.fields.TextItem
New Methods:
public java.lang.Boolean getChangeOnKeypress()
public void setChangeOnKeypress(java.lang.Boolean)
com.smartgwt.client.widgets.form.validator.CustomValidator
New Fields:
protected com.smartgwt.client.data.DataSourceField dataSourceField
protected com.smartgwt.client.widgets.form.fields.FormItem formItem
protected com.smartgwt.client.data.Record record
New Methods:
public com.smartgwt.client.data.DataSourceField getDataSourceField()
public com.smartgwt.client.widgets.form.fields.FormItem getFormItem()
public com.smartgwt.client.data.Record getRecord()
com.smartgwt.client.widgets.form.validator.Validator
New Methods:
public com.smartgwt.client.types.ValidatorType getType()
public void setType(com.smartgwt.client.types.ValidatorType)
com.smartgwt.client.widgets.grid.ListGrid
Removed Methods:
public java.lang.Boolean getShowAlternateStyle()
public void setRecordComponentPoolingMode(java.lang.String)
public void setShowAlternateStyle(java.lang.Boolean)
public java.lang.Boolean showRecordComponent(com.smartgwt.client.widgets.grid.ListGridRecord)
public java.lang.Boolean showRecordComponent(com.smartgwt.client.widgets.grid.ListGridRecord, int)
Method Changes:
old:public java.lang.String getRecordComponentPoolingMode()
new:public com.smartgwt.client.types.RecordComponentPoolingMode getRecordComponentPoolingMode()New Methods:
public java.lang.Boolean getCanPickFields()
public int getDrawnRowHeight(int)
public java.lang.String getLocateColumnsBy()
public java.lang.String getLocateRowsBy()
public java.lang.String getNormalBaseStyle()
public int getNormalCellHeight()
public com.smartgwt.client.data.RecordList getOriginalRecordList()
public com.smartgwt.client.data.ResultSet getOriginalResultSet()
public java.lang.Boolean getPoolComponentsPerColumn()
public com.smartgwt.client.widgets.grid.ListGridRecord[] getSelection(boolean)
public java.lang.String getTallBaseStyle()
public java.lang.Boolean isPartiallySelected(com.smartgwt.client.widgets.grid.ListGridRecord)
public java.lang.Boolean isSelected(com.smartgwt.client.widgets.grid.ListGridRecord)
public void setCanPickFields(java.lang.Boolean)
public void setLocateColumnsBy(java.lang.String)
public void setLocateRowsBy(java.lang.String)
public void setNormalBaseStyle(java.lang.String) throws java.lang.IllegalStateException
public void setNormalCellHeight(int)
public void setPoolComponentsPerColumn(java.lang.Boolean)
public void setRecordComponentPoolingMode(com.smartgwt.client.types.RecordComponentPoolingMode)
public void setTallBaseStyle(java.lang.String) throws java.lang.IllegalStateException
protected boolean showRecordComponent(com.smartgwt.client.widgets.grid.ListGridRecord, java.lang.Integer)
com.smartgwt.client.widgets.grid.ListGridField
New Methods:
public com.smartgwt.client.data.Criteria getOptionCriteria()
public java.lang.String getPrompt()
public java.lang.Boolean getShowAlternateStyle()
public void setOptionCriteria(com.smartgwt.client.data.Criteria)
public void setShowAlternateStyle(java.lang.Boolean)
com.smartgwt.client.widgets.layout.Layout
New Methods:
public com.smartgwt.client.types.LocatorStrategy getLocateMembersBy()
public com.smartgwt.client.types.LocatorTypeStrategy getLocateMembersType()
public void setLocateMembersBy(com.smartgwt.client.types.LocatorStrategy)
public void setLocateMembersType(com.smartgwt.client.types.LocatorTypeStrategy)
com.smartgwt.client.widgets.layout.SectionStack
New Methods:
public com.smartgwt.client.types.LocatorStrategy getLocateSectionsBy()
public com.smartgwt.client.types.LocatorTypeStrategy getLocateSectionsType()
public void setLocateSectionsBy(com.smartgwt.client.types.LocatorStrategy)
public void setLocateSectionsType(com.smartgwt.client.types.LocatorTypeStrategy)
com.smartgwt.client.widgets.menu.Menu
com.smartgwt.client.widgets.menu.MenuBar
New Methods:
public void showMenu(int)
com.smartgwt.client.widgets.menu.MenuButton
New Methods:
public void showMenu()
com.smartgwt.client.widgets.tab.Tab
New Methods:
public com.smartgwt.client.widgets.tab.TabSet getTabSet()
public void setTabSet(com.smartgwt.client.widgets.tab.TabSet)
com.smartgwt.client.widgets.tab.TabSet
New Methods:
public java.lang.String getLocateTabsBy()
public void setLocateTabsBy(java.lang.String)
com.smartgwt.client.widgets.tree.Tree
public com.smartgwt.client.types.LoadState getLoadState(com.smartgwt.client.widgets.tree.TreeNode)
public java.lang.Boolean getSeparateFolders()
public java.lang.Boolean getSortFoldersBeforeLeaves()
public java.lang.Boolean isLoaded(com.smartgwt.client.widgets.tree.TreeNode)
public void setSeparateFolders(java.lang.Boolean)
public void setSortFoldersBeforeLeaves(java.lang.Boolean)
com.smartgwt.client.widgets.tree.TreeGrid
New Methods:
public int getExtraIconGap()
public java.lang.Boolean getSortFoldersBeforeLeaves()
public void setExtraIconGap(int) throws java.lang.IllegalStateException
public void setSortFoldersBeforeLeaves(java.lang.Boolean) throws java.lang.IllegalStateException
com.smartgwt.client.data.Criterion
com.smartgwt.client.types.CriteriaCombineOperator
com.smartgwt.client.types.JSONInstanceSerializationMode
com.smartgwt.client.types.LoadState
com.smartgwt.client.types.LocatorStrategy
com.smartgwt.client.types.LocatorTypeStrategy
com.smartgwt.client.types.MultipleAppearance
com.smartgwt.client.types.RecordComponentPoolingMode
com.smartgwt.client.types.ValidatorType
com.smartgwt.client.widgets.form.fields.DateRange
com.smartgwt.client.widgets.form.fields.DateRangeItem
com.smartgwt.client.widgets.form.fields.MiniDateRangeItem