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 SummaryFields inherited from class ro.sync.ecss.extensions.commons.table.operations.TableRowInsertionCustomizertableRowsInfo
- 
Method SummaryModifier and TypeMethodDescriptionGet the singleton instance.protected TableRowsInfoshowCustomTableRowInsertionDialog(AuthorAccess authorAccess) Show the dialog for customizing row insertion.Methods inherited from class ro.sync.ecss.extensions.commons.table.operations.TableRowInsertionCustomizercustomizeTableRowInsertion
- 
Method Details- 
getInstanceGet the singleton instance.- Returns:
- The singleton instance.
 
- 
showCustomTableRowInsertionDialogShow the dialog for customizing row insertion.- Specified by:
- showCustomTableRowInsertionDialogin class- TableRowInsertionCustomizer
- Parameters:
- authorAccess- The Author access.
- Returns:
- The row(s) information provided by the user or nullif customization operation is canceled.
- See Also:
 
 
-