Questions tagged [gwt-material-design]

For use when discussing Google web tools (GWT) material design

Material Design look and feel for GWT apps.

Reference link: http://gwt-material-demo.herokuapp.com/ GWT-Material official chat: https://gitter.im/GwtMaterialDesign/gwt-material

28 questions
0
votes
1 answer

Gwt Material Design: MaterialSlider not working in classic dev mode

Here is the exception that gets displayed on the Browser. java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at …
Vadiraj
  • 103
  • 1
  • 9
0
votes
1 answer

GWT Editors - MaterialComboBox is assignable to the raw Editor type, but a type parameterization is required

I'm trying to use the gwt editor framework so that I can have my view (SingleReplayView) editing my bean SingleClaimId. Here is my view class: public class SingleReplayView extends ViewWithUiHandlers implements…
0
votes
1 answer

GWT Material. Add InlineSearch in table header

How can i add this search icon and this Inline search
Nikita Kalugin
  • 682
  • 2
  • 14
  • 37
0
votes
1 answer

how to disable gwt.material.design.client.ui.MaterialLink on specific situation?

I have this problem, I prepare a page with GWT, with the Materialink disabled. my Java view: @UiField MaterialLink exportLink; my view.xml:
Gianluca Musa
  • 755
  • 7
  • 22
0
votes
0 answers

How to visually mark a "mandatory" form input widget?

What is the recommended way of (visually) marking a GwtMaterialDesign widget (in a form) as mandatory? (By mandatory I mean the usual "a user has to enter/select a value.")
Jaroslav Záruba
  • 4,694
  • 5
  • 39
  • 58
0
votes
2 answers

Create Star ratting using material design lite

How can I create star ratting design with function using material design lite. I want to design like the image below Can anyone please let me know how can I create the ratting design in MDL
San Jaisy
  • 15,327
  • 34
  • 171
  • 290
0
votes
1 answer

GWT 2.7 and GWT Material Design 1.5.3 DatePicker

Using MaterialButton, I'm trying to show calendar pane on a screen. I have code like this: @UiField MaterialDatePicker editDateCtrl; @UiField MaterialButton addDateCtrl; @UiHandler("addDateCtrl") void onClick(ClickEvent ev)…
0
votes
1 answer

Material Design Lite Menu not working in Card Design

I am using the material design lite to create a menu from the tutorial - https://getmdl.io/components/ here is the code
0
votes
2 answers

Search box in material design lite like google

I, am using material design lite to create the nav bar. I, want to create the nav bar as in the below image. I, tried some code and it somewhat good. But not as good as in the image.
San Jaisy
  • 15,327
  • 34
  • 171
  • 290
0
votes
1 answer

GWT Google Material Design out of memory

I created a wesbite with GWT 2.8.1 and try to use GMT. I followed Getting Started from the GMT demo website but without using the archetype. This is my pom:
aProgger
  • 696
  • 1
  • 8
  • 24
0
votes
1 answer

Error in Upgrading gwt 2.7 to 2.8 with java 1.8

Currently project specification :- ** GWT version- 2.7 Java - 1.8 Eclipse - Luna GWT material- 2.0 rc3 Tomcat version - Apache Tomcat/7.0.42 Couchdb- 1.6.1 neo4j- 2.3.2 ** REQUIREMENT:- We want to upgrade GWT from 2.7 to…
Vartika
  • 1,085
  • 3
  • 17
  • 43
-1
votes
1 answer

GWT Switch widget implementation (Android styled Checkbox)

I need to develop a checkbox widget which should look like an android styled Switch widget. This widget should be stateful (Should keep true-false values). Just because of this, I don't want to inherit a whole new library like…
Vadiraj
  • 103
  • 1
  • 9
-1
votes
1 answer

GWT Material Design - How to disable change data grid layout on mobile devices?

I use GWT Material Design version 1.6.2. My data grid layout looks fine and I want to keep that layout on mobile devices. So I don't want to see something like that in my application. Any ideas how to do that? Thanks.
1
2