Web Dynpro API Documentation

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

All Superinterfaces:
IWDAbstractValue, IWDViewElement

public interface IWDNumericValue
extends IWDAbstractValue

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

DEFAULT_TYPE

public static final WDValueTypeEnumeration DEFAULT_TYPE
Default value of property type.
Method Detail

bindType

public void bindType(java.lang.String path)
Binds property type to the context attribute specified by path.
Parameters:
path - the path of the context attribute to which the type property is bound

bindType

public void bindType(IWDAttributeInfo attributeInfo)
Binds property type to the context attribute specified by the given attribute info.
Parameters:
attributeInfo - the info of the context attribute to which the type property is bound

bindingOfType

public java.lang.String bindingOfType()
Binding path of property type.
Returns:
the path of the context attribute to which the type is currently bound

getType

public WDValueTypeEnumeration getType()
Returns the value of the type property. The initial value is WDValueTypeEnumeration.Y.
Returns:
the current value of the type property
See Also:
setType(WDValueTypeEnumeration)

setType

public void setType(WDValueTypeEnumeration value)
Sets property type to the new value.
Parameters:
value - the new value of the type property
See Also:
getType()

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