org.apache.myfaces.tobago.taglib.decl
Interface HasRowLayout

All Known Subinterfaces:
GridLayoutTagDeclaration
All Known Implementing Classes:
GridLayoutTag

public interface HasRowLayout

$Id: HasRowLayout.java 474273 2006-11-13 12:15:36Z lofwyr $


Method Summary
 void setRows(String rows)
          LayoutConstraints for column layout.
 

Method Detail

setRows

void setRows(String rows)
LayoutConstraints for column layout. Semicolon separated list of layout tokens ('<x>*', '<x>px', '<x>%' or 'fixed').



Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.