public static class TableContext.Builder extends org.kuali.common.core.build.ValidatingBuilder<TableContext>
Constructor and Description |
---|
TableContext.Builder() |
Modifier and Type | Method and Description |
---|---|
TableContext.Builder |
border(boolean border) |
TableContext.Builder |
border(int border) |
TableContext.Builder |
border(com.google.common.base.Optional<Integer> border) |
TableContext |
build() |
TableContext.Builder |
columnLabels(boolean columnLabels) |
TableContext.Builder |
indent(int indent) |
TableContext.Builder |
rowLabels(boolean rowLabels) |
TableContext.Builder |
tdalign(String tdalign) |
public TableContext.Builder()
public TableContext.Builder tdalign(String tdalign)
public TableContext.Builder indent(int indent)
public TableContext.Builder rowLabels(boolean rowLabels)
public TableContext.Builder columnLabels(boolean columnLabels)
public TableContext.Builder border(com.google.common.base.Optional<Integer> border)
public TableContext.Builder border(boolean border)
public TableContext.Builder border(int border)
public TableContext build()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.