(final boolean b0)
| 63 | public Builder opaque(final boolean b0) { this.bldOpaque = b0; return this; } |
| 64 | public Builder opaque() { opaque(true); return this; } |
| 65 | public Builder selectable(final boolean b0) { this.bldSelectable = b0; return this; } |
| 66 | public Builder selectable() { selectable(true); return this; } |
| 67 | public Builder selected(final boolean b0) { this.bldSelected = b0; return this; } |
| 68 | public Builder selected() { selected(true); return this; } |
no outgoing calls
no test coverage detected