| de.jwic.base.ControlContainer de.jwic.controls.ScrollableContainer
ScrollableContainer | public class ScrollableContainer extends ControlContainer implements IOuterLayout(Code) | | This container allows horizontal and vertical scrolling of the content. The
container must specify a fixed width and/or height.
author: Florian Lippisch version: $Revision: 1.2 $ |
getHeight | public String getHeight()(Code) | | Returns the height. |
getOuterTemplateName | public String getOuterTemplateName()(Code) | | |
setHeight | public void setHeight(String height)(Code) | | Set the height of the container. Can be set to either a % value or px, i.e. 200px;
Parameters: height - The height to set. |
setTop | public void setTop(int top)(Code) | | Set the top scrolling position.
Parameters: top - |
setWidth | public void setWidth(String width)(Code) | | Parameters: width - The width to set. |
updateSize | public void updateSize()(Code) | | |
|
|