| java.lang.Object pygmy.nntp.http.View
All known Subclasses: pygmy.nntp.http.PostView, pygmy.nntp.http.CompositeView, pygmy.nntp.http.TopicView, pygmy.nntp.http.ThreadMapView, pygmy.nntp.http.ForumView, pygmy.nntp.http.ViewDecorator, pygmy.nntp.http.MessageView,
View | abstract public class View (Code) | | |
Method Summary | |
protected void | addTableColumn(String text, String url) | protected void | addTableColumn(String text, String url, String alignment) | protected void | addTableColumnOptions(String text, String url, String options) | protected void | addTableHeaders(String[] headers) | protected void | addTableRow(String rowStyle) | protected void | addTableRow(String rowStyle, int colspan) | protected void | createHiddenField(String name, Object value) | protected String | createIcon(String iconUrl, int width, int height) | protected void | createLink(String text, String url, String clazz) | protected void | createTextField(String name, String defaultValue, int size) | protected void | createWhiteLink(String text, String url) | protected String | getForumUrl(String relativeUrl) | abstract public String | render(HttpRequest request) | protected void | tableRowEnd() |
addTableHeaders | protected void addTableHeaders(String[] headers)(Code) | | |
addTableRow | protected void addTableRow(String rowStyle)(Code) | | |
addTableRow | protected void addTableRow(String rowStyle, int colspan)(Code) | | |
createTextField | protected void createTextField(String name, String defaultValue, int size)(Code) | | |
tableRowEnd | protected void tableRowEnd()(Code) | | |
|
|