Class PercentRowGroupTag

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

    public class PercentRowGroupTag
    extends PercentCellGroupTag

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

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

      • PercentRowGroupTag

        public PercentRowGroupTag()
    • Method Detail

      • addGroup

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