Package org.teamapps.ux.component.chat
Class SimpleChatFile
java.lang.Object
org.teamapps.ux.component.chat.SimpleChatFile
- All Implemented Interfaces:
ChatFile
public class SimpleChatFile extends java.lang.Object implements ChatFile
-
Constructor Summary
Constructors Constructor Description SimpleChatFile(java.lang.String name, org.teamapps.icons.api.Icon icon, Resource thumbnail, Resource download) -
Method Summary
Modifier and Type Method Description ResourcegetDownload()org.teamapps.icons.api.IcongetIcon()java.lang.StringgetName()ResourcegetThumbnail()
-
Constructor Details
-
Method Details
-
getName
public java.lang.String getName() -
getIcon
public org.teamapps.icons.api.Icon getIcon() -
getThumbnail
- Specified by:
getThumbnailin interfaceChatFile
-
getDownload
- Specified by:
getDownloadin interfaceChatFile
-