|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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!
Note: To be used only by the Portal Platform group. Other usages by applications and customers WILL NOT BE SUPPORTED!
This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!
Type Classification:
This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.
For a detailed explanation of API classification see the Web Dynpro Compatibility Guide| Field Summary | |
static boolean |
DEFAULT_BORDER
Default value of the border property is false. |
static WDPatternContainerDesign |
DEFAULT_DESIGN
Default value of the design property is WDPatternContainerDesign.PLAIN. |
static boolean |
DEFAULT_HAS_CONTENT_PADDING
Default value of the hasContentPadding property is true. |
static WDUnidirectionalScrollingMode |
DEFAULT_HORIZONTAL_SCROLLING_MODE
Default value of the horizontalScrollingMode property is WDUnidirectionalScrollingMode.NONE. |
static WDVisibility |
DEFAULT_VISIBLE
Default value of the visible property is WDVisibility.VISIBLE. |
| Method Summary | |
void |
bindBorder(IWDAttributeInfo attributeInfo)
Binds the border property to the context attribute specified by the given attribute info. |
void |
bindBorder(String path)
Binds the border property to the context attribute specified by the given path. |
void |
bindDesign(IWDAttributeInfo attributeInfo)
Binds the design property to the context attribute specified by the given attribute info. |
void |
bindDesign(String path)
Binds the design property to the context attribute specified by the given path. |
void |
bindHasContentPadding(IWDAttributeInfo attributeInfo)
Binds the hasContentPadding property to the context attribute specified by the given attribute info. |
void |
bindHasContentPadding(String path)
Binds the hasContentPadding property to the context attribute specified by the given path. |
void |
bindHorizontalScrollingMode(IWDAttributeInfo attributeInfo)
Binds the horizontalScrollingMode property to the context attribute specified by the given attribute info. |
void |
bindHorizontalScrollingMode(String path)
Binds the horizontalScrollingMode property to the context attribute specified by the given path. |
String |
bindingOfBorder()
Returns the binding path of the border property. |
String |
bindingOfDesign()
Returns the binding path of the design property. |
String |
bindingOfHasContentPadding()
Returns the binding path of the hasContentPadding property. |
String |
bindingOfHorizontalScrollingMode()
Returns the binding path of the horizontalScrollingMode property. |
String |
bindingOfVisible()
Returns the binding path of the visible property. |
void |
bindVisible(IWDAttributeInfo attributeInfo)
Binds the visible property to the context attribute specified by the given attribute info. |
void |
bindVisible(String path)
Binds the visible property to the context attribute specified by the given path. |
void |
destroyContent()
Destroys the aggregated Content element.
|
void |
destroyToolBar()
Destroys the aggregated ToolBar element.
|
boolean |
getBorder()
Returns the value of the border property.
|
IWDUIElement |
getContent()
Returns the aggregated Content element |
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 PatternTray this PatternContentArea belongs to |
IWDToolBar |
getToolBar()
Returns the aggregated ToolBar element |
WDVisibility |
getVisible()
Returns the value of the visible property.
|
void |
setBorder(boolean value)
Sets the border property to the given value. |
void |
setContent(IWDUIElement content)
Sets the aggregated Content element. |
void |
setDesign(WDPatternContainerDesign value)
Sets the design property to the given value. |
void |
setHasContentPadding(boolean value)
Sets the hasContentPadding property to the given value. |
void |
setHorizontalScrollingMode(WDUnidirectionalScrollingMode value)
Sets the horizontalScrollingMode property to the given value. |
void |
setToolBar(IWDToolBar toolBar)
Sets the aggregated ToolBar element. |
void |
setVisible(WDVisibility value)
Sets the visible property to the given value. |
| Methods inherited from interface com.sap.tc.webdynpro.progmodel.api.IWDViewElement |
destroy, getId, getView, requestFocus |
| Field Detail |
public static final boolean DEFAULT_BORDER
border property is false.
public static final WDPatternContainerDesign DEFAULT_DESIGN
design property is WDPatternContainerDesign.PLAIN.
public static final boolean DEFAULT_HAS_CONTENT_PADDING
hasContentPadding property is true.
public static final WDUnidirectionalScrollingMode DEFAULT_HORIZONTAL_SCROLLING_MODE
horizontalScrollingMode property is WDUnidirectionalScrollingMode.NONE.
public static final WDVisibility DEFAULT_VISIBLE
visible property is WDVisibility.VISIBLE.
| Method Detail |
public void bindBorder(String path)
border property to the context attribute specified by the given path.
path - the context path of the attribute to which the border property will be boundpublic void bindBorder(IWDAttributeInfo attributeInfo)
border property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the border property will be boundpublic String bindingOfBorder()
border property.
border property is currently boundpublic boolean getBorder()
border property.
The initial value is false.
border propertysetBorder(boolean)public void setBorder(boolean value)
border property to the given value.
value - the new value of the border propertygetBorder()public void bindDesign(String path)
design property to the context attribute specified by the given path.
path - the context path of the attribute to which the design property will be boundpublic void bindDesign(IWDAttributeInfo attributeInfo)
design property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the design property will be boundpublic String bindingOfDesign()
design property.
design property is currently boundpublic WDPatternContainerDesign getDesign()
design property.
The initial value is WDPatternContainerDesign.PLAIN.
design propertysetDesign(WDPatternContainerDesign)public void setDesign(WDPatternContainerDesign value)
design property to the given value.
value - the new value of the design propertygetDesign()public void bindHasContentPadding(String path)
hasContentPadding property to the context attribute specified by the given path.
path - the context path of the attribute to which the hasContentPadding property will be boundpublic void bindHasContentPadding(IWDAttributeInfo attributeInfo)
hasContentPadding property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the hasContentPadding property will be boundpublic String bindingOfHasContentPadding()
hasContentPadding property.
hasContentPadding property is currently boundpublic boolean getHasContentPadding()
hasContentPadding property.
The initial value is true.
hasContentPadding propertysetHasContentPadding(boolean)public void setHasContentPadding(boolean value)
hasContentPadding property to the given value.
value - the new value of the hasContentPadding propertygetHasContentPadding()public void bindHorizontalScrollingMode(String path)
horizontalScrollingMode property to the context attribute specified by the given path.
path - the context path of the attribute to which the horizontalScrollingMode property will be boundpublic void bindHorizontalScrollingMode(IWDAttributeInfo attributeInfo)
horizontalScrollingMode property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the horizontalScrollingMode property will be boundpublic String bindingOfHorizontalScrollingMode()
horizontalScrollingMode property.
horizontalScrollingMode property is currently boundpublic WDUnidirectionalScrollingMode getHorizontalScrollingMode()
horizontalScrollingMode property.
The initial value is WDUnidirectionalScrollingMode.NONE.
horizontalScrollingMode propertysetHorizontalScrollingMode(WDUnidirectionalScrollingMode)public void setHorizontalScrollingMode(WDUnidirectionalScrollingMode value)
horizontalScrollingMode property to the given value.
value - the new value of the horizontalScrollingMode propertygetHorizontalScrollingMode()public void bindVisible(String path)
visible property to the context attribute specified by the given path.
path - the context path of the attribute to which the visible property will be boundpublic void bindVisible(IWDAttributeInfo attributeInfo)
visible property to the context attribute specified by the given attribute info.
attributeInfo - the info of the context attribute to which the visible property will be boundpublic String bindingOfVisible()
visible property.
visible property is currently boundpublic WDVisibility getVisible()
visible property.
The initial value is WDVisibility.VISIBLE.
visible propertysetVisible(WDVisibility)public void setVisible(WDVisibility value)
visible property to the given value.
value - the new value of the visible propertygetVisible()public IWDUIElement getContent()
Content element.
Content elementsetContent(IWDUIElement)public void setContent(IWDUIElement content)
Content element.
content - the new contentgetContent()public void destroyContent()
Content element.
Destroyed view elements do not exist any longer in their view, i.e. a new element may be
created with the same ID.
public IWDToolBar getToolBar()
ToolBar element.
ToolBar elementsetToolBar(IWDToolBar)public void setToolBar(IWDToolBar toolBar)
ToolBar element.
toolBar - the new toolBargetToolBar()public void destroyToolBar()
ToolBar element.
Destroyed view elements do not exist any longer in their view, i.e. a new element may be
created with the same ID.
public IWDPatternTray getPatternTray()
PatternTray this PatternContentArea belongs to.
PatternTray this PatternContentArea belongs to
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||