Interface ColumnDefinition.SizeAndDigits
- All Known Implementing Classes:
 ColumnDefinition.ColumnDefinitionBuilder
- Enclosing class:
 - ColumnDefinition
 
public static interface ColumnDefinition.SizeAndDigits
The Size and Digits part of building a 
ColumnDefinition- 
Method Summary
Modifier and TypeMethodDescriptionSets to use the default size and digits for the data typesizeAndDigits(int size, int digits)  
- 
Method Details
- 
sizeAndDigits
- Parameters:
 size- The total number of digitsdigits- The number of digits after the decimal- Returns:
 - this, to continue building
 
 - 
defaultSizeAndDigits
ColumnDefinition.NumericEnding defaultSizeAndDigits()Sets to use the default size and digits for the data type- Returns:
 - this, to continue building
 
 
 -