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

Interface IWDAbstractTableCellVariant

All Superinterfaces:
IWDViewElement
All Known Subinterfaces:
IWDTablePopinToggleCell, IWDTableSingleMarkableCell, IWDTableStandardCell, IWDTableSummaryCell, IWDTableSummaryHierarchyCell

public interface IWDAbstractTableCellVariant
extends IWDViewElement

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 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

DEFAULT_H_ALIGN

public static final WDTableColumnHAlign DEFAULT_H_ALIGN
Default value of the hAlign property is WDTableColumnHAlign.AUTO.


DEFAULT_VARIANT_KEY

public static final String DEFAULT_VARIANT_KEY
Default value of the variantKey property is "".

See Also:
Constant Field Values
Method Detail

bindHAlign

public void bindHAlign(String path)
Binds the hAlign property to the context attribute specified by the given path.

Parameters:
path - the context path of the attribute to which the hAlign property will be bound

bindHAlign

public void bindHAlign(IWDAttributeInfo attributeInfo)
Binds the hAlign property to the context attribute specified by the given attribute info.

Parameters:
attributeInfo - the info of the context attribute to which the hAlign property will be bound

bindingOfHAlign

public String bindingOfHAlign()
Returns the binding path of the hAlign property.

Returns:
the path of the context attribute to which the hAlign property is currently bound

getHAlign

public WDTableColumnHAlign getHAlign()
Returns the value of the hAlign property.

The initial value is WDTableColumnHAlign.AUTO.

Returns:
the current value of the hAlign property
See Also:
setHAlign(WDTableColumnHAlign)

setHAlign

public void setHAlign(WDTableColumnHAlign value)
Sets the hAlign property to the given value.

Parameters:
value - the new value of the hAlign property
See Also:
getHAlign()

getVariantKey

public String getVariantKey()
Returns the value of the variantKey property. The initial value is "".

Returns:
the value of the variantKey property
See Also:
setVariantKey(String)

setVariantKey

public void setVariantKey(String variantKey)
Sets the variantKey property to the given value.

Parameters:
variantKey - the new value of the variantKey property
See Also:
getVariantKey()


Copyright 2006 SAP AG Complete Copyright Notice