public class ToStringUiRenderer extends Object implements UiRenderer
| Constructor and Description |
|---|
ToStringUiRenderer() |
| Modifier and Type | Method and Description |
|---|---|
UiRenderer |
renderInto(UserInterface ui,
UiRenderingContext ctx,
String path,
Object value)
Called when a renderer must render an object into a UserInterface.
|
public UiRenderer renderInto(UserInterface ui, UiRenderingContext ctx, String path, Object value)
UiRendererUiRendererSelector.useRenderer(),
which can be used to filter incompatible UserInterfaces and UiRenderers.
UiRendererSelector used will be the one paired with the specified UiRenderer
inside of a UiRendererOptions annotation.renderInto in interface UiRendererui - -> The UserInterface to render into.ctx - -> The UiRenderingContext containing the utilities needed to render the datapath - -> The path of the data to render; data can be retrieved from the data using the
BeanValueProvider found in the UiRenderingContext.getBeanValueProvider().value - -> The data to renderCopyright © December 07, 2012–2015 The Internet Party. All rights reserved.