|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro AbstractRange API. Abstract range class for all range controls, including sliders, gauges and spinners.
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 double |
DEFAULT_MAX
Default value of the max property is 100.0. |
static double |
DEFAULT_MIN
Default value of the min property is 0.0. |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
String |
bindingOfMax()
Returns the binding path of the max property. |
String |
bindingOfMin()
Returns the binding path of the min property. |
void |
bindMax(IWDAttributeInfo attributeInfo)
Binds the max property to the context attribute specified by the given attribute info. |
void |
bindMax(String path)
Binds the max property to the context attribute specified by the given path. |
void |
bindMin(IWDAttributeInfo attributeInfo)
Binds the min property to the context attribute specified by the given attribute info. |
void |
bindMin(String path)
Binds the min property to the context attribute specified by the given path. |
double |
getMax()
Returns the value of the max property.
|
double |
getMin()
Returns the value of the min property.
|
void |
setMax(double value)
Sets the max property to the given value. |
void |
setMin(double value)
Sets the min property to the given value. |
| 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 double DEFAULT_MAX
max property is 100.0.
public static final double DEFAULT_MIN
min property is 0.0.
| Method Detail |
public void bindMax(String path)
max property to the context attribute specified by the given path.
path - the context path of the attribute to which the max property will be boundpublic void bindMax(IWDAttributeInfo attributeInfo)
max property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the max property will be boundpublic String bindingOfMax()
max property.
max property is currently boundpublic double getMax()
max property.
The initial value is 100.0.
max propertysetMax(double)public void setMax(double value)
max property to the given value.
value - the new value of the max propertygetMax()public void bindMin(String path)
min property to the context attribute specified by the given path.
path - the context path of the attribute to which the min property will be boundpublic void bindMin(IWDAttributeInfo attributeInfo)
min property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the min property will be boundpublic String bindingOfMin()
min property.
min property is currently boundpublic double getMin()
min property.
The initial value is 0.0.
min propertysetMin(double)public void setMin(double value)
min property to the given value.
value - the new value of the min propertygetMin()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||