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
13
votes
0 answers

GWT Material: Unexpected text in element: "? ?"

Copying code from gwt-material's github demo (gwt-material-demo) you can receive this strange error in compile-time: [ERROR] 12477 [main] INFO org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator - Successfully loaded…
Nicola Ben
  • 10,615
  • 8
  • 41
  • 65
5
votes
1 answer

What does "use this SASS mixin" mean in the context of Material Design Components?

I am using the Material Design Components for Web library. I have a tab component that I'd like to change the underline-color of. The instructions say To customize the tab indicator, use the following mixins. Then it gives a table. For underline…
Caleb Jay
  • 2,159
  • 3
  • 32
  • 66
3
votes
1 answer

How to display form validation constraints message on GWT Material inputs using Editor and Validation Framework from Presenter's class?

I use: Gwt-platform Gwt Validation Gwt UiEditor framework Gwt Material inputs After constraints validation I would like to display error messages. This is supported by gwt material inputs, like MaterialTextBox using method:…
masterdany88
  • 5,041
  • 11
  • 58
  • 132
2
votes
1 answer

GWT Material DatePicker auto open on tab change

I found a strange bug in GWT Material DatePicker, it works on officiat GWT website too: If you go here - https://gwtmaterialdesign.github.io/gwt-material-demo/#pickers , try to pick some date, close DatePicker and open a new tab in your browser and…
Nikita Kalugin
  • 682
  • 2
  • 14
  • 37
2
votes
1 answer

GWT- custom widget error: Cannot read property 'hash' of undefined

I am quite new to GWT. I would like to extend some standard widget to suit my needs. I've created my first widget HorizontalTabs, which extend classes from GWT MaterialDesign(Here is demo and here are sources) And I am getting an error: Cannot read…
masterdany88
  • 5,041
  • 11
  • 58
  • 132
1
vote
1 answer

How to combine GWT and Material Design Library w/o Maven?

I was trying to use the MD-Library from Central Maven Repo by just downloading the jar's and just using a normal Java-Project in Eclipse. From the Central Maven Repo I used the jar gwt-material and since it said during compilation I need…
user9245344
1
vote
2 answers

MaterialHeader paddingLeft can not be set

I would like my MaterialHeader, and MaterialNavBar to layout to the left side of the page. Setting paddlingLeft(0) does nothing. No matter what paddingLeft is set to, GWT Material Design will always set the paddingLeft to the width of the side…
Mike Warne
  • 11
  • 1
1
vote
1 answer

Left , center and right in a row alignment in material design lite

I am using material design lite and tried to align the content in left / right / center. However not able to perform the it. Here is the code
1
vote
1 answer

Why do I receive a Service Unavailable message after running the project GWT?

I am creating a GWT project from the GWT Material official website using maven. I am following the tutorial offered by the site: http://gwtmaterialdesign.github.io/gwt-material-demo/#gettingstarted . Im getting this in the view page: HTTP ERROR:…
Dev M
  • 1,519
  • 3
  • 29
  • 50
1
vote
0 answers

Gwt Material Design - MaterialNavBrand text responsible

I'm programming a GWT application, where I need to show in header a title with five words, for example: "Academia de Baile Nuria Villamuelas". (Well, I would like to add a Header with a SubHeader, but I haven't found how to do that with GWT…
Nuria Ruiz
  • 149
  • 1
  • 9
1
vote
1 answer

Weird Persistence Exception thrown at deployment time

I have a gradle Material GWT Project setup. The projects builds just fine, and for some time now everything has been peachy. Not until I changed the dependencies for Material GWT from 1.6.0 to 2.0-rc3, and GWT itself from 2.7.0 to 2.8.0. I needed…
jaletechs
  • 501
  • 1
  • 7
  • 19
1
vote
2 answers

GWT Material - Set Dropdown Selection Text

It appears that a selected item in a GWT Material DropDown does not "stick" like a traditional DropDown. First question, is that intended with new Material Designs? Am I doing something wrong? Is there something wrong with the library I am…
Jason Washo
  • 536
  • 6
  • 22
1
vote
1 answer

Cannot set the height of MaterialSlider - How to override CSS?

Somewhere in materialize.min.css the slider class is getting its height assigned. I am simply not able to override this. What I tried is to set the height in the constructor of my widget: public class HomeViewImpl extends Composite implements…
Stefan Falk
  • 23,898
  • 50
  • 191
  • 378
0
votes
1 answer

Default Margin in material layout,

I'm trying to make a TextInputLayout , in which i took a TextInputEditText , but even after setting the TextInputEditText margin to 0 , there is a default margin inside the layout, idk why but kind of confused. Screenshot for the…
0
votes
0 answers

Creating GWT Material Design MaterialDataTable results in exception being thrown

I'm trying to add a data table to my page but no matter what I try I keep getting an exception being thrown. My view: public class SessionsView extends ViewWithUiHandlers implements SessionsPresenter.MyView { interface Binder…
1
2