|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.tc.webdynpro.clientserver.uielib.standard.api.WDTableColumnHAlign
Enumeration type WDTableColumnHAlign. Horizontal alignment of the values in a table column.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND IT!
Type Classification:
This class is part of the Web Dynpro API, so applications may reference it or call any method of this type, but they must not subclass it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static WDTableColumnHAlign |
AUTO
Aligment of the cell content is determines by the control in the cell. |
static WDTableColumnHAlign |
BEGIN_OF_LINE
Cell content is rendered at the begin of cell. |
static WDTableColumnHAlign |
CENTER
The cell content is centered. |
static WDTableColumnHAlign |
END_OF_LINE
Cell content is rendered flush to end of cell. |
static WDTableColumnHAlign |
FORCED_LEFT
Cell content is always rendered flush left. |
static WDTableColumnHAlign |
FORCED_RIGHT
Cell content is always rendered flush right. |
static WDTableColumnHAlign |
LEFT
Deprecated. This value may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Use beginOfLine instead This deprecated value is a synonym for beginOfLine. |
static WDTableColumnHAlign |
RIGHT
Deprecated. This value may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Use forcedRight instead This deprecated value is a synonym for forcedRight. |
| Method Summary | |
static Iterator |
iterateValues()
Returns an iterator over the values of the WDTableColumnHAlign type. |
int |
ordinal()
Returns the ordinal of this enumeration value (its position in its enum declaration, where the first value is assigned an ordinal of zero). |
String |
toString()
Returns the string representation of this enumeration value. |
static WDTableColumnHAlign |
valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDTableColumnHAlign |
valueOf(String name)
Returns the enumeration value for the given name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final WDTableColumnHAlign AUTO
public static final WDTableColumnHAlign CENTER
public static final WDTableColumnHAlign LEFT
public static final WDTableColumnHAlign RIGHT
public static final WDTableColumnHAlign FORCED_LEFT
public static final WDTableColumnHAlign END_OF_LINE
public static final WDTableColumnHAlign FORCED_RIGHT
public static final WDTableColumnHAlign BEGIN_OF_LINE
| Method Detail |
public int ordinal()
public String toString()
public static WDTableColumnHAlign valueOf(int ordinal)
ordinal - an ordinal
public static WDTableColumnHAlign valueOf(String name)
name - a name
public static Iterator iterateValues()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||