com.sap.tc.webdynpro.clientserver.uielib.standard.api
Interface IWDDropDownByKey
- All Superinterfaces:
- IWDAbstractDropDown, IWDAbstractDropDownByKey, IWDTableCellEditor, IWDUIElement, IWDViewElement
- public interface IWDDropDownByKey
- extends IWDAbstractDropDownByKey, IWDTableCellEditor
Web Dynpro DropDownByKey API.
A drop-down list that uses key based context binding.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractDropDown |
bindingOfReadOnly, bindingOfState, bindingOfTextDirection, bindingOfWidth, bindReadOnly, bindReadOnly, bindState, bindState, bindTextDirection, bindTextDirection, bindWidth, bindWidth, getReadOnly, getState, getTextDirection, getWidth, setReadOnly, setState, setTextDirection, setWidth |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
bindEnabled, bindEnabled, bindingOfEnabled, bindingOfTooltip, bindingOfVisible, bindTooltip, bindTooltip, bindVisible, bindVisible, createLayoutData, getContainer, getEnabled, getLayoutData, getTooltip, getVisible, setEnabled, setTooltip, setVisible |
DEFAULT_SIZE
public static final WDDropDownListBoxSize DEFAULT_SIZE
- Default value of property
size.
bindSize
public void bindSize(java.lang.String path)
- Binds property
size to the context attribute
specified by path.
- Parameters:
path - the path of the context attribute to which the size
property is bound
bindSize
public void bindSize(IWDAttributeInfo attributeInfo)
- Binds property
size to the context attribute
specified by the given attribute info.
- Parameters:
attributeInfo - the info of the context attribute to which the
size property is bound
bindingOfSize
public java.lang.String bindingOfSize()
- Binding path of property
size.
- Returns:
- the path of the context attribute to which the size
is currently bound
getSize
public WDDropDownListBoxSize getSize()
- Returns the value of the
size property.
The initial value is WDDropDownListBoxSize.STANDARD.
The symbolic size of this drop-down list box.
- Returns:
- the current value of the size property
- See Also:
setSize(WDDropDownListBoxSize)
setSize
public void setSize(WDDropDownListBoxSize value)
- Sets property
size to the new value.
- Parameters:
value - the new value of the size property- See Also:
getSize()
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15