Class TreeToSingleItemSelectionComponent<T>
- 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.AbstractDtSelectComponent<M,P,ActionBarViewModel>
-
- com._1c.g5.v8.dt.ui.aef.component.AbstractDtActionBarComponent<M,P>
-
- com._1c.g5.v8.dt.ui.aef.component.AbstractDtReadonlyActionBarComponent<M,P>
-
- com._1c.g5.v8.dt.ui.aef.component.AbstractSelectionActionBarComponent<M,P>
-
- com._1c.g5.v8.dt.ui.aef.component.AbstractSelectionComponent<M,ISelectionTreeDialogParameterization>
-
- com._1c.g5.v8.dt.ui.aef.component.AbstractSelectionFromTreeDialogComponent<IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>>
-
- com._1c.g5.v8.dt.ui.aef.component.TreeToSingleItemSelectionComponent<T>
-
- All Implemented Interfaces:
IComponent<IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>>
,IEventChannel
- Direct Known Subclasses:
PackageTreeToSingleItemSelectionComponent
public class TreeToSingleItemSelectionComponent<T> extends AbstractSelectionFromTreeDialogComponent<IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>>
TheAbstractSelectionFromTreeDialogComponent
implementation forIValue
.
-
-
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.AbstractDtSelectComponent
CLEAR_BUTTON_COMMAND_ID, DEFAULT_CONTEXT, OPEN_BUTTON_COMMAND_ID, SELECT_BUTTON_COMMAND_ID
-
-
Constructor Summary
Constructors Constructor Description TreeToSingleItemSelectionComponent(ISelectionTreeDialogParameterization parameterization)
Creates a new component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object[]
getSelectedObjects(IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject> model)
Returns the selected objects for dialog init.protected void
onClearAction()
Invoked on the clear button action.protected void
setValueOnDialogResult(List<Object> result)
Sets theresult
objects obtained from dialog to component model.protected String
transformModelToString(IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject> model)
Transforms the given model object to string representation.-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.component.AbstractSelectionFromTreeDialogComponent
createSelectionDialog
-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.component.AbstractSelectionComponent
attachToModel, detachFromModel, getPresentationValue, onSelectAction
-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.component.AbstractSelectionActionBarComponent
createButtons, handleButtonClicked
-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.component.AbstractDtReadonlyActionBarComponent
bindModelToViewModel, createViewModels, disposeViewModels, updateViewModel, updateViewModels
-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.component.AbstractDtActionBarComponent
createControlViewModel
-
Methods inherited from class com._1c.g5.v8.dt.ui.aef.component.AbstractDtSelectComponent
createButtonItem, createClearButtonItem, createOpenButtonItem, createSelectButtonItem, dispose
-
Methods inherited from class com._1c.g5.aef2.standard.components.AbstractControlComponent
getControlViewModel, handleExternalValidationEvent, isEditable, refresh, setLayoutData
-
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, 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 Detail
-
TreeToSingleItemSelectionComponent
public TreeToSingleItemSelectionComponent(ISelectionTreeDialogParameterization parameterization)
Creates a new component.- Parameters:
parameterization
- the parameterization.
-
-
Method Detail
-
getSelectedObjects
protected Object[] getSelectedObjects(IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject> model)
Description copied from class:AbstractSelectionComponent
Returns the selected objects for dialog init.- Specified by:
getSelectedObjects
in classAbstractSelectionComponent<IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>,ISelectionTreeDialogParameterization>
- Parameters:
model
- the model.- Returns:
- the selected objects.
-
setValueOnDialogResult
protected void setValueOnDialogResult(List<Object> result)
Description copied from class:AbstractSelectionComponent
Sets theresult
objects obtained from dialog to component model.- Specified by:
setValueOnDialogResult
in classAbstractSelectionComponent<IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>,ISelectionTreeDialogParameterization>
- Parameters:
result
- the dialog result.
-
onClearAction
protected void onClearAction()
Description copied from class:AbstractSelectionActionBarComponent
Invoked on the clear button action.- Specified by:
onClearAction
in classAbstractSelectionActionBarComponent<IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>,ISelectionTreeDialogParameterization>
-
transformModelToString
protected String transformModelToString(IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject> model)
Description copied from class:AbstractDtReadonlyActionBarComponent
Transforms the given model object to string representation.- Specified by:
transformModelToString
in classAbstractDtReadonlyActionBarComponent<IEmfTreeToSingleItemSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>,ISelectionTreeDialogParameterization>
- Parameters:
model
- the model.- Returns:
- string representation of the model values.
-
-