1. 程式人生 > >EAS BOS編輯介面重新整理序時簿介面

EAS BOS編輯介面重新整理序時簿介面

protected void refreshListPage() throws EASBizException, BOSException,Exception {
if (getUIContext().get("Owner") != null) {
try {
if (getUIContext().get("Owner") instanceof PayrollCreditListUI) {
((PayrollCreditListUI) getUIContext().get("Owner")).refreshList();
} else {
((PayrollCreditListUI) getUIContext().get("Owner")).refreshList();
}
} catch (Exception e) {
handleException(e);
}
}
}