Class TextOutput
-
- org.apache.tapestry5.corelib.components.TextOutput
-
public class TextOutput extends
Outputs paragraph oriented text, typically collected via aTextArea
component. The TextArea is split into lines, and each line it output inside its own <p> element.- See Also:
TextArea
Component Parameters Name Type Flags Default Default Prefix value String Required prop
-
-
Constructor Summary
Constructors Constructor Description TextOutput()
-
-
-
Constructor Detail
-
TextOutput
public TextOutput()
-
-