|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WDCellHAlign | |
| 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 WDCellHAlign in com.sap.tc.webdynpro.clientserver.uielib.standard.api |
| Fields in com.sap.tc.webdynpro.clientserver.uielib.standard.api declared as WDCellHAlign | |
static WDCellHAlign |
IWDMatrixData.DEFAULT_H_ALIGN
Default value of property hAlign. |
static WDCellHAlign |
IWDGridData.DEFAULT_H_ALIGN
Default value of property hAlign. |
static WDCellHAlign |
WDCellHAlign.CENTER
Content is centered. |
static WDCellHAlign |
WDCellHAlign.CHAR
Specifies the alignment using a specific character. |
static WDCellHAlign |
WDCellHAlign.JUSTIFY
Content is justified to both margins. |
static WDCellHAlign |
WDCellHAlign.LEFT
DEPRECATED: use beginOfLine instead |
static WDCellHAlign |
WDCellHAlign.RIGHT
DEPRECATED: use focredRight instead |
static WDCellHAlign |
WDCellHAlign.FORCED_LEFT
Content is always rendered flush left. |
static WDCellHAlign |
WDCellHAlign.END_OF_LINE
Content is rendered flush to end of cell. |
static WDCellHAlign |
WDCellHAlign.FORCED_RIGHT
Content is always rendered flush right. |
static WDCellHAlign |
WDCellHAlign.BEGIN_OF_LINE
Content is rendered at the begin of cell. |
static WDCellHAlign |
IWDRowHeadData.DEFAULT_H_ALIGN
Default value of property hAlign. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return WDCellHAlign | |
WDCellHAlign |
IWDMatrixData.getHAlign()
Returns the value of the hAlign property. |
WDCellHAlign |
IWDGridData.getHAlign()
Returns the value of the hAlign property. |
static WDCellHAlign |
WDCellHAlign.valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDCellHAlign |
WDCellHAlign.valueOf(java.lang.String name)
Returns the enumeration value for the given name. |
WDCellHAlign |
IWDRowHeadData.getHAlign()
Returns the value of the hAlign property. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type WDCellHAlign | |
void |
IWDMatrixData.setHAlign(WDCellHAlign hAlign)
Sets property hAlign to the given value. |
void |
IWDGridData.setHAlign(WDCellHAlign hAlign)
Sets property hAlign to the given value. |
void |
IWDRowHeadData.setHAlign(WDCellHAlign hAlign)
Sets property hAlign to the given value. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||