Liferay 7.0-ce-m3

com.liferay.taglib.ui
Class InputEditorTag

java.lang.Object
  extended by com.liferay.taglib.TagSupport
      extended by com.liferay.taglib.BaseBodyTagSupport
          extended by com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
              extended by com.liferay.taglib.util.AttributesTagSupport
                  extended by com.liferay.taglib.util.IncludeTag
                      extended by 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


Field Summary
 
Fields inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
request, servletContext
 
Fields inherited from class com.liferay.taglib.BaseBodyTagSupport
bodyContent
 
Fields inherited from class com.liferay.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
InputEditorTag()
           
 
Method Summary
protected  void cleanUp()
           
protected  String getPage()
           
 void setAllowBrowseDocuments(boolean allowBrowseDocuments)
           
protected  void setAttributes(javax.servlet.http.HttpServletRequest request)
           
 void setConfigParams(Map<String,String> configParams)
           
 void setContents(String contents)
           
 void setContentsLanguageId(String contentsLanguageId)
           
 void setCssClass(String cssClass)
           
 void setData(Map<String,Object> data)
           
 void setEditorImpl(String editorImpl)
           
 void setFileBrowserParams(Map<String,String> fileBrowserParams)
           
 void setHeight(String height)
           
 void setInitMethod(String initMethod)
          Deprecated. As of 7.0.0, replaced by setContents(String)
 void setInlineEdit(boolean inlineEdit)
           
 void setInlineEditSaveURL(String inlineEditSaveURL)
           
 void setName(String name)
           
 void setOnBlurMethod(String onBlurMethod)
           
 void setOnChangeMethod(String onChangeMethod)
           
 void setOnFocusMethod(String onFocusMethod)
           
 void setOnInitMethod(String onInitMethod)
           
 void setPlaceholder(String placeholder)
           
 void setResizable(boolean resizable)
           
 void setSkipEditorLoading(boolean skipEditorLoading)
           
 void setToolbarSet(String toolbarSet)
           
 void setWidth(String width)
           
 
Methods inherited from class com.liferay.taglib.util.IncludeTag
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists
 
Methods inherited from class com.liferay.taglib.util.AttributesTagSupport
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttribute
 
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setPageContext, setServletContext
 
Methods inherited from class com.liferay.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.taglib.TagSupport
findAncestorWithClass, getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputEditorTag

public InputEditorTag()
Method Detail

setAllowBrowseDocuments

public void setAllowBrowseDocuments(boolean allowBrowseDocuments)

setConfigParams

public void setConfigParams(Map<String,String> configParams)

setContents

public void setContents(String contents)

setContentsLanguageId

public void setContentsLanguageId(String contentsLanguageId)

setCssClass

public void setCssClass(String cssClass)

setData

public void setData(Map<String,Object> data)

setEditorImpl

public void setEditorImpl(String editorImpl)

setFileBrowserParams

public void setFileBrowserParams(Map<String,String> fileBrowserParams)

setHeight

public void setHeight(String height)

setInitMethod

@Deprecated
public void setInitMethod(String initMethod)
Deprecated. As of 7.0.0, replaced by setContents(String)


setInlineEdit

public void setInlineEdit(boolean inlineEdit)

setInlineEditSaveURL

public void setInlineEditSaveURL(String inlineEditSaveURL)

setName

public void setName(String name)

setOnBlurMethod

public void setOnBlurMethod(String onBlurMethod)

setOnChangeMethod

public void setOnChangeMethod(String onChangeMethod)

setOnFocusMethod

public void setOnFocusMethod(String onFocusMethod)

setOnInitMethod

public void setOnInitMethod(String onInitMethod)

setPlaceholder

public void setPlaceholder(String placeholder)

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

Liferay 7.0-ce-m3