@ApplicationScoped public class DMNPictureProvider extends Object implements PictureProvider<DMNPictures>
| Constructor and Description |
|---|
DMNPictureProvider() |
| Modifier and Type | Method and Description |
|---|---|
Class<DMNPictures> |
getSourceType() |
com.google.gwt.safehtml.shared.SafeUri |
getThumbnailUri(DMNPictures source) |
boolean |
thumbFor(DMNPictures source) |
public Class<DMNPictures> getSourceType()
getSourceType in interface ThumbProvider<DMNPictures>public boolean thumbFor(DMNPictures source)
thumbFor in interface ThumbProvider<DMNPictures>public com.google.gwt.safehtml.shared.SafeUri getThumbnailUri(DMNPictures source)
getThumbnailUri in interface PictureProvider<DMNPictures>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.