Uses of Interface
org.nasdanika.html.model.bootstrap.Border
Packages that use Border
Package
Description
-
Uses of Border in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return BorderModifier and TypeMethodDescriptionBootstrapFactory.createBorder()Returns a new object of class 'Border'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type Border -
Uses of Border in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement BorderModifier and TypeClassDescriptionclassAn implementation of the model object 'Border'.Methods in org.nasdanika.html.model.bootstrap.impl that return BorderMethods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type Border -
Uses of Border in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type BorderModifier and TypeMethodDescriptionBootstrapSwitch.caseBorder(Border object) Returns the result of interpreting the object as an instance of 'Border'.booleanBootstrapValidator.validateBorder(Border border, DiagnosticChain diagnostics, Map<Object, Object> context) booleanBootstrapValidator.validateBorder_color(Border border, DiagnosticChain diagnostics, Map<Object, Object> context) Validates the color constraint of 'Border'.booleanBootstrapValidator.validateBorder_placement(Border border, DiagnosticChain diagnostics, Map<Object, Object> context) Validates the placement constraint of 'Border'.