BrightSide Workbench Full Report + Source Code
org.turro.zkoss.layout.AuxheaderAdapter Class Reference
Inheritance diagram for org.turro.zkoss.layout.AuxheaderAdapter:
Collaboration diagram for org.turro.zkoss.layout.AuxheaderAdapter:

Public Member Functions

 AuxheaderAdapter (String label, int colspan)
 

Detailed Description

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

Definition at line 26 of file AuxheaderAdapter.java.

Constructor & Destructor Documentation

◆ AuxheaderAdapter()

org.turro.zkoss.layout.AuxheaderAdapter.AuxheaderAdapter ( String  label,
int  colspan 
)

Definition at line 28 of file AuxheaderAdapter.java.

28  {
29  super(label);
30  setColspan(colspan);
31  }

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