Class GenericTable.Row

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<String>
com.mayam.wf.attributes.shared.type.GenericTable.Row
All Implemented Interfaces:
Copyable, Serializable, Cloneable, Iterable<String>, Collection<String>, List<String>, RandomAccess
Enclosing class:
GenericTable

public static class GenericTable.Row extends ArrayList<String> implements Copyable
Represents a single row in a GenericTable.
See Also:
  • Constructor Details

    • Row

      public Row(Collection<String> values)
      Creates a row with the provided values as cells.
    • Row

      public Row(String... values)
      Creates a row with the provided values as cells.
    • Row

      public Row(int columnCount)
      Creates a row with a given number of cells.
  • Method Details