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 1368577 2012-08-02 16:20:31Z lofwyr $


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

Method Detail

setWidth

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



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