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

Public Member Functions

 CaptionLabel (String value)
 
 CaptionLabel ()
 

Detailed Description

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

Definition at line 26 of file CaptionLabel.java.

Constructor & Destructor Documentation

◆ CaptionLabel() [1/2]

org.turro.zkoss.layout.CaptionLabel.CaptionLabel ( String  value)

Definition at line 28 of file CaptionLabel.java.

28  {
29  super(value);
30  setSclass("grid-caption");
31  }

◆ CaptionLabel() [2/2]

org.turro.zkoss.layout.CaptionLabel.CaptionLabel ( )

Definition at line 33 of file CaptionLabel.java.

33  {
34  setSclass("grid-caption");
35  }

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