| Method and Description |
|---|
| com.smartgwt.mobile.client.widgets.BaseButton.setContents(String)
Use
BaseButton.setTitle(String) instead. |
| com.smartgwt.mobile.client.widgets.form.fields.DateItem.setEndDate(Date)
Use
DateItem.setEndDate(LogicalDate) instead. |
| com.smartgwt.mobile.client.rpc.RPCRequest.setHttpMethod(RequestBuilder.Method)
Deprecated in favor of
RPCRequest.setHttpMethod(String). |
| com.smartgwt.mobile.client.data.DataSourceField.setNestedFields(DataSourceField...)
The preferred approach is to create a DataSource with the nested fields and
call
DataSourceField.setTypeAsDataSource(DataSource). |
| com.smartgwt.mobile.client.widgets.form.fields.DateItem.setStartDate(Date)
Use
DateItem.setStartDate(LogicalDate) instead. |