Package org.zkoss.zul

Class Groupfoot

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

    public class Groupfoot
    extends Row
    Groupfoot serves as a summary row of group.

    Available in ZK PE and EE.

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

    Note: All the child of this component are automatically applied the group-cell CSS, if you don't want this CSS, you can invoke the HtmlBasedComponent.setSclass(String) after the child added.

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

      • Groupfoot

        public Groupfoot()
      • Groupfoot

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

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