org.weda.model.actions
Class PageableTableModelGoToPageAction
java.lang.Object
org.weda.action.impl.AbstractAction
org.weda.model.actions.PageableTableModelGoToPageAction
- All Implemented Interfaces:
- Action
public class PageableTableModelGoToPageAction
- extends AbstractAction
Цель: переход на произвольную страницу
- Author:
- tim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageableTableModelGoToPageAction
public PageableTableModelGoToPageAction()
getActionState
public ActionState getActionState(ActionContainer targetObject)
throws java.lang.Exception
- Description copied from interface:
Action
- Метод должен вернуть текущее состояние действия в контексте переданного
контейнера.
- Throws:
java.lang.Exception
execute
public java.lang.Object execute(ActionContainer targetObject)
throws java.lang.Exception
- Description copied from interface:
Action
- Метод выполняет действие над переданным в параметре объектом.
- Returns:
- Может вернуть ссылку на страницу на которую нужно перейти после
выполнения действия.
- Throws:
java.lang.Exception
getPageNumber
public java.lang.Integer getPageNumber()
setPageNumber
public void setPageNumber(java.lang.Integer pageNumber)
getPageAndRowCount
public java.lang.String getPageAndRowCount()
Copyright © 2005-2006 . All Rights Reserved.