Uses of Interface
com._1c.g5.v8.dt.form.presentation.theme.ThemeMargin
-
Packages that use ThemeMargin Package Description com._1c.g5.v8.dt.form.presentation.theme com._1c.g5.v8.dt.form.presentation.theme.impl com._1c.g5.v8.dt.form.presentation.theme.util -
-
Uses of ThemeMargin in com._1c.g5.v8.dt.form.presentation.theme
Methods in com._1c.g5.v8.dt.form.presentation.theme that return ThemeMargin Modifier and Type Method Description ThemeMarginThemeFactory. createThemeMargin()Returns a new object of class 'Margin'.ThemeMarginHippoTheme. getFormMargin()Returns the value of the 'Form Margin' containment reference.ThemeMarginHippoTheme. getTitleExtMargin()Returns the value of the 'Title Ext Margin' containment reference.ThemeMarginHippoTheme. getTitleMargin()Returns the value of the 'Title Margin' containment reference.ThemeMarginHippoTheme. getTitleMarginAdditional()Returns the value of the 'Title Margin Additional' containment reference.Methods in com._1c.g5.v8.dt.form.presentation.theme with parameters of type ThemeMargin Modifier and Type Method Description voidHippoTheme. setFormMargin(ThemeMargin value)Sets the value of the 'Form Margin' containment reference.voidHippoTheme. setTitleExtMargin(ThemeMargin value)Sets the value of the 'Title Ext Margin' containment reference.voidHippoTheme. setTitleMargin(ThemeMargin value)Sets the value of the 'Title Margin' containment reference.voidHippoTheme. setTitleMarginAdditional(ThemeMargin value)Sets the value of the 'Title Margin Additional' containment reference. -
Uses of ThemeMargin in com._1c.g5.v8.dt.form.presentation.theme.impl
Classes in com._1c.g5.v8.dt.form.presentation.theme.impl that implement ThemeMargin Modifier and Type Class Description classThemeMarginImplAn implementation of the model object 'Margin'.Fields in com._1c.g5.v8.dt.form.presentation.theme.impl declared as ThemeMargin Modifier and Type Field Description protected ThemeMarginHippoThemeImpl. formMarginThe cached value of the 'Form Margin' containment reference.protected ThemeMarginHippoThemeImpl. titleExtMarginThe cached value of the 'Title Ext Margin' containment reference.protected ThemeMarginHippoThemeImpl. titleMarginThe cached value of the 'Title Margin' containment reference.protected ThemeMarginHippoThemeImpl. titleMarginAdditionalThe cached value of the 'Title Margin Additional' containment reference.Methods in com._1c.g5.v8.dt.form.presentation.theme.impl that return ThemeMargin Modifier and Type Method Description ThemeMarginThemeFactoryImpl. createThemeMargin()ThemeMarginHippoThemeImpl. getFormMargin()ThemeMarginHippoThemeImpl. getTitleExtMargin()ThemeMarginHippoThemeImpl. getTitleMargin()ThemeMarginHippoThemeImpl. getTitleMarginAdditional()Methods in com._1c.g5.v8.dt.form.presentation.theme.impl with parameters of type ThemeMargin Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainHippoThemeImpl. basicSetFormMargin(ThemeMargin newFormMargin, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainHippoThemeImpl. basicSetTitleExtMargin(ThemeMargin newTitleExtMargin, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainHippoThemeImpl. basicSetTitleMargin(ThemeMargin newTitleMargin, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainHippoThemeImpl. basicSetTitleMarginAdditional(ThemeMargin newTitleMarginAdditional, org.eclipse.emf.common.notify.NotificationChain msgs)voidHippoThemeImpl. setFormMargin(ThemeMargin newFormMargin)voidHippoThemeImpl. setTitleExtMargin(ThemeMargin newTitleExtMargin)voidHippoThemeImpl. setTitleMargin(ThemeMargin newTitleMargin)voidHippoThemeImpl. setTitleMarginAdditional(ThemeMargin newTitleMarginAdditional) -
Uses of ThemeMargin in com._1c.g5.v8.dt.form.presentation.theme.util
Methods in com._1c.g5.v8.dt.form.presentation.theme.util with parameters of type ThemeMargin Modifier and Type Method Description TThemeSwitch. caseThemeMargin(ThemeMargin object)Returns the result of interpreting the object as an instance of 'Margin'.
-