阅读背景:

使用mvvm时,从Zk中的嵌套类向父类发送通知

来源:互联网 
class A{
  private List<B> list;
  // getter setter
  public class B{
    @command
    public void delete(){
       // remove itself from list
       // Now how to post event to event queue to update list on browser
    }  
  }
}
class A{
  private List<B> list;
  // getter se



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: