public class TreeMenuDriver extends org.jboss.dashboard.ui.panel.PanelDriver
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_CURRENT_PAGE_TEMPLATE_1 |
static String |
PARAM_CURRENT_PAGE_TEMPLATE_2 |
static String |
PARAM_CURRENT_PAGE_TEMPLATE_3 |
static String |
PARAM_MARK_OPENED_SECTIONS |
static String |
PARAM_OPEN_ALL |
static String |
PARAM_PAGE_TEMPLATE_1 |
static String |
PARAM_PAGE_TEMPLATE_2 |
static String |
PARAM_PAGE_TEMPLATE_3 |
static String |
PARAM_TABULATION |
static String |
TOKEN_LINK |
static String |
TOKEN_PAGE_DBID |
static String |
TOKEN_PAGE_NAME |
static String |
TOKEN_PAGE_URL |
PAGE_EDIT, PAGE_HEADER, PAGE_HELP_MODE, PAGE_MANAGE_INVALID_DRIVER, PAGE_SHOW, panelSecurity, PARAMETER_ACTION_EXECUTED_ENABLED, parameters| Constructor and Description |
|---|
TreeMenuDriver() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionSaveEdit(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request) |
int |
getEditHeight(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request) |
int |
getEditWidth(org.jboss.dashboard.workspace.Panel panel,
org.jboss.dashboard.ui.controller.CommandRequest request) |
String |
getPatternForPage(org.jboss.dashboard.workspace.Section section,
int level,
org.jboss.dashboard.workspace.Panel panel,
boolean current) |
String |
getTabulationString(org.jboss.dashboard.workspace.Panel panel) |
void |
init(org.jboss.dashboard.ui.panel.PanelProvider panelProvider) |
boolean |
isChecked(org.jboss.dashboard.workspace.Panel p,
String token) |
String |
performReplacementsInPattern(String pattern,
org.jboss.dashboard.workspace.Section section,
String sectionName) |
boolean |
supportsEditMode(org.jboss.dashboard.workspace.Panel panel) |
_execute, actionChangePage, activateConfigMode, activateEditMode, activateHelpMode, activateNormalMode, addMethodPermission, addParameter, addParameters, addSystemParameter, afterInvokeAction, afterPanelClosed, afterPanelCustomPropertiesModified, afterPanelPlacedInRegion, afterPanelPropertiesModified, afterRenderPanel, beforeInvokeAction, beforePanelClosed, beforePanelInstanceRemove, beforePanelInstanceRemove, beforePanelPlacedInRegion, beforePanelRemoved, beforeRenderPanel, canInvokeAction, checkInvokeAction, checkMethodSecurity, copyDirectory, copyFile, execute, fireAfterInvokeAction, fireAfterPanelClosed, fireAfterPanelPlacedInRegion, fireAfterRenderPanel, fireBeforeInvokeAction, fireBeforePanelInstanceRemove, fireBeforePanelPlacedInRegion, fireBeforePanelRemoved, fireBeforeRenderPanel, firePanelCustomPropertiesModified, firePanelPropertiesModified, getActionsBundle, getAllParameters, getConfigHeight, getConfigWidth, getHelpHeight, getHelpWidth, getMethodName, getPageEdit, getPageHelpMode, getPanelDir, getPanelDir, getPanelDirMapping, getPanelDirMapping, getPanelHTMLContent, getPanelSession, getPanelSession, getPanelSession, getResourceForPermission, getShowPanelPageComponent, getTextShownByInstance, getURLWhenMaximized, hasMethodAccess, initPanel, initPanelSession, initPermissionsParameters, initSystemParameters, isDoubleClickProtected, isSystemAction, move, panelActionClose, panelActionEditMode, panelActionFactory, panelActionHelpMode, panelActionInvalidateCache, panelActionMaximize, panelActionMaximizeInRegion, panelActionMinimize, panelActionMoveBack, panelActionMoveForward, panelActionRefreshPanel, panelActionRemove, panelActionRestore, panelActionSelect, panelActionShowMode, panelActionStartConfig, replicateData, supportsHelpModepublic static final String PARAM_PAGE_TEMPLATE_1
public static final String PARAM_CURRENT_PAGE_TEMPLATE_1
public static final String PARAM_PAGE_TEMPLATE_2
public static final String PARAM_CURRENT_PAGE_TEMPLATE_2
public static final String PARAM_PAGE_TEMPLATE_3
public static final String PARAM_CURRENT_PAGE_TEMPLATE_3
public static final String PARAM_TABULATION
public static final String PARAM_OPEN_ALL
public static final String PARAM_MARK_OPENED_SECTIONS
public static final String TOKEN_LINK
public static final String TOKEN_PAGE_NAME
public static final String TOKEN_PAGE_URL
public static final String TOKEN_PAGE_DBID
public void init(org.jboss.dashboard.ui.panel.PanelProvider panelProvider) throws Exception
init in class org.jboss.dashboard.ui.panel.PanelDriverExceptionpublic boolean supportsEditMode(org.jboss.dashboard.workspace.Panel panel)
supportsEditMode in class org.jboss.dashboard.ui.panel.PanelDriverpublic int getEditWidth(org.jboss.dashboard.workspace.Panel panel, org.jboss.dashboard.ui.controller.CommandRequest request)
getEditWidth in class org.jboss.dashboard.ui.panel.PanelDriverpublic int getEditHeight(org.jboss.dashboard.workspace.Panel panel, org.jboss.dashboard.ui.controller.CommandRequest request)
getEditHeight in class org.jboss.dashboard.ui.panel.PanelDriverpublic String getPatternForPage(org.jboss.dashboard.workspace.Section section, int level, org.jboss.dashboard.workspace.Panel panel, boolean current)
public String performReplacementsInPattern(String pattern, org.jboss.dashboard.workspace.Section section, String sectionName)
public String getTabulationString(org.jboss.dashboard.workspace.Panel panel)
public void actionSaveEdit(org.jboss.dashboard.workspace.Panel panel, org.jboss.dashboard.ui.controller.CommandRequest request) throws Exception
Exceptionpublic boolean isChecked(org.jboss.dashboard.workspace.Panel p, String token)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.