Interface MobileBaseForm.MutableFreeQueryDataSource
- All Superinterfaces:
MobileBaseForm.FreeQueryDataSource,Serializable
- All Known Implementing Classes:
FreeQueryDataSourceImpl
- Enclosing interface:
MobileBaseForm
public static interface MobileBaseForm.MutableFreeQueryDataSource
extends MobileBaseForm.FreeQueryDataSource
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConnectionKey(String key) voidvoidsetDescription(String desc) voidvoidsetQueryString(String query) voidsetWorkOnline(boolean isWorkOnline) Methods inherited from interface MobileBaseForm.FreeQueryDataSource
connectionKey, dataSourceId, description, name, queryString, workOnline
-
Method Details
-
setDataSourceId
-
setConnectionKey
-
setQueryString
-
setName
-
setDescription
-
setWorkOnline
void setWorkOnline(boolean isWorkOnline)
-