Class TextOutput
java.lang.Object
org.apache.tapestry5.corelib.components.TextOutput
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:
Name | Type | Flags | Default | Default Prefix |
---|---|---|---|---|
value | String | Required | prop |
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextOutput
public TextOutput()
-