Uses of Interface
com._1c.g5.aef2.viewModels.IAefLayoutData
-
-
Uses of IAefLayoutData in com._1c.g5.aef2.renderers
Methods in com._1c.g5.aef2.renderers with parameters of type IAefLayoutData Modifier and Type Method Description protected abstract Object
Renderer. convertLayoutData(IAefLayoutData layoutData, NC nativeControl)
Converts the AEF layout data to layout data for the given native control. -
Uses of IAefLayoutData in com._1c.g5.aef2.standard.components
Methods in com._1c.g5.aef2.standard.components that return IAefLayoutData Modifier and Type Method Description IAefLayoutData
ScrolledCompositeComponent. getLayoutData()
IAefLayoutData
StandardComponent. getLayoutData()
Returns theIAefLayoutData
instance.Methods in com._1c.g5.aef2.standard.components with parameters of type IAefLayoutData Modifier and Type Method Description void
AbstractControlComponent. setLayoutData(IAefLayoutData layoutData)
void
CompositeComponent. setLayoutData(IAefLayoutData layoutData)
void
StandardComponent. setLayoutData(IAefLayoutData layoutData)
Sets the layout data object. -
Uses of IAefLayoutData in com._1c.g5.aef2.standard.definitions
Methods in com._1c.g5.aef2.standard.definitions that return IAefLayoutData Modifier and Type Method Description IAefLayoutData
AbstractDefinition. getLayoutData()
IAefLayoutData
IDefinition. getLayoutData()
Returns the layout data object that is expected to be applied to the component created by this definition.Methods in com._1c.g5.aef2.standard.definitions with parameters of type IAefLayoutData Modifier and Type Method Description void
AbstractDefinition. setLayoutData(IAefLayoutData layoutData)
Sets the layout data object. -
Uses of IAefLayoutData in com._1c.g5.aef2.standard.definitions.builders
Methods in com._1c.g5.aef2.standard.definitions.builders with parameters of type IAefLayoutData Modifier and Type Method Description T
SetupDefinitionBuilder. layoutData(IAefLayoutData layoutData)
Sets the layout data object. -
Uses of IAefLayoutData in com._1c.g5.aef2.standard.definitions.components
Methods in com._1c.g5.aef2.standard.definitions.components that return IAefLayoutData Modifier and Type Method Description IAefLayoutData
DefinitionDrivenComponent. getLayoutData()
-
Uses of IAefLayoutData in com._1c.g5.aef2.standard.lwt.renderers
Methods in com._1c.g5.aef2.standard.lwt.renderers with parameters of type IAefLayoutData Modifier and Type Method Description protected ILightLayoutData
LwtStandardRenderer. convertLayoutData(IAefLayoutData layoutData, ILightControl lightControl)
-
Uses of IAefLayoutData in com._1c.g5.aef2.standard.swt.renderers
Methods in com._1c.g5.aef2.standard.swt.renderers with parameters of type IAefLayoutData Modifier and Type Method Description protected Object
SwtStandardRenderer. convertLayoutData(IAefLayoutData layoutData, org.eclipse.swt.widgets.Widget nativeControl)
-
Uses of IAefLayoutData in com._1c.g5.aef2.standard.viewModels
Subinterfaces of IAefLayoutData in com._1c.g5.aef2.standard.viewModels Modifier and Type Interface Description interface
AefGridLayoutData
A representation of the model object 'Aef Grid Layout Data'.interface
NoChangeLayoutData
A representation of the model object 'No Change Layout Data'.Methods in com._1c.g5.aef2.standard.viewModels that return IAefLayoutData Modifier and Type Method Description IAefLayoutData
ControlViewModel. getLayoutData()
Returns the value of the 'Layout Data' reference.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type IAefLayoutData Modifier and Type Method Description void
ControlViewModel. setLayoutData(IAefLayoutData value)
Sets the value of the 'Layout Data
' reference. -
Uses of IAefLayoutData in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement IAefLayoutData Modifier and Type Class Description class
AefGridLayoutDataImpl
An implementation of the model object 'Aef Grid Layout Data'.class
NoChangeLayoutDataImpl
An implementation of the model object 'No Change Layout Data'.Fields in com._1c.g5.aef2.standard.viewModels.impl declared as IAefLayoutData Modifier and Type Field Description protected IAefLayoutData
ControlViewModelImpl. layoutData
The cached value of the 'Layout Data
' reference.Methods in com._1c.g5.aef2.standard.viewModels.impl that return IAefLayoutData Modifier and Type Method Description IAefLayoutData
ControlViewModelImpl. basicGetLayoutData()
IAefLayoutData
ControlViewModelImpl. getLayoutData()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type IAefLayoutData Modifier and Type Method Description void
ControlViewModelImpl. setLayoutData(IAefLayoutData newLayoutData)
-
Uses of IAefLayoutData in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type IAefLayoutData Modifier and Type Method Description T1
AefStandardSwitch. caseIAefLayoutData(IAefLayoutData object)
Returns the result of interpreting the object as an instance of 'IAef Layout Data'. -
Uses of IAefLayoutData in com._1c.g5.aef2.viewModels.util
Methods in com._1c.g5.aef2.viewModels.util with parameters of type IAefLayoutData Modifier and Type Method Description T
AefSwitch. caseIAefLayoutData(IAefLayoutData object)
Returns the result of interpreting the object as an instance of 'IAef Layout Data'. -
Uses of IAefLayoutData in com._1c.g5.properties.ui
Methods in com._1c.g5.properties.ui that return IAefLayoutData Modifier and Type Method Description IAefLayoutData
PropertyPaletteComponent. getLayoutData()
-
Uses of IAefLayoutData in com._1c.g5.properties.ui.renderers
Methods in com._1c.g5.properties.ui.renderers with parameters of type IAefLayoutData Modifier and Type Method Description protected ILightLayoutData
LwtPropertyPaletteRenderer. convertLayoutData(IAefLayoutData layoutData, ILightControl lightControl)
-
Uses of IAefLayoutData in com._1c.g5.v8.dt.addin.ui.aef.components
Methods in com._1c.g5.v8.dt.addin.ui.aef.components that return IAefLayoutData Modifier and Type Method Description IAefLayoutData
AddInUploadButtonsComponent. getLayoutData()
-
Uses of IAefLayoutData in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture.grid
Methods in com._1c.g5.v8.dt.md.ui.aef.components.commonpicture.grid that return IAefLayoutData Modifier and Type Method Description protected IAefLayoutData
CommonPictureEntriesComponent. createGridComponentLayoutData()
protected IAefLayoutData
CommonPictureEntriesComponent. createToolBarComponentLayoutData()
-
Uses of IAefLayoutData in com._1c.g5.v8.dt.md.ui.properties.renderers
Methods in com._1c.g5.v8.dt.md.ui.properties.renderers with parameters of type IAefLayoutData Modifier and Type Method Description protected ILightLayoutData
LwtPropertyPaletteRenderer. convertLayoutData(IAefLayoutData layoutData, ILightControl lightControl)
-
Uses of IAefLayoutData in com._1c.g5.v8.dt.ui.aef.component
Methods in com._1c.g5.v8.dt.ui.aef.component that return IAefLayoutData Modifier and Type Method Description protected IAefLayoutData
AbstractGridWithToolbarComponent. createGridComponentLayoutData()
Create layout data for grid componentprotected IAefLayoutData
AbstractGridWithToolbarComponent. createToolBarComponentLayoutData()
Create layout data for toolbar componentprotected IAefLayoutData
DialogWithToolbarComponent. createToolBarComponentLayoutData()
Creates Aef layout data for toolbar component. -
Uses of IAefLayoutData in com._1c.g5.v8.dt.ui.editor.aef.components
Methods in com._1c.g5.v8.dt.ui.editor.aef.components with parameters of type IAefLayoutData Modifier and Type Method Description void
DtGranularEditorPageSectionComponent. setLayoutData(IAefLayoutData layoutData)
-