91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

TAB頁面上table上的數據過濾問題

發布時間:2020-08-04 14:25:48 來源:ITPUB博客 閱讀:209 作者:javaeye1980 欄目:編程語言
TAB頁面上table上的數據過濾要在初始化時就加載,一般寫在AppBean里或者通過界面幫定關系來顯示,在AppBean里主要是通過initializeApp()方法來實現。[@more@]

比如:

public void initializeApp() throws MXException, RemoteException {

MXSession mxsession;
mxsession = getMXSession();
if (mxsession == null) return;

String initWhere = "SUBTYPE='SAFE'";
if (initWhere != null) {
setAppWhere(initWhere);
reset();
if (resultsBean != null) {
resultsBean.setAppWhere(initWhere);
resultsBean.reset();
}
if (quickFindRemote != null) {
quickFindRemote.setAppWhere(initWhere);
quickFindRemote.reset();
}
}
super.initializeApp();
}

public int INSERT() throws MXException, RemoteException {
int rv = super.INSERT();
OPManagerDeskMbo mbo = (OPManagerDeskMbo) getMbo();
if (mbo == null || "".equals(mbo)) {
throw new MXApplicationException("", "取得的記錄為空");
}
mbo.setValue("SUBTYPE", "SAFE");
return rv;
}

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

五莲县| 大新县| 宁明县| 庆安县| 广饶县| 会昌县| 衡阳县| 怀远县| 时尚| 天津市| 六枝特区| 公安县| 武山县| 绥江县| 星子县| 金堂县| 杭锦旗| 博爱县| 安塞县| 浮山县| 贵港市| 岫岩| 门源| 张家界市| 荔浦县| 富源县| 澄城县| 青河县| 出国| 石屏县| 新兴县| 临清市| 兰溪市| 黄骅市| 墨玉县| 大同市| 永平县| 冷水江市| 连江县| 荃湾区| 伊川县|