207208209210211212213
* Creates the layouter for this tag. * By default, this is a {@link HorizontalLayouter} */ protected void initTagLayouter() { layouter = new HorizontalLayouter(this); }