com.sas.entities
Interface EntityContextInterface


public interface EntityContextInterface

The EntityContextInterface interface defines the context names for entity editors, customizers, and validators. These contexts define where the corresponding editor/customizer/validator will execute.


Field Summary
static java.lang.String COM_CONTEXT
          Defines a Microsoft COM context; the editor/customizer/validator name is the name of a COM classid (UUID)
static java.lang.String CORBA_CONTEXT
          Defines a CORBA context; the editor/customizer/validator name is the name of a CORBA service which performs validation via a to-be-determined interface.
static java.lang.String JAVA_CONTEXT
          Defines a Java context; the editor/customizer/validator name is the name of a Java class.
static java.lang.String JAVA_PANEL_CONTEXT
          Defines a context that allows the user to define their own editors for various Swing-based property sheets
static java.lang.String JAVASCRIPT_CONTEXT
          Defines a JavaScript context; the editor/customizer/validator name is the name of a JavaScript (ECMAScript) validation script.
static java.lang.String JSP_PANEL_CONTEXT
          Defines a context that allows the user to define their own editors for various Web-based property sheets
static java.lang.String SERVLET_CONTEXT
          Defines a web server context; the editor/customizer/validator name is the URL or web server page.
 

Field Detail

JAVA_CONTEXT

static final java.lang.String JAVA_CONTEXT
Defines a Java context; the editor/customizer/validator name is the name of a Java class.

See Also:
Constant Field Values

JAVASCRIPT_CONTEXT

static final java.lang.String JAVASCRIPT_CONTEXT
Defines a JavaScript context; the editor/customizer/validator name is the name of a JavaScript (ECMAScript) validation script.

See Also:
Constant Field Values

COM_CONTEXT

static final java.lang.String COM_CONTEXT
Defines a Microsoft COM context; the editor/customizer/validator name is the name of a COM classid (UUID)

See Also:
Constant Field Values

CORBA_CONTEXT

static final java.lang.String CORBA_CONTEXT
Defines a CORBA context; the editor/customizer/validator name is the name of a CORBA service which performs validation via a to-be-determined interface.

See Also:
Constant Field Values

SERVLET_CONTEXT

static final java.lang.String SERVLET_CONTEXT
Defines a web server context; the editor/customizer/validator name is the URL or web server page.

See Also:
Constant Field Values

JAVA_PANEL_CONTEXT

static final java.lang.String JAVA_PANEL_CONTEXT
Defines a context that allows the user to define their own editors for various Swing-based property sheets

See Also:
Constant Field Values

JSP_PANEL_CONTEXT

static final java.lang.String JSP_PANEL_CONTEXT
Defines a context that allows the user to define their own editors for various Web-based property sheets

See Also:
Constant Field Values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.