| Modifier and Type | Field and Description |
|---|---|
ValueRenderer |
renderer |
protected String |
width |
| Modifier | Constructor and Description |
|---|---|
protected |
Widget() |
| Modifier and Type | Method and Description |
|---|---|
Script |
compile(Function function) |
protected Component |
compile(Value value) |
Component |
css(String clazz) |
void |
decorate(Element element) |
protected Request |
getRequest() |
protected String |
getSelector() |
protected Session |
getSession() |
String |
id()
Initial creation and rendering of this widget by compiling it into a
combination of static HTML markup and javascript.
|
protected void |
init() |
boolean |
isRendered() |
protected JQuery |
jQuery() |
protected JQuery |
jQuery(Identity... components) |
protected JQuery |
jQuery(String selector) |
String |
render()
Generates and returns the corresponding HTML markup.
|
void |
style(String style) |
void |
width(String width) |
protected String width
public ValueRenderer renderer
protected Request getRequest()
protected String getSelector()
protected Session getSession()
public String id()
public final boolean isRendered()
protected JQuery jQuery()
public final String render()
Contentprotected void init()
Copyright © 2013 Whizu. All Rights Reserved.