@ApplicationScoped public class UISettings extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
panelMenuRenderPage
Determines the page that renders the menu for every panel
Possible values are:
/section/render_panel_menu.jsp: Shows a menu like Windows context menus
/section/render_panel_mini_menu.jsp: Shows a mini menu with buttons only
|
protected String |
regionRenderPage
Determines the page that renders every region.
|
Constructor and Description |
---|
UISettings() |
@Inject protected String regionRenderPage
@Inject protected String panelMenuRenderPage
public static UISettings lookup()
public String getRegionRenderPage()
public String getPanelMenuRenderPage()
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.