|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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!
| Field Summary | |
static WDValueTypeEnumeration |
DEFAULT_TYPE
Default value of property type. |
| Method Summary | |
java.lang.String |
bindingOfType()
Binding path of property type. |
java.lang.String |
bindingOfValue()
Note: This property must be bound to the context! Binding path of property value. |
void |
bindType(IWDAttributeInfo attributeInfo)
Binds property type to the context attribute
specified by the given attribute info. |
void |
bindType(java.lang.String path)
Binds property type to the context attribute
specified by path. |
void |
bindValue(IWDAttributeInfo attributeInfo)
Note: This property must be bound to the context! Binds property value to the context attribute
specified by the given attribute info. |
void |
bindValue(java.lang.String path)
Note: This property must be bound to the context! Binds property value to the context attribute
specified by path. |
WDValueTypeEnumeration |
getType()
Returns the value of the type property. |
java.lang.String |
getValue()
Note: This property must be bound to the context! Returns the value of the value property. |
void |
setType(WDValueTypeEnumeration value)
Sets property type to the new value. |
void |
setValue(java.lang.String value)
Note: This property must be bound to the context! Sets property value to the new 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 |
getId, getView, requestFocus |
| Field Detail |
public static final WDValueTypeEnumeration DEFAULT_TYPE
type.| Method Detail |
public void bindType(java.lang.String path)
type to the context attribute
specified by path.path - the path of the context attribute to which the type
property is boundpublic void bindType(IWDAttributeInfo attributeInfo)
type to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
type property is boundpublic java.lang.String bindingOfType()
type.public WDValueTypeEnumeration getType()
type property.
The initial value is WDValueTypeEnumeration.Y.
setType(WDValueTypeEnumeration)public void setType(WDValueTypeEnumeration value)
type to the new value.value - the new value of the type propertygetType()public void bindValue(java.lang.String path)
value to the context attribute
specified by path.path - the path of the context attribute to which the value
property is boundpublic void bindValue(IWDAttributeInfo attributeInfo)
value to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
value property is boundpublic java.lang.String bindingOfValue()
value.public java.lang.String getValue()
value property.
The initial value is "".
setValue(String)public void setValue(java.lang.String value)
value to the new value.value - the new value of the value propertygetValue()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||