|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIData
org.apache.myfaces.tobago.internal.component.AbstractUISheet
org.apache.myfaces.tobago.component.UISheet
public class UISheet
Render a sheet element.
UIComponent class, generated from template component1.2.stg with class
SheetTagDeclaration.
| Field Summary | |
|---|---|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.apache.myfaces.tobago.internal.component.AbstractUISheet |
|---|
ATTR_SCROLL_POSITION, FACET_SORTER, MULTI, NONE, SINGLE, SORTER_ID |
| Fields inherited from class javax.faces.component.UIData |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface org.apache.myfaces.tobago.component.OnComponentPopulated |
|---|
MARKER |
| Fields inherited from interface javax.faces.component.NamingContainer |
|---|
SEPARATOR_CHAR |
| Constructor Summary | |
|---|---|
UISheet()
|
|
| Method Summary | |
|---|---|
Measure |
getBorderBottom()
This attribute is for internal use only. |
Measure |
getBorderLeft()
This attribute is for internal use only. |
Measure |
getBorderRight()
This attribute is for internal use only. |
Measure |
getBorderTop()
This attribute is for internal use only. |
String |
getColumns()
LayoutConstraints for column layout. |
Integer |
getColumnSpan()
|
Measure |
getCurrentHeight()
This value will usually be set by the layout manager. |
Markup |
getCurrentMarkup()
|
Measure |
getCurrentWidth()
This value will usually be set by the layout manager. |
Integer |
getDirectLinkCount()
The count of rendered direct paging links in the sheet's footer. |
Display |
getDisplay()
This attribute is for internal use only. |
String |
getForceVerticalScrollbar()
Flag indicating whether or not this sheet should reserve space for vertical toolbar when calculating column width's. |
Measure |
getHeight()
This value will usually be set by the layout manager. |
Integer |
getHorizontalIndex()
This attribute is for internal use only. |
Measure |
getLeft()
This value will usually be set by the layout manager. |
Measure |
getMarginBottom()
|
Measure |
getMarginLeft()
|
Measure |
getMarginRight()
|
Measure |
getMarginTop()
|
Markup |
getMarkup()
|
Measure |
getMaximumHeight()
|
Measure |
getMaximumWidth()
|
Measure |
getMinimumHeight()
|
Measure |
getMinimumWidth()
|
Measure |
getPaddingBottom()
This attribute is for internal use only. |
Measure |
getPaddingLeft()
This attribute is for internal use only. |
Measure |
getPaddingRight()
This attribute is for internal use only. |
Measure |
getPaddingTop()
This attribute is for internal use only. |
Measure |
getPreferredHeight()
|
Measure |
getPreferredWidth()
|
String[] |
getRenderedPartially()
Indicate the partially rendered Components in a case of a submit. |
Integer |
getRowSpan()
|
String |
getSelectable()
Flag indicating whether or not the sheet should be selectable. |
String |
getShowDirectLinks()
Flag indicating whether or not a range of direct paging links should be rendered in the sheet's footer. |
String |
getShowPageRange()
Flag indicating whether and where the range pages should rendered in the sheet's footer. |
String |
getShowRowRange()
Flag indicating whether or not the range of displayed rows should rendered in the sheet's footer. |
javax.faces.el.MethodBinding |
getSortActionListener()
|
javax.el.MethodExpression |
getSortActionListenerExpression()
|
javax.faces.el.MethodBinding |
getStateChangeListener()
|
Measure |
getTop()
This value will usually be set by the layout manager. |
Integer |
getVerticalIndex()
This attribute is for internal use only. |
Measure |
getWidth()
This value will usually be set by the layout manager. |
boolean |
isOverflowX()
This attribute is for internal use only. |
boolean |
isOverflowY()
This attribute is for internal use only. |
boolean |
isShowHeader()
Flag indicating the header should be rendered. |
boolean |
isShowPagingAlways()
Flag indicating whether or not the paging panel should be display, if it is not needed for paging. |
void |
restoreState(javax.faces.context.FacesContext context,
Object componentState)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setBorderBottom(Measure borderBottom)
|
void |
setBorderLeft(Measure borderLeft)
|
void |
setBorderRight(Measure borderRight)
|
void |
setBorderTop(Measure borderTop)
|
void |
setColumns(String columns)
|
void |
setColumnSpan(Integer columnSpan)
|
void |
setCurrentHeight(Measure currentHeight)
|
void |
setCurrentMarkup(Markup currentMarkup)
|
void |
setCurrentWidth(Measure currentWidth)
|
void |
setDirectLinkCount(Integer directLinkCount)
|
void |
setDisplay(Display display)
|
void |
setForceVerticalScrollbar(String forceVerticalScrollbar)
|
void |
setHeight(Measure height)
|
void |
setHorizontalIndex(Integer horizontalIndex)
|
void |
setLeft(Measure left)
|
void |
setMarginBottom(Measure marginBottom)
|
void |
setMarginLeft(Measure marginLeft)
|
void |
setMarginRight(Measure marginRight)
|
void |
setMarginTop(Measure marginTop)
|
void |
setMarkup(Markup markup)
|
void |
setMaximumHeight(Measure maximumHeight)
|
void |
setMaximumWidth(Measure maximumWidth)
|
void |
setMinimumHeight(Measure minimumHeight)
|
void |
setMinimumWidth(Measure minimumWidth)
|
void |
setOverflowX(boolean overflowX)
|
void |
setOverflowY(boolean overflowY)
|
void |
setPaddingBottom(Measure paddingBottom)
|
void |
setPaddingLeft(Measure paddingLeft)
|
void |
setPaddingRight(Measure paddingRight)
|
void |
setPaddingTop(Measure paddingTop)
|
void |
setPreferredHeight(Measure preferredHeight)
|
void |
setPreferredWidth(Measure preferredWidth)
|
void |
setRenderedPartially(String[] renderedPartially)
|
void |
setRowSpan(Integer rowSpan)
|
void |
setSelectable(String selectable)
|
void |
setShowDirectLinks(String showDirectLinks)
|
void |
setShowHeader(boolean showHeader)
|
void |
setShowPageRange(String showPageRange)
|
void |
setShowPagingAlways(boolean showPagingAlways)
|
void |
setShowRowRange(String showRowRange)
|
void |
setSortActionListener(javax.faces.el.MethodBinding sortActionListener)
|
void |
setSortActionListenerExpression(javax.el.MethodExpression sortActionListenerExpression)
|
void |
setStateChangeListener(javax.faces.el.MethodBinding stateChangeListener)
|
void |
setTop(Measure top)
|
void |
setVerticalIndex(Integer verticalIndex)
|
void |
setWidth(Measure width)
|
| Methods inherited from class javax.faces.component.UIData |
|---|
encodeEnd, getClientId, getDataModel, getFamily, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, isRowAvailable, processDecodes, processValidators, setDataModel, setFirst, setFooter, setHeader, setRowIndex, setRows, setValue, setValueExpression, setVar |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, decode, encodeChildren, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutComponent |
|---|
isRendered |
| Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
|---|
getRendererType |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public UISheet()
| Method Detail |
|---|
public Markup getMarkup()
getMarkup in interface SupportsMarkuppublic void setMarkup(Markup markup)
setMarkup in interface SupportsMarkuppublic Measure getMarginLeft()
getMarginLeft in interface LayoutBasepublic void setMarginLeft(Measure marginLeft)
setMarginLeft in interface LayoutBasepublic String getColumns()
getColumns in class AbstractUISheetpublic void setColumns(String columns)
public Measure getBorderLeft()
getBorderLeft in interface LayoutBoxpublic void setBorderLeft(Measure borderLeft)
setBorderLeft in interface LayoutBoxpublic Measure getHeight()
getHeight in interface LayoutBasepublic void setHeight(Measure height)
setHeight in interface LayoutBasepublic Measure getMinimumWidth()
getMinimumWidth in interface LayoutBasepublic void setMinimumWidth(Measure minimumWidth)
setMinimumWidth in interface LayoutBasepublic String getShowDirectLinks()
centerleft,center,right,none
public void setShowDirectLinks(String showDirectLinks)
public String getShowPageRange()
rightleft,center,right,none
public void setShowPageRange(String showPageRange)
public boolean isOverflowX()
isOverflowX in interface LayoutContainerpublic void setOverflowX(boolean overflowX)
setOverflowX in interface LayoutContainerpublic boolean isOverflowY()
isOverflowY in interface LayoutContainerpublic void setOverflowY(boolean overflowY)
setOverflowY in interface LayoutContainerpublic String getForceVerticalScrollbar()
'auto' : sheet try to estimate the need of scrollbar.
'true' : space for scrollbar is reserved.
'false' : no space is reserved.
autoauto,true,false
public void setForceVerticalScrollbar(String forceVerticalScrollbar)
public javax.faces.el.MethodBinding getStateChangeListener()
getStateChangeListener in interface SheetStateChangeSourcepublic void setStateChangeListener(javax.faces.el.MethodBinding stateChangeListener)
setStateChangeListener in interface SheetStateChangeSourcepublic Measure getBorderRight()
getBorderRight in interface LayoutBoxpublic void setBorderRight(Measure borderRight)
setBorderRight in interface LayoutBoxpublic Measure getMaximumHeight()
getMaximumHeight in interface LayoutBasepublic void setMaximumHeight(Measure maximumHeight)
setMaximumHeight in interface LayoutBasepublic Measure getCurrentWidth()
getCurrentWidth in interface LayoutBasepublic void setCurrentWidth(Measure currentWidth)
setCurrentWidth in interface LayoutBasepublic Measure getPaddingTop()
getPaddingTop in interface LayoutBoxpublic void setPaddingTop(Measure paddingTop)
setPaddingTop in interface LayoutBoxpublic Measure getMarginTop()
getMarginTop in interface LayoutBasepublic void setMarginTop(Measure marginTop)
setMarginTop in interface LayoutBasepublic Measure getWidth()
getWidth in interface LayoutBasepublic void setWidth(Measure width)
setWidth in interface LayoutBasepublic Measure getCurrentHeight()
getCurrentHeight in interface LayoutBasepublic void setCurrentHeight(Measure currentHeight)
setCurrentHeight in interface LayoutBasepublic Measure getBorderBottom()
getBorderBottom in interface LayoutBoxpublic void setBorderBottom(Measure borderBottom)
setBorderBottom in interface LayoutBoxpublic Display getDisplay()
getDisplay in interface LayoutComponentpublic void setDisplay(Display display)
setDisplay in interface LayoutComponentpublic Measure getPaddingLeft()
getPaddingLeft in interface LayoutBoxpublic void setPaddingLeft(Measure paddingLeft)
setPaddingLeft in interface LayoutBoxpublic Measure getPreferredWidth()
getPreferredWidth in interface LayoutBasepublic void setPreferredWidth(Measure preferredWidth)
setPreferredWidth in interface LayoutBasepublic Measure getBorderTop()
getBorderTop in interface LayoutBoxpublic void setBorderTop(Measure borderTop)
setBorderTop in interface LayoutBoxpublic Integer getVerticalIndex()
getVerticalIndex in interface LayoutComponentpublic void setVerticalIndex(Integer verticalIndex)
setVerticalIndex in interface LayoutComponentpublic boolean isShowPagingAlways()
false
isShowPagingAlways in class AbstractUISheetpublic void setShowPagingAlways(boolean showPagingAlways)
public Markup getCurrentMarkup()
getCurrentMarkup in interface SupportsMarkupgetCurrentMarkup in interface Configurablepublic void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup in interface SupportsMarkuppublic String[] getRenderedPartially()
getRenderedPartially in interface SupportsRenderedPartiallypublic void setRenderedPartially(String[] renderedPartially)
setRenderedPartially in interface SupportsRenderedPartiallypublic Measure getMinimumHeight()
getMinimumHeight in interface LayoutBasepublic void setMinimumHeight(Measure minimumHeight)
setMinimumHeight in interface LayoutBasepublic Integer getRowSpan()
getRowSpan in interface LayoutComponentpublic void setRowSpan(Integer rowSpan)
setRowSpan in interface LayoutComponentpublic Measure getLeft()
getLeft in interface LayoutBasepublic void setLeft(Measure left)
setLeft in interface LayoutBasepublic Integer getColumnSpan()
getColumnSpan in interface LayoutComponentpublic void setColumnSpan(Integer columnSpan)
setColumnSpan in interface LayoutComponentpublic Measure getPaddingBottom()
getPaddingBottom in interface LayoutBoxpublic void setPaddingBottom(Measure paddingBottom)
setPaddingBottom in interface LayoutBoxpublic Measure getTop()
getTop in interface LayoutBasepublic void setTop(Measure top)
setTop in interface LayoutBasepublic String getShowRowRange()
leftleft,center,right,none
public void setShowRowRange(String showRowRange)
public Measure getMarginRight()
getMarginRight in interface LayoutBasepublic void setMarginRight(Measure marginRight)
setMarginRight in interface LayoutBasepublic Measure getPreferredHeight()
getPreferredHeight in interface LayoutBasepublic void setPreferredHeight(Measure preferredHeight)
setPreferredHeight in interface LayoutBasepublic Measure getMaximumWidth()
getMaximumWidth in interface LayoutBasepublic void setMaximumWidth(Measure maximumWidth)
setMaximumWidth in interface LayoutBasepublic Measure getPaddingRight()
getPaddingRight in interface LayoutBoxpublic void setPaddingRight(Measure paddingRight)
setPaddingRight in interface LayoutBoxpublic Measure getMarginBottom()
getMarginBottom in interface LayoutBasepublic void setMarginBottom(Measure marginBottom)
setMarginBottom in interface LayoutBasepublic String getSelectable()
multinone,single,singleOrNone,multi
public void setSelectable(String selectable)
public boolean isShowHeader()
true
isShowHeader in class AbstractUISheetpublic void setShowHeader(boolean showHeader)
public Integer getDirectLinkCount()
9
public void setDirectLinkCount(Integer directLinkCount)
public javax.faces.el.MethodBinding getSortActionListener()
getSortActionListener in interface SortActionSourcepublic void setSortActionListener(javax.faces.el.MethodBinding sortActionListener)
setSortActionListener in interface SortActionSourcepublic javax.el.MethodExpression getSortActionListenerExpression()
getSortActionListenerExpression in interface SortActionSource2public void setSortActionListenerExpression(javax.el.MethodExpression sortActionListenerExpression)
setSortActionListenerExpression in interface SortActionSource2public Integer getHorizontalIndex()
getHorizontalIndex in interface LayoutComponentpublic void setHorizontalIndex(Integer horizontalIndex)
setHorizontalIndex in interface LayoutComponent
public void restoreState(javax.faces.context.FacesContext context,
Object componentState)
restoreState in interface javax.faces.component.StateHolderrestoreState in class AbstractUISheetpublic Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class AbstractUISheet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||