This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../google-map/google-map-directions.html"> | |
<link rel="import" href="../topeka-elements/category-icons.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fileuploader{ | |
position: relative; | |
background: white; | |
width: 100%; | |
height: 400px; | |
border: 1px solid #e9e9e9; | |
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); | |
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); | |
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package gwt.material.design.demo.server; | |
import org.apache.commons.fileupload.FileItemIterator; | |
import org.apache.commons.fileupload.FileItemStream; | |
import org.apache.commons.fileupload.servlet.ServletFileUpload; | |
import javax.servlet.ServletException; | |
import javax.servlet.ServletOutputStream; | |
import javax.servlet.http.HttpServlet; | |
import javax.servlet.http.HttpServletRequest; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package gwt.material.design.demo.client.application.addins.autocomplete.base; | |
import java.io.Serializable; | |
public class User implements Serializable { | |
public enum Position { | |
CEO("CEO"), | |
CTO("CTO"), | |
DEVELOPER("Developer"), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] --- gwt-maven-plugin:2.8.0-SNAPSHOT:compile (default) @ gwt-material-table-sample --- | |
[ERROR] May 20, 2016 8:54:24 AM java.util.prefs.WindowsPreferences <init> | |
[ERROR] WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5. | |
[INFO] Loading inherited module 'gwt.material.design.sample.GwtMaterialTableSample' | |
[INFO] Loading inherited module 'gwt.material.design.GwtMaterialWithJQueryDebug' | |
[INFO] Loading inherited module 'gwt.material.design.GwtMaterialDesignBase' | |
[INFO] [WARN] Line 40: Setting configuration property named 'CssResource.legacy' in module 'gwt.material.design.GwtMaterialDesignBase' that has not been previously defined | |
[INFO] Compiling module gwt.material.design.sample.GwtMaterialTableSample | |
[INFO] Compiling 1 permutation | |
[INFO] Compiling permutation 0... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 01:44 min | |
[INFO] Finished at: 2016-05-20T16:48:34+08:00 | |
[INFO] Final Memory: 43M/539M | |
[INFO] ------------------------------------------------------------------------ | |
C:\Users\Mark Kevin\Documents\git\gwt-material-data-table\gwt-material-data-table>mvn clean install | |
[INFO] Scanning for projects... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// issue - status | |
// e.g | |
// icon-alignment - ok |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] ------------------------------------------------------------- | |
[ERROR] COMPILATION ERROR : | |
[INFO] ------------------------------------------------------------- | |
[ERROR] /C:/Users/Mark Kevin/Documents/table/gwt-material-table/src/main/java/gwt/material/design/client/data/AbstractDataView.java:[247,70] incompatible types: com.workingflows.js.jquery.client.api.JQueryElement cannot be converted to gwt.material.design.jquery.client.api.JQueryElement | |
[ERROR] /C:/Users/Mark Kevin/Documents/table/gwt-material-table/src/main/java/gwt/material/design/client/data/AbstractDataView.java:[1433,59] incompatible types: com.workingflows.js.jquery.client.api.JQueryElement cannot be converted to gwt.material.design.jquery.client.api.JQueryElement | |
[ERROR] /C:/Users/Mark Kevin/Documents/table/gwt-material-table/src/main/java/gwt/material/design/client/ui/table/AbstractDataTable.java:[650,16] no suitable method found for on(java.lang.String,gwt.material.design.jquery.client.api.Functions.EventFunc3<java.util.List<T>,java.uti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* #%L | |
* GwtMaterial | |
* %% | |
* Copyright (C) 2015 - 2016 GwtMaterialDesign | |
* %% | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* |
OlderNewer