org.apache.myfaces.tobago.internal.taglib.component
Interface CellTagDeclaration
- All Superinterfaces:
- HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasMarkup, IsGridLayoutComponent, IsGridLayoutComponentBase, IsGridLayoutContainer, IsRendered
Deprecated. The Cell is deprecated since Tobago 1.5.0
@Deprecated
public interface CellTagDeclaration
- extends HasIdBindingAndRendered, IsGridLayoutComponent, IsGridLayoutContainer, HasMarkup, HasCurrentMarkup
Renders a panel-like layout element with the ability to span over more than
one layout cell. A cell may only contain one child.
Method Summary |
void |
setColumnSpan(String columnSpan)
Deprecated. |
void |
setRowSpan(String rowSpan)
Deprecated. |
void |
setScrollbars(String scrollbars)
Deprecated. possible values are:
'false' : no scrollbars should be rendered
'true' : scrollbars should always be rendered
'auto' : scrollbars should be rendered when needed
|
void |
setSpanX(String spanX)
Deprecated. Count of layout columns to span over. |
void |
setSpanY(String spanY)
Deprecated. Count of layout rows to span over. |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId |
setId |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding |
setBinding |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered |
setRendered |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponentBase |
setCurrentHeight, setCurrentWidth, setDisplay, setHorizontalIndex, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setTop, setVerticalIndex |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup |
setMarkup |
setColumnSpan
void setColumnSpan(String columnSpan)
- Deprecated.
- Specified by:
setColumnSpan
in interface IsGridLayoutComponentBase
- Parameters:
columnSpan
- The number of horizontal cells this component should use.
setRowSpan
void setRowSpan(String rowSpan)
- Deprecated.
- Specified by:
setRowSpan
in interface IsGridLayoutComponentBase
- Parameters:
rowSpan
- The number of vertical cells this component should use.
setSpanX
void setSpanX(String spanX)
- Deprecated.
- Count of layout columns to span over.
setSpanY
void setSpanY(String spanY)
- Deprecated.
- Count of layout rows to span over.
setScrollbars
void setScrollbars(String scrollbars)
- Deprecated.
- possible values are:
- 'false' : no scrollbars should be rendered
- 'true' : scrollbars should always be rendered
- 'auto' : scrollbars should be rendered when needed
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.