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

Public Member Functions

 CrossTabRegisterByUserGrid (CrossTabRegisterByUser register)
 
CrossTabRegisterByUser getRegister ()
 
- Public Member Functions inherited from org.turro.zkoss.layout.GridLayout
 GridLayout ()
 
 GridLayout (int columns)
 
 GridLayout (String hflexs)
 
void setColumns (int columns)
 
void setColumns (String hflexs)
 
void setColCaptions (String captions)
 
void setColCaptions (String[] captions)
 
void clearRows ()
 
GridLayout addGroup (String title, boolean open)
 
GridLayout addRow ()
 
GridLayout insertBeforeRow (Row row)
 
GridLayout addCaption (String label)
 
GridLayout addValue (String value)
 
GridLayout addBoldValue (String value)
 
GridLayout addComponent (HtmlBasedComponent comp)
 
GridLayout addSpannedComponent (HtmlBasedComponent comp, int cols)
 
GridLayout addRowSpannedComponent (HtmlBasedComponent comp, int rows)
 
GridLayout addSpace ()
 
Row getCurrentRow ()
 
Rows getRows (boolean create)
 
Object getData ()
 
void setData (Object data)
 

Additional Inherited Members

- Protected Attributes inherited from org.turro.zkoss.layout.GridLayout
Row currentRow
 

Detailed Description

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

Definition at line 33 of file CrossTabRegisterByUserGrid.java.

Constructor & Destructor Documentation

◆ CrossTabRegisterByUserGrid()

org.turro.zul.log.CrossTabRegisterByUserGrid.CrossTabRegisterByUserGrid ( CrossTabRegisterByUser  register)

Definition at line 37 of file CrossTabRegisterByUserGrid.java.

37  {
38  this.register = register;
39  addColumns();
40  addRows();
41  }

Member Function Documentation

◆ getRegister()

CrossTabRegisterByUser org.turro.zul.log.CrossTabRegisterByUserGrid.getRegister ( )

Definition at line 43 of file CrossTabRegisterByUserGrid.java.

43  {
44  return register;
45  }

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