Uses of Interface
com._1c.g5.aef2.viewModels.IAefLayout
-
-
Uses of IAefLayout in com._1c.g5.aef2.renderers
Methods in com._1c.g5.aef2.renderers with parameters of type IAefLayout Modifier and Type Method Description protected abstract Object
Renderer. 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.components
Methods in com._1c.g5.aef2.standard.components that return IAefLayout Modifier and Type Method Description IAefLayout
CompositeComponent. getLayout()
Returns theIAefLayout
instance.Methods in com._1c.g5.aef2.standard.components with parameters of type IAefLayout Modifier and Type Method Description void
CompositeComponent. setLayout(IAefLayout layout)
Sets layout object. -
Uses of IAefLayout in com._1c.g5.aef2.standard.definitions
Methods in com._1c.g5.aef2.standard.definitions that return IAefLayout Modifier and Type Method Description IAefLayout
ContainerDefinition. getLayout()
IAefLayout
IContainerDefinition. getLayout()
Returns the layout object.Methods in com._1c.g5.aef2.standard.definitions with parameters of type IAefLayout Modifier and Type Method Description void
ContainerDefinition. setLayout(IAefLayout layout)
Sets the layout object. -
Uses of IAefLayout in com._1c.g5.aef2.standard.definitions.components
Methods in com._1c.g5.aef2.standard.definitions.components that return IAefLayout Modifier and Type Method Description IAefLayout
DefinitionDrivenComponent. getLayout()
-
Uses of IAefLayout in com._1c.g5.aef2.standard.lwt.renderers
Methods in com._1c.g5.aef2.standard.lwt.renderers with parameters of type IAefLayout Modifier and Type Method Description protected ILightLayout
LwtStandardRenderer. convertLayout(IAefLayout layout, ILightControl lightControl)
-
Uses of IAefLayout in com._1c.g5.aef2.standard.swt.renderers
Methods in com._1c.g5.aef2.standard.swt.renderers with parameters of type IAefLayout Modifier and Type Method Description protected org.eclipse.swt.widgets.Layout
SwtStandardRenderer. convertLayout(IAefLayout layout, org.eclipse.swt.widgets.Widget nativeControl)
-
Uses of IAefLayout in com._1c.g5.aef2.standard.viewModels
Subinterfaces of IAefLayout in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
AefGridLayout
A representation of the model object 'Aef Grid Layout'.interface
NoChangeLayout
A representation of the model object 'No Change Layout'.Methods in com._1c.g5.aef2.standard.viewModels that return IAefLayout Modifier and Type Method Description IAefLayout
CompositeViewModel. 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 void
CompositeViewModel. setLayout(IAefLayout value)
Sets the value of the 'Layout
' reference. -
Uses of IAefLayout in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement IAefLayout Modifier and Type Class Description class
AefGridLayoutImpl
An implementation of the model object 'Aef Grid Layout'.class
NoChangeLayoutImpl
An 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 IAefLayout
CompositeViewModelImpl. layout
The cached value of the 'Layout
' reference.Methods in com._1c.g5.aef2.standard.viewModels.impl that return IAefLayout Modifier and Type Method Description IAefLayout
CompositeViewModelImpl. basicGetLayout()
IAefLayout
CompositeViewModelImpl. getLayout()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type IAefLayout Modifier and Type Method Description void
CompositeViewModelImpl. setLayout(IAefLayout newLayout)
-
Uses of IAefLayout in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type IAefLayout Modifier and Type Method Description T1
AefStandardSwitch. 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.util
Methods in com._1c.g5.aef2.viewModels.util with parameters of type IAefLayout Modifier and Type Method Description T
AefSwitch. 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.components
Methods in com._1c.g5.v8.dt.addin.ui.aef.components that return IAefLayout Modifier and Type Method Description IAefLayout
AddInUploadButtonsComponent. getLayout()
-