Package org.teamapps.ux.component.chat
Class SimpleChatFile
- java.lang.Object
-
- org.teamapps.ux.component.chat.SimpleChatFile
-
-
Constructor Summary
Constructors Constructor Description SimpleChatFile(java.lang.String name, org.teamapps.icons.api.Icon icon, Resource thumbnail, Resource download)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcegetDownload()org.teamapps.icons.api.IcongetIcon()java.lang.StringgetName()ResourcegetThumbnail()
-
-
-
Method Detail
-
getThumbnail
public Resource getThumbnail()
- Specified by:
getThumbnailin interfaceChatFile
-
getDownload
public Resource getDownload()
- Specified by:
getDownloadin interfaceChatFile
-
-