|
||||||||||
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.AbstractUIData
org.apache.myfaces.tobago.internal.component.AbstractUITree
public abstract class AbstractUITree
Field Summary | |
---|---|
static String |
MARKED
Deprecated. since 2.0.0 |
static String |
MESSAGE_NOT_LEAF
|
static String |
SELECT_STATE
Deprecated. since 2.0.0 |
static String |
SEP
Deprecated. since 2.0.0 |
Fields inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIData |
---|
SUFFIX_EXPANDED, SUFFIX_MARKED, SUFFIX_SELECTED |
Fields inherited from class javax.faces.component.UIData |
---|
COMPONENT_FAMILY, COMPONENT_TYPE |
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
AbstractUITree()
|
Method Summary | |
---|---|
ExpandedState |
getExpandedState()
|
MixedTreeModel |
getModel()
Deprecated. Since 2.0.0. |
boolean |
getRendersChildren()
|
javax.faces.component.UIComponent |
getRoot()
Deprecated. since 2.0.0 |
SelectedState |
getSelectedState()
|
TreeState |
getState()
|
void |
processDecodes(javax.faces.context.FacesContext facesContext)
|
void |
processUpdates(javax.faces.context.FacesContext facesContext)
|
void |
processValidators(javax.faces.context.FacesContext facesContext)
|
void |
restoreState(javax.faces.context.FacesContext context,
Object componentState)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setState(TreeState state)
|
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIData |
---|
createTreeDataModel, encodeBegin, getDataModel, getPath, getRowClientId, getRowIndicesOfChildren, getRowParentClientId, getSelectableAsEnum, getTreeDataModel, hasRows, invokeOnComponent, isFolder, isRendersRowContainer, isRowsUnlimited, isRowVisible, isShowRoot, isShowRootJunction, isTreeModel |
Methods inherited from class javax.faces.component.UIData |
---|
broadcast, createUniqueId, encodeEnd, getContainerClientId, getFamily, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, isRowAvailable, queueEvent, setDataModel, setFirst, setFooter, setHeader, setRowIndex, setRows, setValue, setValueExpression, setVar, visitTree |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeChildren, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, initialStateMarked, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, 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 org.apache.myfaces.tobago.layout.LayoutComponent |
---|
getColumnSpan, getDisplay, getHorizontalIndex, getRowSpan, getVerticalIndex, isRendered, setColumnSpan, setDisplay, setHorizontalIndex, setRowSpan, setVerticalIndex |
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutBase |
---|
getCurrentHeight, getCurrentWidth, getHeight, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaximumHeight, getMaximumWidth, getMinimumHeight, getMinimumWidth, getPreferredHeight, getPreferredWidth, getTop, getWidth, setCurrentHeight, setCurrentWidth, setHeight, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setTop, setWidth |
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
---|
getCurrentMarkup, getRendererType |
Field Detail |
---|
public static final String MESSAGE_NOT_LEAF
@Deprecated public static final String SEP
@Deprecated public static final String SELECT_STATE
@Deprecated public static final String MARKED
Constructor Detail |
---|
public AbstractUITree()
Method Detail |
---|
public void processValidators(javax.faces.context.FacesContext facesContext)
processValidators
in class javax.faces.component.UIData
public void processUpdates(javax.faces.context.FacesContext facesContext)
processUpdates
in class javax.faces.component.UIData
@Deprecated public javax.faces.component.UIComponent getRoot()
@Deprecated public MixedTreeModel getModel()
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.component.UIComponentBase
public void processDecodes(javax.faces.context.FacesContext facesContext)
processDecodes
in class javax.faces.component.UIData
public void setState(TreeState state)
public TreeState getState()
public SelectedState getSelectedState()
getSelectedState
in class AbstractUIData
public ExpandedState getExpandedState()
getExpandedState
in class AbstractUIData
public void restoreState(javax.faces.context.FacesContext context, Object componentState)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |