Web Dynpro API Documentation

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!


Field Summary
static WDDropDownListBoxSize DEFAULT_SIZE
          Default value of property size.
 
Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractDropDown
DEFAULT_READ_ONLY, DEFAULT_STATE, DEFAULT_TEXT_DIRECTION, DEFAULT_WIDTH
 
Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE
 
Method Summary
 java.lang.String bindingOfSize()
          Binding path of property size.
 void bindSize(IWDAttributeInfo attributeInfo)
          Binds property size to the context attribute specified by the given attribute info.
 void bindSize(java.lang.String path)
          Binds property size to the context attribute specified by path.
 WDDropDownListBoxSize getSize()
          Returns the value of the size property.
 void setSize(WDDropDownListBoxSize value)
          Sets property size to the new value.
 
Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractDropDownByKey
bindingOfSelectedKey, bindSelectedKey, bindSelectedKey, getOnSelect, getSelectedKey, mappingOfOnSelect, setOnSelect, setSelectedKey
 
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
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement
getId, getView, requestFocus
 

Field Detail

DEFAULT_SIZE

public static final WDDropDownListBoxSize DEFAULT_SIZE
Default value of property size.
Method Detail

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

Web Dynpro API Documentation

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