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.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HELP_SCHEMA_INFO |
| 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 java.lang.String HELP_SCHEMA_INFO
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