
C - the type that this Cell representspublic static class CompositeCell extends Object
A Cell that is composed of other Cells.
When this cell is rendered, it will render each component Cell inside
a span. If the component Cell uses block level elements (such as a
Div), the component cells will stack vertically.
Copyright © 2018. All rights reserved.