BrightSide Workbench Full Report + Source Code
org.turro.log.LogControl Class Reference
Inheritance diagram for org.turro.log.LogControl:
Collaboration diagram for org.turro.log.LogControl:

Public Member Functions

void onSearch ()
 
 LogControl ()
 
void afterCompose ()
 
void setGeneratorPath (String generatorPath)
 
void setEntityPath (String entityPath)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 35 of file LogControl.java.

Constructor & Destructor Documentation

◆ LogControl()

org.turro.log.LogControl.LogControl ( )

Definition at line 57 of file LogControl.java.

57  {
58  Executions.createComponents("/WEB-INF/_zul/bs/comps/log/logControl.zul", this, null);
59  Selectors.wireComponents(this, this, false);
60  Selectors.wireEventListeners(this, this);
61  }

Member Function Documentation

◆ afterCompose()

void org.turro.log.LogControl.afterCompose ( )

Definition at line 64 of file LogControl.java.

64  {
65  initComponents();
66  }

◆ onSearch()

void org.turro.log.LogControl.onSearch ( )

Definition at line 49 of file LogControl.java.

49  {
50  entries.setMax(max.getValue());
51  entries.setComment(comment.getValue());
52  entries.setGeneratorPath(generatorPath);
53  entries.setEntityPath(entityPath);
54  entries.search();
55  }
Here is the call graph for this function:

◆ setEntityPath()

void org.turro.log.LogControl.setEntityPath ( String  entityPath)

Definition at line 72 of file LogControl.java.

72  {
73  this.entityPath = entityPath;
74  }

◆ setGeneratorPath()

void org.turro.log.LogControl.setGeneratorPath ( String  generatorPath)

Definition at line 68 of file LogControl.java.

68  {
69  this.generatorPath = generatorPath;
70  }

The documentation for this class was generated from the following file: