@API(type=INTERNAL,
src=PUBLIC)
public abstract class TableRowInsertionCustomizer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected TableRowsInfo |
tableRowsInfo
The last rows info specified by the user.
|
| Constructor and Description |
|---|
TableRowInsertionCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
TableRowsInfo |
customizeTableRowInsertion(AuthorAccess authorAccess)
Customize a table row insertion.
|
protected abstract TableRowsInfo |
showCustomTableRowInsertionDialog(AuthorAccess authorAccess)
Show table row insertion customizer dialog and return new row(s) information.
|
protected TableRowsInfo tableRowsInfo
public TableRowsInfo customizeTableRowInsertion(AuthorAccess authorAccess)
authorAccess - Access to Author operations.null
if customization operation is canceled.protected abstract TableRowsInfo showCustomTableRowInsertionDialog(AuthorAccess authorAccess)
authorAccess - The Author access.null if customization
operation is canceled.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.