public class RichTextAreaTag
extends javax.faces.webapp.UIComponentTag
| Constructor and Description |
|---|
RichTextAreaTag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoConfig() |
String |
getColumns() |
String |
getComponentType() |
String |
getHeight() |
String |
getJavascriptLibrary() |
String |
getJustArea() |
String |
getRendererType() |
String |
getRows() |
String |
getToolbarButtonRows() |
String |
getValue() |
String |
getWidth() |
void |
release() |
void |
setAutoConfig(String str) |
void |
setColumns(String newC) |
void |
setHeight(String newHeight) |
void |
setJavascriptLibrary(String str) |
void |
setJustArea(String newJ) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setRows(String newRows) |
void |
setToolbarButtonRows(String str) |
void |
setValue(String newValue) |
void |
setWidth(String newWidth) |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagpublic String getRendererType()
getRendererType in class javax.faces.webapp.UIComponentTagpublic void setValue(String newValue)
public String getValue()
public void setWidth(String newWidth)
public String getWidth()
public void setHeight(String newHeight)
public String getHeight()
public void setToolbarButtonRows(String str)
public String getToolbarButtonRows()
public void setJavascriptLibrary(String str)
public String getJavascriptLibrary()
public void setAutoConfig(String str)
public String getAutoConfig()
public void setColumns(String newC)
public String getColumns()
public void setRows(String newRows)
public String getRows()
public void setJustArea(String newJ)
public String getJustArea()
protected void setProperties(javax.faces.component.UIComponent component)
setProperties in class javax.faces.webapp.UIComponentTagpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentTagCopyright © 2003–2020 University of Michigan. All rights reserved.