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

Public Member Functions

void setCategory (NotificationCategory category)
 
NotificationCategory getCategory ()
 
void afterCompose ()
 

Detailed Description

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

Definition at line 33 of file AllCategoriesListbox.java.

Member Function Documentation

◆ afterCompose()

void org.turro.queue.zul.AllCategoriesListbox.afterCompose ( )

Definition at line 65 of file AllCategoriesListbox.java.

65  {
66  updateItems();
67  }

◆ getCategory()

NotificationCategory org.turro.queue.zul.AllCategoriesListbox.getCategory ( )

Definition at line 42 of file AllCategoriesListbox.java.

42  {
43  Listitem item = getSelectedItem();
44  return item != null ? item.getValue() : null;
45  }

◆ setCategory()

void org.turro.queue.zul.AllCategoriesListbox.setCategory ( NotificationCategory  category)

Definition at line 37 of file AllCategoriesListbox.java.

37  {
38  this.category = category;
39  updateItems();
40  }
Here is the caller graph for this function:

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