@Override public String toString() { return vs.toString(); }
/** @param _text */ public void setText(Object _text) { vs.setText(_text); }