Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by fanf:
http://wiki.apache.org/tapestry/Tapestry5HowToCreateAPropertyEditBlock

The comment on the change is:
Correct some links

------------------------------------------------------------------------------
        public String getOption() {...}
  }
  }}}
- The complete code for that class is available 
[http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src/main/java/org/interldap/wui/tapestry/data/DropDownList.java?view=log&rev=127
  here]
+ The complete code for that class is available 
[http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src/main/java/org/interldap/wui/tapestry/data/DropDownList.java
 here]
  
  We have to specify a name corresponding to our class to the 
`DefaultDataTypeAnalyzer` of tapestry 5 in `${Tapestry5 java 
root}/services/AppModule.java`:
  
@@ -73, +73 @@

  }
  }}}
  
- 
([http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src/main/java/org/interldap/wui/tapestry/services/AppModule.java?view=log&rev=127
  here is the code of AppModule.java])
+ 
([http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src/main/java/org/interldap/wui/tapestry/services/AppModule.java
 here is the code of AppModule.java])
  
  Now that the easy part is done, we have to define the block that will be in 
charge to transform the `DropDownList` to a select input.
  
@@ -87, +87 @@

  </div>
  }}}
  
- 
([http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src/main/resources/org/interldap/wui/tapestry/pages/AppPropertyEditBlocks.html?view=log&rev=127
 complete code of AppPropertyEditBlocks.html])
+ 
([http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src/main/resources/org/interldap/wui/tapestry/pages/AppPropertyEditBlocks.html
 complete code of AppPropertyEditBlocks.html])
  
  We will explain the matching Java class (`${Tapestry5 java 
root}/services/AppPropertyEditBlocks.java`) in the next chapter, as it's the 
most interesting part :)
  
@@ -188, +188 @@

  }
  }}}
  
- For an overview of the code, you can look at the complete code of 
[http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src/main/java/org/interldap/wui/tapestry/pages/
 AppPropertyEditBlocks.java?view=log&rev=127 AppPropertyEditBlocks.java].
+ For an overview of the code, you can look at the complete code of 
[http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src/main/java/org/interldap/wui/tapestry/pages/AppPropertyEditBlocks.java
 AppPropertyEditBlocks.java].
  
  And with all that, you should be able to use your new editor to edit class 
with `DropDownList` properties !
  
- You may see 
[http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src/test/java/org/interldap/wui/tapestry/data/Person.java?view=log&rev=127
 a person example, with a month selection here].
+ You may see 
[http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/interldap/interldap-wui-t5/trunk/src/test/java/org/interldap/wui/tapestry/data/Person.java
 a person example, with a month selection here].
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to