|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro Button API. Button represents a push button. Pressing the button triggers an action.
The action is required and must be set!
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 WDButtonDesign |
DEFAULT_DESIGN
Default value of the design property is WDButtonDesign.STANDARD. |
static String |
DEFAULT_EXPLANATION
Default value of the explanation property is "". |
static WDButtonSize |
DEFAULT_SIZE
Default value of the size property is WDButtonSize.STANDARD. |
static String |
DEFAULT_WIDTH
Default value of the width property is "". |
| Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractButton |
DEFAULT_TEXT |
| 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 | |
void |
bindDesign(IWDAttributeInfo attributeInfo)
Binds the design property to the context attribute specified by the given attribute info. |
void |
bindDesign(String path)
Binds the design property to the context attribute specified by the given path. |
String |
bindingOfDesign()
Returns the binding path of the design property. |
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. |
String |
bindingOfWidth()
Returns the binding path of the width property. |
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. |
void |
bindWidth(IWDAttributeInfo attributeInfo)
Binds the width property to the context attribute specified by the given attribute info. |
void |
bindWidth(String path)
Binds the width property to the context attribute specified by the given path. |
WDButtonDesign |
getDesign()
Returns the value of the design property.
|
String |
getExplanation()
Returns the value of the explanation property.
|
WDButtonSize |
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. |
String |
getWidth()
Returns the value of the width property.
|
void |
setDesign(WDButtonDesign value)
Sets the design property to the given value. |
void |
setExplanation(String explanation)
Sets the explanation property to the given value. |
void |
setSize(WDButtonSize 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. |
void |
setWidth(String value)
Sets the width property to the given value. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDAbstractButton |
bindingOfText, bindText, bindText, getOnAction, getText, mappingOfOnAction, setOnAction, setText |
| 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 WDButtonDesign DEFAULT_DESIGN
design property is WDButtonDesign.STANDARD.
public static final String DEFAULT_EXPLANATION
explanation property is "".
public static final WDButtonSize DEFAULT_SIZE
size property is WDButtonSize.STANDARD.
public static final String DEFAULT_WIDTH
width property is "".
| Method Detail |
public void bindDesign(String path)
design property to the context attribute specified by the given path.
path - the context path of the attribute to which the design property will be boundpublic void bindDesign(IWDAttributeInfo attributeInfo)
design property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the design property will be boundpublic String bindingOfDesign()
design property.
design property is currently boundpublic WDButtonDesign getDesign()
design property.
The initial value is WDButtonDesign.STANDARD.
design propertysetDesign(WDButtonDesign)public void setDesign(WDButtonDesign value)
design property to the given value.
value - the new value of the design propertygetDesign()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 button.
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 WDButtonSize getSize()
size property.
The initial value is WDButtonSize.STANDARD.
size propertysetSize(WDButtonSize)public void setSize(WDButtonSize value)
size property to the given value.
value - the new value of the size propertygetSize()public void bindWidth(String path)
width property to the context attribute specified by the given path.
path - the context path of the attribute to which the width property will be boundpublic void bindWidth(IWDAttributeInfo attributeInfo)
width property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the width property will be boundpublic String bindingOfWidth()
width property.
width property is currently boundpublic String getWidth()
width property.
The initial value is "".
width propertysetWidth(String)public void setWidth(String value)
width property to the given value.
value - the new value of the width propertygetWidth()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||