@Authors(value="Nikolche Mihajlovski") @Since(value="2.0.0") public abstract class AbstractWidget<W extends AbstractWidget<?>> extends org.rapidoid.RapidoidThing implements org.rapidoid.html.TagWidget<Object>, org.rapidoid.util.Constants
AMP, ANY, ASTERISK, BYTE_0, COL, CR, CR_, CR_LF, CR_LF_CR_LF, DELETE, EMPTY_ARRAY, EMPTY_STRING_ARRAY, EQ, F, GET, GET_OR_POST, HEAD, HTTP_VERBS, LAST_6, LF, LF_, LF_LF, MALFORMED_CHAR, NOT_FOUND, OPTIONS, PATCH, POST, PUT, SEMI_COL, SEPARATOR_LINE, SPACE, SPACE_, T, TRACE, UTF8_2_BYTES_LEAD, UTF8_3_BYTES_LEAD, UTF8_4_BYTES_LEAD, UTF8_CONTINUATION| Constructor and Description |
|---|
AbstractWidget() |
| Modifier and Type | Method and Description |
|---|---|
protected static org.rapidoid.html.tag.ATag |
a(Object... contents) |
protected static org.rapidoid.html.Tag |
div(Object... contents) |
protected static org.rapidoid.html.Tag |
li(Object... contents) |
protected W |
me() |
protected abstract Object |
render() |
Object |
render(Object extra) |
protected static IReqInfo |
req() |
String |
seq(String seqName) |
protected static org.rapidoid.html.Tag |
span(Object... contents) |
protected static org.rapidoid.html.tag.TdTag |
td(Object... contents) |
protected static org.rapidoid.html.tag.ThTag |
th(Object... contents) |
String |
toString() |
protected static org.rapidoid.html.Tag |
tr(Object... contents) |
boolean |
visible() |
W |
visible(boolean visible) |
String |
widgetId() |
protected abstract Object render()
public final Object render(Object extra)
render in interface org.rapidoid.html.TagWidget<Object>public String widgetId()
public boolean visible()
public W visible(boolean visible)
protected static IReqInfo req()
protected static org.rapidoid.html.Tag div(Object... contents)
protected static org.rapidoid.html.Tag span(Object... contents)
protected static org.rapidoid.html.Tag li(Object... contents)
protected static org.rapidoid.html.Tag tr(Object... contents)
protected static org.rapidoid.html.tag.TdTag td(Object... contents)
protected static org.rapidoid.html.tag.ThTag th(Object... contents)
protected static org.rapidoid.html.tag.ATag a(Object... contents)
protected W me()
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.