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

Public Member Functions

 HSeparator ()
 
 HSeparator (String spacing)
 

Detailed Description

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

Definition at line 26 of file HSeparator.java.

Constructor & Destructor Documentation

◆ HSeparator() [1/2]

org.turro.zkoss.layout.HSeparator.HSeparator ( )

Definition at line 28 of file HSeparator.java.

28  {
29  super("horizontal");
30  }

◆ HSeparator() [2/2]

org.turro.zkoss.layout.HSeparator.HSeparator ( String  spacing)

Definition at line 32 of file HSeparator.java.

32  {
33  super("horizontal");
34  setSpacing(spacing);
35  }

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