public class SchemaChooserWizard
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
SchemaChooserWizard.Result
Public interface for the result of displaying the UI. 
 | 
| Constructor and Description | 
|---|
SchemaChooserWizard()  | 
| Modifier and Type | Method and Description | 
|---|---|
static SchemaChooserWizard.Result | 
chooseSchema(Context context)
Shows UI for choosing an offline schema from the given context 
 | 
static SchemaChooserWizard.Result | 
chooseSchema(Context context,
            OfflineDBObjectProvider provider)
Shows UI for choosing an offline schema from the given context 
 | 
static SchemaChooserWizard.Result | 
chooseSchema(Context context,
            OfflineDBObjectProvider provider,
            Schema defaultSchema)
Shows UI for choosing an offline schema from the given context 
 | 
public static final SchemaChooserWizard.Result chooseSchema(Context context)
context - the contextpublic static final SchemaChooserWizard.Result chooseSchema(Context context, OfflineDBObjectProvider provider)
context - the contextprovider - the provider, if different from the one in the contextpublic static final SchemaChooserWizard.Result chooseSchema(Context context, OfflineDBObjectProvider provider, Schema defaultSchema)
context - the contextprovider - the provider, if different from the one in the contextdefaultSchema - the schema to be initially selected