|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro DropDownByIndex API. A drop-down list that uses index based context binding.
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| Nested Class Summary |
| Nested classes inherited from class com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractDropDownByIndex |
IWDAbstractDropDownByIndex.IWDOnSelect |
| Field Summary | |
static String |
DEFAULT_EXPLANATION
Default value of the explanation property is "". |
static WDDropDownListBoxSize |
DEFAULT_SIZE
Default value of the size property is WDDropDownListBoxSize.STANDARD. |
| Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractDropDownByIndex |
DEFAULT_SELECTION_CHANGE_BEHAVIOUR |
| Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractDropDown |
DEFAULT_LABEL_FOR, 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 | |
String |
bindingOfSize()
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Small UIElements are not supported anymore. |
void |
bindSize(IWDAttributeInfo attributeInfo)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Small UIElements are not supported anymore. |
void |
bindSize(String path)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Small UIElements are not supported anymore. |
String |
getExplanation()
Returns the value of the explanation property.
|
WDDropDownListBoxSize |
getSize()
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Small UIElements are not supported anymore. |
void |
setExplanation(String explanation)
Sets the explanation property to the given value. |
void |
setSize(WDDropDownListBoxSize value)
Deprecated. This property may be withdrawn with the first new NetWeaver release in 2006 as it is no longer needed. Small UIElements are not supported anymore. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractDropDownByIndex |
bindingOfTexts, bindTexts, bindTexts, getOnSelect, getSelectionChangeBehaviour, mappingOfOnSelect, setOnSelect, setSelectionChangeBehaviour |
| 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, getLabelFor, getReadOnly, getState, getTextDirection, getWidth, setLabelFor, 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 |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final String DEFAULT_EXPLANATION
explanation property is "".
public static final WDDropDownListBoxSize DEFAULT_SIZE
size property is WDDropDownListBoxSize.STANDARD.
| Method Detail |
public String getExplanation()
explanation property.
The initial value is "".
Determines the explanation text for this control. The explanation should be
maintained by documentation developers in the development environment.
The explanation is visualized at the connected label of this UIElement. Without a label the explanation isn't displayed and can't be accessed.
explanation propertysetExplanation(String)public void setExplanation(String explanation)
explanation property to the given value.
explanation - the new value of the explanation propertygetExplanation()public void bindSize(String path)
size property to the context attribute specified by the given path.
path - the context path of the attribute to which the size property will be boundpublic void bindSize(IWDAttributeInfo attributeInfo)
size property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the size property will be boundpublic String bindingOfSize()
size property.
size property is currently boundpublic WDDropDownListBoxSize getSize()
size property.
The initial value is WDDropDownListBoxSize.STANDARD.
size propertysetSize(WDDropDownListBoxSize)public void setSize(WDDropDownListBoxSize value)
size property to the given value.
value - the new value of the size propertygetSize()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||