|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDTableColumnHAlign | |
| 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 WDTableColumnHAlign in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDTableColumnHAlign | |
static WDTableColumnHAlign |
IWDTableColumn.DEFAULT_H_ALIGN
Default value of property hAlign. |
static WDTableColumnHAlign |
WDTableColumnHAlign.AUTO
Aligment of the cell content is determines by the control in the cell. |
static WDTableColumnHAlign |
WDTableColumnHAlign.CENTER
The cell content is centered. |
static WDTableColumnHAlign |
WDTableColumnHAlign.LEFT
The cell content is rendered flush to start of cell (default). |
static WDTableColumnHAlign |
WDTableColumnHAlign.RIGHT
The cell content is rendered flush right. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDTableColumnHAlign | |
WDTableColumnHAlign |
IWDTableColumn.getHAlign()
Returns the value of the hAlign property. |
static WDTableColumnHAlign |
WDTableColumnHAlign.valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDTableColumnHAlign |
WDTableColumnHAlign.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 WDTableColumnHAlign | |
void |
IWDTableColumn.setHAlign(WDTableColumnHAlign value)
Sets property hAlign to the new value. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||