public class PerspectiveContainerWidgetController extends ViewSwitcherWidgetController
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_CONFIG_CONTEXT |
static String |
PERSPECTIVES_OUT_SOCKET |
static String |
PERSPECTIVES_SLOT |
static String |
POSSIBLE_PERSPECTIVES_OUT_SOCKET
Deprecated.
since 6.6 no longer used
|
static String |
SELECT_PERSPECTIVE_BY_ID_SOCKET |
static String |
SELECT_PERSPECTIVE_SOCKET |
static String |
SELECTED_PERSPECTIVE_SOCKET |
protected static String |
SETTING_CONFIG_CONTEXT |
EVENT_NAME, MODEL_DESELECTED_VIEWS, MODEL_PARENT, MODEL_VIEWS, SETTING_AUTO_CLOSE, SETTING_DEFAULT_VIEW, SETTING_EVALUATE_EXPRESSION_PATTERN, SETTING_INITIAL_VIEW, SOCKET_INPUT_SELECT_VIEW, SOCKET_OUTPUT_REQUESTED_VIEWS, SOCKET_OUTPUT_SELECTED_VIEWS, SOCKET_OUTPUT_VIEWS_SWITCHED, WIDGETS_SLOT_VIEWS| Constructor and Description |
|---|
PerspectiveContainerWidgetController() |
| Modifier and Type | Method and Description |
|---|---|
CockpitEventQueue |
getCockpitEventQueue() |
protected String |
getConfigurationContextCode() |
Widgetchildren |
getPerspectiveContainer() |
Widgetchildren |
getViewsContainer() |
protected String |
getViewsSlotId() |
protected void |
initialize() |
protected ActionDefinition |
mapToAction(Widget widget) |
protected void |
notifyViewsRequested(Collection<String> viewsId) |
protected void |
notifyViewsSelected(Collection<String> viewsId) |
protected void |
notifyViewsSelected(String viewId) |
protected void |
notifyViewsSwitched(Collection<String> requested,
Collection<String> selected,
Collection<String> deselected) |
void |
selectPerspective(NavigationNode navigationNode) |
void |
selectPerspectiveById(String id) |
addSelectedViews, createOnFocusEventListener, createViewsWidgets, evaluateView, evaluateViews, extractViews, filterPossibleWidgets, getDefaultView, getPossibleWidgetInstances, getPossibleWidgets, getResolver, getResolverFactory, getSelectedViewsWidgets, getViewSwitcherUtils, getWidgetAuthorizationService, getWidgetInstanceFacade, initialize, initializeViewSelection, initializeVirtualSockets, notifyViewsFocused, notifyViewsFocused, removeSelectedViews, reset, selectDefaultView, selectViews, selectViews, selectViews, selectViewsImmediately, selectViewsImmediately, setSelectedViews, updateSelectedViewsInModeldoAfterCompose, doBeforeCompose, doBeforeComposeChildren, executeOperation, getDragAndDropStrategy, getLabel, getLabel, getModel, getValue, getWidgetDragAndDropStrategyRepository, getWidgetInstanceManager, getWidgetRoot, getWidgetSettings, getWidgetslot, getWidgetTitle, getWidgetUtils, initDragAndDropAwareness, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, invokeListenerMethod, onSocketInput, preInitialize, sendOutput, sendOutputAfterOperation, sendOutputAfterOperation, sendOutputAfterOperation, setValue, setWidgetInstanceManager, setWidgetTitlescanEventListenersalert, didActivate, getPage, willClone, willPassivatepublic static final String PERSPECTIVES_SLOT
public static final String SELECT_PERSPECTIVE_SOCKET
public static final String SELECT_PERSPECTIVE_BY_ID_SOCKET
public static final String SELECTED_PERSPECTIVE_SOCKET
@Deprecated public static final String POSSIBLE_PERSPECTIVES_OUT_SOCKET
public static final String PERSPECTIVES_OUT_SOCKET
protected static final String SETTING_CONFIG_CONTEXT
protected static final String DEFAULT_CONFIG_CONTEXT
public PerspectiveContainerWidgetController()
protected void initialize()
initialize in class ViewSwitcherWidgetControllerpublic void selectPerspective(NavigationNode navigationNode)
public void selectPerspectiveById(String id)
protected String getViewsSlotId()
getViewsSlotId in class ViewSwitcherWidgetControllerprotected void notifyViewsSelected(Collection<String> viewsId)
notifyViewsSelected in class ViewSwitcherWidgetControllerprotected void notifyViewsRequested(Collection<String> viewsId)
notifyViewsRequested in class ViewSwitcherWidgetControllerprotected void notifyViewsSwitched(Collection<String> requested, Collection<String> selected, Collection<String> deselected)
notifyViewsSwitched in class ViewSwitcherWidgetControllerprotected void notifyViewsSelected(String viewId)
protected ActionDefinition mapToAction(Widget widget)
protected String getConfigurationContextCode()
getConfigurationContextCode in class ViewSwitcherWidgetControllerpublic Widgetchildren getPerspectiveContainer()
public Widgetchildren getViewsContainer()
getViewsContainer in class ViewSwitcherWidgetControllerpublic CockpitEventQueue getCockpitEventQueue()
Copyright © 2018. All rights reserved.