001 package com.sptci.echo2.style;
002
003 /**
004 * Default style class for Row components.
005 *
006 * <p>Copyright 2006 Sans Pareil Technologies, Inc.</p>
007 * @author Rakesh Vidyadharan 2006-11-10
008 * @version $Id: Row.java 3334 2007-06-08 16:25:49Z rakesh $
009 */
010 public class Row extends Style
011 {
012 /**
013 * Initialise the style properties.
014 */
015 protected void init()
016 {
017 setProperty( nextapp.echo2.app.Row.PROPERTY_CELL_SPACING,
018 Extent.getInstance( 10, Extent.PX ) );
019 }
020 }