Uses of Interface
org.nasdanika.html.model.bootstrap.Spacing
-
Packages that use Spacing Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Spacing in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Spacing Modifier and Type Method Description SpacingBootstrapFactory. createSpacing()Returns a new object of class 'Spacing'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type Spacing Modifier and Type Method Description EList<Spacing>Appearance. getMargin()Returns the value of the 'Margin' containment reference list.EList<Spacing>Appearance. getPadding()Returns the value of the 'Padding' containment reference list. -
Uses of Spacing in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Spacing Modifier and Type Class Description classSpacingImplAn implementation of the model object 'Spacing'.Methods in org.nasdanika.html.model.bootstrap.impl that return Spacing Modifier and Type Method Description SpacingBootstrapFactoryImpl. createSpacing()Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type Spacing Modifier and Type Method Description EList<Spacing>AppearanceImpl. getMargin()EList<Spacing>AppearanceImpl. getPadding() -
Uses of Spacing in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Spacing Modifier and Type Method Description TBootstrapSwitch. caseSpacing(Spacing object)Returns the result of interpreting the object as an instance of 'Spacing'.booleanBootstrapValidator. validateSpacing(Spacing spacing, DiagnosticChain diagnostics, Map<Object,Object> context)booleanBootstrapValidator. validateSpacing_breakpoint(Spacing spacing, DiagnosticChain diagnostics, Map<Object,Object> context)Validates the breakpoint constraint of 'Spacing'.booleanBootstrapValidator. validateSpacing_size(Spacing spacing, DiagnosticChain diagnostics, Map<Object,Object> context)Validates the size constraint of 'Spacing'.
-