[Java] Tapestry BeanEditForm supported types →→→→→进入此内容的聊天室

来自 , 2020-04-22, 写在 Java, 查看 119 次.
URL http://www.code666.cn/view/81e74d67
  1. Supported Types
  2.  
  3. The default set of property types supported by BeanEditForm:
  4.  
  5.     String: as a text field
  6.     Number: as a text field
  7.     Enum: as a drop-down list
  8.     Boolean: as a checkbox
  9.     Date: as a JavaScript calendar
  10.     Calendar: as a JavaScript calendar
  11.  
  12. Resolving a property type to an editor type involves a search up the inheritance hierarchy: thus the super-type of Integer, Long, BigDecimal, etc. is Number, which uses a text field for data entry.

回复 "Tapestry BeanEditForm supported types"

这儿你可以回复上面这条便签

captcha