270271272273274275276277278279280
afterCollapse(); } }); item.disable(); item.tree.disable(); fx.slideOut(Style.NORTH); } void animExpand() { FXStyle fx = new FXStyle(containerEl); fx.duration = 300;
342343344345346347348349350351352
fx.addListener(Events.EffectComplete, new Listener() { public void handleEvent(BaseEvent be) { afterCollapse(); } }); fx.slideOut(Style.NORTH); } else { body.setVisible(false); afterCollapse(); } }