| Package | Description |
|---|---|
| org.rapidoid.web |
| Modifier and Type | Class and Description |
|---|---|
class |
ScreenBean |
| Modifier and Type | Method and Description |
|---|---|
Screen |
Screen.brand(Object brand)
Sets the "brand" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
ScreenBean.brand(Object brand) |
Screen |
Screen.cdn(boolean cdn)
Sets the "cdn" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
ScreenBean.cdn(boolean cdn) |
Screen |
Screen.content(Object... content)
Sets the "content" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
ScreenBean.content(Object... content) |
Screen |
Screen.embedded(boolean embedded)
Sets the "embedded" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
ScreenBean.embedded(boolean embedded) |
Screen |
Screen.fluid(boolean fluid)
Sets the "fluid" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
ScreenBean.fluid(boolean fluid) |
Screen |
Screen.home(String home)
Sets the "home" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
ScreenBean.home(String home) |
Screen |
Screen.menu(Map<String,?> menu)
Sets the "menu" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
ScreenBean.menu(Map<String,?> menu) |
Screen |
Screen.navbar(boolean navbar)
Sets the "navbar" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
ScreenBean.navbar(boolean navbar) |
Screen |
Screen.search(boolean search)
Sets the "search" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
ScreenBean.search(boolean search) |
Screen |
Screen.title(String title)
Sets the "title" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
ScreenBean.title(String title) |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.