Web Dynpro API Documentation

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

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

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDDropDownListBoxSize
static WDDropDownListBoxSize WDDropDownListBoxSize.STANDARD
          Default size.
static WDDropDownListBoxSize WDDropDownListBoxSize.SMALL
          Half of default size.
static WDDropDownListBoxSize IWDDropDownByIndex.DEFAULT_SIZE
          Default value of property size.
static WDDropDownListBoxSize IWDDropDownByKey.DEFAULT_SIZE
          Default value of property size.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDDropDownListBoxSize
static WDDropDownListBoxSize WDDropDownListBoxSize.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDDropDownListBoxSize WDDropDownListBoxSize.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 WDDropDownListBoxSize IWDDropDownByIndex.getSize()
          Returns the value of the size property.
 WDDropDownListBoxSize IWDDropDownByKey.getSize()
          Returns the value of the size property.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDDropDownListBoxSize
 void IWDDropDownByIndex.setSize(WDDropDownListBoxSize value)
          Sets property size to the new value.
 void IWDDropDownByKey.setSize(WDDropDownListBoxSize value)
          Sets property size to the new value.
 


Web Dynpro API Documentation

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