Class PredefinedAccountNewWizardPage
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.ContainerComponent<M,VoidParameterization>
com._1c.g5.v8.dt.md.ui.wizards.base.aef.NewWizardPageComponent<M>
com._1c.g5.v8.dt.md.ui.wizards.base.aef.PredefinedItemNewWizardPage<IPredefinedAccountModel>
com._1c.g5.v8.dt.md.ui.wizards.base.aef.PredefinedAccountNewWizardPage
- All Implemented Interfaces:
IComponent<IPredefinedAccountModel>
,IEventChannel
public class PredefinedAccountNewWizardPage
extends PredefinedItemNewWizardPage<IPredefinedAccountModel>
Component for wizard page that operates with
ChartOfAccountsPredefinedItem
fields.-
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.md.ui.wizards.base.aef.PredefinedItemNewWizardPage
PAGE_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Creates the child components of this component.void
dispose()
Disposes this component, its view models and its child components.Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.aef.PredefinedItemNewWizardPage
disposeComponents, setDefaultFocus
Methods inherited from class com._1c.g5.v8.dt.md.ui.wizards.base.aef.NewWizardPageComponent
createCombo, createCombo, createContainerViewModel, createMultilanguage, createText, createText, disposeViewModels, field, getLayout, getPageViewModel
Methods inherited from class com._1c.g5.aef2.standard.components.ContainerComponent
addComponent, button, button, checkBox, checkBox, combo, createViewModels, disposeChildren, field, field, getContainerViewModel, isEditable, label, label, refreshChildren, separator, spinner, text, updateViewModels
Methods inherited from class com._1c.g5.aef2.standard.components.StandardComponent
bindList, bindModel, bindValue, bindValue, createDefaultViewModelList, createDefaultViewModelValue, getLayoutData, handleExternalValidationEvent, isEnabled, isPassive, setEnabled, setFocus, setLayoutData, updateViewModelStatus
Methods inherited from class com._1c.g5.aef2.components.Component
addListener, addViewModel, areChildCommitsEnabled, areChildRefreshEnabled, areComponentsCreated, attachToModel, beginExternalUpdate, checkComponents, checkViewModels, commit, detachFromModel, 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
-
PredefinedAccountNewWizardPage
public PredefinedAccountNewWizardPage()
-
-
Method Details
-
dispose
public void dispose()Description copied from interface:IComponent
Disposes this component, its view models and its child components.- Specified by:
dispose
in interfaceIComponent<IPredefinedAccountModel>
- Overrides:
dispose
in classComponent<IPredefinedAccountModel,
VoidParameterization>
-
createComponents
protected void createComponents()Description copied from class:Component
Creates the child components of this component. Override it to fill a component with a child components.Method can be called multiple times.
- Overrides:
createComponents
in classPredefinedItemNewWizardPage<IPredefinedAccountModel>
-