1 14 package org.wings.plaf.css; 15 16 17 import org.wings.SComponent; 18 import org.wings.SContainer; 19 import org.wings.io.Device; 20 21 public class ContainerCG extends AbstractComponentCG implements 22 org.wings.plaf.PanelCG { 23 public void writeContent(final Device device, final SComponent component) 24 throws java.io.IOException { 25 Utils.renderContainer(device, (SContainer) component); 26 } 27 } 28 | Popular Tags |