|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDTrayDesign | |
| 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 WDTrayDesign in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDTrayDesign | |
static WDTrayDesign |
IWDTray.DEFAULT_DESIGN
Default value of property design. |
static WDTrayDesign |
WDTrayDesign.FILL
The content area has a background color. |
static WDTrayDesign |
WDTrayDesign.PLAIN
The content area has a white background and borders. |
static WDTrayDesign |
WDTrayDesign.TRANSPARENT
The background is transparent, the content area has no borders. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDTrayDesign | |
WDTrayDesign |
IWDTray.getDesign()
Returns the value of the design property. |
static WDTrayDesign |
WDTrayDesign.valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDTrayDesign |
WDTrayDesign.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 WDTrayDesign | |
void |
IWDTray.setDesign(WDTrayDesign value)
Sets property design to the new value. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||