Web Dynpro API Documentation

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

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

Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDTextViewLayout
static WDTextViewLayout WDTextViewLayout.BLOCK
          Renders the text view with a <div> HTML tag.
static WDTextViewLayout WDTextViewLayout.NATIVE
          Renders the text view with a <span> HTML tag.
static WDTextViewLayout WDTextViewLayout.PARAGRAPH
          Renders the text view with a <p> HTML tag.
static WDTextViewLayout IWDTextView.DEFAULT_LAYOUT
          Default value of property layout.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDTextViewLayout
static WDTextViewLayout WDTextViewLayout.valueOf(int ordinal)
          Returns the enumeration value for the given ordinal.
static WDTextViewLayout WDTextViewLayout.valueOf(java.lang.String name)
          Returns the enumeration value for the given name.
 WDTextViewLayout IWDTextView.getLayout()
          Returns the value of the layout property.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDTextViewLayout
 void IWDTextView.setLayout(WDTextViewLayout value)
          Sets property layout to the new value.
 


Web Dynpro API Documentation

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