Class Style.TableCell

java.lang.Object
com.foreach.across.modules.bootstrapui.elements.Style.TableCell
Enclosing class:
Style

@Deprecated public static class Style.TableCell extends Object
Deprecated.
Use the BootstrapStyles.table style rules instead. New Bootstrap 4 rules are not available as Style, only values present before 3.0.0 are implemented for backwards compatibility.
  • Field Details

  • Constructor Details

    • TableCell

      public TableCell()
      Deprecated.
  • Method Details

    • fromBootstrapStyleRule

      @Nullable public static Style fromBootstrapStyleRule(BootstrapStyleRule styleRule)
      Deprecated.
      Compatibility between the old Style enum approach and the new BootstrapStyleRule, attempts to resolve a Style enum from the bootstrap style rule.
      Parameters:
      styleRule - style rule
      Returns:
      matching Style (can be null)
    • toBootstrapStyleRule

      @Nullable public static BootstrapStyleRule toBootstrapStyleRule(Style style)
      Deprecated.
      Converts a Style enum value to the equivalent style rule.
      Parameters:
      style - enum value
      Returns:
      equivalent bootstrap style rule (can be null)