Class LayoutControls

java.lang.Object
org.ka2ddo.yaac.webserver.LayoutControls

public class LayoutControls extends Object
Helper class containing per-table-column formatting information for producing HTML tables in one of the dynamic web pages.
Author:
Andrew Pavlin, KA2DDO
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final String
    String value to appear in align attribute of TD tag for this column of table.
    final org.ka2ddo.yaac.webserver.LayoutType
    Java formatting information for generating HTML text between the <td> and </td> tags.
  • Constructor Summary

    Constructors
    Constructor
    Description
    LayoutControls(String align, org.ka2ddo.yaac.webserver.LayoutType type)
    Create a LayoutControl object.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • align

      public final String align
      String value to appear in align attribute of TD tag for this column of table.
    • type

      public final org.ka2ddo.yaac.webserver.LayoutType type
      Java formatting information for generating HTML text between the <td> and </td> tags.
  • Constructor Details

    • LayoutControls

      public LayoutControls(String align, org.ka2ddo.yaac.webserver.LayoutType type)
      Create a LayoutControl object.
      Parameters:
      align - HTML align attribute value
      type - LayoutType enum specifying how to format that column's output