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

All Known Subinterfaces:
GridLayoutTagDeclaration
All Known Implementing Classes:
GridLayoutTag

public interface HasRowLayout

$Id: HasRowLayout.java 1368577 2012-08-02 16:20:31Z lofwyr $


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

Method Detail

setRows

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



Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.