public class RichTextEditArea
extends javax.faces.webapp.UIComponentTag
| Constructor and Description |
|---|
RichTextEditArea() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumns() |
String |
getComponentType() |
String |
getHasToggle() |
String |
getJustArea() |
String |
getRendererType() |
String |
getReset() |
String |
getRows() |
String |
getValue() |
void |
release() |
void |
setColumns(String newC) |
void |
setHasToggle(String hasT) |
void |
setJustArea(String newJ) |
protected void |
setProperties(javax.faces.component.UIComponent component) |
void |
setReset(String newR) |
void |
setRows(String newRows) |
static void |
setString(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue) |
void |
setValue(String newValue) |
static void |
setValueBinding(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue) |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriterpublic void setValue(String newValue)
public String getValue()
public void setColumns(String newC)
public String getColumns()
public void setRows(String newRows)
public String getRows()
public void setJustArea(String newJ)
public String getJustArea()
public void setHasToggle(String hasT)
public String getHasToggle()
public void setReset(String newR)
public String getReset()
public 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.UIComponentTagpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.faces.webapp.UIComponentTagpublic static void setString(javax.faces.component.UIComponent component,
String attributeName,
String attributeValue)
Copyright © 2005-2014 Sakai Project. All Rights Reserved.