-
Notifications
You must be signed in to change notification settings - Fork 46
Home
Gwt Material Design Extra Components for https://github.com/GwtMaterialDesign/gwt-material
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"/>
##Extra Components
- Autcomplete
- Avatar (NEW)
- Bubble
- Camera
- Cutout
- Document Viewer
- Dnd
- File Uploader
- Icon Morph
- Masonry
- Menubar
- Overlay
- Path Animator
- Rating (NEW)
- Rich Editor
- Scrollfire
- SplitPanel
- Steppers
- Subheader
- Swipeable
- Time Picker
- Tree View
- Waterfall
- Window
##Documentation We created Java Docs for better understanding the usage of addins.
##Package Information
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
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
##Follow Us Google Plus