You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2017/03/19 19:16:42 UTC

[3/3] tapestry-5 git commit: TAP5-2225

TAP5-2225

Create client-side API to call a component's event handler methods

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/d8a7dbf9
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/d8a7dbf9
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/d8a7dbf9

Branch: refs/heads/5.4.x
Commit: d8a7dbf9d075ef260440e55ccb33b50afabb8c5e
Parents: 59b1c0a
Author: Thiago H. de Paula Figueiredo <th...@apache.org>
Authored: Sun Mar 19 16:13:17 2017 -0300
Committer: Thiago H. de Paula Figueiredo <th...@apache.org>
Committed: Sun Mar 19 16:15:30 2017 -0300

----------------------------------------------------------------------
 .../tapestry5/integration/app1/pages/Index.java     | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/d8a7dbf9/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
----------------------------------------------------------------------
diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
index e78a874..d483a2a 100644
--- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
+++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/Index.java
@@ -62,30 +62,30 @@ public class Index
 
 //                    new Item("ZoneFormDemo", "Zone Form Decoration", "Fields inside an Ajax-updatd Form are still decorated properly."),
 
-//                    new Item("AjaxValidationDemo", "Ajax Validation", "Demonstrated proper integration of server-side validation and client-side field decoration."),
+                    new Item("AjaxValidationDemo", "Ajax Validation", "Demonstrated proper integration of server-side validation and client-side field decoration."),
 
                     new Item("OverrideEventHandlerDemo", "Event Handler Override Demo", "Event Handler methods overridden by sub-classes invoke base-class correctly."),
 
-//                    new Item("LogoSubclass", "Base class Assets in sub-classes", "Assets are resolved for the parent class if that's where the annotations are."),
+                    new Item("LogoSubclass", "Base class Assets in sub-classes", "Assets are resolved for the parent class if that's where the annotations are."),
 
                     new Item("MissingRequiredARP", "Missing Query Parameter for @ActivationRequestParameter", "Activating a page with a required @ActivationRequestParameter, but no matching query parameter, is an error."),
 
-//                    new Item("DateFieldValidationDemo", "DateField Validation Demo",
-//                            "Use of DateField component when client validation is disabled."),
+                    new Item("DateFieldValidationDemo", "DateField Validation Demo",
+                            "Use of DateField component when client validation is disabled."),
 
                     new Item("MixinParameters54", "Strict Mixin Parameters", "In the 5.4 DTD, Parameter Mixins must be qualified with the mixin id."),
 
-//                    new Item("AsyncDemo", "Async Links and Forms Demo", "Async (XHR) Updates without a containing Zone."),
+                    new Item("AsyncDemo", "Async Links and Forms Demo", "Async (XHR) Updates without a containing Zone."),
 
                     new Item("FormCancelActionDemo", "Form Cancel Action Demo", "FormSupport.addCancel() support"),
 
                     new Item("AjaxRadioDemo", "Ajax Radio Demo", "Radio components inside an Ajax form"),
 
-//                    new Item("TimeIntervalDemo", "TimeInterval Demo", "Interval component, based on Moment.js"),
+                    new Item("TimeIntervalDemo", "TimeInterval Demo", "Interval component, based on Moment.js"),
 
-//                    new Item("LocalDateDemo", "LocalDate Demo", "LocalDate component, based on Moment.js"),
+                    new Item("LocalDateDemo", "LocalDate Demo", "LocalDate component, based on Moment.js"),
 
-//                    new Item("EmptyIfDemo", "Empty If Demo", "Ensure an empty If can still render."),
+                    new Item("EmptyIfDemo", "Empty If Demo", "Ensure an empty If can still render."),
 
                     new Item("MissingAssetDemo", "Missing Asset Demo", "Error when injecting an asset that does not exist."),