FileManagerToolbarSettingsBuilder
Methods
Items(System.Action)
Configures the items collection of the toolbar.
Parameters
configurator - System.Action<FileManagerToolbarSettingsItemFactory>
The configurator for the items setting.
RETURNS
Returns the current instance of FileManagerToolbarSettingsBuilder .
Click(System.String)
Fires when the user clicks a command button. Toolbar Events.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
Click(System.Func)
Fires when the user clicks a command button. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
Close(System.String)
Fires when the SplitButton's popup closes. Toolbar Events.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
Close(System.Func)
Fires when the SplitButton's popup closes. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
Open(System.String)
Fires when the Split Button's popup opens. Toolbar Events.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
Open(System.Func)
Fires when the Split Button's popup opens. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
Toggle(System.String)
Fires when the user changes the checked state of a toggle button. Toolbar Events.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
Toggle(System.Func)
Fires when the user changes the checked state of a toggle button. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
Overflow(System.Action)
Specifies Toolbar.overflow configuration for the toolbar.
Parameters
configurator - System.Action<FileManagerToolbarOverflowSettingsBuilder>
The configurator for the overflow setting.
RETURNS
Returns the current instance of FileManagerToolbarSettingsBuilder .
OverflowClose(System.String)
Fires when the overflow popup container is about to close. Toolbar Events.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
OverflowClose(System.Func)
Fires when the overflow popup container is about to close. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
OverflowOpen(System.String)
Fires when the overflow popup container is about to open. Toolbar Events.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.
OverflowOpen(System.Func)
Fires when the overflow popup container is about to open. Toolbar Events.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
RETURNS
Returns the current FileManagerToolbarSettingsBuilder instance.