public class PopupPanelsHandler extends PanelComponent
HandlerFactoryElement.HandlerTrace
Modifier and Type | Field and Description |
---|---|
protected String |
componentIncludeJSP |
static String |
GROUPID |
protected int |
height |
static String |
PANEL_INSTANCE_ID |
static String |
PANEL_INSTANCE_PAGE_ID |
static String |
PANEL_SUBCATEGORY_ID |
protected int |
width |
Constructor and Description |
---|
PopupPanelsHandler() |
Modifier and Type | Method and Description |
---|---|
void |
actionGetPanelsPopupPage(CommandRequest request) |
void |
actionRedrawPopup(CommandRequest request) |
protected Map |
calculatePanelsStatistics(WorkspaceImpl workspace) |
String |
getComponentIncludeJSP() |
int |
getHeight() |
ModalDialogComponent |
getModalDialogComponent() |
NavigationManager |
getNavigationManager() |
String |
getShowedGroupId() |
String |
getShowedPanelInstanceId() |
String |
getShowedPanelInstancePage() |
String |
getShowedPanelSubgroupId() |
int |
getWidth() |
Map |
prepareGroupsMap() |
void |
reset() |
void |
setComponentIncludeJSP(String componentIncludeJSP) |
void |
setHeight(int height) |
void |
setNavigationManager(NavigationManager navigationManager) |
void |
setShowedGroupId(String showedGroupId) |
void |
setShowedPanelInstanceId(String showedPanelInstanceId) |
void |
setShowedPanelInstancePage(String showedPanelInstancePage) |
void |
setShowedPanelSubgroupId(String showedPanelSubgroupId) |
void |
setWidth(int width) |
afterRenderComponent, beforeRenderComponent, getName
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isScopeAdequateForDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, stop
protected String componentIncludeJSP
protected int width
protected int height
public static String GROUPID
public static String PANEL_INSTANCE_ID
public static String PANEL_SUBCATEGORY_ID
public static String PANEL_INSTANCE_PAGE_ID
public String getShowedPanelInstanceId()
public void setShowedPanelInstanceId(String showedPanelInstanceId)
public String getShowedGroupId()
public void setShowedGroupId(String showedGroupId)
public String getShowedPanelInstancePage()
public void setShowedPanelInstancePage(String showedPanelInstancePage)
public String getShowedPanelSubgroupId()
public void setShowedPanelSubgroupId(String showedPanelSubgroupId)
public void actionGetPanelsPopupPage(CommandRequest request)
public void actionRedrawPopup(CommandRequest request)
public Map prepareGroupsMap()
public NavigationManager getNavigationManager()
public void setNavigationManager(NavigationManager navigationManager)
public String getComponentIncludeJSP()
getComponentIncludeJSP
in class UIComponentHandlerFactoryElement
public void setComponentIncludeJSP(String componentIncludeJSP)
public int getWidth()
getWidth
in class PanelComponent
public void setWidth(int width)
public int getHeight()
getHeight
in class PanelComponent
public void setHeight(int height)
public ModalDialogComponent getModalDialogComponent()
public void reset()
protected Map calculatePanelsStatistics(WorkspaceImpl workspace)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.