@ApplicationScoped public class GoogleRenderer extends AbstractRendererLibrary
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.errai.ioc.client.container.SyncBeanManager |
beanManager |
static String |
UUID |
| Constructor and Description |
|---|
GoogleRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(List<Displayer> displayerList)
In Google the renderer mechanism is asynchronous.
|
String |
getName() |
List<DisplayerSubType> |
getSupportedSubtypes(DisplayerType displayerType) |
List<DisplayerType> |
getSupportedTypes() |
String |
getUUID() |
boolean |
isDefault(DisplayerType type) |
boolean |
isOffline() |
Displayer |
lookupDisplayer(DisplayerSettings displayerSettings) |
redrawpublic static final String UUID
@Inject protected org.jboss.errai.ioc.client.container.SyncBeanManager beanManager
public String getUUID()
public String getName()
public boolean isDefault(DisplayerType type)
isDefault in interface RendererLibraryisDefault in class AbstractRendererLibrarypublic List<DisplayerType> getSupportedTypes()
public List<DisplayerSubType> getSupportedSubtypes(DisplayerType displayerType)
public Displayer lookupDisplayer(DisplayerSettings displayerSettings)
public void draw(List<Displayer> displayerList)
draw in interface RendererLibrarydraw in class AbstractRendererLibrarypublic boolean isOffline()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.