public interface

PageState

org.apache.myfaces.tobago.model.PageState
Known Indirect Subclasses

This interface 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 Methods
abstract int getClientHeight()
abstract int getClientWidth()
abstract void setClientHeight(int height)
abstract void setClientWidth(int width)

Public Methods

public abstract int getClientHeight ()

public abstract int getClientWidth ()

public abstract void setClientHeight (int height)

public abstract void setClientWidth (int width)