|
||||||||||
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.UIColumn
org.apache.myfaces.tobago.internal.component.AbstractUIColumn
org.apache.myfaces.tobago.internal.component.AbstractUITreeNode
public abstract class AbstractUITreeNode
Field Summary |
---|
Fields inherited from class javax.faces.component.UIColumn |
---|
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 |
Constructor Summary | |
---|---|
AbstractUITreeNode()
|
Method Summary | |
---|---|
void |
addTreeExpansionListener(TreeExpansionListener listener)
Deprecated. since 2.0.0 |
void |
addTreeMarkedListener(TreeMarkedListener listener)
Deprecated. since 2.0.0 |
void |
buildTreeModelBegin(javax.faces.context.FacesContext facesContext,
MixedTreeModel model)
Deprecated. since 2.0.0 |
void |
buildTreeModelChildren(javax.faces.context.FacesContext facesContext,
MixedTreeModel model)
Deprecated. since 2.0.0 |
void |
buildTreeModelEnd(javax.faces.context.FacesContext facesContext,
MixedTreeModel model)
Deprecated. since 2.0.0 |
void |
encodeBegin(javax.faces.context.FacesContext facesContext)
|
int |
getDepth()
Deprecated. since 2.0.0 |
List<Boolean> |
getJunctions()
|
int |
getLevel()
Returns the level of the tree node inside of the virtual tree. |
TreePath |
getPath()
|
protected TreeNode |
getRowData()
Deprecated. since 2.0.0 |
javax.faces.el.MethodBinding |
getTreeExpansionListener()
Deprecated. since 2.0.0 |
TreeExpansionListener[] |
getTreeExpansionListeners()
Deprecated. since 2.0.0 |
javax.faces.el.MethodBinding |
getTreeMarkedListener()
Deprecated. since 2.0.0 |
TreeMarkedListener[] |
getTreeMarkedListeners()
Deprecated. since 2.0.0 |
boolean |
isExpanded()
Deprecated. since 2.0.0 |
boolean |
isFolder()
|
boolean |
isHasNextSibling()
Deprecated. since 2.0.0 |
boolean |
isMarked()
Deprecated. since 2.0.0 |
boolean |
isSelected()
Deprecated. since 2.0.0 |
String |
nodeStateId(javax.faces.context.FacesContext facesContext)
|
void |
removeStateChangeListener(TreeExpansionListener listener)
Deprecated. since 2.0.0 |
void |
removeStateChangeListener(TreeMarkedListener listener)
Deprecated. since 2.0.0 |
void |
setDepth(int depth)
Deprecated. since 2.0.0 |
void |
setExpanded(boolean expanded)
Deprecated. since 2.0.0 |
void |
setFolder(boolean folder)
Deprecated. since 2.0.0 |
void |
setHasNextSibling(boolean hasNextSibling)
Deprecated. since 2.0.0 |
void |
setJunctions(List<Boolean> junctions)
Deprecated. since 2.0.0 |
void |
setMarked(boolean b)
Deprecated. since 2.0.0 |
void |
setPath(TreePath path)
Deprecated. since 2.0.0 |
void |
setSelected(boolean selected)
Deprecated. since 2.0.0 |
void |
setTreeExpansionListener(javax.faces.el.MethodBinding treeExpansionListener)
Deprecated. since 2.0.0 |
void |
setTreeMarkedListener(javax.faces.el.MethodBinding treeMarkedListener)
Deprecated. since 2.0.0 |
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIColumn |
---|
getWidth, isResizable |
Methods inherited from class javax.faces.component.UIColumn |
---|
getFamily, getFooter, getHeader, getId, setFooter, setHeader |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, 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.component.SupportsMarkup |
---|
getCurrentMarkup, getMarkup, setCurrentMarkup, setMarkup |
Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
---|
getCurrentMarkup, getRendererType |
Methods inherited from interface org.apache.myfaces.tobago.layout.LayoutBox |
---|
getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop |
Constructor Detail |
---|
public AbstractUITreeNode()
Method Detail |
---|
public void encodeBegin(javax.faces.context.FacesContext facesContext) throws IOException
encodeBegin
in class javax.faces.component.UIComponentBase
IOException
public int getLevel()
public List<Boolean> getJunctions()
public boolean isFolder()
public TreePath getPath()
public String nodeStateId(javax.faces.context.FacesContext facesContext)
@Deprecated protected TreeNode getRowData()
@Deprecated public void buildTreeModelBegin(javax.faces.context.FacesContext facesContext, MixedTreeModel model)
buildTreeModelBegin
in interface TreeModelBuilder
@Deprecated public void buildTreeModelChildren(javax.faces.context.FacesContext facesContext, MixedTreeModel model)
buildTreeModelChildren
in interface TreeModelBuilder
@Deprecated public void buildTreeModelEnd(javax.faces.context.FacesContext facesContext, MixedTreeModel model)
buildTreeModelEnd
in interface TreeModelBuilder
@Deprecated public int getDepth()
@Deprecated public void setDepth(int depth)
@Deprecated public void setFolder(boolean folder)
@Deprecated public void setPath(TreePath path)
@Deprecated public void setJunctions(List<Boolean> junctions)
@Deprecated public boolean isHasNextSibling()
@Deprecated public void setHasNextSibling(boolean hasNextSibling)
@Deprecated public javax.faces.el.MethodBinding getTreeExpansionListener()
@Deprecated public void setTreeExpansionListener(javax.faces.el.MethodBinding treeExpansionListener)
@Deprecated public void addTreeExpansionListener(TreeExpansionListener listener)
@Deprecated public TreeExpansionListener[] getTreeExpansionListeners()
@Deprecated public void removeStateChangeListener(TreeExpansionListener listener)
@Deprecated public javax.faces.el.MethodBinding getTreeMarkedListener()
@Deprecated public void setTreeMarkedListener(javax.faces.el.MethodBinding treeMarkedListener)
@Deprecated public void addTreeMarkedListener(TreeMarkedListener listener)
@Deprecated public TreeMarkedListener[] getTreeMarkedListeners()
@Deprecated public void removeStateChangeListener(TreeMarkedListener listener)
@Deprecated public boolean isMarked()
@Deprecated public void setMarked(boolean b)
@Deprecated public boolean isExpanded()
@Deprecated public void setExpanded(boolean expanded)
@Deprecated public boolean isSelected()
@Deprecated public void setSelected(boolean selected)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |