T
- the property typepublic static interface EntityTableCellRenderer.Builder<T>
EntityTableCellRenderer
Modifier and Type | Method and Description |
---|---|
EntityTableCellRenderer |
build() |
EntityTableCellRenderer.Builder<T> |
displayConditionState(boolean displayConditionState) |
EntityTableCellRenderer.Builder<T> |
displayValueProvider(Function<T,Object> displayValueProvider) |
EntityTableCellRenderer.Builder<T> |
horizontalAlignment(int horizontalAlignment) |
EntityTableCellRenderer.Builder<T> |
leftPadding(int leftPadding) |
EntityTableCellRenderer.Builder<T> |
rightPadding(int rightPadding) |
EntityTableCellRenderer.Builder<T> |
toolTipData(boolean toolTipData) |
EntityTableCellRenderer.Builder<T> horizontalAlignment(int horizontalAlignment)
horizontalAlignment
- the horizontal alignmentEntityTableCellRenderer.Builder<T> toolTipData(boolean toolTipData)
toolTipData
- true if the cell should display its contents in a tool tipEntityTableCellRenderer.Builder<T> displayConditionState(boolean displayConditionState)
displayConditionState
- true if true then cells/columns involved in a condition have different background colorEntityTableCellRenderer.Builder<T> leftPadding(int leftPadding)
leftPadding
- the left cell paddingEntityTableCellRenderer.Builder<T> rightPadding(int rightPadding)
rightPadding
- the right cell paddingEntityTableCellRenderer.Builder<T> displayValueProvider(Function<T,Object> displayValueProvider)
displayValueProvider
- provides the value to display in the cell, formatted or otherwiseEntityTableCellRenderer build()
EntityTableCellRenderer
instance based on this builder