Uses of Interface
org.nasdanika.html.model.bootstrap.Spacing
Packages that use Spacing
Package
Description
-
Uses of Spacing in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return SpacingModifier and TypeMethodDescriptionBootstrapFactory.createSpacing()Returns a new object of class 'Spacing'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type Spacing -
Uses of Spacing in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement SpacingModifier and TypeClassDescriptionclassAn implementation of the model object 'Spacing'.Methods in org.nasdanika.html.model.bootstrap.impl that return SpacingMethods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type Spacing -
Uses of Spacing in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type SpacingModifier and TypeMethodDescriptionBootstrapSwitch.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'.