|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.myfaces.tobago.taglib.component.TobagoTag
org.apache.myfaces.tobago.taglib.component.TreeOldTag
@Deprecated public class TreeOldTag
| Field Summary |
|---|
| Fields inherited from class javax.faces.webapp.UIComponentTag |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
TreeOldTag()
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getActionListener()
Deprecated. |
String |
getComponentType()
Deprecated. |
String |
getDisabledReference()
Deprecated. |
String |
getIdReference()
Deprecated. |
String |
getMode()
Deprecated. |
String |
getMutable()
Deprecated. |
String |
getNameReference()
Deprecated. |
String |
getRequired()
Deprecated. |
String |
getSelectable()
Deprecated. |
String |
getShowIcons()
Deprecated. |
String |
getShowJunctions()
Deprecated. |
String |
getShowRoot()
Deprecated. |
String |
getShowRootJunction()
Deprecated. |
String |
getState()
Deprecated. |
String |
getTabIndex()
Deprecated. |
String |
getValue()
Deprecated. |
void |
release()
Deprecated. |
void |
setActionListener(String actionListener)
Deprecated. MethodBinding representing an action listener method that will be notified when this component is activated by the user. |
void |
setDisabledReference(String disabledReference)
Deprecated. Bean property reference to fetch the disabled state for the treeNode's. |
void |
setIdReference(String idReference)
Deprecated. Bean property reference to fetch the id for the treeNode's. |
void |
setMode(String mode)
Deprecated. Display option: Normal tree or menu. |
void |
setMutable(String mutable)
Deprecated. |
void |
setNameReference(String nameReference)
Deprecated. Bean property reference to fetch the label for the treeNode's. |
protected void |
setProperties(javax.faces.component.UIComponent component)
Deprecated. |
void |
setRequired(String required)
Deprecated. Flag indicating that a value is required. |
void |
setSelectable(String selectable)
Deprecated. Flag indicating whether or not this component should be render selectable items. |
void |
setShowIcons(String showIcons)
Deprecated. |
void |
setShowJunctions(String showJunctions)
Deprecated. |
void |
setShowRoot(String showRoot)
Deprecated. |
void |
setShowRootJunction(String showRootJunction)
Deprecated. |
void |
setState(String state)
Deprecated. ValueBindingExpression pointing to a object to save the component's state. |
void |
setTabIndex(String tabIndex)
Deprecated. Controls the navigation of the focus through the input controls on a page with the Tab-Key. |
void |
setTipReference(String tipReference)
Deprecated. reference to tip value. |
void |
setValue(String value)
Deprecated. A javax.swing.tree.TreeNode object to use as rootNode in the tree. |
| Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoTag |
|---|
doEndTag, doStartTag, getDisabled, getHeight, getHidden, getInline, getLabel, getReadonly, getRendererType, getTitle, getWidth, setDisabled, setHeight, setHidden, setInline, setLabel, setReadonly, setTitle, setWidth |
| Methods inherited from class javax.faces.webapp.UIComponentTag |
|---|
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
doEndTag, doStartTag, getParent, setPageContext, setParent |
| Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
|---|
setId |
| Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding |
|---|
setBinding |
| Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.IsRendered |
|---|
setRendered |
| Constructor Detail |
|---|
public TreeOldTag()
| Method Detail |
|---|
public String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class TobagoTagpublic void release()
release in interface Tagrelease in class TobagoTagpublic String getValue()
public void setValue(String value)
HasTreeNodeValue
setValue in interface HasTreeNodeValuepublic String getState()
public void setState(String state)
HasState
setState in interface HasStatepublic String getShowIcons()
public void setActionListener(String actionListener)
HasActionListener
setActionListener in interface HasActionListenerpublic String getActionListener()
public void setShowIcons(String showIcons)
setShowIcons in interface TreeOldTagDeclarationpublic String getShowJunctions()
public void setShowJunctions(String showJunctions)
setShowJunctions in interface TreeOldTagDeclarationpublic String getShowRoot()
public void setShowRoot(String showRoot)
setShowRoot in interface TreeOldTagDeclarationpublic String getShowRootJunction()
public void setShowRootJunction(String showRootJunction)
setShowRootJunction in interface TreeOldTagDeclarationpublic String getIdReference()
public void setIdReference(String idReference)
HasIdReference<UITreeNode>.getUserObject().getId() to fetch the id.
setIdReference in interface HasIdReferencepublic String getSelectable()
public void setSelectable(String selectable)
TreeOldTagDeclaration
setSelectable in interface TreeOldTagDeclarationpublic String getMutable()
public void setMutable(String mutable)
setMutable in interface TreeOldTagDeclarationpublic String getNameReference()
public void setNameReference(String nameReference)
HasNameReference<UITreeNode>.getUserObject().getName() to fetch the label.
setNameReference in interface HasNameReferencepublic String getDisabledReference()
public void setDisabledReference(String disabledReference)
TreeOldTagDeclaration<UITreeNode>.getUserObject().getDisabled() to fetch the state.
setDisabledReference in interface TreeOldTagDeclarationpublic String getRequired()
public void setRequired(String required)
IsRequired
setRequired in interface IsRequiredpublic String getMode()
public void setMode(String mode)
TreeOldTagDeclaration
setMode in interface TreeOldTagDeclarationpublic void setTipReference(String tipReference)
TreeOldTagDeclaration
setTipReference in interface TreeOldTagDeclarationpublic String getTabIndex()
public void setTabIndex(String tabIndex)
HasTabIndex
setTabIndex in interface HasTabIndex
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||