Exemplo n.º 1
0
 public void writePropertiesToObject(final List<MapPropertyWrapper<?>> properties) {
   MapPropertyWrapper.writePropertiesToObject(this, properties);
 }
Exemplo n.º 2
0
 public Tuple<PropertiesUI, List<MapPropertyWrapper<?>>> propertyWrapperUI(
     final boolean editable) {
   return MapPropertyWrapper.createPropertiesUI(this, editable);
 }