T - public interface UserInterface<T>
| Modifier and Type | Method and Description |
|---|---|
UserInterface<T> |
renderUi(T model)
Called to tell the UserInterface to render itself based on the presented model.
|
UserInterface<T> |
setRenderers(UiRenderingContext[] renderers) |
UserInterface<T> renderUi(T model)
model - -> The object to use when rendering the interfaceUserInterface<T> setRenderers(UiRenderingContext[] renderers)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.