Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.ide.db
Interface UIConstants


public interface UIConstants

Defines a group of keys that can be used in conjunction with a WizardLauncher to pull information out of the TraversableContext.

Since:
9.0.5
See Also:
TraversableContext

Field Summary
static java.lang.String ALLOW_REPLACE
          In an edit process this indicates that the user has specified that REPLACE (rather than ALTER) is a permitted outcome of the edit.
static java.lang.String CHILD_EDIT_ONLY
          Key for whether this panel is edit only the given child object as opposed to allowing the user to navigate to other parts of the parent object.
static java.lang.String CHOSEN_OBJECTS_KEY
          Key for the objects chosen during a selection process.
static java.lang.String DEFAULT_OBJECT_KEY
          Key for the default child object when editing a SchemaObject
static java.lang.String ERROR_TITLE_KEY
          Key for title
static java.lang.String FIRST_NON_DEFAULT_PANEL
          Key used to indicate the first panel of a generate wizard in which the user is required to enter information.
static java.lang.String IS_EDITABLE_KEY
          Key used in the edit dialogs for database objects whose value is a Boolean.
static java.lang.String NEW_CHILD_OBJECT_KEY
          Key for the created child object
static java.lang.String NEW_OBJECT_KEY
          Key for the new version of the object.
static java.lang.String NEW_SECONDARY_OBJECTS_KEY
          Key for an array of SchemaObject that need to be created with the current object.
static java.lang.String ORIGINAL_OBJECT_KEY
          Key for the original version of the object.
static java.lang.String PARENT_OBJECT_CONTEXT_KEY
          Key for use in setting and retrieving default parent objects from a Context.
static java.lang.String PROVIDER_KEY
          Key for the DBObjectProvider.
static java.lang.String SCHEMA_KEY
          Key for the initial schema.
static java.lang.String SCHEMA_LIST_KEY
          Key for the list of schemas.
static java.lang.String TARGET_PROVIDER_KEY
          Key for the target provider in a transfer process (e.g.
static java.lang.String TARGET_SCHEMA_KEY
          Key for the target provider in a transfer process (e.g.
 

Field Detail

ORIGINAL_OBJECT_KEY

static final java.lang.String ORIGINAL_OBJECT_KEY
Key for the original version of the object. This key is only used when editing an object.

See Also:
Constant Field Values

NEW_OBJECT_KEY

static final java.lang.String NEW_OBJECT_KEY
Key for the new version of the object. When creating an object, this key points to the new object; when editing an object, this key points to the changed object.

See Also:
Constant Field Values

NEW_CHILD_OBJECT_KEY

static final java.lang.String NEW_CHILD_OBJECT_KEY
Key for the created child object

See Also:
Constant Field Values

SCHEMA_KEY

static final java.lang.String SCHEMA_KEY
Key for the initial schema.

See Also:
Constant Field Values

SCHEMA_LIST_KEY

static final java.lang.String SCHEMA_LIST_KEY
Key for the list of schemas.

See Also:
Constant Field Values

PROVIDER_KEY

static final java.lang.String PROVIDER_KEY
Key for the DBObjectProvider. In a transfer process this is the source provider.

See Also:
Constant Field Values

DEFAULT_OBJECT_KEY

static final java.lang.String DEFAULT_OBJECT_KEY
Key for the default child object when editing a SchemaObject

See Also:
Constant Field Values

CHOSEN_OBJECTS_KEY

static final java.lang.String CHOSEN_OBJECTS_KEY
Key for the objects chosen during a selection process.

See Also:
Constant Field Values

NEW_SECONDARY_OBJECTS_KEY

static final java.lang.String NEW_SECONDARY_OBJECTS_KEY
Key for an array of SchemaObject that need to be created with the current object.

See Also:
Constant Field Values

TARGET_PROVIDER_KEY

static final java.lang.String TARGET_PROVIDER_KEY
Key for the target provider in a transfer process (e.g. import or generate)

See Also:
Constant Field Values

TARGET_SCHEMA_KEY

static final java.lang.String TARGET_SCHEMA_KEY
Key for the target provider in a transfer process (e.g. import or generate)

See Also:
Constant Field Values

ERROR_TITLE_KEY

static final java.lang.String ERROR_TITLE_KEY
Key for title

See Also:
Constant Field Values

PARENT_OBJECT_CONTEXT_KEY

static final java.lang.String PARENT_OBJECT_CONTEXT_KEY
Key for use in setting and retrieving default parent objects from a Context. Used when creating new objects that can be "owned" by other objects, such as Indexes owned by Tables.

See Also:
Constant Field Values

IS_EDITABLE_KEY

static final java.lang.String IS_EDITABLE_KEY
Key used in the edit dialogs for database objects whose value is a Boolean. If false the object cannot be edited, and any fields that allow the user to edit a property should be disabled.

For all normal edit panels a verifier should be used to enable/disable fields. This mechanism is only in place for extra panels that do not have verifiers (e.g. the user properites panel).

See Also:
Constant Field Values

FIRST_NON_DEFAULT_PANEL

static final java.lang.String FIRST_NON_DEFAULT_PANEL
Key used to indicate the first panel of a generate wizard in which the user is required to enter information. Prior panel contain defaulted data and can be skipped.

See Also:
Constant Field Values

CHILD_EDIT_ONLY

static final java.lang.String CHILD_EDIT_ONLY
Key for whether this panel is edit only the given child object as opposed to allowing the user to navigate to other parts of the parent object. It is the difference between a simple Column dialog or going to the Table dialog but preselecting the given column.

See Also:
Constant Field Values

ALLOW_REPLACE

static final java.lang.String ALLOW_REPLACE
In an edit process this indicates that the user has specified that REPLACE (rather than ALTER) is a permitted outcome of the edit.

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.