Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrt/gwt-zocial
RETIRED. GWT buttons using the Zocial CSS theme.
https://github.com/bostrt/gwt-zocial
Last synced: 19 days ago
JSON representation
RETIRED. GWT buttons using the Zocial CSS theme.
- Host: GitHub
- URL: https://github.com/bostrt/gwt-zocial
- Owner: bostrt
- Created: 2013-05-23T00:16:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-29T00:13:14.000Z (over 11 years ago)
- Last Synced: 2024-11-01T10:08:39.362Z (2 months ago)
- Language: Java
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gwt-zocial
==========GWT buttons using the [Zocial CSS](http://zocial.smcllns.com) theme.
Add to your project
-------------------
Add the following to your pom.xml file
net.bostrt.gwt
zocial
1.0
Add the following to your *.gwt.xml file
That's it!
In Code
-------Now you can create buttons directly in code
import net.bostrt.gwt.zocial.client.button.GooglePlusButton;
...
GooglePlusButton gPlusButton = new GooglePlusButton();
gPlusButton.addClickHandler(...);
UiBinder
--------You can also use these buttons in UiBinder
...
...