A {@link Cell} that is composed of other {@link Cell}s.
When this cell is rendered, it will render each component {@link Cell} insidea span. If the component {@link Cell} uses block level elements (such as aDiv), the component cells will stack vertically.
Note: This class is new and its interface subject to change.
@param < C> the type that this Cell represents
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|