|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro NumericValue API. Part of BusinessGraphics.
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 WDValueTypeEnumeration |
DEFAULT_TYPE
Default value of the type property is WDValueTypeEnumeration.Y. |
| Method Summary | |
String |
bindingOfType()
Returns the binding path of the type property. |
String |
bindingOfValue()
Returns the binding path of the value property.
|
void |
bindType(IWDAttributeInfo attributeInfo)
Binds the type property to the context attribute specified by the given attribute info. |
void |
bindType(String path)
Binds the type property to the context attribute specified by the given path. |
void |
bindValue(IWDAttributeInfo attributeInfo)
Binds the value property to the context attribute specified by the given attribute info.
|
void |
bindValue(String path)
Binds the value property to the context attribute specified by the given path.
|
WDValueTypeEnumeration |
getType()
Returns the value of the type property.
|
String |
getValue()
Returns the value of the value property.
|
void |
setType(WDValueTypeEnumeration value)
Sets the type property to the given value. |
void |
setValue(String value)
Sets the value property to the given value.
|
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.graphics.api.IWDAbstractValue |
getPoint |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final WDValueTypeEnumeration DEFAULT_TYPE
type property is WDValueTypeEnumeration.Y.
| Method Detail |
public void bindType(String path)
type property to the context attribute specified by the given path.
path - the context path of the attribute to which the type property will be boundpublic void bindType(IWDAttributeInfo attributeInfo)
type property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the type property will be boundpublic String bindingOfType()
type property.
type property is currently boundpublic WDValueTypeEnumeration getType()
type property.
The initial value is WDValueTypeEnumeration.Y.
type propertysetType(WDValueTypeEnumeration)public void setType(WDValueTypeEnumeration value)
type property to the given value.
value - the new value of the type propertygetType()public void bindValue(String path)
value property to the context attribute specified by the given path.
Note: This property must be bound to the context!
path - the context path of the attribute to which the value property will be boundpublic void bindValue(IWDAttributeInfo attributeInfo)
value property to the context attribute specified by the given attribute info.
Note: This property must be bound to the context!
attributeInfo - the info of the context attribute to which the value property will be boundpublic String bindingOfValue()
value property.
Note: This property must be bound to the context!
value property is currently boundpublic String getValue()
value property.
The initial value is "".
Note: This property must be bound to the context!
value propertysetValue(String)public void setValue(String value)
value property to the given value.
Note: This property must be bound to the context!
value - the new value of the value propertygetValue()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||