Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.graphics.api
Interface IWDTimeValue

All Superinterfaces:
IWDAbstractValue, IWDViewElement

public interface IWDTimeValue
extends IWDAbstractValue

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

bindValue

public 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.
Parameters:
path - the path of the context attribute to which the value property is bound

bindValue

public 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.
Parameters:
attributeInfo - the info of the context attribute to which the value property is bound

bindingOfValue

public java.lang.String bindingOfValue()
Note: This property must be bound to the context! Binding path of property value.
Returns:
the path of the context attribute to which the value is currently bound

getValue

public java.lang.String getValue()
Note: This property must be bound to the context! Returns the value of the value property. The initial value is "".
Returns:
the current value of the value property
See Also:
setValue(String)

setValue

public void setValue(java.lang.String value)
Note: This property must be bound to the context! Sets property value to the new value.
Parameters:
value - the new value of the value property
See Also:
getValue()

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15