Class UISheet
- java.lang.Object
-
- javax.faces.component.UIComponent
-
- javax.faces.component.UIComponentBase
-
- javax.faces.component.UIData
-
- org.apache.myfaces.tobago.internal.component.AbstractUIData
-
- org.apache.myfaces.tobago.internal.component.AbstractUISheet
-
- org.apache.myfaces.tobago.component.UISheet
-
- All Implemented Interfaces:
EventListener
,javax.faces.component.behavior.ClientBehaviorHolder
,javax.faces.component.NamingContainer
,javax.faces.component.PartialStateHolder
,javax.faces.component.StateHolder
,javax.faces.component.TransientStateHolder
,javax.faces.component.UniqueIdVendor
,javax.faces.event.ComponentSystemEventListener
,javax.faces.event.FacesListener
,javax.faces.event.SystemEventListenerHolder
,Visual
,SheetStateChangeSource
,SortActionSource
@Generated("component.stg") public class UISheet extends AbstractUISheet
Render a sheet element. UIComponent class, generated from templatecomponent.stg
with classSheetTagDeclaration
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPONENT_FAMILY
static String
COMPONENT_TYPE
-
Fields inherited from class org.apache.myfaces.tobago.internal.component.AbstractUISheet
NOT_SORTABLE_COL_MESSAGE_ID, NOT_SORTABLE_MESSAGE_ID, SORTER_ID
-
Fields inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIData
SUFFIX_EXPANDED, SUFFIX_MARKED, SUFFIX_SELECTED
-
-
Constructor Summary
Constructors Constructor Description UISheet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getColumns()
LayoutConstraints for column layout.CustomClass
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.String
getDefaultEventName()
Integer
getDirectLinkCount()
The count of rendered direct paging links in the sheet's footer.
Default:9
Collection<String>
getEventNames()
String
getFamily()
Integer
getLazyRows()
Indicate how many rows are loaded at once when lazy loading is enabled.Markup
getMarkup()
Integer
getMaxSortColumns()
The maximum count of multi-sorted columns to indicate.Selectable
getSelectable()
Indicating the selection mode of the sheet.ShowPosition
getShowDirectLinks()
Flag indicating whether or not a range of direct paging links should be rendered in the sheet's footer.ShowPosition
getShowPageRange()
Flag indicating whether and where the range pages should rendered in the sheet's footer.ShowPosition
getShowRowRange()
Flag indicating whether or not the range of displayed rows should rendered in the sheet's footer.javax.el.MethodExpression
getSortActionListenerExpression()
javax.el.MethodExpression
getStateChangeListenerExpression()
boolean
isLazy()
Lazy loading by scroll event.boolean
isShowDirectLinksArrows()
Flag indicating if paging arrows are shown near direct links
Default:false
boolean
isShowHeader()
Flag indicating the header should be rendered.boolean
isShowPageRangeArrows()
Flag indicating if paging arrows are shown near page range
Default:true
boolean
isShowPagingAlways()
Flag indicating whether or not the paging panel should be display, if it is not needed for paging.
showPagingAlways="false" which is the default means, that the paging footer should be displayed, only when it is needed.boolean
isShowRoot()
Only applicable in the case that the data model is a tree.boolean
isShowRootJunction()
Only applicable in the case that the data model is a tree.void
restoreState(javax.faces.context.FacesContext context, Object state)
void
setColumns(String columns)
void
setCustomClass(CustomClass customClass)
void
setDirectLinkCount(Integer directLinkCount)
void
setLazy(boolean lazy)
void
setLazyRows(Integer lazyRows)
void
setMarkup(Markup markup)
void
setMaxSortColumns(Integer maxSortColumns)
void
setSelectable(Selectable selectable)
void
setShowDirectLinks(ShowPosition showDirectLinks)
void
setShowDirectLinksArrows(boolean showDirectLinksArrows)
void
setShowHeader(boolean showHeader)
void
setShowPageRange(ShowPosition showPageRange)
void
setShowPageRangeArrows(boolean showPageRangeArrows)
void
setShowPagingAlways(boolean showPagingAlways)
void
setShowRoot(boolean showRoot)
void
setShowRootJunction(boolean showRootJunction)
void
setShowRowRange(ShowPosition showRowRange)
void
setSortActionListenerExpression(javax.el.MethodExpression sortActionListener)
void
setStateChangeListenerExpression(javax.el.MethodExpression stateChangeListener)
-
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUISheet
addStateChangeListener, broadcast, encodeAll, encodeBegin, getAllColumns, getColumnLayout, getCurrentPage, getExpandedState, getFirstRowIndexOfLastPage, getHeaderGrid, getLastRowIndexOfCurrentPage, getLazyFirstRow, getLazyUpdate, getPages, getRenderedChildrenOf, getSelectedState, getSheetState, getState, getStateChangeListeners, hasRowCount, init, isAtBeginning, isAtEnd, isAutoLayout, isPagingVisible, isRendersRowContainer, needMoreThanOnePage, performPaging, processEvent, processUpdates, queueEvent, removeStateChangeListener, saveState, setHeaderGrid, setLazyFirstRow, setLazyUpdate, setState, sort
-
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIData
createTreeDataModel, findComponent, getDataModel, getPath, getRowClientId, getRowIndicesOfChildren, getRowParentClientId, getSelectableAsEnum, getTreeDataModel, invokeOnComponent, isFolder, isRowsUnlimited, isRowVisible, isTreeModel, stripRowIndex, visitTree
-
Methods inherited from class javax.faces.component.UIData
createUniqueId, encodeEnd, getContainerClientId, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, isRowAvailable, isRowStatePreserved, markInitialState, processDecodes, processValidators, setDataModel, setFirst, setFooter, setHeader, setRowIndex, setRows, setRowStatePreserved, setValue, setValueBinding, setValueExpression, setVar
-
Methods inherited from class javax.faces.component.UIComponentBase
addClientBehavior, addFacesListener, clearInitialState, decode, encodeChildren, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient
-
Methods inherited from class javax.faces.component.UIComponent
getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInView, subscribeToEvent, unsubscribeFromEvent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior, getClientBehaviors
-
Methods inherited from interface org.apache.myfaces.tobago.component.Visual
getRendererType, isPlain
-
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
-
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventNames
public Collection<String> getEventNames()
- Specified by:
getEventNames
in interfacejavax.faces.component.behavior.ClientBehaviorHolder
- Overrides:
getEventNames
in classjavax.faces.component.UIComponentBase
-
getDefaultEventName
public String getDefaultEventName()
- Specified by:
getDefaultEventName
in interfacejavax.faces.component.behavior.ClientBehaviorHolder
- Overrides:
getDefaultEventName
in classjavax.faces.component.UIComponentBase
-
getFamily
public String getFamily()
- Overrides:
getFamily
in classjavax.faces.component.UIData
-
getMarkup
public Markup getMarkup()
-
setMarkup
public void setMarkup(Markup markup)
-
getShowPageRange
public ShowPosition getShowPageRange()
Flag indicating whether and where the range pages should rendered in the sheet's footer. Rendering this range also offers the capability to enter the index displayed page directly.
Default:right
Allowed Values:left,center,right,none
- Specified by:
getShowPageRange
in classAbstractUISheet
-
setShowPageRange
public void setShowPageRange(ShowPosition showPageRange)
-
isShowPagingAlways
public boolean isShowPagingAlways()
Flag indicating whether or not the paging panel should be display, if it is not needed for paging.
- showPagingAlways="false" which is the default means, that the paging footer should be displayed,
only when it is needed.
- When the rows="0" paging is not needed, so the footer will not be rendered,
- when rows="N", N > 0 and the size of the data value is <= N paging is not needed and the footer will not be rendered,
- in any other case the paging footer will be displayed.
- showPagingAlways="true" means, that the paging footer should be displayed in any case.
Default:false
- Specified by:
isShowPagingAlways
in classAbstractUISheet
- showPagingAlways="false" which is the default means, that the paging footer should be displayed,
only when it is needed.
-
setShowPagingAlways
public void setShowPagingAlways(boolean showPagingAlways)
-
getDirectLinkCount
public Integer getDirectLinkCount()
The count of rendered direct paging links in the sheet's footer.
Default:9
-
setDirectLinkCount
public void setDirectLinkCount(Integer directLinkCount)
-
isShowRootJunction
public boolean isShowRootJunction()
Only applicable in the case that the data model is a tree. This flag indicates that the root node should be displayed with an open-close-switch.
Default:false
- Overrides:
isShowRootJunction
in classAbstractUIData
-
setShowRootJunction
public void setShowRootJunction(boolean showRootJunction)
-
getColumns
public String getColumns()
LayoutConstraints for column layout. Contains a space separated list of layout tokens '<n>fr', '<x>px', '<x>%' or 'auto', where x is a number and n is an integer.
- Specified by:
getColumns
in classAbstractUISheet
-
setColumns
public void setColumns(String columns)
-
isShowHeader
public boolean isShowHeader()
Flag indicating the header should be rendered.
Default:true
- Specified by:
isShowHeader
in classAbstractUISheet
-
setShowHeader
public void setShowHeader(boolean showHeader)
-
isLazy
public boolean isLazy()
Lazy loading by scroll event.
Default:false
- Specified by:
isLazy
in classAbstractUISheet
-
setLazy
public void setLazy(boolean lazy)
-
isShowPageRangeArrows
public boolean isShowPageRangeArrows()
Flag indicating if paging arrows are shown near page range
Default:true
- Specified by:
isShowPageRangeArrows
in classAbstractUISheet
-
setShowPageRangeArrows
public void setShowPageRangeArrows(boolean showPageRangeArrows)
-
getSelectable
public Selectable getSelectable()
Indicating the selection mode of the sheet.
Default:multi
Allowed Values:none,single,singleOrNone,multi
- Specified by:
getSelectable
in classAbstractUIData
-
setSelectable
public void setSelectable(Selectable selectable)
-
getSortActionListenerExpression
public javax.el.MethodExpression getSortActionListenerExpression()
-
setSortActionListenerExpression
public void setSortActionListenerExpression(javax.el.MethodExpression sortActionListener)
-
getShowDirectLinks
public ShowPosition getShowDirectLinks()
Flag indicating whether or not a range of direct paging links should be rendered in the sheet's footer.
Default:center
Allowed Values:left,center,right,none
- Specified by:
getShowDirectLinks
in classAbstractUISheet
-
setShowDirectLinks
public void setShowDirectLinks(ShowPosition showDirectLinks)
-
isShowDirectLinksArrows
public boolean isShowDirectLinksArrows()
Flag indicating if paging arrows are shown near direct links
Default:false
- Specified by:
isShowDirectLinksArrows
in classAbstractUISheet
-
setShowDirectLinksArrows
public void setShowDirectLinksArrows(boolean showDirectLinksArrows)
-
isShowRoot
public boolean isShowRoot()
Only applicable in the case that the data model is a tree. This flag indicates that the root node should be displayed. Often in tree structures the root node is special and should not be displayed.
Default:false
- Specified by:
isShowRoot
in classAbstractUIData
-
setShowRoot
public void setShowRoot(boolean showRoot)
-
getShowRowRange
public ShowPosition getShowRowRange()
Flag indicating whether or not the range of displayed rows should rendered in the sheet's footer. Rendering this range also offers the capability to enter the index of the start row directly.
Default:left
Allowed Values:left,center,right,none
- Specified by:
getShowRowRange
in classAbstractUISheet
-
setShowRowRange
public void setShowRowRange(ShowPosition showRowRange)
-
getMaxSortColumns
public Integer getMaxSortColumns()
The maximum count of multi-sorted columns to indicate.
Default:0
- Specified by:
getMaxSortColumns
in classAbstractUISheet
-
setMaxSortColumns
public void setMaxSortColumns(Integer maxSortColumns)
-
getLazyRows
public Integer getLazyRows()
Indicate how many rows are loaded at once when lazy loading is enabled. Default is 50.
Default:50
- Specified by:
getLazyRows
in classAbstractUISheet
-
setLazyRows
public void setLazyRows(Integer lazyRows)
-
getCustomClass
public CustomClass getCustomClass()
Sets a CSS class in its parent, if the parent supports it. Which this feature it is possible to put a CSS class name into a component with the <tc:style> tag. Example:<tc:in> <tc:style customClass="my-emphasized"/> </tc:in>
One capability is, to used external CSS libs.
This feature should not be used imprudent. Because it might be unstable against changes in the renderered HTML code.
-
setCustomClass
public void setCustomClass(CustomClass customClass)
-
getStateChangeListenerExpression
public javax.el.MethodExpression getStateChangeListenerExpression()
-
setStateChangeListenerExpression
public void setStateChangeListenerExpression(javax.el.MethodExpression stateChangeListener)
-
restoreState
public void restoreState(javax.faces.context.FacesContext context, Object state)
- Specified by:
restoreState
in interfacejavax.faces.component.StateHolder
- Overrides:
restoreState
in classAbstractUISheet
-
-