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: 8 months ago
JSON representation

RETIRED. GWT buttons using the Zocial CSS theme.

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


...

...