Newuserguide意訳 - 目次

翻訳フラグが何故かたちました(Wicket in Actionを読んでたらそうなった)。ということでNewuserguideを意訳してみた。原文はこちら
!注意! 訳がめちゃくちゃな可能性があるので、内容は保証しません。
でも、Wicketについて間違ったことはいっていないはず><

以下目次。徐々に編集中。

いまここまで

    • Working with POJOs
    • Static models
    • Dynamic models
      • Property models
      • Compound property models
      • String Resource Models
    • Custom models
  • Detachable Models
    • LoadableDetachableModel
    • Read-only models
    • Property models
    • Special purpose models
  • Custom components
    • Extending
    • AttributeModifiers
    • Panels and Borders
    • Doing it (almost) from scratch
  • Using Forms
    • Updating the model
    • Validation
    • Conversion
    • Form components
  • Life cycle
    • Custom Sessions
    • Custom RequestCycles
  • Listeners
  • Localization and Skinning of Applications
    • Locale and Style
    • Markup Files
    • String Resources
    • Other Resources
    • String Resource Loaders
  • Scalability and Session Management
  • Unit Test
    • Simple example
    • Basic Test Case for some labels and elements ...