| |
|
| java.lang.Object de.jwic.base.Control de.jwic.base.ControlContainer de.jwic.base.Page
All known Subclasses: de.jwic.test.TestLauncher,
Page | public class Page extends ControlContainer (Code) | | A Page is a control container that is displayed as a root control.
author: Florian Lippisch version: $Revision: 1.2 $ |
getClientHeight | public int getClientHeight()(Code) | | Returns the clientHeight. |
getClientLeft | public int getClientLeft()(Code) | | Returns the clientLeft. |
getClientTop | public int getClientTop()(Code) | | Returns the clientTop. |
getClientWidth | public int getClientWidth()(Code) | | Returns the clientWidth. |
getForceFocusElement | public String getForceFocusElement()(Code) | | Returns the forceFocusElement. |
isMultipart | public boolean isMultipart()(Code) | | Returns the multipart. |
setClientHeight | public void setClientHeight(int clientHeight)(Code) | | Parameters: clientHeight - The clientHeight to set. |
setClientLeft | public void setClientLeft(int clientLeft)(Code) | | Parameters: clientLeft - The clientLeft to set. |
setClientSettings | public void setClientSettings(Page page)(Code) | | Parameters: page - The page to get the client width and height from . |
setClientTop | public void setClientTop(int clientTop)(Code) | | Parameters: clientTop - The clientTop to set. |
setClientWidth | public void setClientWidth(int clientWidth)(Code) | | Parameters: clientWidth - The clientWidth to set. |
setForceFocusElement | public void setForceFocusElement(String forceFocusElement)(Code) | | Parameters: forceFocusElement - The forceFocusElement to set. |
setMultipart | public void setMultipart(boolean multipart)(Code) | | Set to true if the data on the page should be submited using multipart encoding.
This is required to handle file uploads.
Parameters: multipart - The multipart to set. |
setTitle | public void setTitle(String title)(Code) | | Parameters: title - The title to set. |
|
|
|