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

All Superinterfaces:
IsGridLayoutComponentBase
All Known Subinterfaces:
BoxTagDeclaration, BoxToolBarTagDeclaration, ButtonTagDeclaration, CalendarTagDeclaration, CellTagDeclaration, CommandTagDeclaration, DatePickerTagDeclaration, DateTagDeclaration, ExtensionPanelDeclaration, FileTagDeclaration, InputTagDeclaration, InTagDeclaration, LabelTagDeclaration, LinkTagDeclaration, MediatorTagDeclaration, MenuBarTagDeclaration, MenuTagDeclaration, MessagesTagDeclaration, ObjectTagDeclaration, OutTagDeclaration, PanelTagDeclaration, ProgressTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, SelectOneTagDeclaration, SeparatorTagDeclaration, SheetPageCommandTagDeclaration, SheetTagDeclaration, TabGroupTagDeclaration, TabGroupToolBarTagDeclaration, TextareaTagDeclaration, TimeTagDeclaration, ToolBarCommandTagDeclaration, ToolBarTagDeclaration, TreeCommandTagDeclaration, TreeIconTagDeclaration, TreeLabelTagDeclaration, TreeListboxTagDeclaration, TreeMenuCommandTagDeclaration, TreeMenuLabelTagDeclaration, TreeMenuTagDeclaration, TreeTagDeclaration, WizardTagDeclaration

public interface IsGridLayoutComponent
extends IsGridLayoutComponentBase


Method Summary
 void setHeight(String height)
          This value will usually be set by the layout manager.
 void setWidth(String width)
          This value will usually be set by the layout manager.
 
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)
This value will usually be set by the layout manager.

Parameters:
width - The width for this component.

setHeight

void setHeight(String height)
This value will usually be set by the layout manager.

Parameters:
height - The height for this component.


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