Web Dynpro API Documentation

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

Packages that use WDTableSelectionMode
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 WDTableSelectionMode in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDTableSelectionMode
static WDTableSelectionMode IWDTable.DEFAULT_SELECTION_MODE
          Default value of property selectionMode.
static WDTableSelectionMode WDTableSelectionMode.AUTO
          The selection mode is automatically determined by the data binding.
static WDTableSelectionMode WDTableSelectionMode.SINGLE
          Single selection mode, only one row may be selected at a time.
static WDTableSelectionMode WDTableSelectionMode.MULTI
          Multi-selection mode, more than one row may be selected at a time.
static WDTableSelectionMode WDTableSelectionMode.NONE
          No selction is allowed and no selection-column is rendered
 

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

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


Web Dynpro API Documentation

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