All Projects → GwtMaterialDesign → gwt-material-addins

GwtMaterialDesign / gwt-material-addins

Licence: Apache-2.0 license
Custom Components for gwt-material.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to gwt-material-addins

prefixer
Prefix function with their namespace & other development tools
Stars: ✭ 131 (+274.29%)
Mutual labels:  addin
sql-hunting-dog
Quick Search Tool (AddIn) for Microsoft SQL Management Studio
Stars: ✭ 33 (-5.71%)
Mutual labels:  addin
sigmah
Open source software for managing international aid projects
Stars: ✭ 22 (-37.14%)
Mutual labels:  gwt
j4ts
Core Java APIs for TypeScript / JavaScript / JSweet
Stars: ✭ 92 (+162.86%)
Mutual labels:  gwt
colorscale
Create a color scale from a single color
Stars: ✭ 80 (+128.57%)
Mutual labels:  addin
Version3
Version 3 of Chem4Word - A Chemistry Add-In for Microsoft Word
Stars: ✭ 53 (+51.43%)
Mutual labels:  addin
D365FONinjaDevTools
To make of you a Ninja Developer in Dynamics 365 For Finance and Operations
Stars: ✭ 70 (+100%)
Mutual labels:  addin
djvu-html5
HTML5 based DjVu file viewer
Stars: ✭ 33 (-5.71%)
Mutual labels:  gwt
Outlook-Add-in-SSO
[MOVED] The sample implements an Outlook add-in that uses Office's SSO system to get access to Microsoft Graph APIs and adds buttons to the Outlook ribbon.
Stars: ✭ 48 (+37.14%)
Mutual labels:  addin
MyJournal.Notebook
My Journal Add-In for Microsoft OneNote
Stars: ✭ 41 (+17.14%)
Mutual labels:  addin
webfx
A JavaFX application transpiler. Write your Web Application in JavaFX and WebFX will transpile it in pure JS.
Stars: ✭ 210 (+500%)
Mutual labels:  gwt
gdx-freetype-gwt
Freetype for gwt
Stars: ✭ 41 (+17.14%)
Mutual labels:  gwt
jvm-alternatives-to-js
Repository comparing JVM alternatives to JS: CheerpJ, GWT, JSweet, TeaVM, Vaadin Flow, bck2brwsr (bonus: React, Dart)
Stars: ✭ 24 (-31.43%)
Mutual labels:  gwt
domino-jackson
Jackson with Annotation processing
Stars: ✭ 46 (+31.43%)
Mutual labels:  gwt
local-government-desktop-addins
A series of ArcGIS Desktop Add-ins used in the ArcGIS for Local Government editing maps.
Stars: ✭ 58 (+65.71%)
Mutual labels:  addin
Excel-Timesheet
⏰ This Add-In is used to produce a timesheet file with functionality to import your Google Timeline. The standard timesheet has options for start and end dates, day of week and default start, end and break times. The Google timeline options are start and end dates, UTC selection, daylight savings time parameters and title filter for timeline ent…
Stars: ✭ 25 (-28.57%)
Mutual labels:  addin
go-gwt-example
Example of GWT as frontend for Golang application
Stars: ✭ 17 (-51.43%)
Mutual labels:  gwt
domino-mvp
domino-mvp
Stars: ✭ 25 (-28.57%)
Mutual labels:  gwt
gwt-devserver
(Prototype for) a Webpack-like devserver for GWT
Stars: ✭ 17 (-51.43%)
Mutual labels:  gwt
Excel-Favorites
⭐ This VSTO Add-In creates a custom "Favorites" ribbon. Key distinctive attributes include dedicated buttons for changing the visibility/sort order of sheets, copying visible cells, Excel's camera feature, Snipping Tool, Problem Steps Recorder (PSR) and Windows Calculator. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET a…
Stars: ✭ 37 (+5.71%)
Mutual labels:  addin

gwt-material-addins

Build Status Join us

Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gwt-material

Current Version 2.6.1

<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material-addins</artifactId>
    <version>2.6.1</version>
</dependency>

Snapshot Version 2.6.1

<dependency>
    <groupId>com.github.gwtmaterialdesign</groupId>
    <artifactId>gwt-material-addins</artifactId>
    <version>2.6.1-SNAPSHOT</version>
</dependency>

Import the theme in your GWT Module

<inherits name="gwt.material.design.addins.GwtMaterialAddins"/>

Define the ui:binder with single import (e.g Bubble and Timer Picker using a single package import)

xmlns:ma="urn:import:gwt.material.design.addins.client"

<!-- Bubble -->
<ma:bubble.MaterialBubble >
  <m:MaterialLabel text="Bubble" />
</ma:bubble.MaterialBubble>
<!-- Time Picker -->
<ma:timpicker:MaterialTimePicker placeholder="Time Arrival"/>
Addin Name Dependency Version
Autocomplete N/A N/A
Avatar JDenticon 1.3.2
Bubble N/A N/A
Camera N/A N/A
Carousel SlickJs 1.6.0
Circular Progress jquery-circle-progress 1.2.2
ComboBox Select2 4.0.3
CountUp CountUpJs 1.9.0
Cutout N/A N/A
Document Viewer N/A N/A
Dnd InteractJs 1.2.6
EmptyState N/A N/A
File Uploader DropzoneJs 4.3.0
Icon Morph N/A N/A
Image Cropper CroppieJs 2.5.0
Input Mask JQuery-Mask-Plugin 1.14.10
Live Stamp LiveStamp 1.1.2
Masonry Masonry 4.0.0
Menubar N/A N/A
Overlay N/A N/A
Path Animator CTAJs 0.3.2
Popup Menu N/A N/A
Rating N/A N/A
Rich Editor Material Note 1.2.1
Scrollfire N/A N/A
Signature Pad SignaturePad 2.3.0
SideProfile N/A N/A
SplitPanel TouchSplitterJQuery 0.5.1
Steppers N/A N/A
Subheader N/A N/A
Swipeable N/A N/A
Time Picker ClockPicker 0.0.7
Tree View N/A N/A
Waterfall N/A N/A
Window N/A N/A

Documentation

We created Java Docs for better understanding the usage of addins.

##Package Information

java

addin_widget - The name of the addin widget gwt.material.design.addins.client.addin_widget - Main / Parent Package for Entry Point Classes
gwt.material.design.addins.client.addin_widget.base - Base Widgets e.g. ButtonBase
gwt.material.design.addins.client.addin_widget.base.helper Helper Classes for widgets e.g. UiHelper
gwt.material.design.addins.client.addin_widget.base.mixin Java Mixins Classes e.g. TypeMixins
gwt.material.design.addins.client.addin_widget.constants Enum Constants e.g. SideNavTypes
gwt.material.design.addins.client.addin_widget.events Custom Events for custom widget e.g. ClearActiveEvent
gwt.material.design.addins.client.addin_widget.resources Resource Interface definitions for js files e.g. MaterialResources

resources

gwt.material.design.addins.client.addin_widget.resources Where module.gwt.xml is located e.g. GWTMaterialAddins.gwt.xml
gwt.material.design.addins.client.addin_widget.resources.img Image Resources of Addins module
gwt.material.design.addins.client.addin_widget.resources.js Javascript Files of Addins module

(NEW) Incubator Widgets

  • These are beta widgets that still in incubation process (Subject for further API changes).
    • Alert
    • Async
    • Language Selector
    • Loading State
    • Progress LinedBar
    • Google
      • Recaptcha
      • Address Lookup
    • Inline Search
    • Timer (Infinite)
    • Toggle
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].