|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro TimeValue API. Part of BusinessGraphics.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Method Summary | |
java.lang.String |
bindingOfValue()
Note: This property must be bound to the context! Binding path of property value. |
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. |
java.lang.String |
getValue()
Note: This property must be bound to the context! Returns the value of the value property. |
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 |
| Method Detail |
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 | |||||||||