| Package | Description |
|---|---|
| me.jaimegarza.syntax.generator | |
| me.jaimegarza.syntax.util |
| Modifier and Type | Method and Description |
|---|---|
protected HtmlWriter.HtmlValue |
AbstractPhase.left(Object o)
Format a report entry for left alignment
|
protected HtmlWriter.HtmlValue |
AbstractPhase.right(Object o)
Format a report entry for right alignment
|
| Modifier and Type | Method and Description |
|---|---|
static HtmlWriter.HtmlValue |
HtmlWriter.left(Object o)
Create an element aligned left, for output in a table
|
static HtmlWriter.HtmlValue |
HtmlWriter.right(Object o)
Create an element aligned right, for output in a table
|
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlWriter.tableHead(String type,
HtmlWriter.HtmlValue... columnHeadersAndClasses)
Write the heading of a column to HTML
|
void |
HtmlWriter.tableRow(HtmlWriter.HtmlValue... valuesAndClasses)
Write the contents of one row of data as per the values
|
Copyright © 2017. All rights reserved.