Interface BootstrapFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
BootstrapFactoryImpl

public interface BootstrapFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
See Also:
  • Field Details

  • Method Details

    • createBootstrapElement

      Returns a new object of class 'Element'.
      Returns:
      a new object of class 'Element'.
    • createPage

      Returns a new object of class 'Page'.
      Returns:
      a new object of class 'Page'.
    • createAppearance

      Returns a new object of class 'Appearance'.
      Returns:
      a new object of class 'Appearance'.
    • createBorder

      Returns a new object of class 'Border'.
      Returns:
      a new object of class 'Border'.
    • createSpacing

      Returns a new object of class 'Spacing'.
      Returns:
      a new object of class 'Spacing'.
    • createText

      Returns a new object of class 'Text'.
      Returns:
      a new object of class 'Text'.
    • createFloat

      Returns a new object of class 'Float'.
      Returns:
      a new object of class 'Float'.
    • createTag

      Returns a new object of class 'Tag'.
      Returns:
      a new object of class 'Tag'.
    • createDiv

      Returns a new object of class 'Div'.
      Returns:
      a new object of class 'Div'.
    • createLinkActionGroupItem

      Returns a new object of class 'Link Action Group Item'.
      Returns:
      a new object of class 'Link Action Group Item'.
    • createContentActionGroupItem

      Returns a new object of class 'Content Action Group Item'.
      Returns:
      a new object of class 'Content Action Group Item'.
    • createActionGroup

      Returns a new object of class 'Action Group'.
      Returns:
      a new object of class 'Action Group'.
    • createContainer

      Returns a new object of class 'Container'.
      Returns:
      a new object of class 'Container'.
    • createRow

      Returns a new object of class 'Row'.
      Returns:
      a new object of class 'Row'.
    • createColumnWidth

      Returns a new object of class 'Column Width'.
      Returns:
      a new object of class 'Column Width'.
    • createColumn

      Returns a new object of class 'Column'.
      Returns:
      a new object of class 'Column'.
    • createTableSection

      Returns a new object of class 'Table Section'.
      Returns:
      a new object of class 'Table Section'.
    • createTableHeader

      Returns a new object of class 'Table Header'.
      Returns:
      a new object of class 'Table Header'.
    • createTable

      Returns a new object of class 'Table'.
      Returns:
      a new object of class 'Table'.
    • createTableRow

      Returns a new object of class 'Table Row'.
      Returns:
      a new object of class 'Table Row'.
    • createTableCell

      Returns a new object of class 'Table Cell'.
      Returns:
      a new object of class 'Table Cell'.
    • createCard

      Returns a new object of class 'Card'.
      Returns:
      a new object of class 'Card'.
    • createAlert

      Returns a new object of class 'Alert'.
      Returns:
      a new object of class 'Alert'.
    • createBadge

      Returns a new object of class 'Badge'.
      Returns:
      a new object of class 'Badge'.
    • createBreadcrumb

      Returns a new object of class 'Breadcrumb'.
      Returns:
      a new object of class 'Breadcrumb'.
    • createButton

      Returns a new object of class 'Button'.
      Returns:
      a new object of class 'Button'.
    • createButtonGroup

      Returns a new object of class 'Button Group'.
      Returns:
      a new object of class 'Button Group'.
    • createButtonToolbar

      Returns a new object of class 'Button Toolbar'.
      Returns:
      a new object of class 'Button Toolbar'.
    • createDropdown

      Returns a new object of class 'Dropdown'.
      Returns:
      a new object of class 'Dropdown'.
    • createForm

      Returns a new object of class 'Form'.
      Returns:
      a new object of class 'Form'.
    • createListGroup

      Returns a new object of class 'List Group'.
      Returns:
      a new object of class 'List Group'.
    • createNavs

      Returns a new object of class 'Navs'.
      Returns:
      a new object of class 'Navs'.
    • createNavbar

      Returns a new object of class 'Navbar'.
      Returns:
      a new object of class 'Navbar'.
    • createTooltip

      Returns a new object of class 'Tooltip'.
      Returns:
      a new object of class 'Tooltip'.
    • createInputGroup

      Returns a new object of class 'Input Group'.
      Returns:
      a new object of class 'Input Group'.
    • createFormGroup

      Returns a new object of class 'Form Group'.
      Returns:
      a new object of class 'Form Group'.
    • createCollapse

      Returns a new object of class 'Collapse'.
      Returns:
      a new object of class 'Collapse'.
    • createModal

      Returns a new object of class 'Modal'.
      Returns:
      a new object of class 'Modal'.
    • createAccordion

      Returns a new object of class 'Accordion'.
      Returns:
      a new object of class 'Accordion'.
    • createCarousel

      Returns a new object of class 'Carousel'.
      Returns:
      a new object of class 'Carousel'.
    • createSlide

      Returns a new object of class 'Slide'.
      Returns:
      a new object of class 'Slide'.
    • getBootstrapPackage

      Returns the package supported by this factory.
      Returns:
      the package supported by this factory.