|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro Tab API. The Tab element is an individual tab page within a tab strip. The tab consists of a header area, a content area, and an optional toolbar.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
IWDTabStrip| Field Summary | |
static boolean |
DEFAULT_ENABLED
Default value of property enabled. |
static boolean |
DEFAULT_HAS_CONTENT_PADDING
Default value of property hasContentPadding. |
static boolean |
DEFAULT_VISIBLE
Default value of property visible. |
| Method Summary | |
void |
bindEnabled(IWDAttributeInfo attributeInfo)
Binds property enabled to the context attribute
specified by the given attribute info. |
void |
bindEnabled(java.lang.String path)
Binds property enabled 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 |
bindingOfEnabled()
Binding path of property enabled. |
java.lang.String |
bindingOfHasContentPadding()
Binding path of property hasContentPadding. |
java.lang.String |
bindingOfVisible()
Binding path of property visible. |
void |
bindVisible(IWDAttributeInfo attributeInfo)
Binds property visible to the context attribute
specified by the given attribute info. |
void |
bindVisible(java.lang.String path)
Binds property visible to the context attribute
specified by path. |
void |
destroyContent()
Destroys the Content instance. |
void |
destroyHeader()
Destroys the Header instance. |
void |
destroyToolBar()
Destroys the ToolBar instance. |
IWDUIElement |
getContent()
Gets the Content instance. |
boolean |
getEnabled()
Returns the value of the enabled property. |
boolean |
getHasContentPadding()
Returns the value of the hasContentPadding property. |
IWDCaption |
getHeader()
Gets the Header instance. |
IWDTabStrip |
getTabStrip()
Returns the current TabStrip. |
IWDToolBar |
getToolBar()
Gets the ToolBar instance. |
boolean |
getVisible()
Returns the value of the visible property. |
void |
setContent(IWDUIElement content)
Sets the Content instance. |
void |
setEnabled(boolean value)
Sets property enabled 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. |
void |
setVisible(boolean value)
Sets property visible to the new value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
getId, getView, requestFocus |
| Field Detail |
public static final boolean DEFAULT_ENABLED
enabled.public static final boolean DEFAULT_HAS_CONTENT_PADDING
hasContentPadding.public static final boolean DEFAULT_VISIBLE
visible.| Method Detail |
public void bindEnabled(java.lang.String path)
enabled to the context attribute
specified by path.path - the path of the context attribute to which the enabled
property is boundpublic void bindEnabled(IWDAttributeInfo attributeInfo)
enabled to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
enabled property is boundpublic java.lang.String bindingOfEnabled()
enabled.public boolean getEnabled()
enabled property.
The initial value is true.
Specifies whether the tab can be activated to display its contentsetEnabled(boolean)public void setEnabled(boolean value)
enabled to the new value.value - the new value of the enabled propertygetEnabled()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.
Specifies if there is a padding around the content of the tab page.setHasContentPadding(boolean)public void setHasContentPadding(boolean value)
hasContentPadding to the new value.value - the new value of the hasContentPadding propertygetHasContentPadding()public void bindVisible(java.lang.String path)
visible to the context attribute
specified by path.path - the path of the context attribute to which the visible
property is boundpublic void bindVisible(IWDAttributeInfo attributeInfo)
visible to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
visible property is boundpublic java.lang.String bindingOfVisible()
visible.public boolean getVisible()
visible property.
The initial value is true.
Specifies whether the tab is displayed.setVisible(boolean)public void setVisible(boolean value)
visible to the new value.value - the new value of the visible propertygetVisible()public IWDUIElement getContent()
setContent(IWDUIElement)public void setContent(IWDUIElement content)
content - the new contentgetContent()public void destroyContent()
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()
public IWDTabStrip getTabStrip()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||