Interface BootstrapContainerTypeProperties

All Known Subinterfaces:
BootstrapContainerControl, PageControl

public interface BootstrapContainerTypeProperties
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getBootstrapContainerType()
    Returns the bootstrap root container type which is applied to the root div on the page when a form is running with the bootstrap framework configured.
    void setBootstrapContainerType​(java.lang.String bootstrapContainerType)
    Sets the bootstrap root container type which is applied to the root div on the page when a form is running with the bootstrap framework configured.
  • Method Details

    • getBootstrapContainerType

      java.lang.String getBootstrapContainerType()
      Returns the bootstrap root container type which is applied to the root div on the page when a form is running with the bootstrap framework configured.
      Since:
      V5.4
      See Also:
      setBootstrapContainerType(String)
    • setBootstrapContainerType

      void setBootstrapContainerType​(java.lang.String bootstrapContainerType)
      Sets the bootstrap root container type which is applied to the root div on the page when a form is running with the bootstrap framework configured.

      Supported values:

      ValueMeaning
      CenteredApplies bootstrap class container, this is a fixed-width container (meaning its max-width changes at each breakpoint)
      Full WidthApplies bootstrap class container-fluid, this is a full width container, spanning the entire width of the viewport
      Since:
      V5.4
      See Also:
      getBootstrapContainerType()