|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDTextWrapping | |
| 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 WDTextWrapping in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDTextWrapping | |
static WDTextWrapping |
IWDTextEdit.DEFAULT_WRAPPING
Default value of property wrapping. |
static WDTextWrapping |
WDTextWrapping.OFF
The text is not wrapped. |
static WDTextWrapping |
WDTextWrapping.HARD
Wraps the text if the value specified by the col property is reached. |
static WDTextWrapping |
WDTextWrapping.SOFT
Wraps the text if the value specified by the col attribute is reached. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDTextWrapping | |
WDTextWrapping |
IWDTextEdit.getWrapping()
Returns the value of the wrapping property. |
static WDTextWrapping |
WDTextWrapping.valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDTextWrapping |
WDTextWrapping.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 WDTextWrapping | |
void |
IWDTextEdit.setWrapping(WDTextWrapping value)
Sets property wrapping to the new value. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||