|
||||||||||
| 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 String |
COMMAND_COPY
Deprecated. |
static String |
COMMAND_CUT
Deprecated. |
static String |
COMMAND_DELETE
Deprecated. |
static String |
COMMAND_EDIT
Deprecated. |
static String |
COMMAND_MOVE_DOWN
Deprecated. |
static String |
COMMAND_MOVE_UP
Deprecated. |
static String |
COMMAND_NEW
Deprecated. |
static String |
COMMAND_PASTE
Deprecated. |
static String |
COMMAND_PREFIX
Deprecated. |
static String |
COMPONENT_TYPE
Deprecated. |
static String |
FACET_TREE_NODE_COMMAND
Deprecated. |
static String |
MARKER
Deprecated. |
static String |
MESSAGE_NOT_LEAF
Deprecated. |
static String |
PARAMETER_TREE_NODE_ID
Deprecated. |
static String |
SCROLL_POSITION
Deprecated. |
static String |
SELECT_STATE
Deprecated. |
static String |
SEP
Deprecated. |
static String |
TREE_DIV
Deprecated. |
static 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(javax.faces.event.ActionListener actionListener)
Deprecated. |
void |
broadcast(javax.faces.event.FacesEvent event)
Deprecated. |
void |
createDefaultToolbar(javax.faces.context.FacesContext facesContext)
Deprecated. |
void |
encodeBegin(javax.faces.context.FacesContext facesContext)
Deprecated. |
void |
encodeChildren(javax.faces.context.FacesContext context)
Deprecated. |
UITreeOldNode |
findUITreeNode(UITreeOldNode node,
TreeNode treeNode)
Deprecated. |
javax.faces.el.MethodBinding |
getAction()
Deprecated. |
javax.faces.el.MethodBinding |
getActionListener()
Deprecated. |
javax.faces.event.ActionListener[] |
getActionListeners()
Deprecated. |
UITreeOld.Command[] |
getCommands()
Deprecated. |
String |
getMode()
Deprecated. |
boolean |
getRendersChildren()
Deprecated. |
UITreeOldNode |
getRoot()
Deprecated. |
TreeState |
getState()
Deprecated. |
Integer |
getTabIndex()
Deprecated. |
boolean |
isSelectableTree()
Deprecated. |
boolean |
isShowIcons()
Deprecated. |
boolean |
isShowJunctions()
Deprecated. |
boolean |
isShowRoot()
Deprecated. |
boolean |
isShowRootJunction()
Deprecated. |
void |
processDecodes(javax.faces.context.FacesContext facesContext)
Deprecated. |
void |
removeActionListener(javax.faces.event.ActionListener actionListener)
Deprecated. |
void |
restoreState(javax.faces.context.FacesContext context,
Object state)
Deprecated. |
Object |
saveState(javax.faces.context.FacesContext context)
Deprecated. |
void |
setAction(javax.faces.el.MethodBinding methodBinding)
Deprecated. |
void |
setActionListener(javax.faces.el.MethodBinding actionListener)
Deprecated. |
void |
setMode(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(Integer tabIndex)
Deprecated. |
void |
updateModel(javax.faces.context.FacesContext facesContext)
Deprecated. |
void |
validate(javax.faces.context.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 String COMPONENT_TYPE
public static final String MESSAGE_NOT_LEAF
public static final String SEP
public static final String TREE_DIV
public static final String TREE_STATE
public static final String SELECT_STATE
public static final String MARKER
public static final String SCROLL_POSITION
public static final String FACET_TREE_NODE_COMMAND
public static final String PARAMETER_TREE_NODE_ID
public static final String COMMAND_PREFIX
public static final String COMMAND_NEW
public static final String COMMAND_DELETE
public static final String COMMAND_EDIT
public static final String COMMAND_CUT
public static final String COMMAND_COPY
public static final String COMMAND_PASTE
public static final String COMMAND_MOVE_UP
public static final String COMMAND_MOVE_DOWN
| Constructor Detail |
|---|
public UITreeOld()
| Method Detail |
|---|
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIInputjavax.faces.event.AbortProcessingExceptionpublic javax.faces.el.MethodBinding getAction()
getAction in interface javax.faces.component.ActionSourcepublic void setAction(javax.faces.el.MethodBinding methodBinding)
setAction in interface javax.faces.component.ActionSourcepublic String getMode()
public void setMode(String mode)
public javax.faces.el.MethodBinding getActionListener()
getActionListener in interface javax.faces.component.ActionSourcepublic void setActionListener(javax.faces.el.MethodBinding actionListener)
setActionListener in interface javax.faces.component.ActionSourcepublic void addActionListener(javax.faces.event.ActionListener actionListener)
addActionListener in interface javax.faces.component.ActionSourcepublic javax.faces.event.ActionListener[] getActionListeners()
getActionListeners in interface javax.faces.component.ActionSourcepublic void removeActionListener(javax.faces.event.ActionListener actionListener)
removeActionListener in interface javax.faces.component.ActionSource
public void encodeBegin(javax.faces.context.FacesContext facesContext)
throws IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionpublic void createDefaultToolbar(javax.faces.context.FacesContext facesContext)
public UITreeOldNode getRoot()
public void encodeChildren(javax.faces.context.FacesContext context)
throws IOException
encodeChildren in class javax.faces.component.UIComponentBaseIOException
public UITreeOldNode findUITreeNode(UITreeOldNode node,
TreeNode treeNode)
public boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBasepublic boolean isSelectableTree()
public void processDecodes(javax.faces.context.FacesContext facesContext)
processDecodes in class javax.faces.component.UIInputpublic void validate(javax.faces.context.FacesContext context)
validate in class javax.faces.component.UIInputpublic void updateModel(javax.faces.context.FacesContext facesContext)
updateModel in class javax.faces.component.UIInputpublic Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIInput
public void restoreState(javax.faces.context.FacesContext context,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.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 Integer getTabIndex()
public void setTabIndex(Integer tabIndex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||