|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDGroupDesign | |
| 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 WDGroupDesign in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDGroupDesign | |
static WDGroupDesign |
IWDGroup.DEFAULT_DESIGN
Default value of property design. |
static WDGroupDesign |
WDGroupDesign.SAPCOLOR
The title bar and the frame around the panel is in SAP blue and the panel has a white background. |
static WDGroupDesign |
WDGroupDesign.PRIMARYCOLOR
The panel of the group is filled with the same background as the title bar (primary color). |
static WDGroupDesign |
WDGroupDesign.SECONDARYCOLOR
The panel is filled with a background color that is same as the title background color (secondary color). |
static WDGroupDesign |
WDGroupDesign.SECONDARYBOX
No frame around the panel. |
static WDGroupDesign |
WDGroupDesign.SECONDARYBOXCOLOR
The panel is filled with a background color that is different from the title background color (primary color). |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDGroupDesign | |
WDGroupDesign |
IWDGroup.getDesign()
Returns the value of the design property. |
static WDGroupDesign |
WDGroupDesign.valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDGroupDesign |
WDGroupDesign.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 WDGroupDesign | |
void |
IWDGroup.setDesign(WDGroupDesign value)
Sets property design to the new value. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||