|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro Group API. Group is used to group a number of UI elements under a common header.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
IWDCaption| Field Summary | |
static WDGroupDesign |
DEFAULT_DESIGN
Default value of property design. |
static boolean |
DEFAULT_HAS_CONTENT_PADDING
Default value of property hasContentPadding. |
| Fields inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDScrollContainer |
DEFAULT_SCROLLING_MODE |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElementContainer |
DEFAULT_HEIGHT, DEFAULT_WIDTH |
| Fields inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElement |
DEFAULT_ENABLED, DEFAULT_TOOLTIP, DEFAULT_VISIBLE |
| Method Summary | |
void |
bindDesign(IWDAttributeInfo attributeInfo)
Binds property design to the context attribute
specified by the given attribute info. |
void |
bindDesign(java.lang.String path)
Binds property design to the context attribute
specified by path. |
void |
bindHasContentPadding(IWDAttributeInfo attributeInfo)
Binds property hasContentPadding to the context attribute
specified by the given attribute info. |
void |
bindHasContentPadding(java.lang.String path)
Binds property hasContentPadding to the context attribute
specified by path. |
java.lang.String |
bindingOfDesign()
Binding path of property design. |
java.lang.String |
bindingOfHasContentPadding()
Binding path of property hasContentPadding. |
void |
destroyHeader()
Destroys the Header instance. |
void |
destroyToolBar()
Destroys the ToolBar instance. |
WDGroupDesign |
getDesign()
Returns the value of the design property. |
boolean |
getHasContentPadding()
Returns the value of the hasContentPadding property. |
IWDCaption |
getHeader()
Gets the Header instance. |
IWDToolBar |
getToolBar()
Gets the ToolBar instance. |
void |
setDesign(WDGroupDesign value)
Sets property design to the new value. |
void |
setHasContentPadding(boolean value)
Sets property hasContentPadding to the new value. |
void |
setHeader(IWDCaption header)
Sets the Header instance. |
void |
setToolBar(IWDToolBar toolBar)
Sets the ToolBar instance. |
| Methods inherited from interface com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDScrollContainer |
bindingOfScrollingMode, bindScrollingMode, bindScrollingMode, getScrollingMode, setScrollingMode |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDUIElementContainer |
addChild, addChild, bindHeight, bindHeight, bindingOfHeight, bindingOfWidth, bindWidth, bindWidth, createLayout, destroyAllChildren, getChild, getChildren, getHeight, getLayout, getWidth, hasChildren, indexOfChild, iterateChildren, numberOfChildren, removeAllChildren, removeChild, removeChild, setHeight, setWidth, swapChildren |
| 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 WDGroupDesign DEFAULT_DESIGN
design.public static final boolean DEFAULT_HAS_CONTENT_PADDING
hasContentPadding.| Method Detail |
public void bindDesign(java.lang.String path)
design to the context attribute
specified by path.path - the path of the context attribute to which the design
property is boundpublic void bindDesign(IWDAttributeInfo attributeInfo)
design to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
design property is boundpublic java.lang.String bindingOfDesign()
design.public WDGroupDesign getDesign()
design property.
The initial value is WDGroupDesign.PRIMARYCOLOR.
Determines the design of the group.setDesign(WDGroupDesign)public void setDesign(WDGroupDesign value)
design to the new value.value - the new value of the design propertygetDesign()public void bindHasContentPadding(java.lang.String path)
hasContentPadding to the context attribute
specified by path.path - the path of the context attribute to which the hasContentPadding
property is boundpublic void bindHasContentPadding(IWDAttributeInfo attributeInfo)
hasContentPadding to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
hasContentPadding property is boundpublic java.lang.String bindingOfHasContentPadding()
hasContentPadding.public boolean getHasContentPadding()
hasContentPadding property.
The initial value is true.
setHasContentPadding(boolean)public void setHasContentPadding(boolean value)
hasContentPadding to the new value.value - the new value of the hasContentPadding propertygetHasContentPadding()public IWDCaption getHeader()
setHeader(IWDCaption)public void setHeader(IWDCaption header)
header - the new headergetHeader()public void destroyHeader()
public IWDToolBar getToolBar()
setToolBar(IWDToolBar)public void setToolBar(IWDToolBar toolBar)
toolBar - the new toolBargetToolBar()public void destroyToolBar()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||