| Package | Description |
|---|---|
| org.apache.tapestry.html |
Components specific to the creation of HTML pages, including sophisticated
DHTML JavaScript effects.
|
| Modifier and Type | Field and Description |
|---|---|
static InsertTextMode |
InsertTextMode.BREAK
Mode where each line (after the first) is preceded by a <br> tag.
|
static InsertTextMode |
InsertTextMode.PARAGRAPH
Mode where each line is wrapped with a <p> element.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InsertTextMode |
InsertText.getMode()
Parameter
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
InsertText.setMode(InsertTextMode mode) |