|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTag
com.mycompany.jsf.taglib.DataBarTag
This class is a tag handler that creates and configures a "javax.faces.Data" component with a "com.mycompany.Bar" renderer.
Field Summary | |
private java.lang.String |
first
|
private java.lang.String |
rows
|
private java.lang.String |
value
|
private java.lang.String |
var
|
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 | |
DataBarTag()
|
Method Summary | |
java.lang.String |
getComponentType()
Returns "javax.faces.Data". |
java.lang.String |
getRendererType()
Returns "com.mycompany.Bar". |
void |
setFirst(java.lang.String first)
Sets the value of the "first" property, i.e., the index for the first row in the component's model to process. |
protected void |
setProperties(javax.faces.component.UIComponent component)
Configures the component based on the tag handler property values. |
void |
setRows(java.lang.String rows)
Sets the value of the "rows" property, i.e., the number of rows in the component's model to process. |
void |
setValue(java.lang.String value)
Sets the component's model value, which must be a JSF value binding expression for a "javax.faces.model.DataModel" instance or a data type for which there is a wrapper model. |
void |
setVar(java.lang.String var)
Sets the value of the "var" property, i.e., the name of the request scope variable that holds the current row being processed. |
Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, release, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String first
private java.lang.String rows
private java.lang.String value
private java.lang.String var
Constructor Detail |
public DataBarTag()
Method Detail |
public void setFirst(java.lang.String first)
public void setRows(java.lang.String rows)
public void setValue(java.lang.String value)
public void setVar(java.lang.String var)
public java.lang.String getComponentType()
public java.lang.String getRendererType()
protected void setProperties(javax.faces.component.UIComponent component)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |