Uses of Interface
com._1c.g5.lwt.layouts.ILightLayoutData
-
Packages that use ILightLayoutData Package Description com._1c.g5.lwt com._1c.g5.lwt.interop com._1c.g5.lwt.layouts -
-
Uses of ILightLayoutData in com._1c.g5.lwt
Methods in com._1c.g5.lwt that return ILightLayoutData Modifier and Type Method Description ILightLayoutData
AbstractLightControl. getLayoutData()
ILightLayoutData
ILightControl. getLayoutData()
Gets the layout data of this control.Methods in com._1c.g5.lwt with parameters of type ILightLayoutData Modifier and Type Method Description void
AbstractLightControl. setLayoutData(ILightLayoutData layoutData)
void
ILightControl. setLayoutData(ILightLayoutData layoutData)
Sets the layout data of this control. -
Uses of ILightLayoutData in com._1c.g5.lwt.interop
Methods in com._1c.g5.lwt.interop that return ILightLayoutData Modifier and Type Method Description ILightLayoutData
SwtLightControl. getLayoutData()
Methods in com._1c.g5.lwt.interop with parameters of type ILightLayoutData Modifier and Type Method Description void
SwtLightControl. setLayoutData(ILightLayoutData layoutData)
-
Uses of ILightLayoutData in com._1c.g5.lwt.layouts
Classes in com._1c.g5.lwt.layouts that implement ILightLayoutData Modifier and Type Class Description class
LightColumnLayoutData
This class is used to store layout data for theColumnLayout
class.class
LightRowLayoutData
Each control controlled by aRowLayout
can have its initial width and height specified by setting aRowData
object into the control.class
LightTwoColumnLayoutData
A grid data forTwoColumnLayout
.
-