com.sap.tc.mobile.wdlite.progmodel.core
Interface Const

All Superinterfaces:
CommonConstants
All Known Implementing Classes:
AbstractMetamodelEntity, AbstractViewElement, Application, Attribute, ButtonViewItem, CaptionViewItem, CheckBoxViewItem, Component, ContainerViewElement, Context, ContextNode, ContextNodeForCMIModel, ContextNodeForCMIModelRelation, ContextNodeMapped, Controller, DropDownByIndexViewItem, DropDownByKeyViewItem, Event, ImageViewItem, InputFieldViewItem, LabelViewItem, LinkToActionViewItem, MenuBarViewElement, MenuBarViewItem, NavigationEvent, NodeElement, PopupMenuViewElement, Property, RadioButtonViewItem, RowRepeaterViewElement, TableColumnViewElement, TableColumnViewItem, TableViewElement, TableViewItem, TabStripViewItem, TabViewItem, TextEditViewItem, TextViewViewItem, TransparentContainerViewItem, Util, ValueHolder, View, ViewElement, ViewItem, ViewItemManager, Window

public interface Const
extends CommonConstants


Field Summary
static int CARDINALITY_0_1
          The enumeration for the cardinality values.
static int CARDINALITY_0_N
          The enumeration for the cardinality values.
static int CARDINALITY_1_1
          The enumeration for the cardinality values.
static int CARDINALITY_1_N
          The enumeration for the cardinality values.
static java.lang.Object[] EMPTY_ARR
           
static java.lang.Class[] EMPTY_CLASS_ARR
           
static int[] EMPTY_INT_ARRAY
           
static int[][] EMPTY_INT_ARRAY2
           
static java.util.Map EMPTY_MAP
           
static java.lang.Boolean FALSE
           
static int NAV_INFO_COMPONENT
           
static int NAV_INFO_PLUG
           
static int NAV_INFO_VIEW
           
static int NONE
           
static Property[] PROPERTY_EMPTY_ARRAY
          This is used to avoid unnecessary creation of empty arrays.
static java.lang.Boolean TRUE
           
static int TYPE_BINARY
          The DDIC build-in type Binary
static int TYPE_BOOLEAN
          The DDIC build-in type Boolean
static int TYPE_DATE
          The DDIC build-in type Date
static int TYPE_DECIMAL
          The DDIC build-in type Decimal
static int TYPE_DOUBLE
          The DDIC build-in type Double
static int TYPE_FLOAT
          The DDIC build-in type Float
static int TYPE_INTEGER
          The DDIC build-in type Integer
static int TYPE_LONG
          The DDIC build-in type Long
static int TYPE_SHORT
          The DDIC build-in type Short
static int TYPE_STRING
          The DDIC build-in type String
static int TYPE_TIME
          The DDIC build-in type Time
static int TYPE_TIMESTAMP
          The DDIC build-in type Time Stamp
 
Fields inherited from interface com.sap.tc.mobile.wdlite.util.CommonConstants
BUTTONS_OK, BUTTONS_OK_CANCEL, BUTTONS_RETRY_CANCEL, BUTTONS_YES_NO, BUTTONS_YES_NO_CANCEL, CONTAINER_LAYOUT_FLOWLAYOUT, CONTAINER_LAYOUT_GRIDLAYOUT, ERROR, NORMAL, PROPERTY_ADJUST_IMAGE_SIZE, PROPERTY_BORDER, PROPERTY_CHECKED, PROPERTY_COLS, PROPERTY_CONTAINER_LAYOUT, PROPERTY_DATASOURCE, PROPERTY_DATATYPE, PROPERTY_ENABLED, PROPERTY_FILTERVALUE, PROPERTY_FIRSTVISIBLEROW, PROPERTY_FLOWLAYOUT_WRAPPING, PROPERTY_GRIDDATA_COLSPAN, PROPERTY_GRIDLAYOUT_COLCOUNT, PROPERTY_HEIGHT, PROPERTY_IMAGEFIRST, PROPERTY_IMAGESOURCE, PROPERTY_KEYCODE, PROPERTY_KEYTOSELECT, PROPERTY_LENGTH, PROPERTY_MODEL, PROPERTY_NUMOFTABS, PROPERTY_PASSWORDFIELD, PROPERTY_READONLY, PROPERTY_ROWS, PROPERTY_SELECTEDKEY, PROPERTY_SELECTEDTAB, PROPERTY_SOURCE, PROPERTY_TABLABEL, PROPERTY_TABLE_DESIGN, PROPERTY_TABLE_SELECTIONMODE, PROPERTY_TEXT, PROPERTY_TEXTEDIT_WRAPPING, PROPERTY_TEXTS, PROPERTY_TEXTVIEW_DESIGN, PROPERTY_TYPE, PROPERTY_VALUE, PROPERTY_VISIBLE, PROPERTY_VISIBLEROWCOUNT, PROPERTY_WIDTH, PROPERTY_WRAPPING, RESPONSE_CANCEL, RESPONSE_NO, RESPONSE_OK, RESPONSE_RETRY, RESPONSE_YES, TABLE_DESIGN_ALTERNATING, TABLE_DESIGN_STANDARD, TABLE_DESIGN_TRANSPARENT, TABLE_SELECTION_MODE_SINGLE, TABLE_SELECTIONMODE_AUTO, TABLE_SELECTIONMODE_MULTI, TEXTEDIT_WRAPPING_OFF, TEXTEDIT_WRAPPING_SOFT, TEXTVIEW_DESIGN_EMPHASIZED, TEXTVIEW_DESIGN_HEADER1, TEXTVIEW_DESIGN_HEADER2, TEXTVIEW_DESIGN_HEADER3, TEXTVIEW_DESIGN_HEADER4, TEXTVIEW_DESIGN_LABEL, TEXTVIEW_DESIGN_LABEL_SMALL, TEXTVIEW_DESIGN_LEGEND, TEXTVIEW_DESIGN_MONOSPACE, TEXTVIEW_DESIGN_REFERENCE, TEXTVIEW_DESIGN_STANDARD, TYPE_BUTTON, TYPE_CAPTION, TYPE_CHECKBOX, TYPE_DATEPICKER, TYPE_DATEPICKER_E, TYPE_DROPDOWNBYINDEX, TYPE_DROPDOWNBYKEY, TYPE_IMAGE, TYPE_INPUTFIELD, TYPE_LABEL, TYPE_LINKTOACTION, TYPE_NOTWRAPPEDTEXTEDIT, TYPE_PROGRESS_INDICATOR, TYPE_RADIOBUTTON, TYPE_ROWREPEATER, TYPE_TAB, TYPE_TABLE, TYPE_TABLECOLUMN, TYPE_TABSTRIP, TYPE_TEXTEDIT, TYPE_TEXTVIEW, TYPE_TIMEPICKER, TYPE_TIMEPICKER_E, TYPE_TRANSPARENTCONTAINER, TYPE_UIELEMENT_FUNCTIONKEY, WARNING
 

Field Detail

TRUE

static final java.lang.Boolean TRUE

FALSE

static final java.lang.Boolean FALSE

NONE

static final int NONE
See Also:
Constant Field Values

EMPTY_INT_ARRAY

static final int[] EMPTY_INT_ARRAY

EMPTY_INT_ARRAY2

static final int[][] EMPTY_INT_ARRAY2

EMPTY_MAP

static final java.util.Map EMPTY_MAP

EMPTY_ARR

static final java.lang.Object[] EMPTY_ARR

EMPTY_CLASS_ARR

static final java.lang.Class[] EMPTY_CLASS_ARR

PROPERTY_EMPTY_ARRAY

static final Property[] PROPERTY_EMPTY_ARRAY
This is used to avoid unnecessary creation of empty arrays.


NAV_INFO_COMPONENT

static final int NAV_INFO_COMPONENT
See Also:
Constant Field Values

NAV_INFO_VIEW

static final int NAV_INFO_VIEW
See Also:
Constant Field Values

NAV_INFO_PLUG

static final int NAV_INFO_PLUG
See Also:
Constant Field Values

CARDINALITY_0_1

static final int CARDINALITY_0_1
The enumeration for the cardinality values. 0..1

See Also:
Constant Field Values

CARDINALITY_0_N

static final int CARDINALITY_0_N
The enumeration for the cardinality values. 0..N

See Also:
Constant Field Values

CARDINALITY_1_1

static final int CARDINALITY_1_1
The enumeration for the cardinality values. 1..1

See Also:
Constant Field Values

CARDINALITY_1_N

static final int CARDINALITY_1_N
The enumeration for the cardinality values. 1..N

See Also:
Constant Field Values

TYPE_BINARY

static final int TYPE_BINARY
The DDIC build-in type Binary

See Also:
Constant Field Values

TYPE_BOOLEAN

static final int TYPE_BOOLEAN
The DDIC build-in type Boolean

See Also:
Constant Field Values

TYPE_DATE

static final int TYPE_DATE
The DDIC build-in type Date

See Also:
Constant Field Values

TYPE_DECIMAL

static final int TYPE_DECIMAL
The DDIC build-in type Decimal

See Also:
Constant Field Values

TYPE_DOUBLE

static final int TYPE_DOUBLE
The DDIC build-in type Double

See Also:
Constant Field Values

TYPE_FLOAT

static final int TYPE_FLOAT
The DDIC build-in type Float

See Also:
Constant Field Values

TYPE_INTEGER

static final int TYPE_INTEGER
The DDIC build-in type Integer

See Also:
Constant Field Values

TYPE_LONG

static final int TYPE_LONG
The DDIC build-in type Long

See Also:
Constant Field Values

TYPE_SHORT

static final int TYPE_SHORT
The DDIC build-in type Short

See Also:
Constant Field Values

TYPE_STRING

static final int TYPE_STRING
The DDIC build-in type String

See Also:
Constant Field Values

TYPE_TIME

static final int TYPE_TIME
The DDIC build-in type Time

See Also:
Constant Field Values

TYPE_TIMESTAMP

static final int TYPE_TIMESTAMP
The DDIC build-in type Time Stamp

See Also:
Constant Field Values


(c) 2007, SAP AG. All rights reserved.