org.apache.myfaces.tobago.model
Class PageStateImpl
java.lang.Object
org.apache.myfaces.tobago.model.PageStateImpl
- All Implemented Interfaces:
- PageState
Deprecated. since 1.5.0, please configure constraints for the page size with a tc:gridLayoutConstraints tag
inside the tc:page tag.
@Deprecated
public class PageStateImpl
- extends Object
- implements PageState
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageStateImpl
public PageStateImpl()
- Deprecated.
getClientWidth
public int getClientWidth()
- Deprecated.
- Specified by:
getClientWidth
in interface PageState
setClientWidth
public void setClientWidth(int clientWidth)
- Deprecated.
- Specified by:
setClientWidth
in interface PageState
getClientHeight
public int getClientHeight()
- Deprecated.
- Specified by:
getClientHeight
in interface PageState
setClientHeight
public void setClientHeight(int clientHeight)
- Deprecated.
- Specified by:
setClientHeight
in interface PageState
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.