@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableOptions extends Object implements Serializable, Cloneable, StructuredPojo
The table options for a table visual.
| Constructor and Description |
|---|
TableOptions() |
| Modifier and Type | Method and Description |
|---|---|
TableOptions |
clone() |
boolean |
equals(Object obj) |
TableCellStyle |
getCellStyle()
The table cell style of table cells.
|
TableCellStyle |
getHeaderStyle()
The table cell style of a table header.
|
String |
getOrientation()
The orientation (vertical, horizontal) for a table.
|
RowAlternateColorOptions |
getRowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors) for a table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCellStyle(TableCellStyle cellStyle)
The table cell style of table cells.
|
void |
setHeaderStyle(TableCellStyle headerStyle)
The table cell style of a table header.
|
void |
setOrientation(String orientation)
The orientation (vertical, horizontal) for a table.
|
void |
setRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
|
String |
toString()
Returns a string representation of this object.
|
TableOptions |
withCellStyle(TableCellStyle cellStyle)
The table cell style of table cells.
|
TableOptions |
withHeaderStyle(TableCellStyle headerStyle)
The table cell style of a table header.
|
TableOptions |
withOrientation(String orientation)
The orientation (vertical, horizontal) for a table.
|
TableOptions |
withOrientation(TableOrientation orientation)
The orientation (vertical, horizontal) for a table.
|
TableOptions |
withRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
|
public void setOrientation(String orientation)
The orientation (vertical, horizontal) for a table.
orientation - The orientation (vertical, horizontal) for a table.TableOrientationpublic String getOrientation()
The orientation (vertical, horizontal) for a table.
TableOrientationpublic TableOptions withOrientation(String orientation)
The orientation (vertical, horizontal) for a table.
orientation - The orientation (vertical, horizontal) for a table.TableOrientationpublic TableOptions withOrientation(TableOrientation orientation)
The orientation (vertical, horizontal) for a table.
orientation - The orientation (vertical, horizontal) for a table.TableOrientationpublic void setHeaderStyle(TableCellStyle headerStyle)
The table cell style of a table header.
headerStyle - The table cell style of a table header.public TableCellStyle getHeaderStyle()
The table cell style of a table header.
public TableOptions withHeaderStyle(TableCellStyle headerStyle)
The table cell style of a table header.
headerStyle - The table cell style of a table header.public void setCellStyle(TableCellStyle cellStyle)
The table cell style of table cells.
cellStyle - The table cell style of table cells.public TableCellStyle getCellStyle()
The table cell style of table cells.
public TableOptions withCellStyle(TableCellStyle cellStyle)
The table cell style of table cells.
cellStyle - The table cell style of table cells.public void setRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
rowAlternateColorOptions - The row alternate color options (widget status, row alternate colors) for a table.public RowAlternateColorOptions getRowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors) for a table.
public TableOptions withRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors) for a table.
rowAlternateColorOptions - The row alternate color options (widget status, row alternate colors) for a table.public String toString()
toString in class ObjectObject.toString()public TableOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.