Class ECTableRowInsertionCustomizerInvoker
java.lang.Object
ro.sync.ecss.extensions.commons.table.operations.TableRowInsertionCustomizer
ro.sync.ecss.extensions.commons.table.operations.ECTableRowInsertionCustomizerInvoker
@API(type=INTERNAL,
src=PUBLIC)
public final class ECTableRowInsertionCustomizerInvoker
extends TableRowInsertionCustomizer
Customize table rows at insertion.
-
Field Summary
Fields inherited from class ro.sync.ecss.extensions.commons.table.operations.TableRowInsertionCustomizer
tableRowsInfo
-
Method Summary
Modifier and TypeMethodDescriptionGet the singleton instance.protected TableRowsInfo
showCustomTableRowInsertionDialog
(AuthorAccess authorAccess) Show the dialog for customizing row insertion.Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.TableRowInsertionCustomizer
customizeTableRowInsertion
-
Method Details
-
getInstance
Get the singleton instance.- Returns:
- The singleton instance.
-
showCustomTableRowInsertionDialog
Show the dialog for customizing row insertion.- Specified by:
showCustomTableRowInsertionDialog
in classTableRowInsertionCustomizer
- Parameters:
authorAccess
- The Author access.- Returns:
- The row(s) information provided by the user or
null
if customization operation is canceled. - See Also:
-