|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.htmlb.Component
com.sapportals.htmlb.Container
com.sapportals.htmlb.ScrollContainer
An area of fixed size that scrolls if contents are bigger
Copyright 2004 SAP AG
| Field Summary | |
static String |
UI_ID
|
static int |
VAR_BEGIN
|
static int |
VAR_END
|
| Fields inherited from class com.sapportals.htmlb.Container |
elements |
| Constructor Summary | |
ScrollContainer()
Scroll container |
|
ScrollContainer(String id)
|
|
| Method Summary | |
String |
getAccessibilityDescription()
get the semantical description of the component in it's applicationcontext used by screenreaders |
String |
getHeight()
get the height of this scrollContainer. |
int |
getHorizontalScrollPosition()
get the horizontal scrolling position of this scrollContainer. |
String |
getTooltip()
|
String |
getUI()
get a identification String for the renderer that is unique across all supported components. |
int |
getVerticalScrollPosition()
get the vertical scrolling position of this scrollContainer. |
String |
getWidth()
get the width of this group. |
protected void |
initFromPageContext(IPageContext pc,
String baseId)
internal use only. |
boolean |
isLayout()
|
boolean |
requiresForm()
Determines if this Group requires to be placed in form. |
boolean |
returnsScrollPosition()
get the horizontal scrolling position of this scrollContainer. |
void |
setAccessibilityDescription(String accessibilityDescription)
sets the sematical description for the component in it's applicationcontext used by screenreaders |
void |
setHeight(String height)
set the height of this scrollContainer. |
void |
setHorizontalScrollPosition(int horizontalPosition)
set the horizontal scrolling position of this scrollContainer. |
void |
setIsLayout(boolean layout)
|
void |
setReturnsScrollPosition(boolean returnScrollPosition)
enable the feature to return the scrolling position |
void |
setTooltip(String tooltip)
|
void |
setVerticalScrollPosition(int verticalPosition)
set the vertical scrolling position of this scrollContainer. |
void |
setWidth(String width)
set the width of this group. |
| Methods inherited from class com.sapportals.htmlb.Container |
addComponent, addRawText, addText, getChildCount, iterator, preRender, removeComponent, render |
| Methods inherited from class com.sapportals.htmlb.Component |
getEncodedIdForForm, getId, getParent, initFromShortId, initializeFromId, isJsObjectNeeded, render, renderAsString, setId, setJsObjectNeeded, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String UI_ID
public static final int VAR_BEGIN
public static final int VAR_END
| Constructor Detail |
public ScrollContainer()
public ScrollContainer(String id)
| Method Detail |
public String getWidth()
public void setWidth(String width)
width - the width of this grouppublic String getHeight()
public void setHeight(String height)
height - the height of this scrollContainerpublic int getVerticalScrollPosition()
public void setVerticalScrollPosition(int verticalPosition)
verticalPosition - the vertical scrolling position of this scrollContainerpublic int getHorizontalScrollPosition()
public void setHorizontalScrollPosition(int horizontalPosition)
horizontalPosition - the horizontal scrolling position of this scrollContainerpublic void setReturnsScrollPosition(boolean returnScrollPosition)
returnScrollPosition - flag to specify if the scrollContainer returns it's scrolling positionpublic boolean returnsScrollPosition()
public String getUI()
Component
getUI in class Componentpublic boolean requiresForm()
requiresForm in class Componentpublic String getAccessibilityDescription()
public void setAccessibilityDescription(String accessibilityDescription)
accessibilityDescription - description text
public String getTooltip()
public void setTooltip(String tooltip)
protected void initFromPageContext(IPageContext pc,
String baseId)
Component
initFromPageContext in class Componentpc - the context, including the parametersbaseId - the prefix used for the component. (The
result of a former RenderUtil.getIdForForm(rc, c);)public boolean isLayout()
public void setIsLayout(boolean layout)
layout - The layout to set.
Layout is true, then the ScrollContainer behaves like a layout. If IsLayout is false, then the ScrollContainer displays a group behavior.
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||