| Package | Description |
|---|---|
| xapi.gwt.ui.autoui.client | |
| xapi.ui.autoui | |
| xapi.ui.autoui.api | |
| xapi.ui.autoui.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SafeHtmlUserInterface<T> |
| Modifier and Type | Method and Description |
|---|---|
UiRenderer<T> |
ToHtmlUiRenderer.renderInto(UserInterface<?> ui,
UiRenderingContext ctx,
String path,
T data) |
boolean |
ToHtmlUiRenderer.useRenderer(UserInterface<?> ui,
UiRenderer<?> renderer,
String path,
Object o) |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends UserInterface<T>> |
X_AutoUi.makeUi(T model,
Class<? extends T> uiOptions,
Class<? super U> uiType) |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends UserInterface<T>> |
UserInterfaceFactory.createUi(Class<? extends T> type,
Class<? super U> uiType) |
| Modifier and Type | Method and Description |
|---|---|
UserInterface<T> |
UserInterface.renderUi(T model)
Called to tell the UserInterface to render itself based on the presented model.
|
UserInterface<T> |
UserInterface.setRenderers(UiRenderingContext[] renderers) |
| Modifier and Type | Method and Description |
|---|---|
UiRenderer<T> |
UiRenderer.renderInto(UserInterface<?> ui,
UiRenderingContext ctx,
String path,
T data)
Called when a renderer must render an object into a UserInterface.
|
boolean |
UiRendererSelector.useRenderer(UserInterface<?> ui,
UiRenderer<?> renderer,
String path,
Object o) |
boolean |
AlwaysTrue.useRenderer(UserInterface<?> ui,
UiRenderer<?> renderer,
String path,
Object o) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUserInterface<T> |
class |
ToStringUserInterface |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends UserInterface<T>> |
AbstractUserInterfaceFactory.createUi(Class<? extends T> type,
Class<? super U> uiType) |
protected <T,U extends UserInterface<T>> |
AbstractUserInterfaceFactory.newUi(Class<? extends T> type,
Class<? super U> uiType) |
| Modifier and Type | Method and Description |
|---|---|
UserInterface<T> |
AbstractUserInterface.renderUi(T model) |
UserInterface<T> |
AbstractUserInterface.setRenderers(UiRenderingContext[] renderers) |
| Modifier and Type | Method and Description |
|---|---|
UiRenderer |
ToStringUiRenderer.renderInto(UserInterface ui,
UiRenderingContext ctx,
String path,
Object value) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.