File tree Expand file tree Collapse file tree 12 files changed +24
-12
lines changed
main/java/com/flowingcode/vaadin/addons/errorwindow
test/java/com/flowingcode/vaadin/addons Expand file tree Collapse file tree 12 files changed +24
-12
lines changed Original file line number Diff line number Diff line change 22 * #%L
33 * Error Window Add-on
44 * %%
5- * Copyright (C) 2017 - 2020 Flowing Code
5+ * Copyright (C) 2017 - 2021 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .errorwindow ;
2122
2223public class DefaultErrorWindowFactory implements ErrorWindowFactory {
Original file line number Diff line number Diff line change 22 * #%L
33 * Error Window Add-on
44 * %%
5- * Copyright (C) 2017 - 2020 Flowing Code
5+ * Copyright (C) 2017 - 2021 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .errorwindow ;
2122
2223public class ErrorDetails {
Original file line number Diff line number Diff line change 22 * #%L
33 * Error Window Add-on
44 * %%
5- * Copyright (C) 2017 - 2020 Flowing Code
5+ * Copyright (C) 2017 - 2021 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .errorwindow ;
2122
2223public final class ErrorManager {
Original file line number Diff line number Diff line change 22 * #%L
33 * Error Window Add-on
44 * %%
5- * Copyright (C) 2017 - 2020 Flowing Code
5+ * Copyright (C) 2017 - 2021 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .errorwindow ;
2122
2223import com .vaadin .flow .component .Html ;
Original file line number Diff line number Diff line change 22 * #%L
33 * Error Window Add-on
44 * %%
5- * Copyright (C) 2017 - 2020 Flowing Code
5+ * Copyright (C) 2017 - 2021 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .errorwindow ;
2122
2223public interface ErrorWindowFactory {
Original file line number Diff line number Diff line change 22 * #%L
33 * Error Window Add-on
44 * %%
5- * Copyright (C) 2017 - 2020 Flowing Code
5+ * Copyright (C) 2017 - 2021 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .errorwindow ;
2122
2223/**
Original file line number Diff line number Diff line change 22 * #%L
33 * Error Window Add-on
44 * %%
5- * Copyright (C) 2017 - 2020 Flowing Code
5+ * Copyright (C) 2017 - 2021 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .errorwindow ;
2122
2223import com .vaadin .flow .server .ServiceInitEvent ;
Original file line number Diff line number Diff line change 22 * #%L
33 * Error Window Add-on
44 * %%
5- * Copyright (C) 2017 - 2020 Flowing Code
5+ * Copyright (C) 2017 - 2021 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons ;
2122
2223import com .vaadin .flow .component .html .Div ;
Original file line number Diff line number Diff line change 22 * #%L
33 * Error Window Add-on
44 * %%
5- * Copyright (C) 2017 - 2020 Flowing Code
5+ * Copyright (C) 2017 - 2021 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .errorwindow ;
2122
2223import com .vaadin .flow .component .orderedlayout .VerticalLayout ;
Original file line number Diff line number Diff line change 22 * #%L
33 * Error Window Add-on
44 * %%
5- * Copyright (C) 2017 - 2020 Flowing Code
5+ * Copyright (C) 2017 - 2021 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .errorwindow ;
2122
2223import com .vaadin .flow .component .button .Button ;
You can’t perform that action at this time.
0 commit comments