Package | Description |
---|---|
org.richfaces.component |
Fundamental APIs for user interface components
|
org.richfaces.component.html |
Specialized user interface component classes for HTML
|
org.richfaces.renderkit |
Fundamental classes and interfaces defining the rendering model
|
org.richfaces.renderkit.html |
Classes defining the rendering model for HTML
|
Modifier and Type | Method and Description |
---|---|
UITreeNode |
UITree.getNodeFacet()
Locates
UITreeNode instance that has type equal to current
nodeFace. |
protected UITreeNode |
UITree.getOrCreateDefaultFacet()
Lazily creates default node representation that is used if there is no
UITreeNode child for that nodeFace |
Modifier and Type | Class and Description |
---|---|
class |
HtmlTreeNode |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
NodeRendererBase.getAjaxSelectedListenerFlag(javax.faces.context.FacesContext context,
UITreeNode treeNode) |
java.lang.String |
NodeRendererBase.getExpandedValue(javax.faces.context.FacesContext context,
UITreeNode node) |
java.lang.String |
NodeRendererBase.getHandleCollapsedDisplayStyle(javax.faces.context.FacesContext context,
UITreeNode node) |
java.lang.String |
NodeRendererBase.getHandleExpandedDisplayStyle(javax.faces.context.FacesContext context,
UITreeNode node) |
protected NodeRendererBase.DnDOptionsHolder |
NodeRendererBase.getScriptOptions(javax.faces.context.FacesContext context,
UITreeNode component) |
protected java.lang.String |
NodeRendererBase.getToggleScript(javax.faces.context.FacesContext context,
UITreeNode treeNode,
java.lang.String to) |
void |
NodeRendererBase.initializeLines(javax.faces.context.FacesContext context,
UITreeNode treeNode) |
void |
NodeRendererBase.initializeResources(javax.faces.context.FacesContext context,
UITreeNode treeNode) |
Modifier and Type | Method and Description |
---|---|
void |
TreeNodeRenderer.doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UITreeNode component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
void |
TreeNodeRenderer.doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UITreeNode component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
Copyright © 2013. All Rights Reserved.