|
||||||||||
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.UIOutput
javax.faces.component.UIInput
org.apache.myfaces.tobago.component.UITreeOld
org.apache.myfaces.tobago.component.UITreeListbox
public class UITreeListbox
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.myfaces.tobago.component.UITreeOld |
---|
UITreeOld.Command |
Field Summary | |
---|---|
static java.lang.String |
BOXES_PREFIX
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class org.apache.myfaces.tobago.component.UITreeOld |
---|
COMMAND_COPY, COMMAND_CUT, COMMAND_DELETE, COMMAND_EDIT, COMMAND_MOVE_DOWN, COMMAND_MOVE_UP, COMMAND_NEW, COMMAND_PASTE, COMMAND_PREFIX, FACET_TREE_NODE_COMMAND, MARKER, MESSAGE_NOT_LEAF, PARAMETER_TREE_NODE_ID, SCROLL_POSITION, SELECT_STATE, SEP, TREE_DIV, TREE_STATE |
Fields inherited from class javax.faces.component.UIInput |
---|
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
UITreeListbox()
|
Method Summary | |
---|---|
void |
createSelectionPath()
|
void |
encodeBegin(javax.faces.context.FacesContext facesContext)
|
void |
encodeChildren(javax.faces.context.FacesContext facesContext)
|
void |
encodeEnd(javax.faces.context.FacesContext facesContext)
|
int |
getChildCount()
|
java.util.List |
getChildren()
|
java.util.List<UITreeOldNode> |
getExpandPath()
|
UITreeOldNode |
getSelectedNode(int level)
|
java.util.List<UITreeOldNode> |
getSelectionPath()
|
boolean |
isSelectedNode(javax.swing.tree.DefaultMutableTreeNode treeNode)
|
protected java.lang.String |
nodeStateId(javax.faces.context.FacesContext facesContext,
UITreeOldNode node)
|
UILayout |
provideLayout()
|
Methods inherited from class org.apache.myfaces.tobago.component.UITreeOld |
---|
addActionListener, broadcast, createDefaultToolbar, findUITreeNode, getAction, getActionListener, getActionListeners, getCommands, getMode, getRendersChildren, getRoot, getState, getTabIndex, isSelectableTree, isShowIcons, isShowJunctions, isShowRoot, isShowRootJunction, processDecodes, removeActionListener, restoreState, saveState, setAction, setActionListener, setMode, setShowIcons, setShowJunctions, setShowRoot, setShowRootJunction, setState, setTabIndex, updateModel, validate |
Methods inherited from class javax.faces.component.UIInput |
---|
addValidator, addValueChangeListener, compareValues, decode, getConvertedValue, getFamily, getSubmittedValue, getValidator, getValidators, getValue, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, processUpdates, processValidators, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, validateValue |
Methods inherited from class javax.faces.component.UIOutput |
---|
getConverter, getLocalValue, setConverter |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, findComponent, getAttributes, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.ActionSource |
---|
isImmediate, setImmediate |
Methods inherited from interface javax.faces.component.ValueHolder |
---|
getConverter, getLocalValue, setConverter |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String BOXES_PREFIX
Constructor Detail |
---|
public UITreeListbox()
Method Detail |
---|
protected java.lang.String nodeStateId(javax.faces.context.FacesContext facesContext, UITreeOldNode node)
public void encodeBegin(javax.faces.context.FacesContext facesContext) throws java.io.IOException
encodeBegin
in class UITreeOld
java.io.IOException
public void createSelectionPath()
public void encodeChildren(javax.faces.context.FacesContext facesContext) throws java.io.IOException
encodeChildren
in class UITreeOld
java.io.IOException
public void encodeEnd(javax.faces.context.FacesContext facesContext) throws java.io.IOException
encodeEnd
in class javax.faces.component.UIComponentBase
java.io.IOException
public int getChildCount()
getChildCount
in class javax.faces.component.UIComponentBase
public java.util.List getChildren()
getChildren
in class javax.faces.component.UIComponentBase
public UITreeOldNode getSelectedNode(int level)
public java.util.List<UITreeOldNode> getSelectionPath()
public java.util.List<UITreeOldNode> getExpandPath()
public boolean isSelectedNode(javax.swing.tree.DefaultMutableTreeNode treeNode)
public UILayout provideLayout()
provideLayout
in interface LayoutProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |