com.liferay.taglib.ui
Class InputEditorTag
java.lang.Object
com.liferay.portal.kernel.servlet.taglib.TagSupport
com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
com.liferay.taglib.util.AttributesTagSupport
com.liferay.taglib.util.IncludeTag
com.liferay.taglib.ui.InputEditorTag
- All Implemented Interfaces:
- ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class InputEditorTag
- extends IncludeTag
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Methods inherited from class com.liferay.taglib.util.IncludeTag |
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, doStartTag, getCustomPage, getEndPage, getStartPage, include, isCleanUpSetAttributes, isUseCustomPage, processEndTag, processStartTag, runTag, setCalledSetAttributes, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists |
| Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl |
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setPageContext, setServletContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputEditorTag
public InputEditorTag()
setConfigParams
public void setConfigParams(Map<String,String> configParams)
setCssClass
public void setCssClass(String cssClass)
setEditorImpl
public void setEditorImpl(String editorImpl)
setFileBrowserParams
public void setFileBrowserParams(Map<String,String> fileBrowserParams)
setHeight
public void setHeight(String height)
setInitMethod
public void setInitMethod(String initMethod)
setName
public void setName(String name)
setOnChangeMethod
public void setOnChangeMethod(String onChangeMethod)
setResizable
public void setResizable(boolean resizable)
setSkipEditorLoading
public void setSkipEditorLoading(boolean skipEditorLoading)
setToolbarSet
public void setToolbarSet(String toolbarSet)
setWidth
public void setWidth(String width)
cleanUp
protected void cleanUp()
- Overrides:
cleanUp in class IncludeTag
getPage
protected String getPage()
- Overrides:
getPage in class IncludeTag
setAttributes
protected void setAttributes(javax.servlet.http.HttpServletRequest request)
- Overrides:
setAttributes in class IncludeTag