@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 |
isOffline() |
Displayer |
lookupDisplayer(DisplayerSettings displayerSettings) |
isDefault, redraw
public static final String UUID
@Inject protected org.jboss.errai.ioc.client.container.SyncBeanManager beanManager
public String getUUID()
public String getName()
public List<DisplayerType> getSupportedTypes()
public List<DisplayerSubType> getSupportedSubtypes(DisplayerType displayerType)
public Displayer lookupDisplayer(DisplayerSettings displayerSettings)
public void draw(List<Displayer> displayerList)
draw
in interface RendererLibrary
draw
in class AbstractRendererLibrary
public boolean isOffline()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.