[Wicket-ja-user 403] Re: TextAreaに進行状況を表示させる方法について

Back to archive index

yoshiro_hagiy****@mnec***** yoshiro_hagiy****@mnec*****
2010年 1月 26日 (火) 19:33:44 JST



萩谷です。

自己レスです。


> AjaxSelfUpdatingTimerBehaviorを解除しようと、
> textArea.detachBehaviors()としてみましたが、マニュアルには、「THIS IS
> WICKET INTERNAL ONLY. DO NOT USE IT.」と書かれているとおり、うまくいきま
> せんでした。

AjaxSelfUpdatingTimerBehaviorの停止については、
タイマーの停止をすることで解決しました。

final AjaxSelfUpdatingTimerBehavior updateTimer = new
AjaxSelfUpdatingTimerBehavior(Duration.seconds(0.1));
textArea.add(updateTimer);

//タイマーの停止
updateTimer.stop();




Wicket-ja-user メーリングリストの案内
Back to archive index