示例#1
0
 static {
   EntityContext.registerPropertySet(FilterNode.class, PropertyView.All, Key.values());
 }
示例#2
0
 static {
   EntityContext.registerPropertySet(Tbody.class, PropertyView.All, HtmlElement.UiKey.values());
   EntityContext.registerPropertySet(Tbody.class, PropertyView.Public, HtmlElement.UiKey.values());
   EntityContext.registerPropertySet(
       Tbody.class, PropertyView.Html, PropertyView.Html, htmlAttributes);
 }
示例#3
0
 static {
   EntityContext.registerPropertySet(Template.class, PropertyView.All, Key.values());
 }