|
||||||||||
| 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
@Deprecated public class UITreeOld
| Nested Class Summary | |
|---|---|
static class |
UITreeOld.Command
Deprecated. |
| Field Summary | |
|---|---|
static java.lang.String |
COMMAND_COPY
Deprecated. |
static java.lang.String |
COMMAND_CUT
Deprecated. |
static java.lang.String |
COMMAND_DELETE
Deprecated. |
static java.lang.String |
COMMAND_EDIT
Deprecated. |
static java.lang.String |
COMMAND_MOVE_DOWN
Deprecated. |
static java.lang.String |
COMMAND_MOVE_UP
Deprecated. |
static java.lang.String |
COMMAND_NEW
Deprecated. |
static java.lang.String |
COMMAND_PASTE
Deprecated. |
static java.lang.String |
COMMAND_PREFIX
Deprecated. |
static java.lang.String |
COMPONENT_TYPE
Deprecated. |
static java.lang.String |
FACET_TREE_NODE_COMMAND
Deprecated. |
static java.lang.String |
MARKER
Deprecated. |
static java.lang.String |
MESSAGE_NOT_LEAF
Deprecated. |
static java.lang.String |
PARAMETER_TREE_NODE_ID
Deprecated. |
static java.lang.String |
SCROLL_POSITION
Deprecated. |
static java.lang.String |
SELECT_STATE
Deprecated. |
static java.lang.String |
SEP
Deprecated. |
static java.lang.String |
TREE_DIV
Deprecated. |
static java.lang.String |
TREE_STATE
Deprecated. |
| 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 | |
|---|---|
UITreeOld()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addActionListener(ActionListener actionListener)
Deprecated. |
void |
broadcast(FacesEvent event)
Deprecated. |
void |
createDefaultToolbar(FacesContext facesContext)
Deprecated. |
void |
encodeBegin(FacesContext facesContext)
Deprecated. |
void |
encodeChildren(FacesContext context)
Deprecated. |
UITreeOldNode |
findUITreeNode(UITreeOldNode node,
javax.swing.tree.TreeNode treeNode)
Deprecated. |
MethodBinding |
getAction()
Deprecated. |
MethodBinding |
getActionListener()
Deprecated. |
ActionListener[] |
getActionListeners()
Deprecated. |
UITreeOld.Command[] |
getCommands()
Deprecated. |
java.lang.String |
getMode()
Deprecated. |
boolean |
getRendersChildren()
Deprecated. |
UITreeOldNode |
getRoot()
Deprecated. |
TreeState |
getState()
Deprecated. |
java.lang.Integer |
getTabIndex()
Deprecated. |
boolean |
isSelectableTree()
Deprecated. |
boolean |
isShowIcons()
Deprecated. |
boolean |
isShowJunctions()
Deprecated. |
boolean |
isShowRoot()
Deprecated. |
boolean |
isShowRootJunction()
Deprecated. |
void |
processDecodes(FacesContext facesContext)
Deprecated. |
void |
removeActionListener(ActionListener actionListener)
Deprecated. |
void |
restoreState(FacesContext context,
java.lang.Object state)
Deprecated. |
java.lang.Object |
saveState(FacesContext context)
Deprecated. |
void |
setAction(MethodBinding methodBinding)
Deprecated. |
void |
setActionListener(MethodBinding actionListener)
Deprecated. |
void |
setMode(java.lang.String mode)
Deprecated. |
void |
setShowIcons(boolean showIcons)
Deprecated. |
void |
setShowJunctions(boolean showJunctions)
Deprecated. |
void |
setShowRoot(boolean showRoot)
Deprecated. |
void |
setShowRootJunction(boolean showRootJunction)
Deprecated. |
void |
setState(TreeState state)
Deprecated. |
void |
setTabIndex(java.lang.Integer tabIndex)
Deprecated. |
void |
updateModel(FacesContext facesContext)
Deprecated. |
void |
validate(FacesContext context)
Deprecated. |
| 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, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, 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 MESSAGE_NOT_LEAF
public static final java.lang.String SEP
public static final java.lang.String TREE_DIV
public static final java.lang.String TREE_STATE
public static final java.lang.String SELECT_STATE
public static final java.lang.String MARKER
public static final java.lang.String SCROLL_POSITION
public static final java.lang.String FACET_TREE_NODE_COMMAND
public static final java.lang.String PARAMETER_TREE_NODE_ID
public static final java.lang.String COMMAND_PREFIX
public static final java.lang.String COMMAND_NEW
public static final java.lang.String COMMAND_DELETE
public static final java.lang.String COMMAND_EDIT
public static final java.lang.String COMMAND_CUT
public static final java.lang.String COMMAND_COPY
public static final java.lang.String COMMAND_PASTE
public static final java.lang.String COMMAND_MOVE_UP
public static final java.lang.String COMMAND_MOVE_DOWN
| Constructor Detail |
|---|
public UITreeOld()
| Method Detail |
|---|
public void broadcast(FacesEvent event)
throws AbortProcessingException
broadcast in class UIInputAbortProcessingExceptionpublic MethodBinding getAction()
getAction in interface ActionSourcepublic void setAction(MethodBinding methodBinding)
setAction in interface ActionSourcepublic java.lang.String getMode()
public void setMode(java.lang.String mode)
public MethodBinding getActionListener()
getActionListener in interface ActionSourcepublic void setActionListener(MethodBinding actionListener)
setActionListener in interface ActionSourcepublic void addActionListener(ActionListener actionListener)
addActionListener in interface ActionSourcepublic ActionListener[] getActionListeners()
getActionListeners in interface ActionSourcepublic void removeActionListener(ActionListener actionListener)
removeActionListener in interface ActionSource
public void encodeBegin(FacesContext facesContext)
throws java.io.IOException
encodeBegin in class UIComponentBasejava.io.IOExceptionpublic void createDefaultToolbar(FacesContext facesContext)
public UITreeOldNode getRoot()
public void encodeChildren(FacesContext context)
throws java.io.IOException
encodeChildren in class UIComponentBasejava.io.IOException
public UITreeOldNode findUITreeNode(UITreeOldNode node,
javax.swing.tree.TreeNode treeNode)
public boolean getRendersChildren()
getRendersChildren in class UIComponentBasepublic boolean isSelectableTree()
public void processDecodes(FacesContext facesContext)
processDecodes in class UIInputpublic void validate(FacesContext context)
validate in class UIInputpublic void updateModel(FacesContext facesContext)
updateModel in class UIInputpublic java.lang.Object saveState(FacesContext context)
saveState in interface StateHoldersaveState in class UIInput
public void restoreState(FacesContext context,
java.lang.Object state)
restoreState in interface StateHolderrestoreState in class UIInputpublic UITreeOld.Command[] getCommands()
public TreeState getState()
public void setState(TreeState state)
public boolean isShowJunctions()
public void setShowJunctions(boolean showJunctions)
public boolean isShowIcons()
public void setShowIcons(boolean showIcons)
public boolean isShowRoot()
public void setShowRoot(boolean showRoot)
public boolean isShowRootJunction()
public void setShowRootJunction(boolean showRootJunction)
public java.lang.Integer getTabIndex()
public void setTabIndex(java.lang.Integer tabIndex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||