public abstract class BaseUndoState<T>
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
AUTHORITY_STATE |
static int |
NORMAL_STATE |
static int |
STATE_BEFORE_AUTHORITY |
static int |
STATE_BEFORE_FORM_REPORT |
static int |
STATE_FORM_REPORT |
构造器和说明 |
---|
BaseUndoState(T t) |
限定符和类型 | 方法和说明 |
---|---|
abstract void |
applyState()
应用状态
|
T |
getApplyTarget() |
int |
getAuthorityType() |
int |
getFormReportType() |
void |
setAuthorityType(int isAuthoritytype) |
void |
setFormReportType(int isFormReportType) |
public static final int NORMAL_STATE
public static final int AUTHORITY_STATE
public static final int STATE_BEFORE_AUTHORITY
public static final int STATE_FORM_REPORT
public static final int STATE_BEFORE_FORM_REPORT
public BaseUndoState(T t)
public T getApplyTarget()
public void setAuthorityType(int isAuthoritytype)
public int getAuthorityType()
public void setFormReportType(int isFormReportType)
public int getFormReportType()
public abstract void applyState()