| Package | Description |
|---|---|
| xapi.gwt.ui.autoui.client | |
| xapi.ui.autoui.api | |
| xapi.ui.autoui.impl |
| Modifier and Type | Method and Description |
|---|---|
protected UiRenderingContext[] |
UserInterfaceFactoryGwt.getOptions(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SafeHtmlUserInterface.doRender(UiRenderingContext ctx,
T model) |
UiRenderer<T> |
ToHtmlUiRenderer.renderInto(UserInterface<?> ui,
UiRenderingContext ctx,
String path,
T data) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UserInterfaceFactoryGwt.addAllRendererContexts(List<UiRenderingContext> options,
AnnotatedElement element,
BeanValueProvider values) |
| Modifier and Type | Method and Description |
|---|---|
UiRenderingContext |
UiRenderingContext.setHead(boolean head) |
UiRenderingContext |
UiRenderingContext.setName(String name) |
UiRenderingContext |
UiRenderingContext.setSelector(UiRendererSelector selector) |
UiRenderingContext |
UiRenderingContext.setTail(boolean tail) |
UiRenderingContext |
UiRenderingContext.setTemplate(MappedTemplate template) |
UiRenderingContext |
UiRenderingContext.setValidators(Validator[] validators) |
UiRenderingContext |
UiRenderingContext.setWrapper(boolean wrapper) |
| 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.
|
UserInterface<T> |
UserInterface.setRenderers(UiRenderingContext[] renderers) |
| Modifier and Type | Method and Description |
|---|---|
protected UiRenderingContext |
AbstractUserInterfaceFactory.createContext(Class<? extends UiRenderer> renderer,
UiRendererOptions rendererOptions) |
protected UiRenderingContext[] |
UserInterfaceFactoryDefault.getOptions(Class<?> type) |
protected abstract UiRenderingContext[] |
AbstractUserInterfaceFactory.getOptions(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<UiRenderingContext> |
AbstractUserInterfaceFactory.extractRenderingContext(UiOptions annotation,
BeanValueProvider bean) |
protected Collection<UiRenderingContext> |
AbstractUserInterfaceFactory.extractRenderingContext(UiRendererOptions rendererOption,
BeanValueProvider bean,
String methodName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractUserInterfaceFactory.applyOptions(UiRenderingContext ctx,
UiRendererOptions rendererOptions) |
protected void |
ToStringUserInterface.doRender(UiRenderingContext ctx,
Object model) |
protected abstract void |
AbstractUserInterface.doRender(UiRenderingContext ctx,
T model) |
protected UiRendererSelector |
AbstractUserInterfaceFactory.getSelector(UiRenderingContext ctx,
UiRendererOptions rendererOptions) |
protected Validator[] |
AbstractUserInterfaceFactory.getValidators(UiRenderingContext ctx,
UiRendererOptions rendererOptions) |
protected void |
AbstractUserInterface.recursiveRender(UiRenderingContext ctx,
UiRenderer renderer,
T model) |
UiRenderer |
ToStringUiRenderer.renderInto(UserInterface ui,
UiRenderingContext ctx,
String path,
Object value) |
UserInterface<T> |
AbstractUserInterface.setRenderers(UiRenderingContext[] renderers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
UserInterfaceFactoryDefault.addAllRendererContexts(List<UiRenderingContext> options,
AnnotatedElement element,
BeanValueProvider values) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.