|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UiRenderer
Marker interface for classes whose implementation is to be provided via UiBinder code generation for SafeHtml rendering.
This is experimental code in active developement. It is unsupported, and its api is subject to change.
Method Summary | |
---|---|
boolean |
isParentOrRenderer(Element parent)
Checks whether parent is a valid element to use as an argument for field getters. |
Method Detail |
---|
boolean isParentOrRenderer(Element parent)
parent
is a valid element to use as an argument for field getters.
true
if parent contains or directly points to a previously rendered element.
In DevMode it also checks whether the parent is attached to the DOM
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |