org.richfaces.component
Class UISubTable

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIData
              extended by org.ajax4jsf.ajax.repeat.UIDataAdaptor
                  extended by org.ajax4jsf.ajax.repeat.UIRepeat
                      extended by org.richfaces.component.UIDataTable
                          extended by org.richfaces.component.UISubTable
All Implemented Interfaces:
javax.faces.component.NamingContainer, javax.faces.component.StateHolder, org.ajax4jsf.ajax.repeat.AjaxDataEncoder, org.ajax4jsf.framework.ajax.AjaxChildrenEncoder, Column, Row
Direct Known Subclasses:
HtmlSubTable

public abstract class UISubTable
extends UIDataTable
implements Row

JSF component class


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ajax4jsf.ajax.repeat.UIDataAdaptor
org.ajax4jsf.ajax.repeat.UIDataAdaptor.ComponentVisitor, org.ajax4jsf.ajax.repeat.UIDataAdaptor.IndexedEvent
 
Field Summary
 
Fields inherited from class org.richfaces.component.UIDataTable
isAjaxSupport, isColumn, isNotColumn
 
Fields inherited from class org.ajax4jsf.ajax.repeat.UIDataAdaptor
COMPONENT_STATE_ATTRIBUTE, decodeVisitor, EMPTY_MODEL, updateVisitor, validateVisitor
 
Fields inherited from interface javax.faces.component.NamingContainer
SEPARATOR_CHAR
 
Constructor Summary
UISubTable()
           
 
Method Summary
 boolean isBreakBefore()
          Out this column on new row
 void setBreakBefore(boolean newBreakBefore)
           
 
Methods inherited from class org.richfaces.component.UIDataTable
columns, dataChildren, fixedChildren
 
Methods inherited from class org.ajax4jsf.ajax.repeat.UIRepeat
createComponentState, createDataModel, getDataModel, setDataModel
 
Methods inherited from class org.ajax4jsf.ajax.repeat.UIDataAdaptor
broadcast, broadcastLocal, captureOrigValue, captureOrigValue, encodeAjaxChild, encodeBegin, getAjaxKeys, getBaseClientId, getChildrenRenderer, getChildState, getClientId, getComponentState, getEncodedIds, getExtendedDataModel, getRowCount, getRowData, getRowIndex, getRowKey, getRowKeyVar, getStateVar, isRowAvailable, iterate, processDecodes, processDecodes, processUpdates, processUpdates, processValidators, processValidators, queueEvent, resetComponent, resetDataModel, restoreChildState, restoreOrigValue, restoreOrigValue, restoreState, saveChildState, saveState, setAjaxKeys, setComponentState, setExtendedDataModel, setId, setRowIndex, setRowKey, setRowKey, setRowKeyVar, setStateVar, setupVariable, walk
 
Methods inherited from class javax.faces.component.UIData
getFamily, getFirst, getFooter, getHeader, getRows, getValue, getVar, setFirst, setFooter, setHeader, setRows, setValue, setValueBinding, setVar
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendered, setRendererType, setTransient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.richfaces.component.Row
columns
 

Constructor Detail

UISubTable

public UISubTable()
Method Detail

isBreakBefore

public boolean isBreakBefore()
Description copied from interface: Column
Out this column on new row

Specified by:
isBreakBefore in interface Column
Returns:
the acceptClass

setBreakBefore

public void setBreakBefore(boolean newBreakBefore)
Specified by:
setBreakBefore in interface Column
Parameters:
newBreakBefore - the value to set


Copyright © 2007. All Rights Reserved.