org.kuali.student.common.ui.client.widgets.rules
Class EditHistory
java.lang.Object
org.kuali.student.common.ui.client.widgets.rules.EditHistory
- All Implemented Interfaces:
- Serializable
public class EditHistory
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
histories
private List<StatementVO> histories
MAX_NUM_HISTORIES
private static final int MAX_NUM_HISTORIES
- See Also:
- Constant Field Values
currHistoryIndex
private int currHistoryIndex
EditHistory
public EditHistory(StatementVO origStatementVO)
save
public void save(StatementVO historicStmtVO)
getLastHistoricStmtVO
public StatementVO getLastHistoricStmtVO()
getSafeHistoricStmtVO
public StatementVO getSafeHistoricStmtVO(int index)
undo
public StatementVO undo()
redo
public StatementVO redo()
isUndoable
public boolean isUndoable()
isRedoable
public boolean isRedoable()
Copyright © 2010 The Kuali Foundation. All rights reserved.