public class AjaxRefreshManager extends org.jboss.dashboard.factory.BasicFactoryElement
Modifier and Type | Field and Description |
---|---|
static String |
FORM_IDENTIFIER_PREFFIX |
protected int |
maxAjaxRequests |
Constructor and Description |
---|
AjaxRefreshManager() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxAjaxRequests() |
List |
getPanelIdsToRefresh() |
static AjaxRefreshManager |
lookup() |
void |
setMaxAjaxRequests(int maxAjaxRequests) |
void |
setPanelIdsToRefresh(List panelIdsToRefresh) |
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop
public static final String FORM_IDENTIFIER_PREFFIX
protected int maxAjaxRequests
public static AjaxRefreshManager lookup()
public List getPanelIdsToRefresh()
public void setPanelIdsToRefresh(List panelIdsToRefresh)
public int getMaxAjaxRequests()
public void setMaxAjaxRequests(int maxAjaxRequests)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.