Class EmailShare
java.lang.Object
com.codename1.ui.Command
com.codename1.share.ShareService
com.codename1.share.EmailShare
- All Implemented Interfaces:
ActionListener<ActionEvent>
Email sharing service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe implementing service needs to declare if it is capable to share an imagegetIcon()Returns the icon representing the commandvoidThis is the sharing method which should be implemented by the service.voidThis is the image sharing method which should be implemented by the service, if the service returned true on the canShareImage() method Notice not all services are able to share text and image together, in this case the image sharing will be preferred by these servicesMethods inherited from class ShareService
actionPerformed, finish, getOriginal, setImage, setMessage, setOriginalFormMethods inherited from class Command
create, createMaterial, equals, getClientProperty, getCommandName, getDisabledIcon, getIconFont, getIconGapMM, getId, getMaterialIcon, getMaterialIconSize, getPressedIcon, getRolloverIcon, hashCode, isDisposesDialog, isEnabled, putClientProperty, setCommandName, setDisabledIcon, setDisposesDialog, setEnabled, setIcon, setIconFont, setIconGapMM, setMaterialIcon, setMaterialIconSize, setPressedIcon, setRolloverIcon, toString
-
Constructor Details
-
EmailShare
public EmailShare()Default Constructor
-
-
Method Details
-
getIcon
-