Пример #1
0
 @Override
 public ScConstructValueString getValueString(int uid) throws ScNoValueStringException {
   ScConstructValue value = new ScConstructValue(base.displayGetValue(true, uid, 0, 1 << 20));
   return new ScConstructValueString("", value, "");
 }