|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDInputFieldSize | |
| 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 WDInputFieldSize in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDInputFieldSize | |
static WDInputFieldSize |
IWDInputField.DEFAULT_SIZE
Default value of property size. |
static WDInputFieldSize |
WDInputFieldSize.STANDARD
Default size. |
static WDInputFieldSize |
WDInputFieldSize.SMALL
Half of default size. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDInputFieldSize | |
WDInputFieldSize |
IWDInputField.getSize()
Returns the value of the size property. |
static WDInputFieldSize |
WDInputFieldSize.valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDInputFieldSize |
WDInputFieldSize.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 WDInputFieldSize | |
void |
IWDInputField.setSize(WDInputFieldSize value)
Sets property size to the new value. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||