|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SheetTagDeclaration
Render a sheet element.
Method Summary | |
---|---|
void |
setColumns(String columns)
LayoutConstraints for column layout. |
void |
setDirectLinkCount(String directLinkCount)
The count of rendered direct paging links in the sheet's footer. |
void |
setFirst(String first)
Zero-relative row number of the first row to be displayed. |
void |
setForceVerticalScrollbar(String forceVerticalScrollbar)
Flag indicating whether or not this sheet should reserve space for vertical toolbar when calculating column width's. |
void |
setRows(String rows)
The number of rows to display, starting with the one identified by the "first" property. |
void |
setSelectable(String selectable)
Flag indicating whether or not the sheet should be selectable. |
void |
setShowDirectLinks(String showDirectLinks)
Flag indicating whether or not a range of direct paging links should be rendered in the sheet's footer. |
void |
setShowHeader(String showHeader)
Flag indicating the header should be rendered. |
void |
setShowPageRange(String showPageRange)
Flag indicating whether and where the range pages should rendered in the sheet's footer. |
void |
setShowPagingAlways(String showPagingAlways)
Flag indicating whether or not the paging panel should be display, if it is not needed for paging. |
void |
setShowRowRange(String showRowRange)
Flag indicating whether or not the range of displayed rows should rendered in the sheet's footer. |
void |
setSortActionListener(String sortActionListener)
Method binding representing an actionListener method that will be invoked when sorting was requested by the user. |
void |
setState(String state)
Sheet state saving object. |
void |
setStateChangeListener(String stateChangeListener)
Method binding representing a stateChangeListener method that will be notified when the state was changed by the user. |
void |
setValue(String value)
The sheet's data. |
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.IsGridLayoutComponent |
---|
setHeight, setWidth |
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 |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutContainer |
---|
setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setOverflowX, setOverflowY, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup |
---|
setMarkup |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup |
---|
setCurrentMarkup |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasRenderedPartially |
---|
setRenderedPartially |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasVar |
---|
setVar |
Method Detail |
---|
void setColumns(String columns)
void setShowHeader(String showHeader)
void setRows(String rows)
void setFirst(String first)
void setValue(String value)
void setShowPagingAlways(String showPagingAlways)
void setDirectLinkCount(String directLinkCount)
void setForceVerticalScrollbar(String forceVerticalScrollbar)
'auto' : sheet try to estimate the need of scrollbar. 'true' : space for scrollbar is reserved. 'false' : no space is reserved.
void setShowDirectLinks(String showDirectLinks)
void setShowPageRange(String showPageRange)
void setShowRowRange(String showRowRange)
void setSelectable(String selectable)
void setState(String state)
void setStateChangeListener(String stateChangeListener)
void setSortActionListener(String sortActionListener)
SortActionEvent
.
The method should sort according to the sortColumnId and direction getting from
the sheet's SheetState
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |