19 package org.turro.log;
21 import org.zkoss.zk.ui.Executions;
22 import org.zkoss.zk.ui.IdSpace;
23 import org.zkoss.zk.ui.ext.AfterCompose;
24 import org.zkoss.zk.ui.select.Selectors;
25 import org.zkoss.zk.ui.select.annotation.Listen;
26 import org.zkoss.zk.ui.select.annotation.Wire;
27 import org.zkoss.zul.Intbox;
28 import org.zkoss.zul.Panel;
29 import org.zkoss.zul.Textbox;
35 public class LogControl extends Panel implements IdSpace, AfterCompose {
37 private String generatorPath, entityPath;
43 private Textbox comment;
48 @Listen(
"onClick = #search")
50 entries.
setMax(max.getValue());
58 Executions.createComponents(
"/WEB-INF/_zul/bs/comps/log/logControl.zul",
this,
null);
59 Selectors.wireComponents(
this,
this,
false);
60 Selectors.wireEventListeners(
this,
this);
69 this.generatorPath = generatorPath;
73 this.entityPath = entityPath;
76 private void initComponents() {
78 comment.setValue(
"*");
83 private void updateButtons() {
void setGeneratorPath(String generatorPath)
void setComment(String comment)
void setEntityPath(String entityPath)
void setEntityPath(String entityPath)
void setGeneratorPath(String generatorPath)