예제 #1
0
파일: Components.java 프로젝트: gotomypc/zk
 /** @deprecated As of release 6.0.0, replaced with {@link ConventionWires}. */
 public static final void wireController(
     Component comp, Object controller, char separator, boolean ignoreZScript, boolean ignoreXel) {
   ConventionWires.wireController(comp, controller, separator);
 }
예제 #2
0
파일: Components.java 프로젝트: gotomypc/zk
 /** @deprecated As of release 6.0.0, replaced with {@link ConventionWires}. */
 public static final void wireController(Component comp, Object controller, char separator) {
   ConventionWires.wireController(comp, controller, separator);
 }