コード例 #1
0
ファイル: Components.java プロジェクト: gotomypc/zk
 /** @deprecated As of release 6.0.0, replaced with {@link ConventionWires}. */
 public static final void wireFellows(
     IdSpace idspace,
     Object controller,
     char separator,
     boolean ignoreZScript,
     boolean ignoreXel) {
   ConventionWires.wireFellows(idspace, controller, separator, ignoreZScript, ignoreXel);
 }
コード例 #2
0
ファイル: Components.java プロジェクト: gotomypc/zk
 /** @deprecated As of release 6.0.0, replaced with {@link ConventionWires}. */
 public static final void wireFellows(IdSpace idspace, Object controller, char separator) {
   ConventionWires.wireFellows(idspace, controller, separator);
 }