|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sap.tc.webdynpro.clientserver.uielib.standard.api.WDLayoutCellDesign
Enumeration type WDLayoutCellDesign. Specifies the design of layout cells.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND IT!
| Field Summary | |
static WDLayoutCellDesign |
L_PAD
This value specifies a distance to the top edge (2 pixels), the bottom edge (2 pixels) and can be used in the last matrix column on the right. |
static WDLayoutCellDesign |
LR_NO_PAD
This value specifies a distance to the top edge (2 pixels), the bottom edge (2 pixels) and can be used in the last matrix column on the right or the first on the left. |
static WDLayoutCellDesign |
LR_PAD
This value specifies a distance to the top edge (2 pixels), the bottom edge (2 pixels), the left edge (4 pixels), and the right edge. |
static WDLayoutCellDesign |
PADLESS
This value specifies a distance of zero pixels to the edges of the cell. |
static WDLayoutCellDesign |
R_PAD
This value is appropriate for displaying most content, and is thus set as the default value. |
| Method Summary | |
static java.util.Iterator |
iterateValues()
Returns an iterator over the values of the WDLayoutCellDesign 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). |
java.lang.String |
toString()
Returns the string representation of this enumeration value. |
static WDLayoutCellDesign |
valueOf(int ordinal)
Returns the enumeration value for the given ordinal. |
static WDLayoutCellDesign |
valueOf(java.lang.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 WDLayoutCellDesign R_PAD
public static final WDLayoutCellDesign LR_NO_PAD
public static final WDLayoutCellDesign L_PAD
public static final WDLayoutCellDesign LR_PAD
public static final WDLayoutCellDesign PADLESS
| Method Detail |
public int ordinal()
public java.lang.String toString()
toString in class java.lang.Objectpublic static WDLayoutCellDesign valueOf(int ordinal)
ordinal - an ordinalpublic static WDLayoutCellDesign valueOf(java.lang.String name)
name - a namepublic static java.util.Iterator iterateValues()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||