| com.icesoft.faces.component.ext.HtmlDataTable com.icesoft.faces.component.panelseries.UISeries com.icesoft.faces.component.ext.HtmlDataTable
HtmlDataTable | public class HtmlDataTable extends UISeries (Code) | | This is an extension of javax.faces.component.html.HtmlDataTable, which
provides some additional behavior to this component such as: - changes
the component's rendered state based on the authentication
- maintain
the sorting order, for a column within the dataTable
|
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
HtmlDataTable | public HtmlDataTable()(Code) | | |
getColNumber | public int getColNumber()(Code) | | |
getHeaderClassAtIndex | public String getHeaderClassAtIndex(int index)(Code) | | |
getHeaderClasses | public String getHeaderClasses()(Code) | | Return the value of the headerClasses property.
|
getRenderedOnUserRole | public String getRenderedOnUserRole()(Code) | | Return the value of the renderedOnUserRole property.
|
getSortColumn | public String getSortColumn()(Code) | | Return the value of the sortColumn property.
|
isRendered | public boolean isRendered()(Code) | | Return the value of the rendered property.
|
isSortAscending | public boolean isSortAscending()(Code) | | Return the value of the sortAscending property.
|
iterate | protected void iterate(FacesContext facesContext, PhaseId phase)(Code) | | |
processKids | public void processKids(FacesContext context, PhaseId phaseId, UIComponent kid)(Code) | | |
restoreChild | protected void restoreChild(FacesContext facesContext, UIComponent uiComponent)(Code) | | |
restoreChildrenState | protected void restoreChildrenState(FacesContext facesContext)(Code) | | |
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | Perform any processing required to restore the state from the entries
in the state Object.
|
saveChild | protected void saveChild(FacesContext facesContext, UIComponent uiComponent)(Code) | | |
saveChildrenState | protected void saveChildrenState(FacesContext facesContext)(Code) | | Save state information for all descendant components, as described for
setRowIndex() .
|
saveState | public Object saveState(FacesContext context)(Code) | | Gets the state of the instance as a Serializable
Object.
|
setColNumber | public void setColNumber(int colNumber)(Code) | | |
setColumnWidths | public void setColumnWidths(String columnWidths)(Code) | | |
setHeaderClasses | public void setHeaderClasses(String headerClasses)(Code) | | Set the value of the headerClasses property.
|
setRenderedOnUserRole | public void setRenderedOnUserRole(String renderedOnUserRole)(Code) | | Set the value of the renderedOnUserRole property.
|
setScrollHeight | public void setScrollHeight(String scrollHeight)(Code) | | |
setSortAscending | public void setSortAscending(boolean sortAscending)(Code) | | Set the value of the sortAscending property.
|
setSortColumn | public void setSortColumn(String sortColumn)(Code) | | Set the value of the sortColumn property.
|
|
|