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

Public Member Functions

Date getFromDate ()
 
void setFromDate (Date fromDate)
 
String getLogComment ()
 
void setLogComment (String logComment)
 
String getLogName ()
 
void setLogName (String logName)
 
String getLogPath ()
 
void setLogPath (String logPath)
 
void refresh ()
 
void afterCompose ()
 

Detailed Description

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

Definition at line 47 of file LogListbox.java.

Member Function Documentation

◆ afterCompose()

void org.turro.zul.log.LogListbox.afterCompose ( )

Definition at line 89 of file LogListbox.java.

89  {
90  addHeaders();
91  addItems();
92  }

◆ getFromDate()

Date org.turro.zul.log.LogListbox.getFromDate ( )

Definition at line 52 of file LogListbox.java.

52  {
53  return fromDate;
54  }

◆ getLogComment()

String org.turro.zul.log.LogListbox.getLogComment ( )

Definition at line 60 of file LogListbox.java.

60  {
61  return logComment;
62  }

◆ getLogName()

String org.turro.zul.log.LogListbox.getLogName ( )

Definition at line 68 of file LogListbox.java.

68  {
69  return logName;
70  }

◆ getLogPath()

String org.turro.zul.log.LogListbox.getLogPath ( )

Definition at line 76 of file LogListbox.java.

76  {
77  return logPath;
78  }

◆ refresh()

void org.turro.zul.log.LogListbox.refresh ( )

Definition at line 84 of file LogListbox.java.

84  {
85  setModel(new ListModelList(getLogEntries()));
86  }

◆ setFromDate()

void org.turro.zul.log.LogListbox.setFromDate ( Date  fromDate)

Definition at line 56 of file LogListbox.java.

56  {
57  this.fromDate = fromDate;
58  }

◆ setLogComment()

void org.turro.zul.log.LogListbox.setLogComment ( String  logComment)

Definition at line 64 of file LogListbox.java.

64  {
65  this.logComment = logComment;
66  }

◆ setLogName()

void org.turro.zul.log.LogListbox.setLogName ( String  logName)

Definition at line 72 of file LogListbox.java.

72  {
73  this.logName = logName;
74  }

◆ setLogPath()

void org.turro.zul.log.LogListbox.setLogPath ( String  logPath)

Definition at line 80 of file LogListbox.java.

80  {
81  this.logPath = logPath;
82  }

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