Package | Description |
---|---|
org.richfaces.component |
Fundamental APIs for user interface components
|
org.richfaces.component.html |
Specialized user interface component classes for HTML
|
org.richfaces.component.state |
Provides classes and interfaces describing component states
|
org.richfaces.component.state.events |
Provides classes and interfaces describing state events
|
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 |
---|---|
UITree |
UITreeNode.getUITree()
Finds direct parent
UITree component or throws |
Modifier and Type | Class and Description |
---|---|
class |
HtmlTree |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
TreeStateAdvisor.adviseNodeOpened(UITree tree)
Advises new node opened/closed state
|
java.lang.Boolean |
TreeStateAdvisor.adviseNodeSelected(UITree tree)
Advises new node selection
|
void |
TreeState.collapseAll(UITree tree) |
void |
TreeState.collapseNode(UITree tree,
org.richfaces.model.TreeRowKey rowKey) |
void |
TreeState.expandAll(UITree tree) |
void |
TreeState.expandNode(UITree tree,
org.richfaces.model.TreeRowKey rowKey) |
Modifier and Type | Method and Description |
---|---|
void |
TreeStateCommandsListener.collapseAll(UITree tree) |
void |
TreeStateCommandsListener.collapseNode(UITree tree,
org.richfaces.model.TreeRowKey rowKey) |
void |
TreeStateCommandsListener.expandAll(UITree tree) |
void |
TreeStateCommandsListener.expandNode(UITree tree,
org.richfaces.model.TreeRowKey rowKey) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TreeRendererBase.encodeSelectionStateInput(javax.faces.context.FacesContext context,
UITree tree) |
protected java.lang.String |
TreeRendererBase.getAjaxScript(javax.faces.context.FacesContext context,
UITree tree) |
java.lang.String |
TreeRendererBase.getOptions(javax.faces.context.FacesContext context,
UITree tree) |
protected java.lang.String |
TreeRendererBase.getSelectionValue(javax.faces.context.FacesContext context,
UITree tree) |
void |
TreeRendererBase.writeContent(javax.faces.context.FacesContext context,
UITree input) |
void |
TreeRendererBase.writeContent(javax.faces.context.FacesContext context,
UITree input,
org.richfaces.model.TreeRowKey key,
boolean withSubnodes) |
java.lang.String |
TreeRendererBase.writeScriptElement(javax.faces.context.FacesContext context,
UITree tree,
java.lang.String code) |
Constructor and Description |
---|
TreeDataModelEventNavigator(UITree tree,
org.richfaces.model.TreeRowKey floatingKey) |
Modifier and Type | Method and Description |
---|---|
void |
TreeRenderer.doEncodeBegin(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UITree component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
void |
TreeRenderer.doEncodeEnd(javax.faces.context.ResponseWriter writer,
javax.faces.context.FacesContext context,
UITree component,
org.ajax4jsf.renderkit.ComponentVariables variables) |
Copyright © 2014. All Rights Reserved.