Web Dynpro API Documentation

Uses of Class
com.sap.tc.webdynpro.clientserver.uielib.standard.api.WDDateSelectionMode

Packages that use WDDateSelectionMode
com.sap.tc.webdynpro.clientserver.uielib.standard.api Contains interfaces for accessing Web Dynpro UI elements and contains enumeration types used as UI element property types. 
 

Uses of WDDateSelectionMode in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDDateSelectionMode
static WDDateSelectionMode WDDateSelectionMode.SINGLE
          A single date may be selected.
static WDDateSelectionMode WDDateSelectionMode.RANGE
          A date interval may be selected.
static WDDateSelectionMode IWDDateNavigator.DEFAULT_SELECTION_MODE
          Default value of property selectionMode.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDDateSelectionMode
static WDDateSelectionMode WDDateSelectionMode.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDDateSelectionMode WDDateSelectionMode.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 WDDateSelectionMode IWDDateNavigator.getSelectionMode()
          Returns the value of the selectionMode property.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDDateSelectionMode
 void IWDDateNavigator.setSelectionMode(WDDateSelectionMode value)
          Sets property selectionMode to the new value.
 


Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15