Uses of Interface
com._1c.g5.aef2.viewModels.IAefLayout
- 
- 
Uses of IAefLayout in com._1c.g5.aef2.renderersMethods in com._1c.g5.aef2.renderers with parameters of type IAefLayout Modifier and Type Method Description protected abstract ObjectRenderer. convertLayout(IAefLayout layout, NC nativeControl)Converts the AEF layout to layout for the given native control.
- 
Uses of IAefLayout in com._1c.g5.aef2.standard.componentsMethods in com._1c.g5.aef2.standard.components that return IAefLayout Modifier and Type Method Description IAefLayoutCompositeComponent. getLayout()Returns theIAefLayoutinstance.Methods in com._1c.g5.aef2.standard.components with parameters of type IAefLayout Modifier and Type Method Description voidCompositeComponent. setLayout(IAefLayout layout)Sets layout object.
- 
Uses of IAefLayout in com._1c.g5.aef2.standard.definitionsMethods in com._1c.g5.aef2.standard.definitions that return IAefLayout Modifier and Type Method Description IAefLayoutContainerDefinition. getLayout()IAefLayoutIContainerDefinition. getLayout()Returns the layout object.Methods in com._1c.g5.aef2.standard.definitions with parameters of type IAefLayout Modifier and Type Method Description voidContainerDefinition. setLayout(IAefLayout layout)Sets the layout object.
- 
Uses of IAefLayout in com._1c.g5.aef2.standard.definitions.componentsMethods in com._1c.g5.aef2.standard.definitions.components that return IAefLayout Modifier and Type Method Description IAefLayoutDefinitionDrivenComponent. getLayout()
- 
Uses of IAefLayout in com._1c.g5.aef2.standard.lwt.renderersMethods in com._1c.g5.aef2.standard.lwt.renderers with parameters of type IAefLayout Modifier and Type Method Description protected ILightLayoutLwtStandardRenderer. convertLayout(IAefLayout layout, ILightControl lightControl)
- 
Uses of IAefLayout in com._1c.g5.aef2.standard.swt.renderersMethods in com._1c.g5.aef2.standard.swt.renderers with parameters of type IAefLayout Modifier and Type Method Description protected org.eclipse.swt.widgets.LayoutSwtStandardRenderer. convertLayout(IAefLayout layout, org.eclipse.swt.widgets.Widget nativeControl)
- 
Uses of IAefLayout in com._1c.g5.aef2.standard.viewModelsSubinterfaces of IAefLayout in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interfaceAefGridLayoutA representation of the model object 'Aef Grid Layout'.interfaceNoChangeLayoutA representation of the model object 'No Change Layout'.Methods in com._1c.g5.aef2.standard.viewModels that return IAefLayout Modifier and Type Method Description IAefLayoutCompositeViewModel. getLayout()Returns the value of the 'Layout' reference.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type IAefLayout Modifier and Type Method Description voidCompositeViewModel. setLayout(IAefLayout value)Sets the value of the 'Layout' reference.
- 
Uses of IAefLayout in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement IAefLayout Modifier and Type Class Description classAefGridLayoutImplAn implementation of the model object 'Aef Grid Layout'.classNoChangeLayoutImplAn implementation of the model object 'No Change Layout'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as IAefLayout Modifier and Type Field Description protected IAefLayoutCompositeViewModelImpl. layoutThe cached value of the 'Layout' reference.Methods in com._1c.g5.aef2.standard.viewModels.impl that return IAefLayout Modifier and Type Method Description IAefLayoutCompositeViewModelImpl. basicGetLayout()IAefLayoutCompositeViewModelImpl. getLayout()Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type IAefLayout Modifier and Type Method Description voidCompositeViewModelImpl. setLayout(IAefLayout newLayout)
- 
Uses of IAefLayout in com._1c.g5.aef2.standard.viewModels.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type IAefLayout Modifier and Type Method Description T1AefStandardSwitch. caseIAefLayout(IAefLayout object)Returns the result of interpreting the object as an instance of 'IAef Layout'.
- 
Uses of IAefLayout in com._1c.g5.aef2.viewModels.utilMethods in com._1c.g5.aef2.viewModels.util with parameters of type IAefLayout Modifier and Type Method Description TAefSwitch. caseIAefLayout(IAefLayout object)Returns the result of interpreting the object as an instance of 'IAef Layout'.
- 
Uses of IAefLayout in com._1c.g5.v8.dt.addin.ui.aef.componentsMethods in com._1c.g5.v8.dt.addin.ui.aef.components that return IAefLayout Modifier and Type Method Description IAefLayoutAddInUploadButtonsComponent. getLayout()
 
-