public abstract class PanelManagementPanel extends PanelComponent
HandlerFactoryElement.HandlerTrace
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_HEIGHT |
static int |
DEFAULT_WIDTH |
Constructor and Description |
---|
PanelManagementPanel() |
Modifier and Type | Method and Description |
---|---|
void |
afterRenderComponent() |
void |
beforeRenderComponent() |
boolean |
closeDialog(CommandRequest request) |
String |
getComponentIncludeJSP() |
int |
getHeight() |
ModalDialogComponent |
getModalDialogComponent() |
protected Panel |
getPanel() |
protected PanelInstance |
getPanelInstance() |
Long |
getPanelInstanceId() |
int |
getWidth() |
protected WorkspaceImpl |
getWorkspace() |
String |
getWorkspaceId() |
boolean |
isWellConfigured() |
boolean |
openDialog(Panel panel,
CommandRequest request,
String title) |
boolean |
openDialog(Panel panel,
CommandRequest request,
String title,
int width,
int height) |
protected void |
reset() |
void |
setComponentIncludeJSP(String componentIncludeJSP) |
void |
setHeight(int height) |
void |
setPanelId(Long panelId) |
void |
setPanelInstanceId(Long panelInstanceId) |
void |
setWidth(int width) |
void |
setWorkspaceId(String workspaceId) |
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
public static final int DEFAULT_WIDTH
public static final int DEFAULT_HEIGHT
public boolean closeDialog(CommandRequest request)
public boolean openDialog(Panel panel, CommandRequest request, String title)
public boolean openDialog(Panel panel, CommandRequest request, String title, int width, int height)
public void beforeRenderComponent()
beforeRenderComponent
in class UIComponentHandlerFactoryElement
public void afterRenderComponent()
afterRenderComponent
in class UIComponentHandlerFactoryElement
protected void reset()
protected WorkspaceImpl getWorkspace() throws Exception
Exception
protected PanelInstance getPanelInstance() throws Exception
Exception
public boolean isWellConfigured()
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 String getComponentIncludeJSP()
getComponentIncludeJSP
in class UIComponentHandlerFactoryElement
public void setComponentIncludeJSP(String componentIncludeJSP)
public Long getPanelInstanceId()
public void setPanelInstanceId(Long panelInstanceId)
public void setPanelId(Long panelId)
public String getWorkspaceId()
public void setWorkspaceId(String workspaceId)
public ModalDialogComponent getModalDialogComponent()
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.