@return true, if the title of the module gets rendered. @see #setShowLabel(boolean)
()
| 397 | * @see #setShowLabel(boolean) |
| 398 | */ |
| 399 | public boolean isShowLabel() { |
| 400 | return showLabel; |
| 401 | } |
| 402 | |
| 403 | /** |
| 404 | * Sets, whether the title of the module should get rendered. |
no outgoing calls
no test coverage detected