|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro ToolBarSeparator API. A separator in a tool bar.
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Field Summary | |
static WDVisibility |
DEFAULT_VISIBLE
Default value of property visible. |
| Method Summary | |
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. |
WDVisibility |
getVisible()
Returns the value of the visible property. |
void |
setVisible(WDVisibility 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 WDVisibility DEFAULT_VISIBLE
visible.| Method Detail |
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 WDVisibility getVisible()
visible property.
The initial value is WDVisibility.VISIBLE.
Controls if the toolbar separator is visible.setVisible(WDVisibility)public void setVisible(WDVisibility value)
visible to the new value.value - the new value of the visible propertygetVisible()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||