Class EditorTag

×News: XavaPro 7.7 released - March 11 · Read more
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.openxava.web.taglib.EditorTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class EditorTag extends javax.servlet.jsp.tagext.TagSupport
Author:
Javier Paniza
See Also:
  • Constructor Details

    • EditorTag

      public EditorTag()
  • Method Details

    • doStartTag

      public int doStartTag() throws javax.servlet.jsp.JspException
      Specified by:
      doStartTag in interface javax.servlet.jsp.tagext.Tag
      Overrides:
      doStartTag in class javax.servlet.jsp.tagext.TagSupport
      Throws:
      javax.servlet.jsp.JspException
    • getProperty

      public String getProperty()
    • setProperty

      public void setProperty(String property)
    • isEditable

      public boolean isEditable()
    • setEditable

      public void setEditable(boolean editable)
    • isThrowPropertyChanged

      public boolean isThrowPropertyChanged()
    • setThrowPropertyChanged

      public void setThrowPropertyChanged(boolean throwPropertyChanged)
    • getViewObject

      public String getViewObject()
      Returns:
      the viewObject
    • setViewObject

      public void setViewObject(String viewObject)
      Parameters:
      viewObject - the viewObject to set
    • getPropertyPrefix

      public String getPropertyPrefix()
      Returns:
      the propertyPrefix
    • setPropertyPrefix

      public void setPropertyPrefix(String propertyPrefix)
      Parameters:
      propertyPrefix - the propertyPrefix to set
    • setValue

      public void setValue(Object value)