Package org.zkoss.zk.ui.metainfo

Examples of org.zkoss.zk.ui.metainfo.EventHandler


    }
    throw new ComponentNotFoundException(name+" not found");
  }

  public ZScript getEventHandler(String evtnm) {
    final EventHandler evthd = _auxinf != null && _auxinf.evthds != null ?
      _auxinf.evthds.get(this, evtnm): null;
    return evthd != null ? evthd.getZScript(): null;
  }
View Full Code Here

TOP

Related Classes of org.zkoss.zk.ui.metainfo.EventHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.