Web Dynpro API Documentation

com.sap.tc.webdynpro.clientserver.uielib.activecomp.api
Interface IWDAbstractActiveComponent

All Superinterfaces:
IWDUIElement, IWDViewElement
All Known Subinterfaces:
IWDInteractiveForm, IWDOfficeControl

public interface IWDAbstractActiveComponent
extends IWDUIElement

Web Dynpro AbstractActiveComponent API.

This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!


Field Summary
static java.lang.String DEFAULT_HEIGHT
          Default value of property height.
static java.lang.String DEFAULT_WIDTH
          Default value of property width.
 
Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE
 
Method Summary
 void bindHeight(IWDAttributeInfo attributeInfo)
          Binds property height to the context attribute specified by the given attribute info.
 void bindHeight(java.lang.String path)
          Binds property height to the context attribute specified by path.
 java.lang.String bindingOfHeight()
          Binding path of property height.
 java.lang.String bindingOfWidth()
          Binding path of property width.
 void bindWidth(IWDAttributeInfo attributeInfo)
          Binds property width to the context attribute specified by the given attribute info.
 void bindWidth(java.lang.String path)
          Binds property width to the context attribute specified by path.
 java.lang.String getHeight()
          Returns the value of the height property.
 java.lang.String getWidth()
          Returns the value of the width property.
 void setHeight(java.lang.String value)
          Sets property height to the new value.
 void setWidth(java.lang.String value)
          Sets property width to the new value.
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement
bindEnabled, bindEnabled, bindingOfEnabled, bindingOfTooltip, bindingOfVisible, bindTooltip, bindTooltip, bindVisible, bindVisible, createLayoutData, getContainer, getEnabled, getLayoutData, getTooltip, getVisible, setEnabled, setTooltip, setVisible
 
Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement
getId, getView, requestFocus
 

Field Detail

DEFAULT_HEIGHT

public static final java.lang.String DEFAULT_HEIGHT
Default value of property height.

DEFAULT_WIDTH

public static final java.lang.String DEFAULT_WIDTH
Default value of property width.
Method Detail

bindHeight

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

bindHeight

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

bindingOfHeight

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

getHeight

public java.lang.String getHeight()
Returns the value of the height property. The initial value is "300px". Height of the UI element given as a CSS size (pixel, percent etc)
Returns:
the current value of the height property
See Also:
setHeight(String)

setHeight

public void setHeight(java.lang.String value)
Sets property height to the new value.
Parameters:
value - the new value of the height property
See Also:
getHeight()

bindWidth

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

bindWidth

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

bindingOfWidth

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

getWidth

public java.lang.String getWidth()
Returns the value of the width property. The initial value is "300px". Width of the UI element as a CSS size (pixel, percent etc.).
Returns:
the current value of the width property
See Also:
setWidth(String)

setWidth

public void setWidth(java.lang.String value)
Sets property width to the new value.
Parameters:
value - the new value of the width property
See Also:
getWidth()

Web Dynpro API Documentation

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