| Constructor and Description |
|---|
ScreenBean() |
| Modifier and Type | Method and Description |
|---|---|
Object |
brand()
Gets the "brand" attribute from the MVC model of the response, used for GUI page rendering.
|
Screen |
brand(Object brand)
Sets the "brand" attribute in the MVC model of the response, used for GUI page rendering.
|
boolean |
cdn()
Gets the "cdn" attribute from the MVC model of the response, used for GUI page rendering.
|
Screen |
cdn(boolean cdn)
Sets the "cdn" attribute in the MVC model of the response, used for GUI page rendering.
|
Object[] |
content()
Sets the "content" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
content(Object... content)
Sets the "content" attribute in the MVC model of the response, used for GUI page rendering.
|
Set<String> |
css()
Retrieves a modifiable set of CSS asset URIs, used for GUI page rendering.
|
boolean |
embedded()
Sets the "embedded" attribute in the MVC model of the response, used for GUI page rendering.
|
Screen |
embedded(boolean embedded)
Sets the "embedded" attribute in the MVC model of the response, used for GUI page rendering.
|
boolean |
fluid()
Gets the "fluid" attribute from the MVC model of the response, used for GUI page rendering.
|
Screen |
fluid(boolean fluid)
Sets the "fluid" attribute in the MVC model of the response, used for GUI page rendering.
|
String |
home()
Gets the "home" attribute from the MVC model of the response, used for GUI page rendering.
|
Screen |
home(String home)
Sets the "home" attribute in the MVC model of the response, used for GUI page rendering.
|
Set<String> |
js()
Retrieves a modifiable set of JavaScript asset URIs, used for GUI page rendering.
|
Map<String,Object> |
menu()
Gets the "menu" attribute from the MVC model of the response, used for GUI page rendering.
|
Screen |
menu(Map<String,?> menu)
Sets the "menu" attribute in the MVC model of the response, used for GUI page rendering.
|
boolean |
navbar()
Gets the "navbar" attribute from the MVC model of the response, used for GUI page rendering.
|
Screen |
navbar(boolean navbar)
Sets the "navbar" attribute in the MVC model of the response, used for GUI page rendering.
|
String |
render()
Renders the screen.
|
void |
render(OutputStream out)
Renders the screen to the specified OutputStream.
|
boolean |
search()
Gets the "search" attribute from the MVC model of the response, used for GUI page rendering.
|
Screen |
search(boolean search)
Sets the "search" attribute in the MVC model of the response, used for GUI page rendering.
|
String |
title()
Gets the "title" attribute from the MVC model of the response, used for GUI page rendering.
|
Screen |
title(String title)
Sets the "title" attribute in the MVC model of the response, used for GUI page rendering.
|
public void render(OutputStream out)
Screenpublic String home()
Screenpublic Screen home(String home)
Screenpublic Object brand()
Screenpublic Screen brand(Object brand)
Screenpublic String title()
Screenpublic Screen title(String title)
Screenpublic Object[] content()
Screenpublic Screen content(Object... content)
Screenpublic Map<String,Object> menu()
Screenpublic Screen menu(Map<String,?> menu)
Screenpublic boolean embedded()
Screenpublic Screen embedded(boolean embedded)
Screenpublic boolean search()
Screenpublic Screen search(boolean search)
Screenpublic boolean navbar()
Screenpublic Screen navbar(boolean navbar)
Screenpublic boolean fluid()
Screenpublic Screen fluid(boolean fluid)
Screenpublic boolean cdn()
Screenpublic Screen cdn(boolean cdn)
Screenpublic Set<String> js()
ScreenCopyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.