org.apache.myfaces.tobago.internal.taglib.declaration
Interface IsGridLayoutComponentWithDimension

All Superinterfaces:
IsGridLayoutComponentBase
All Known Subinterfaces:
ImageTagDeclaration, PageTagDeclaration, PopupTagDeclaration

public interface IsGridLayoutComponentWithDimension
extends IsGridLayoutComponentBase

The width and height attributes can be set explicitly on some components. Generally it should be checked, if using of a layout manager is a better alternative.


Method Summary
 void setHeight(String height)
          The height of the component in the UI.
 void setWidth(String width)
          The width of the component in the UI.
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponentBase
setColumnSpan, setCurrentHeight, setCurrentWidth, setDisplay, setHorizontalIndex, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setRowSpan, setTop, setVerticalIndex
 

Method Detail

setWidth

void setWidth(String width)
The width of the component in the UI. This value will usually be set by the layout manager, but can be set explicitly here.

Parameters:
width - The width for this component.

setHeight

void setHeight(String height)
The height of the component in the UI. This value will usually be set by the layout manager, but can be set explicitly here.

Parameters:
height - The height for this component.


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