@Authors(value="Nikolche Mihajlovski") @Since(value="5.1.0") public interface Screen
Resp#model().| 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.
|
String render()
void render(OutputStream out)
Screen title(String title)
String title()
Screen brand(Object brand)
Object brand()
Object[] content()
Screen content(Object... content)
Screen menu(Map<String,?> menu)
Map<String,Object> menu()
Screen search(boolean search)
boolean search()
boolean embedded()
Screen embedded(boolean embedded)
Screen cdn(boolean cdn)
boolean cdn()
Screen navbar(boolean navbar)
boolean navbar()
Screen fluid(boolean fluid)
boolean fluid()
Screen home(String home)
String home()
Set<String> js()
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.