|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SheetTagDeclaration
Render a sheet element.
Field Summary |
---|
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
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. The default is 9. |
void |
setFirst(String pagingStart)
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. Possible values are: |
void |
setPagingLength(String pagingLength)
Deprecated. |
void |
setPagingStart(String pagingStart)
Deprecated. |
void |
setRows(String pagingLength)
The number of rows to display, starting with the one identified by the "pageingStart/first" property. |
void |
setSelectable(String selectable)
Flag indicating whether or not the sheet should be selectable Valid values are none, single, and multi. The default is multi . |
void |
setShowDirectLinks(String showDirectLinks)
Flag indicating whether or not a range of direct paging links should be rendered in the sheet's footer. Valid values are left, center, right and none. |
void |
setShowHeader(String showHeader)
Flag indicating the header should rendered. |
void |
setShowPageRange(String showPageRange)
Flag indicating whether and where the range pages should rendered in the sheet's footer. |
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)
MethodBinding 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)
MethodBinding representing an stateChangeListener method that will be notified when the state was changed by the user. |
void |
setValue(String value)
The sheet's data. |
void |
setVar(String var)
Name of a request-scope attribute under which the model data for the row selected by the current value of the "rowIndex" property (i.e. |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
doEndTag, doStartTag, getParent, release, setPageContext, setParent |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
---|
setId |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding |
---|
setBinding |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered |
---|
setRendered |
Method Detail |
---|
void setColumns(String columns)
void setShowHeader(String showHeader)
@Deprecated void setPagingLength(String pagingLength)
void setRows(String pagingLength)
@Deprecated void setPagingStart(String pagingStart)
void setFirst(String pagingStart)
void setValue(String value)
void setVar(String var)
void setDirectLinkCount(String directLinkCount)
void setForceVerticalScrollbar(String forceVerticalScrollbar)
'auto' : sheet try to estimate the need of scrollbar, this is the default. 'true' : space for scroolbar is reserved. 'false' : no space is reserved.
void setShowDirectLinks(String showDirectLinks)
none
.
void setShowPageRange(String showPageRange)
none
.
void setShowRowRange(String showRowRange)
none
.
void setSelectable(String selectable)
multi
.
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 sheets SheetState
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |