org.apache.tapestry5.corelib.components
Class TextOutput

java.lang.Object
  extended by org.apache.tapestry5.corelib.components.TextOutput

public class TextOutput
extends Object

Outputs paragraph oriented text, typically collected via a TextArea component. The TextArea is split into lines, and each line it output inside its own <p> element.

See Also:
TextArea
Parameters:
NameTypeFlagsDefaultDefault PrefixSinceDescription
valuejava.lang.StringRequiredprop

Constructor Summary
TextOutput()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextOutput

public TextOutput()


Copyright © 2003-2012 The Apache Software Foundation.