public class UISheet extends AbstractUISheet implements SortActionSource2, Visual
component.stg with class
SheetTagDeclaration.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
SORTER_IDSUFFIX_EXPANDED, SUFFIX_MARKED, SUFFIX_SELECTED| Constructor and Description |
|---|
UISheet() |
| Modifier and Type | Method and 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.
|
Collection<String> |
getEventNames() |
String |
getFamily() |
Markup |
getMarkup() |
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.faces.el.MethodBinding |
getSortActionListener()
Deprecated.
since 2.0.0
|
javax.el.MethodExpression |
getSortActionListenerExpression() |
javax.faces.el.MethodBinding |
getStateChangeListener()
Deprecated.
since 2.0.0
|
javax.el.MethodExpression |
getStateChangeListenerExpression() |
Style |
getStyle()
For internal use.
|
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.
|
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 |
setColumns(String columns) |
void |
setCustomClass(CustomClass customClass) |
void |
setDirectLinkCount(Integer directLinkCount) |
void |
setMarkup(Markup markup) |
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 |
setSortActionListener(javax.faces.el.MethodBinding sortActionListener)
Deprecated.
since 2.0.0
|
void |
setSortActionListenerExpression(javax.el.MethodExpression sortActionListener) |
void |
setStateChangeListener(javax.faces.el.MethodBinding stateChangeListener)
Deprecated.
since 2.0.0
|
void |
setStateChangeListenerExpression(javax.el.MethodExpression stateChangeListener) |
void |
setStyle(Style style) |
addStateChangeListener, broadcast, encodeBegin, findComponent, getAllColumns, getColumnLayout, getCurrentPage, getExpandedState, getFirstRowIndexOfLastPage, getHeaderGrid, getLast, getLastRowIndexOfCurrentPage, getPage, getPages, getRenderedChildrenOf, getSelectedState, getSheetState, getState, getStateChangeListeners, hasRowCount, init, isAtBeginning, isAtEnd, isAutoLayout, isPagingVisible, isRendersRowContainer, needMoreThanOnePage, performPaging, processEvent, processUpdates, queueEvent, removeStateChangeListener, restoreState, saveState, setHeaderGrid, setState, sort, stripRowIndexcreateTreeDataModel, getDataModel, getPath, getRowClientId, getRowIndicesOfChildren, getRowParentClientId, getSelectableAsEnum, getTreeDataModel, hasRows, invokeOnComponent, isFolder, isRowsUnlimited, isRowVisible, isTreeModel, visitTreecreateUniqueId, encodeEnd, getContainerClientId, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, isRowAvailable, processDecodes, processValidators, setDataModel, setFirst, setFooter, setHeader, setRowIndex, setRows, setValue, setValueExpression, setVaraddClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeChildren, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindinggetClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRendererTypepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic String getFamily()
getFamily in class javax.faces.component.UIDatapublic ShowPosition getShowPageRange()
rightleft,center,right,nonepublic void setShowPageRange(ShowPosition showPageRange)
public boolean isShowPagingAlways()
falseisShowPagingAlways in class AbstractUISheetpublic void setShowPagingAlways(boolean showPagingAlways)
public Integer getDirectLinkCount()
9public void setDirectLinkCount(Integer directLinkCount)
public boolean isShowRootJunction()
falseisShowRootJunction in class AbstractUIDatapublic void setShowRootJunction(boolean showRootJunction)
public String getColumns()
getColumns in class AbstractUISheetpublic void setColumns(String columns)
public boolean isShowHeader()
trueisShowHeader in class AbstractUISheetpublic void setShowHeader(boolean showHeader)
public boolean isShowPageRangeArrows()
truepublic void setShowPageRangeArrows(boolean showPageRangeArrows)
public Selectable getSelectable()
multinone,single,singleOrNone,multigetSelectable in class AbstractUIDatapublic void setSelectable(Selectable selectable)
@Deprecated public javax.faces.el.MethodBinding getSortActionListener()
getSortActionListener in interface SortActionSource@Deprecated public void setSortActionListener(javax.faces.el.MethodBinding sortActionListener)
setSortActionListener in interface SortActionSourcepublic javax.el.MethodExpression getSortActionListenerExpression()
getSortActionListenerExpression in interface SortActionSource2public void setSortActionListenerExpression(javax.el.MethodExpression sortActionListener)
setSortActionListenerExpression in interface SortActionSource2public ShowPosition getShowDirectLinks()
centerleft,center,right,nonepublic void setShowDirectLinks(ShowPosition showDirectLinks)
public boolean isShowDirectLinksArrows()
falsepublic void setShowDirectLinksArrows(boolean showDirectLinksArrows)
public boolean isShowRoot()
falseisShowRoot in class AbstractUIDatapublic void setShowRoot(boolean showRoot)
public ShowPosition getShowRowRange()
leftleft,center,right,nonepublic void setShowRowRange(ShowPosition showRowRange)
public CustomClass getCustomClass()
<tc:in>
<tc:style customClass="my-emphasized"/>
</tc:in>
One capability is, to used external CSS libs.
getCustomClass in interface Visualpublic void setCustomClass(CustomClass customClass)
setCustomClass in interface Visualpublic Style getStyle()
@Deprecated public javax.faces.el.MethodBinding getStateChangeListener()
getStateChangeListener in interface SheetStateChangeSource@Deprecated public void setStateChangeListener(javax.faces.el.MethodBinding stateChangeListener)
setStateChangeListener in interface SheetStateChangeSourcepublic javax.el.MethodExpression getStateChangeListenerExpression()
getStateChangeListenerExpression in interface SheetStateChangeSource2public void setStateChangeListenerExpression(javax.el.MethodExpression stateChangeListener)
setStateChangeListenerExpression in interface SheetStateChangeSource2Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.