* @return true if compact instead of full mode
()
| 38 | * @return {@code true} if compact instead of full mode |
| 39 | */ |
| 40 | public isCompact(): boolean { |
| 41 | return this.compact; |
| 42 | } |
| 43 | |
| 44 | public setCompact(compact: boolean): void { |
| 45 | this.compact = compact; |
no outgoing calls