org.japano.action.parameter
Class HTMLEdit

java.lang.Object
  extended by org.japano.action.Parameter
      extended by org.japano.action.parameter.TextArea
          extended by org.japano.action.parameter.HTMLEdit
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class HTMLEdit
extends TextArea

Version:
$Id: HTMLEdit.java,v 1.3 2005/11/26 22:33:38 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.japano.action.Parameter
defaultValue, errorMessage, parent, validator
 
Constructor Summary
HTMLEdit()
           
 
Method Summary
protected  java.lang.String getColsDescription()
           
protected  java.lang.String getRowsDescription()
           
 
Methods inherited from class org.japano.action.parameter.TextArea
configure, createTags, getCode, toString, validate
 
Methods inherited from class org.japano.action.Parameter
addListVariable, addStyleAttributes, appendAttribute, appendStyleAttributes, clone, configureValidation, getAccessorName, getDefaultValue, getDescription, getErrorMessage, getFieldId, getMutator, getMutatorName, getName, getProperty, getQualifiedName, getRequiredMessage, getTagName, getType, getValueMethod, isRequired, makeFieldId, set, set, setDefaultValue, setDescription, setName, setParent, setProperty, setValidator, valueExpression
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLEdit

public HTMLEdit()
Method Detail

getColsDescription

protected java.lang.String getColsDescription()
Overrides:
getColsDescription in class TextArea

getRowsDescription

protected java.lang.String getRowsDescription()
Overrides:
getRowsDescription in class TextArea