|
||||||||||
| 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(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,
TreeNode treeNode)
Deprecated. |
MethodBinding |
getAction()
Deprecated. |
MethodBinding |
getActionListener()
Deprecated. |
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(FacesContext facesContext)
Deprecated. |
void |
removeActionListener(ActionListener actionListener)
Deprecated. |
void |
restoreState(FacesContext context,
Object state)
Deprecated. |
Object |
saveState(FacesContext context)
Deprecated. |
void |
setAction(MethodBinding methodBinding)
Deprecated. |
void |
setActionListener(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(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 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(FacesEvent event)
throws AbortProcessingException
broadcast in class UIInputAbortProcessingExceptionpublic MethodBinding getAction()
getAction in interface ActionSourcepublic void setAction(MethodBinding methodBinding)
setAction in interface ActionSourcepublic String getMode()
public void setMode(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 IOException
encodeBegin in class UIComponentBaseIOExceptionpublic void createDefaultToolbar(FacesContext facesContext)
public UITreeOldNode getRoot()
public void encodeChildren(FacesContext context)
throws IOException
encodeChildren in class UIComponentBaseIOException
public UITreeOldNode findUITreeNode(UITreeOldNode node,
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 Object saveState(FacesContext context)
saveState in interface StateHoldersaveState in class UIInput
public void restoreState(FacesContext context,
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 Integer getTabIndex()
public void setTabIndex(Integer tabIndex)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||