Package org.zkoss.zul

Class Listgroup

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Component, Scope, ComponentCtrl

    public class Listgroup
    extends Listitem
    Adds the ability for single level grouping to the Listbox.

    Available in ZK PE and EE.

    Event:

    1. onOpen is sent when this listgroup is opened or closed by user.

    Default getZclass(): z-listgroup (since 5.0.0)

    Since:
    3.5.0
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Detail

      • Listgroup

        public Listgroup()
      • Listgroup

        public Listgroup​(java.lang.String label)
      • Listgroup

        public Listgroup​(java.lang.String label,
                         T value)