File tree Expand file tree Collapse file tree 5 files changed +30
-9
lines changed
src/main/java/gwt/material/design Expand file tree Collapse file tree 5 files changed +30
-9
lines changed Original file line number Diff line number Diff line change 2020package gwt .material .design .addins .client .carousel ;
2121
2222import com .google .gwt .core .client .GWT ;
23- import com .google .gwt .core .client .Scheduler ;
2423import com .google .gwt .dom .client .Document ;
2524import com .google .gwt .event .logical .shared .ValueChangeEvent ;
2625import com .google .gwt .event .logical .shared .ValueChangeHandler ;
4241import gwt .material .design .client .base .mixin .CssTypeMixin ;
4342import gwt .material .design .client .base .mixin .ToggleStyleMixin ;
4443import gwt .material .design .client .constants .CssName ;
45- import gwt .material .design .client .ui .*;
44+ import gwt .material .design .client .ui .MaterialButton ;
45+ import gwt .material .design .client .ui .MaterialImage ;
46+ import gwt .material .design .client .ui .MaterialPanel ;
47+ import gwt .material .design .client .ui .MaterialTab ;
4648
4749import java .util .List ;
4850
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 1+ /*
2+ * #%L
3+ * GwtMaterial
4+ * %%
5+ * Copyright (C) 2015 - 2019 GwtMaterialDesign
6+ * %%
7+ * Licensed under the Apache License, Version 2.0 (the "License");
8+ * you may not use this file except in compliance with the License.
9+ * You may obtain a copy of the License at
10+ *
11+ * http://www.apache.org/licenses/LICENSE-2.0
12+ *
13+ * Unless required by applicable law or agreed to in writing, software
14+ * distributed under the License is distributed on an "AS IS" BASIS,
15+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ * See the License for the specific language governing permissions and
17+ * limitations under the License.
18+ * #L%
19+ */
120package gwt .material .design .addins .client .combobox .events ;
221
322import com .google .gwt .event .logical .shared .HasCloseHandlers ;
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -614,4 +614,4 @@ protected ToggleStyleMixin<MaterialStepper> getToggleFixedStepWidth() {
614614 }
615615 return toggleFixedStepWidth ;
616616 }
617- }
617+ }
Original file line number Diff line number Diff line change 77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
You can’t perform that action at this time.
0 commit comments