|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.myfaces.tobago.taglib.component.TobagoTag
org.apache.myfaces.tobago.taglib.component.SheetTag
public class SheetTag
| Field Summary |
|---|
| Fields inherited from class javax.faces.webapp.UIComponentTag |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
SheetTag()
|
|
| Method Summary | |
|---|---|
String |
getColumns()
|
String |
getComponentType()
|
String |
getPagingLength()
|
String |
getPagingStart()
|
String |
getShowHeader()
|
String |
getStateChangeListener()
|
String |
getValue()
|
String |
getVar()
|
void |
release()
|
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 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. |
void |
setPagingLength(String pagingLength)
Please use "rows" instead. |
void |
setPagingStart(String pagingStart)
Please use "first" instead. |
protected void |
setProperties(javax.faces.component.UIComponent component)
|
void |
setRows(String pagingLength)
The number of rows to display, starting with the one identified by the "pagingStart/first" property. |
void |
setSelectable(String selectable)
Flag indicating whether or not the sheet should be selectable Valid values are none, single, and multi. |
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 |
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. |
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. also the current value of the "rowData" property) will be exposed. |
| Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoTag |
|---|
doEndTag, doStartTag, getDisabled, getHeight, getHidden, getInline, getLabel, getReadonly, getRendererType, getTitle, getWidth, setDisabled, setHeight, setHidden, setInline, setLabel, setReadonly, setTitle, setWidth |
| Methods inherited from class javax.faces.webapp.UIComponentTag |
|---|
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
doEndTag, doStartTag, getParent, 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 |
| Constructor Detail |
|---|
public SheetTag()
| Method Detail |
|---|
public String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagpublic void release()
release in interface Tagrelease in class TobagoTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class TobagoTagpublic String getColumns()
public void setColumns(String columns)
SheetTagDeclaration
setColumns in interface SheetTagDeclarationpublic String getShowHeader()
public void setShowHeader(String showHeader)
SheetTagDeclaration
setShowHeader in interface SheetTagDeclarationpublic String getPagingLength()
public void setPagingLength(String pagingLength)
SheetTagDeclaration
setPagingLength in interface SheetTagDeclarationpublic void setRows(String pagingLength)
SheetTagDeclaration
setRows in interface SheetTagDeclarationpublic String getPagingStart()
public String getStateChangeListener()
public void setPagingStart(String pagingStart)
SheetTagDeclaration
setPagingStart in interface SheetTagDeclarationpublic void setFirst(String pagingStart)
SheetTagDeclaration
setFirst in interface SheetTagDeclarationpublic String getValue()
public void setValue(String value)
SheetTagDeclaration
setValue in interface SheetTagDeclarationpublic String getVar()
public void setVar(String var)
SheetTagDeclaration
setVar in interface SheetTagDeclarationpublic void setDirectLinkCount(String directLinkCount)
SheetTagDeclaration
setDirectLinkCount in interface SheetTagDeclarationpublic void setForceVerticalScrollbar(String forceVerticalScrollbar)
SheetTagDeclaration
'auto' : sheet try to estimate the need of scrollbar
'true' : space for scroolbar is reserved.
'false' : no space is reserved.
setForceVerticalScrollbar in interface SheetTagDeclarationpublic void setShowDirectLinks(String showDirectLinks)
SheetTagDeclaration
setShowDirectLinks in interface SheetTagDeclarationpublic void setShowPageRange(String showPageRange)
SheetTagDeclaration
setShowPageRange in interface SheetTagDeclarationpublic void setShowRowRange(String showRowRange)
SheetTagDeclaration
setShowRowRange in interface SheetTagDeclarationpublic void setState(String state)
SheetTagDeclaration
setState in interface SheetTagDeclarationpublic void setStateChangeListener(String stateChangeListener)
SheetTagDeclaration
setStateChangeListener in interface SheetTagDeclarationpublic void setSortActionListener(String sortActionListener)
SheetTagDeclarationSortActionEvent.
The method should sort according to the sortColumnId and direction getting from
the sheet's SheetState object.
setSortActionListener in interface SheetTagDeclarationpublic void setSelectable(String selectable)
SheetTagDeclaration
setSelectable in interface SheetTagDeclaration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||