org.apache.myfaces.tobago.layout
Interface LayoutComponent
- All Superinterfaces:
- Configurable, LayoutBase
- All Known Implementing Classes:
- AbstractUIBox, AbstractUIButton, AbstractUICell, AbstractUICommand, AbstractUIDate, AbstractUIDatePicker, AbstractUIFileInput, AbstractUIImage, AbstractUIInput, AbstractUILabel, AbstractUILink, AbstractUIMediator, AbstractUIMenu, AbstractUIMenuBar, AbstractUIMessages, AbstractUIOut, AbstractUIPanel, AbstractUISelectBooleanCheckbox, AbstractUISelectMany, AbstractUISelectManyShuttle, AbstractUISelectOneBase, AbstractUISelectOneChoice, AbstractUISelectOneListbox, AbstractUISelectOneRadio, AbstractUISeparator, AbstractUISheet, AbstractUITabGroup, AbstractUITextarea, AbstractUITime, AbstractUIToolBar, AbstractUIToolBarCommand, AbstractUITree, AbstractUIWizard, UIBox, UIButton, UICalendar, UICell, UICommand, UIDate, UIDatePicker, UIExtensionPanel, UIFileInput, UIImage, UIIn, UILabel, UILink, UIMediator, UIMenu, UIMenuBar, UIMenuCommand, UIMenuItem, UIMessages, UIObject, UIOut, UIPanel, UIProgress, UISelectBooleanCheckbox, UISelectBooleanCommand, UISelectManyCheckbox, UISelectManyListbox, UISelectManyShuttle, UISelectOneChoice, UISelectOneCommand, UISelectOneListbox, UISelectOneRadio, UISeparator, UISheet, UITab, UITabGroup, UITextarea, UITime, UIToolBar, UIToolBarCheck, UIToolBarCommand, UIToolBarSelectOne, UITree, UITreeCommand, UITreeIcon, UITreeLabel, UITreeListbox, UITreeMenu, UIWizard
public interface LayoutComponent
- extends LayoutBase
A LayoutComponent is a piece which can be positioned in a LayoutContainer.
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutBase |
getCurrentHeight, getCurrentWidth, getHeight, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPreferredHeight, getPreferredWidth, getTop, getWidth, setCurrentHeight, setCurrentWidth, setHeight, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setTop, setWidth |
getColumnSpan
Integer getColumnSpan()
setColumnSpan
void setColumnSpan(Integer columnSpan)
getRowSpan
Integer getRowSpan()
setRowSpan
void setRowSpan(Integer rowSpan)
getHorizontalIndex
Integer getHorizontalIndex()
setHorizontalIndex
void setHorizontalIndex(Integer horizontalIndex)
getVerticalIndex
Integer getVerticalIndex()
setVerticalIndex
void setVerticalIndex(Integer verticalIndex)
getDisplay
Display getDisplay()
setDisplay
void setDisplay(Display display)
isRendered
boolean isRendered()
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.