Class WebServiceDataComponent
java.lang.Object
com._1c.g5.aef2.components.Component<M,P>
com._1c.g5.aef2.standard.components.StandardComponent<M,P>
com._1c.g5.aef2.standard.components.AbstractControlComponent<M,P,VM>
com._1c.g5.v8.dt.ui.aef.component.DtDynamicTreeComponent<org.eclipse.emf.ecore.EObject,IDynamicTreeModelWithAtribiteAndOwner<org.eclipse.emf.ecore.EObject>,TreeViewModel,ITreeParameterization>
com._1c.g5.v8.dt.internal.ws.ui.aef.components.WebServiceDataComponent
- All Implemented Interfaces:
IComponent<IDynamicTreeModelWithAtribiteAndOwner<org.eclipse.emf.ecore.EObject>>
,IEventChannel
,ILabelProviderListener
public class WebServiceDataComponent
extends DtDynamicTreeComponent<org.eclipse.emf.ecore.EObject,IDynamicTreeModelWithAtribiteAndOwner<org.eclipse.emf.ecore.EObject>,TreeViewModel,ITreeParameterization>
Web-service tree component.
-
Nested Class Summary
Nested classes/interfaces inherited from class com._1c.g5.aef2.standard.components.StandardComponent
StandardComponent.BindingDirection
-
Field Summary
Fields inherited from class com._1c.g5.v8.dt.ui.aef.component.DtDynamicTreeComponent
active
-
Constructor Summary
ConstructorsConstructorDescriptionWebServiceDataComponent
(ITreeParameterization parameterization) Creates a new instance with parameterization. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Attaches this component to the model.protected void
processEvent
(IEvent event) Processes the received event from component.Methods inherited from class com._1c.g5.v8.dt.ui.aef.component.DtDynamicTreeComponent
createContentProvider, createControlViewModel, createTreeMapper, createTreeViewModel, dispose, disposeViewModels, getContentProvider, getCurrentSelectionsObjects, getCurretnSelectionsFirstItem, getMapper, isCurrentSelectionsEmpty, labelProviderChanged, processDoubleClickEvent, setCurrentSelections, setMulti, setSelection
Methods inherited from class com._1c.g5.aef2.standard.components.AbstractControlComponent
createViewModels, getControlViewModel, handleExternalValidationEvent, isEditable, refresh, setLayoutData, updateViewModels
Methods inherited from class com._1c.g5.aef2.standard.components.StandardComponent
bindList, bindModel, bindValue, bindValue, createDefaultViewModelList, createDefaultViewModelValue, getLayoutData, isEnabled, isPassive, setEnabled, setFocus, updateViewModelStatus
Methods inherited from class com._1c.g5.aef2.components.Component
addComponent, addListener, addViewModel, areChildCommitsEnabled, areChildRefreshEnabled, areComponentsCreated, beginExternalUpdate, checkComponents, checkViewModels, commit, createComponents, detachFromModel, disposeComponents, endExternalUpdate, getComponents, getModel, getParameterization, getParent, getRunnableQueue, getScene, getServiceEventQualifiers, getViewModels, isDisposed, isInExternalUpdate, queueAndWaitEvent, queueEvent, removeComponent, removeListener, removeViewModel, setChildCommitsEnabled, setChildRefreshEnable, setModel, setParent, setScene, subscribeOnEvents, subscribeOnEvents, unsubscribeOnEvents
-
Constructor Details
-
WebServiceDataComponent
Creates a new instance with parameterization.- Parameters:
parameterization
- the parameterization, cannot benull
-
-
Method Details
-
attachToModel
protected void attachToModel()Description copied from class:Component
Attaches this component to the model. Override it to add some listeners to the model.- Overrides:
attachToModel
in classComponent<IDynamicTreeModelWithAtribiteAndOwner<org.eclipse.emf.ecore.EObject>,
ITreeParameterization>
-
processEvent
Description copied from class:DtDynamicTreeComponent
Processes the received event from component.- Specified by:
processEvent
in classDtDynamicTreeComponent<org.eclipse.emf.ecore.EObject,
IDynamicTreeModelWithAtribiteAndOwner<org.eclipse.emf.ecore.EObject>, TreeViewModel, ITreeParameterization> - Parameters:
event
- the event
-