|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro AbstractButton API. Abstract base class of all buttons.
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 String |
DEFAULT_TEXT
Default value of the text property is "". |
| Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractCaption |
DEFAULT_IMAGE_ALT, DEFAULT_IMAGE_FIRST, DEFAULT_IMAGE_SOURCE, DEFAULT_TEXT_DIRECTION |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
String |
bindingOfText()
Returns the binding path of the text property. |
void |
bindText(IWDAttributeInfo attributeInfo)
Binds the text property to the context attribute specified by the given attribute info. |
void |
bindText(String path)
Binds the text property to the context attribute specified by the given path. |
IWDAction |
getOnAction()
Returns the action assigned to event onAction.
|
String |
getText()
Returns the value of the text property.
|
IWDParameterMapping |
mappingOfOnAction()
Returns the parameter mapping for event onAction.
|
void |
setOnAction(IWDAction action)
Assigns the given action to event onAction. |
void |
setText(String value)
Sets the text property to the given value. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractCaption |
bindImageAlt, bindImageAlt, bindImageFirst, bindImageFirst, bindImageSource, bindImageSource, bindingOfImageAlt, bindingOfImageFirst, bindingOfImageSource, bindingOfTextDirection, bindTextDirection, bindTextDirection, getImageAlt, getImageFirst, getImageSource, getTextDirection, setImageAlt, setImageFirst, setImageSource, setTextDirection |
| 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_TEXT
text property is "".
| Method Detail |
public IWDAction getOnAction()
onAction.
The action performed when the button is pressed.
onActionmappingOfOnAction()public void setOnAction(IWDAction action)
onAction.
action - the action assigned to the eventgetOnAction()public IWDParameterMapping mappingOfOnAction()
onAction.
This event has no parameters.
onActiongetOnAction()public void bindText(String path)
text property to the context attribute specified by the given path.
path - the context path of the attribute to which the text property will be boundpublic void bindText(IWDAttributeInfo attributeInfo)
text property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the text property will be boundpublic String bindingOfText()
text property.
text property is currently boundpublic String getText()
text property.
The initial value is null.
text propertysetText(String)public void setText(String value)
text property to the given value.
value - the new value of the text propertygetText()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||