org.apache.tapestry5.corelib.components
Class TextOutput
java.lang.Object
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:
Name | Type | Flags | Default | Default Prefix | Since | Description |
---|
value | java.lang.String | Required | | prop | | |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextOutput
public TextOutput()
Copyright © 2003-2012 The Apache Software Foundation.