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

All Known Subinterfaces:
ColumnTagDeclaration, HasDimension, ImageTagDeclaration, PageTagDeclaration, PopupTagDeclaration
All Known Implementing Classes:
ColumnTag, ImageTag, PageTag, PopupTag

public interface HasWidth

$Id: HasWidth.java 601107 2007-12-04 22:12:14Z bommel $


Method Summary
 void setWidth(String width)
          The width for this component.
 

Method Detail

setWidth

void setWidth(String width)
The width for this component. This value is used in the gridLayouts columns attribute. See gridLayout tag for valid values.



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