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:
ExtendedConfigurationObjectComponent,FormSelectionComponent,MainDataCompositionSchemeComponent
public class ValueSelectionComponent<T> extends AbstractSelectionFromListDialogComponent<IEmfValueSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>>
TheAbstractSelectionComponentimplementation 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 ValueSelectionComponent(ISelectionListDialogParameterization parameterization)Creates a component.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidattachToModel()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 voidonClearAction()Invoked on the clear button action.protected voidsetValueOnDialogResult(List<Object> result)Sets theresultobjects obtained from dialog to component model.protected StringtransformModelToString(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 Detail
-
ValueSelectionComponent
public ValueSelectionComponent(ISelectionListDialogParameterization parameterization)
Creates a component.- Parameters:
parameterization- the parameterization.
-
-
Method Detail
-
attachToModel
protected void attachToModel()
Description copied from class:ComponentAttaches this component to the model. Override it to add some listeners to the model.- Overrides:
attachToModelin 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:AbstractSelectionComponentReturns the selected objects for dialog init.- Specified by:
getSelectedObjectsin classAbstractSelectionComponent<IEmfValueSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>,ISelectionListDialogParameterization>- Parameters:
model- the model.- Returns:
- the selected objects.
-
setValueOnDialogResult
protected void setValueOnDialogResult(List<Object> result)
Description copied from class:AbstractSelectionComponentSets theresultobjects obtained from dialog to component model.- Specified by:
setValueOnDialogResultin classAbstractSelectionComponent<IEmfValueSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>,ISelectionListDialogParameterization>- Parameters:
result- the dialog result.
-
onClearAction
protected void onClearAction()
Description copied from class:AbstractSelectionActionBarComponentInvoked on the clear button action.- Specified by:
onClearActionin 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:AbstractDtReadonlyActionBarComponentTransforms the given model object to string representation.- Specified by:
transformModelToStringin classAbstractDtReadonlyActionBarComponent<IEmfValueSelectionModel<T,? extends org.eclipse.emf.ecore.EObject>,ISelectionListDialogParameterization>- Parameters:
model- the model.- Returns:
- string representation of the model values.
-
-