Example #1
0
 static {
   EntityContext.registerPropertySet(FilterNode.class, PropertyView.All, Key.values());
 }
Example #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);
 }
Example #3
0
 static {
   EntityContext.registerPropertySet(Template.class, PropertyView.All, Key.values());
 }