|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro AbstractTableCellVariant API. Abstract definition of all common attributes of cell in a table
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static WDTableColumnHAlign |
DEFAULT_H_ALIGN
Default value of the hAlign property is WDTableColumnHAlign.AUTO. |
static String |
DEFAULT_VARIANT_KEY
Default value of the variantKey property is "". |
| Method Summary | |
void |
bindHAlign(IWDAttributeInfo attributeInfo)
Binds the hAlign property to the context attribute specified by the given attribute info. |
void |
bindHAlign(String path)
Binds the hAlign property to the context attribute specified by the given path. |
String |
bindingOfHAlign()
Returns the binding path of the hAlign property. |
WDTableColumnHAlign |
getHAlign()
Returns the value of the hAlign property.
|
String |
getVariantKey()
Returns the value of the variantKey property.
|
void |
setHAlign(WDTableColumnHAlign value)
Sets the hAlign property to the given value. |
void |
setVariantKey(String variantKey)
Sets the variantKey property to the given value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final WDTableColumnHAlign DEFAULT_H_ALIGN
hAlign property is WDTableColumnHAlign.AUTO.
public static final String DEFAULT_VARIANT_KEY
variantKey property is "".
| Method Detail |
public void bindHAlign(String path)
hAlign property to the context attribute specified by the given path.
path - the context path of the attribute to which the hAlign property will be boundpublic void bindHAlign(IWDAttributeInfo attributeInfo)
hAlign property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the hAlign property will be boundpublic String bindingOfHAlign()
hAlign property.
hAlign property is currently boundpublic WDTableColumnHAlign getHAlign()
hAlign property.
The initial value is WDTableColumnHAlign.AUTO.
hAlign propertysetHAlign(WDTableColumnHAlign)public void setHAlign(WDTableColumnHAlign value)
hAlign property to the given value.
value - the new value of the hAlign propertygetHAlign()public String getVariantKey()
variantKey property.
The initial value is "".
variantKey propertysetVariantKey(String)public void setVariantKey(String variantKey)
variantKey property to the given value.
variantKey - the new value of the variantKey propertygetVariantKey()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||