|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDInputFieldAlignment | |
| 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 WDInputFieldAlignment in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDInputFieldAlignment | |
static WDInputFieldAlignment |
IWDAbstractInputField.DEFAULT_ALIGNMENT
Default value of property alignment. |
static WDInputFieldAlignment |
WDInputFieldAlignment.LEFT
DEPRECATED: use beginOfLine instead |
static WDInputFieldAlignment |
WDInputFieldAlignment.CENTER
The content is centered. |
static WDInputFieldAlignment |
WDInputFieldAlignment.RIGHT
DEPRECATED: use focredRight instead |
static WDInputFieldAlignment |
WDInputFieldAlignment.AUTO
Automatic alignment. |
static WDInputFieldAlignment |
WDInputFieldAlignment.FORCED_LEFT
Content is always rendered flush left. |
static WDInputFieldAlignment |
WDInputFieldAlignment.END_OF_LINE
Content is rendered flush to end of cell. |
static WDInputFieldAlignment |
WDInputFieldAlignment.FORCED_RIGHT
Content is always rendered flush right. |
static WDInputFieldAlignment |
WDInputFieldAlignment.BEGIN_OF_LINE
Content is rendered at the begin of cell. |
static WDInputFieldAlignment |
IWDTextView.DEFAULT_H_ALIGN
Default value of property hAlign. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDInputFieldAlignment | |
WDInputFieldAlignment |
IWDAbstractInputField.getAlignment()
Returns the value of the alignment property. |
static WDInputFieldAlignment |
WDInputFieldAlignment.valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDInputFieldAlignment |
WDInputFieldAlignment.valueOf(java.lang.String name)
Returns the enumeration value for the given name. |
WDInputFieldAlignment |
IWDTextView.getHAlign()
Returns the value of the hAlign property. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDInputFieldAlignment | |
void |
IWDAbstractInputField.setAlignment(WDInputFieldAlignment value)
Sets property alignment to the new value. |
void |
IWDTextView.setHAlign(WDInputFieldAlignment value)
Sets property hAlign to the new value. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||