Constructor
# new IconLabelButtons(props) → {React.ReactElement}
Overview
These are buttons displayed above the grid (e.g. Add object, Delete selected etc.) except the filter button.Parameters:
Name | Type | Description |
---|---|---|
props |
Object | |
whichDevice |
string | One of [desktop, mobile]. If the device width is too small (look into css) then smaller buttons are displayed. |
insertRow |
function | Method used to inserting the row after clicking the button. |
deleteRow |
function | Method used to deleting selected rows after clicking the button. |
onAddAttribute |
function | Method used to open the Add attribute dialog after clicking the button. |
onEditAttributes |
function | Method used to open the Edit attributes dialog after clicking the button. |
saveToFileDialog |
function | Method used to open the Save to file dialog after clicking the button. |
openOnTransform |
function | Method used to open the Impose preference orders dialog after clicking the button. |
onBack |
function | Method used to go to the previous step in the history of changes. |
onRedo |
function | Method used to go to the next step in the history of changes. |
React.ReactElement