Class PercentColGroupTag

  • All Implemented Interfaces:
    ConditionalTag, org.apache.commons.jelly.Tag

    public class PercentColGroupTag
    extends PercentCellGroupTag

    A concrete cell group tag that creates a column group for a percent layout.

    Version:
    $Id: PercentColGroupTag.java 205 2012-01-29 18:29:57Z oheger $
    Author:
    Oliver Heger
    • Constructor Detail

      • PercentColGroupTag

        public PercentColGroupTag()
    • Method Detail

      • addGroup

        protected void addGroup​(PercentLayoutTag parent,
                                CellGroup g)
        Adds the specified group object as a column group to the given percent layout tag.
        Specified by:
        addGroup in class PercentCellGroupTag
        Parameters:
        parent - the percent layout tag
        g - the new cell group