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
Component Parameters |
---|
Name | Description | Type | Flags | Default | Default Prefix | Since |
---|
value | | 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.