Uses of Interface
com._1c.g5.v8.dt.moxel.ViewSettings
-
Packages that use ViewSettings Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of ViewSettings in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return ViewSettings Modifier and Type Method Description ViewSettings
MoxelFactory. createViewSettings()
Returns a new object of class 'View Settings'.ViewSettings
SpreadsheetDocument. getViewSettings()
Returns the value of the 'View Settings' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type ViewSettings Modifier and Type Method Description void
SpreadsheetDocument. setViewSettings(ViewSettings value)
Sets the value of the 'View Settings
' containment reference. -
Uses of ViewSettings in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement ViewSettings Modifier and Type Class Description class
ViewSettingsImpl
An implementation of the model object 'View Settings'.Methods in com._1c.g5.v8.dt.moxel.impl that return ViewSettings Modifier and Type Method Description ViewSettings
MoxelFactoryImpl. createViewSettings()
ViewSettings
SpreadsheetDocumentImpl. getViewSettings()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type ViewSettings Modifier and Type Method Description void
SpreadsheetDocumentImpl. setViewSettings(ViewSettings newViewSettings)
-
Uses of ViewSettings in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type ViewSettings Modifier and Type Method Description T
MoxelSwitch. caseViewSettings(ViewSettings object)
Returns the result of interpreting the object as an instance of 'View Settings'.static boolean
MoxelUtil. isEmptyViewSettings(ViewSettings viewSettings)
Check if view settings are empty
-