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!

Type Classification 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

DEFAULT_TYPE

public static final WDValueTypeEnumeration DEFAULT_TYPE
Default value of the type property is WDValueTypeEnumeration.Y.

Method Detail

bindType

public void bindType(String path)
Binds the type property to the context attribute specified by the given path.

Parameters:
path - the context path of the attribute to which the type property will be bound

bindType

public void bindType(IWDAttributeInfo attributeInfo)
Binds the type property to the context attribute specified by the given attribute info.

Parameters:
attributeInfo - the info of the context attribute to which the type property will be bound

bindingOfType

public String bindingOfType()
Returns the binding path of the type property.

Returns:
the path of the context attribute to which the type property 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 the type property to the given value.

Parameters:
value - the new value of the type property
See Also:
getType()

bindValue

public void bindValue(String path)
Binds the value property to the context attribute specified by the given path.

Note: This property must be bound to the context!

Parameters:
path - the context path of the attribute to which the value property will be bound

bindValue

public void bindValue(IWDAttributeInfo attributeInfo)
Binds the value property to the context attribute specified by the given attribute info.

Note: This property must be bound to the context!

Parameters:
attributeInfo - the info of the context attribute to which the value property will be bound

bindingOfValue

public String bindingOfValue()
Returns the binding path of the value property.

Note: This property must be bound to the context!

Returns:
the path of the context attribute to which the value property is currently bound

getValue

public String getValue()
Returns the value of the value property.

The initial value is "".

Note: This property must be bound to the context!

Returns:
the current value of the value property
See Also:
setValue(String)

setValue

public void setValue(String value)
Sets the value property to the given value.

Note: This property must be bound to the context!

Parameters:
value - the new value of the value property
See Also:
getValue()


Copyright 2006 SAP AG Complete Copyright Notice