public class DataLineTag
extends javax.faces.webapp.UIComponentTag
Description:
This class is the tag handler that evaluates the script
custom tag.
Based on example code by Sun Microsystems.
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
DataLineTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentType() |
String |
getRendererType() |
void |
setFirst(String first) |
protected void |
setProperties(javax.faces.component.UIComponent component)
Set the properties.
|
void |
setRows(String rows) |
void |
setSeparator(String separator) |
void |
setValue(String value) |
void |
setVar(String var) |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, release, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagpublic String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentTagcomponent - public void setFirst(String first)
first - public void setRows(String rows)
rows - public void setValue(String value)
value - public void setVar(String var)
var - public void setSeparator(String separator)
separator - Copyright © 2005-2014 Sakai Project. All Rights Reserved.