Uses of Interface
org.nasdanika.html.model.bootstrap.Border
-
Packages that use Border Package Description org.nasdanika.html.model.bootstrap org.nasdanika.html.model.bootstrap.impl org.nasdanika.html.model.bootstrap.util -
-
Uses of Border in org.nasdanika.html.model.bootstrap
Methods in org.nasdanika.html.model.bootstrap that return Border Modifier and Type Method Description BorderBootstrapFactory. createBorder()Returns a new object of class 'Border'.Methods in org.nasdanika.html.model.bootstrap that return types with arguments of type Border Modifier and Type Method Description EList<Border>Appearance. getBorder()Returns the value of the 'Border' containment reference list. -
Uses of Border in org.nasdanika.html.model.bootstrap.impl
Classes in org.nasdanika.html.model.bootstrap.impl that implement Border Modifier and Type Class Description classBorderImplAn implementation of the model object 'Border'.Methods in org.nasdanika.html.model.bootstrap.impl that return Border Modifier and Type Method Description BorderBootstrapFactoryImpl. createBorder()Methods in org.nasdanika.html.model.bootstrap.impl that return types with arguments of type Border Modifier and Type Method Description EList<Border>AppearanceImpl. getBorder() -
Uses of Border in org.nasdanika.html.model.bootstrap.util
Methods in org.nasdanika.html.model.bootstrap.util with parameters of type Border Modifier and Type Method Description TBootstrapSwitch. 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'.
-