|
||||||||||
| 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.TreeListboxTag
public class TreeListboxTag
| 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 | |
|---|---|
TreeListboxTag()
|
|
| Method Summary | |
|---|---|
String |
getComponentType()
|
String |
getIdReference()
|
String |
getNameReference()
|
String |
getRequired()
|
String |
getSelectable()
|
String |
getState()
|
String |
getValue()
|
void |
release()
|
void |
setIdReference(String idReference)
Bean property reference to fetch the id for the treeNode's. |
void |
setNameReference(String nameReference)
Bean property reference to fetch the label for the treeNode's. |
protected void |
setProperties(javax.faces.component.UIComponent component)
|
void |
setRequired(String required)
Flag indicating that a value is required. |
void |
setSelectable(String selectable)
Flag indicating whether or not this component should be render selectable items. |
void |
setState(String state)
ValueBindingExpression pointing to a object to save the component's state. |
void |
setTipReference(String tipReference)
reference to tip value. |
void |
setValue(String value)
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 TreeListboxTag()
| 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 getIdReference()
public void setIdReference(String idReference)
HasIdReference<UITreeNode>.getUserObject().getId() to fetch the id.
setIdReference in interface HasIdReferencepublic String getNameReference()
public void setNameReference(String nameReference)
HasNameReference<UITreeNode>.getUserObject().getName() to fetch the label.
setNameReference in interface HasNameReferencepublic String getSelectable()
public void setSelectable(String selectable)
TreeListboxTagDeclaration
setSelectable in interface TreeListboxTagDeclarationpublic String getRequired()
public void setRequired(String required)
IsRequired
setRequired in interface IsRequiredpublic void setTipReference(String tipReference)
TreeListboxTagDeclaration
setTipReference in interface TreeListboxTagDeclaration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||