teamdev.jsf.component.scrollposition
Class ScrollPosition
java.lang.Object
UIComponentBase
teamdev.jsf.component.scrollposition.ScrollPosition
public class ScrollPosition
- extends UIComponentBase
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
ScrollPosition
public ScrollPosition()
getFamily
public java.lang.String getFamily()
getScrollX
public int getScrollX()
setScrollX
public void setScrollX(int scrollX)
getScrollY
public int getScrollY()
setScrollY
public void setScrollY(int scrollY)
getAutoSaveScrollPos
public boolean getAutoSaveScrollPos()
setAutoSaveScrollPos
public void setAutoSaveScrollPos(boolean autoSaveScrollPos)
encodeBegin
public void encodeBegin(FacesContext context)
throws java.io.IOException
- Throws:
java.io.IOException
decode
public void decode(FacesContext context)
saveState
public java.lang.Object saveState(FacesContext context)
restoreState
public void restoreState(FacesContext context,
java.lang.Object state)
processUpdates
public void processUpdates(FacesContext context)
Copyright © 1998-2008 TeamDev Ltd. All Rights Reserved.