Start of Content Area

Background documentation Assignment of Dictionary Types and Java Types  Locate the document in its SAP Library structure

The following tables show the assignments of runtime-dependent Dictionary types and the corresponding Java types in Web Dynpro for Java.

Predefined Dictionary Types

 

Design Time

Runtime (Web Dynpro for Java)

Dictionary Type

Java Type

Comment

com.sap.dictionary.*

 

 

boolean

boolean

Primitive

double

double

Primitive

float

float

Primitive

integer

integer

Primitive

long

long

Primitive

short

short

Primitive

date

java.sql.Date

Class

decimal

java.math.BigDecimal

Class

string

java.lang.String

Class

time

java.sql.Time

Class

timestamp

java.sql.Timestamp

Class

com.sap.dictionary.predefined
.objecttypes

java.lang.*

 

booleanObject

java.lang.Boolean   

Class

doubleObject

java.lang.Double

Class

floatObject

java.lang.Float

Class

integerObject

java.lang.Integer

Class

longObject

java.lang.Long

Class

shortObject

java.lang.Short

Class

 

Dictionary Types for Web Dynpro UI Elements

 

Design Time

Runtime (Web Dynpro for Java)

Dictionary Type

Java Type

Comment

com.sap.ide.webdynpro
.uielementdefinitions.*

com.sap.tc.webdynpro.clientserver.uielib.standard.api

ButtonDesign                  

WDButtonDesign

Enumeration

ButtonSize                     

WDButtonSize

Enumeration

CellBackgroundDesign          

WDCellBackgroundDesign

Enumeration

CellHAlign                    

WDCellHAlign

Enumeration

CellVAlign                    

WDCellVAlign

Enumeration

DateMarkingCategory           

WDDateMarkingCategory

Enumeration

DateSelectionMode             

WDDateSelectionMode

Enumeration

DropDownListBoxSize           

WDDropDownListBoxSize

Enumeration

GroupDesign                   

WDGroupDesign

Enumeration

HorizontalDividerRuleHeight   

WDHorizontalDividerRuleHeight

Enumeration

InputFieldAlignment           

WDInputFieldAlignment

Enumeration

InputFieldSize                

WDInputFieldSize

Enumeration

LabelDesign                   

WDLabelDesign

Enumeration

LayoutCellDesign               

WDLayoutCellDesign

Enumeration

LayoutCellSeparator           

WDLayoutCellSeparator

Enumeration

LinkSize                      

WDLinkSize

Enumeration

LinkType                      

WDLinkType

Enumeration

PhaseIndicatorBackgroundDesign

WDPhaseIndicatorBackgroundDesign

Enumeration

PhaseStatus                   

WDPhaseStatus

Enumeration

ProgressIndicatorBarColor     

WDProgressIndicatorBarColor

Enumeration

RoadMapEdgeDesign             

WDRoadMapEdgeDesign

Enumeration

RoadMapStepDesign             

WDRoadMapStepDesign

Enumeration

RoadMapStepType               

WDRoadMapStepType

Enumeration

ScrollingMode                 

WDScrollingMode

Enumeration

State                         

WDState

Enumeration

TabAlignment                   

WDTabAlignment

Enumeration

TableColumnHAlign             

WDTableColumnHAlign

Enumeration

TableCompatabilityMode

WDTableCompatibilityMode

Enumeration

TableDesign                   

WDTableDesign

Enumeration

TableSelectionMode             

WDTableSelectionMode

Enumeration

TextDirection                 

WDTextDirection

Enumeration

TextViewDesign                

WDTextViewDesign

Enumeration

TextViewLayout                

WDTextViewLayout

Enumeration

TextViewSemanticColor          

WDTextViewSemanticColor

Enumeration

TextWrapping                  

WDTextWrapping

Enumeration

ToolBarButtonDesign           

WDToolBarButtonDesign

Enumeration

ToolBarDesign                 

WDToolBarDesign

Enumeration

TrayDesign                     

WDTrayDesign

Enumeration

TreeNodeDesign                

WDTrayNodeDesign

Enumeration

 

com.sap.tc.webdynpro.clientserver.uielib.graphics.api

BusinessGraphicsDimension     

WDBusinessGraphicsDimension

Enumeration

BusinessGraphicsType           

WDBusinessGraphicsType

Enumeration

GeoPointStyle                 

WDGeoPointStyle

Enumeration

MoveType                      

WDMoveType

Enumeration

ValueTypeEnumeration          

WDValueTypeEnumeration

Enumeration

ZoomType

WDZoomType

Enumeration

GeoLine                       

IWDGeoLine

Interface

GeoObject                     

IWDGeoObject

Interface

GeoPoint                      

IWDGeoPoint

Interface

GeoPolygon                    

IWDGeoPolygon

Interface

      

com.sap.tc.webdynpro.progmodel.api

Visibility

            

WDVisibility

Enumeration

com.sap.ide.webdynpro
.uielementdefinitions.adobe

com.sap.tc.webdynpro.clientserver.uielib.adobe.api

 

InteractiveFormMode

WDInteractiveFormMode

Enumeration

com.sap.ide.webdynpro
.uielementdefinitions.mobile

com.sap.tc.webdynpro.clientserver.uielib.mobile.api

BarCodeReaderType

WDBarCodeReaderType

Enumeration

com.sap.ide.webdynpro
.uielementdefinitions
.officeintegration

com.sap.tc.webdynpro.clientserver.uielib.adobe.api

 

OfficeControlMethods

WDOfficeControlMethods

Enumeration

OfficeDocumentType

WDOfficeDocumentType

Enumeration

 

 

 

End of Content Area