Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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


...

...