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

Public Member Functions

 TaskEdit (ScheduledEntity scheduledEntity, ScheduledEdit scheduledEdit)
 

Detailed Description

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

Definition at line 53 of file entities/TaskEdit.java.

Constructor & Destructor Documentation

◆ TaskEdit()

org.turro.scheduler.zul.entities.TaskEdit.TaskEdit ( ScheduledEntity  scheduledEntity,
ScheduledEdit  scheduledEdit 
)

Definition at line 63 of file entities/TaskEdit.java.

63  {
64  this.scheduledEntity = scheduledEntity;
65  this.scheduledEdit = scheduledEdit;
66  children = new Panelchildren();
67  children.setStyle("padding:10px");
68  appendChild(children);
69  addFields();
70  }

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