|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public static final java.lang.String DEFAULT_HEIGHT
height.public static final java.lang.String DEFAULT_WIDTH
width.| Method Detail |
public void bindHeight(java.lang.String path)
height to the context attribute
specified by path.path - the path of the context attribute to which the height
property is boundpublic void bindHeight(IWDAttributeInfo attributeInfo)
height to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
height property is boundpublic java.lang.String bindingOfHeight()
height.public java.lang.String getHeight()
height property.
The initial value is "300px".
Height of the UI element given as a CSS size (pixel, percent etc)setHeight(String)public void setHeight(java.lang.String value)
height to the new value.value - the new value of the height propertygetHeight()public void bindWidth(java.lang.String path)
width to the context attribute
specified by path.path - the path of the context attribute to which the width
property is boundpublic void bindWidth(IWDAttributeInfo attributeInfo)
width to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
width property is boundpublic java.lang.String bindingOfWidth()
width.public java.lang.String getWidth()
width property.
The initial value is "300px".
Width of the UI element as a CSS size (pixel, percent etc.).setWidth(String)public void setWidth(java.lang.String value)
width to the new value.value - the new value of the width propertygetWidth()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||