Class ValueSelectionComponent<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,ISelectionListDialogParameterization>
com._1c.g5.v8.dt.ui.aef.component.AbstractSelectionFromListDialogComponent<IEmfValueSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>>
com._1c.g5.v8.dt.ui.aef.component.ValueSelectionComponent<T>
- All Implemented Interfaces:
IComponent<IEmfValueSelectionModel<T,
,? extends org.eclipse.emf.ecore.EObject>> IEventChannel
- Direct Known Subclasses:
ChoiceFormSelectionComponent
,ExtendedConfigurationObjectComponent
,FormSelectionComponent
,MainDataCompositionSchemeComponent
public class ValueSelectionComponent<T>
extends AbstractSelectionFromListDialogComponent<IEmfValueSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>>
The
AbstractSelectionComponent
implementation for IValue
-
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
ConstructorsConstructorDescriptionValueSelectionComponent
(ISelectionListDialogParameterization parameterization) Creates a component. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Attaches this component to the model.protected Object[]
getSelectedObjects
(IEmfValueSelectionModel<T, ? extends org.eclipse.emf.ecore.EObject> model) Returns the selected objects for dialog init.protected void
Invoked on the clear button action.protected void
setValueOnDialogResult
(List<Object> result) Sets theresult
objects obtained from dialog to component model.protected String
transformModelToString
(IEmfValueSelectionModel<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.AbstractSelectionFromListDialogComponent
createSelectionDialog
Methods inherited from class com._1c.g5.v8.dt.ui.aef.component.AbstractSelectionComponent
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 Details
-
ValueSelectionComponent
Creates a component.- Parameters:
parameterization
- the parameterization.
-
-
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 classAbstractSelectionComponent<IEmfValueSelectionModel<T,
? extends org.eclipse.emf.ecore.EObject>, ISelectionListDialogParameterization>
-
getSelectedObjects
protected Object[] getSelectedObjects(IEmfValueSelectionModel<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<IEmfValueSelectionModel<T,
? extends org.eclipse.emf.ecore.EObject>, ISelectionListDialogParameterization> - Parameters:
model
- the model.- Returns:
- the selected objects.
-
setValueOnDialogResult
Description copied from class:AbstractSelectionComponent
Sets theresult
objects obtained from dialog to component model.- Specified by:
setValueOnDialogResult
in classAbstractSelectionComponent<IEmfValueSelectionModel<T,
? extends org.eclipse.emf.ecore.EObject>, ISelectionListDialogParameterization> - 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<IEmfValueSelectionModel<T,
? extends org.eclipse.emf.ecore.EObject>, ISelectionListDialogParameterization>
-
transformModelToString
protected String transformModelToString(IEmfValueSelectionModel<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<IEmfValueSelectionModel<T,
? extends org.eclipse.emf.ecore.EObject>, ISelectionListDialogParameterization> - Parameters:
model
- the model.- Returns:
- string representation of the model values.
-