public class

PageStateImpl

extends Object
implements PageState
java.lang.Object
   ↳ org.apache.myfaces.tobago.model.PageStateImpl

This class is deprecated.
since 1.5.0, please configure constraints for the page size with a tc:gridLayoutConstraints tag inside the tc:page tag.

Summary

Public Constructors
PageStateImpl()
Public Methods
int getClientHeight()
int getClientWidth()
void setClientHeight(int clientHeight)
void setClientWidth(int clientWidth)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.myfaces.tobago.model.PageState

Public Constructors

public PageStateImpl ()

Public Methods

public int getClientHeight ()

public int getClientWidth ()

public void setClientHeight (int clientHeight)

public void setClientWidth (int clientWidth)