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

Public Member Functions

 TaskGrid ()
 
void setAddToolbar (boolean addToolbar)
 

Detailed Description

Constructor & Destructor Documentation

◆ TaskGrid()

org.turro.scheduler.zul.TaskGrid.TaskGrid ( )

Definition at line 45 of file elephant-scheduler-www/src/main/java/org/turro/scheduler/zul/TaskGrid.java.

45  {
46  addColumns();
47  addRows();
48  }

Member Function Documentation

◆ setAddToolbar()

void org.turro.scheduler.zul.TaskGrid.setAddToolbar ( boolean  addToolbar)

Definition at line 50 of file elephant-scheduler-www/src/main/java/org/turro/scheduler/zul/TaskGrid.java.

50  {
51  if(addToolbar) {
52  if(toolbar != null) getParent().removeChild(toolbar);
53  toolbar = new Toolbar();
54  getParent().insertBefore(toolbar, this);
55  addToolbarButtons();
56  }
57  }

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