Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.standard.api
Class WDLayoutCellDesign

java.lang.Object
  |
  +--com.sap.tc.webdynpro.clientserver.uielib.standard.api.WDLayoutCellDesign

public final class WDLayoutCellDesign
extends java.lang.Object

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

R_PAD

public static final WDLayoutCellDesign R_PAD
This value is appropriate for displaying most content, and is thus set as the default value. It can be used as the first matrix column on the left. It specifies a distance to the top edge (2 pixels), the bottom edge (2 pixels), and the right edge (4 pixels) and thus prevents cell contents from touching.

LR_NO_PAD

public static final 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.

L_PAD

public static final 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.

LR_PAD

public static final 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. It should not be used as the last matrix column on the right or first on the left.

PADLESS

public static final WDLayoutCellDesign PADLESS
This value specifies a distance of zero pixels to the edges of the cell. It is intended for nested contents that have their own specified padding or for cases where there is no need for cell content padding.
Method Detail

ordinal

public 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). Most programmers will have no use for this method. It is designed for use by sophisticated enum-based data structures.
Returns:
the ordinal of this enumeration value

toString

public java.lang.String toString()
Returns the string representation of this enumeration value.
Overrides:
toString in class java.lang.Object
Returns:
the string value of this enumeration value

valueOf

public static WDLayoutCellDesign valueOf(int ordinal)
Returns the enumeration value for the given ordinal.
Parameters:
ordinal - an ordinal
Returns:
the enumeration value for the given ordinal

valueOf

public static WDLayoutCellDesign valueOf(java.lang.String name)
Returns the enumeration value for the given name. Ignores case.
Parameters:
name - a name
Returns:
the enumeration value for the given name

iterateValues

public static java.util.Iterator iterateValues()
Returns an iterator over the values of the WDLayoutCellDesign type.
Returns:
a read-only iterator over the values of this enumeration type

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15