Class TableOptions

    • Method Detail

      • orientationAsString

        public final String orientationAsString()

        The orientation (vertical, horizontal) for a table.

        If the service returns an enum value that is not available in the current SDK version, orientation will return TableOrientation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from orientationAsString().

        Returns:
        The orientation (vertical, horizontal) for a table.
        See Also:
        TableOrientation
      • headerStyle

        public final TableCellStyle headerStyle()

        The table cell style of a table header.

        Returns:
        The table cell style of a table header.
      • cellStyle

        public final TableCellStyle cellStyle()

        The table cell style of table cells.

        Returns:
        The table cell style of table cells.
      • rowAlternateColorOptions

        public final RowAlternateColorOptions rowAlternateColorOptions()

        The row alternate color options (widget status, row alternate colors) for a table.

        Returns:
        The row alternate color options (widget status, row alternate colors) for a table.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)