(String s)
| 730 | /// |
| 731 | /// `this` so it is possible to chain calls. E.g. `new ComponentConstraint().noGrid().gap().fill()`. |
| 732 | public CC id(String s) { |
| 733 | setId(s); |
| 734 | return this; |
| 735 | } |
| 736 | |
| 737 | /// Same functionality as `tag)` only this method returns `this` for chaining multiple calls. |
| 738 | /// |