|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Web Dynpro PatternContentArea API. Determines the content item of a pattern container. The content item could either a UIElement or a ToolBar. If a ToolBar and UIElement is specified only the UiElement is rendered!
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
| Field Summary | |
static boolean |
DEFAULT_BORDER
Default value of property border. |
static WDPatternContainerDesign |
DEFAULT_DESIGN
Default value of property design. |
static boolean |
DEFAULT_HAS_CONTENT_PADDING
Default value of property hasContentPadding. |
static WDUnidirectionalScrollingMode |
DEFAULT_HORIZONTAL_SCROLLING_MODE
Default value of property horizontalScrollingMode. |
static WDVisibility |
DEFAULT_VISIBLE
Default value of property visible. |
| Method Summary | |
void |
bindBorder(IWDAttributeInfo attributeInfo)
Binds property border to the context attribute
specified by the given attribute info. |
void |
bindBorder(java.lang.String path)
Binds property border to the context attribute
specified by path. |
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. |
void |
bindHorizontalScrollingMode(IWDAttributeInfo attributeInfo)
Binds property horizontalScrollingMode to the context attribute
specified by the given attribute info. |
void |
bindHorizontalScrollingMode(java.lang.String path)
Binds property horizontalScrollingMode to the context attribute
specified by path. |
java.lang.String |
bindingOfBorder()
Binding path of property border. |
java.lang.String |
bindingOfDesign()
Binding path of property design. |
java.lang.String |
bindingOfHasContentPadding()
Binding path of property hasContentPadding. |
java.lang.String |
bindingOfHorizontalScrollingMode()
Binding path of property horizontalScrollingMode. |
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 |
destroyToolBar()
Destroys the ToolBar instance. |
boolean |
getBorder()
Returns the value of the border property. |
IWDUIElement |
getContent()
Gets the Content instance. |
WDPatternContainerDesign |
getDesign()
Returns the value of the design property. |
boolean |
getHasContentPadding()
Returns the value of the hasContentPadding property. |
WDUnidirectionalScrollingMode |
getHorizontalScrollingMode()
Returns the value of the horizontalScrollingMode property. |
IWDPatternTray |
getPatternTray()
Returns the current PatternTray. |
IWDToolBar |
getToolBar()
Gets the ToolBar instance. |
WDVisibility |
getVisible()
Returns the value of the visible property. |
void |
setBorder(boolean value)
Sets property border to the new value. |
void |
setContent(IWDUIElement content)
Sets the Content instance. |
void |
setDesign(WDPatternContainerDesign value)
Sets property design to the new value. |
void |
setHasContentPadding(boolean value)
Sets property hasContentPadding to the new value. |
void |
setHorizontalScrollingMode(WDUnidirectionalScrollingMode value)
Sets property horizontalScrollingMode to the new value. |
void |
setToolBar(IWDToolBar toolBar)
Sets the ToolBar instance. |
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 boolean DEFAULT_BORDER
border.public static final WDPatternContainerDesign DEFAULT_DESIGN
design.public static final boolean DEFAULT_HAS_CONTENT_PADDING
hasContentPadding.public static final WDUnidirectionalScrollingMode DEFAULT_HORIZONTAL_SCROLLING_MODE
horizontalScrollingMode.public static final WDVisibility DEFAULT_VISIBLE
visible.| Method Detail |
public void bindBorder(java.lang.String path)
border to the context attribute
specified by path.path - the path of the context attribute to which the border
property is boundpublic void bindBorder(IWDAttributeInfo attributeInfo)
border to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
border property is boundpublic java.lang.String bindingOfBorder()
border.public boolean getBorder()
border property.
The initial value is false.
Determines whether the PatternContentArea control has a border or not.setBorder(boolean)public void setBorder(boolean value)
border to the new value.value - the new value of the border propertygetBorder()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 WDPatternContainerDesign getDesign()
design property.
The initial value is WDPatternContainerDesign.PLAIN.
Specifies the design for the PatternContentArea control.
For the parameter values see enumeration 'PatternContainerDesign'.setDesign(WDPatternContainerDesign)public void setDesign(WDPatternContainerDesign 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.
Determineswhether the PatternContentArea control has content padding or not.setHasContentPadding(boolean)public void setHasContentPadding(boolean value)
hasContentPadding to the new value.value - the new value of the hasContentPadding propertygetHasContentPadding()public void bindHorizontalScrollingMode(java.lang.String path)
horizontalScrollingMode to the context attribute
specified by path.path - the path of the context attribute to which the horizontalScrollingMode
property is boundpublic void bindHorizontalScrollingMode(IWDAttributeInfo attributeInfo)
horizontalScrollingMode to the context attribute
specified by the given attribute info.attributeInfo - the info of the context attribute to which the
horizontalScrollingMode property is boundpublic java.lang.String bindingOfHorizontalScrollingMode()
horizontalScrollingMode.public WDUnidirectionalScrollingMode getHorizontalScrollingMode()
horizontalScrollingMode property.
The initial value is WDUnidirectionalScrollingMode.NONE.
This specifies the type of horizontal scrolling which occurs in the PatternContentArea. The default value is NONE which shows all content regardless of width. SHOW turns on the scrollbars (both vertical and horizontal) for the control, regardless of whether the control's content exceeds the available width. AUTO turns scrollbars on only if the width of the content exceeds the available width of the parent window.setHorizontalScrollingMode(WDUnidirectionalScrollingMode)public void setHorizontalScrollingMode(WDUnidirectionalScrollingMode value)
horizontalScrollingMode to the new value.value - the new value of the horizontalScrollingMode propertygetHorizontalScrollingMode()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.
Determines if this PatternContentArea is visible or not.setVisible(WDVisibility)public void setVisible(WDVisibility 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 IWDToolBar getToolBar()
setToolBar(IWDToolBar)public void setToolBar(IWDToolBar toolBar)
toolBar - the new toolBargetToolBar()public void destroyToolBar()
public IWDPatternTray getPatternTray()
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||