Toolbar
FinalYes
Class Toolbar
Tags
Table of Contents
Constants
- DEFAULT_ID = 'default-toolbar'
Methods
- __callStatic() : mixed
- addAfterTitleHtml() : static
- addBeforeTitleHtml() : static
- addButton() : static
- addFavoriteStar() : static
- addFilter() : static
- addRightCustomHtml() : static
- deleteButtons() : static
- deleteFavoriteStar() : static
- getAfterTitleHtml() : static
- getBeforeTitleHtml() : static
- getButtons() : static
- getFilter() : static
- getId() : static
- getRightCustomHtml() : static
- getTitleMaxWidth() : static
- getTitleMinWidth() : static
- getUnderTitleHtml() : static
- hasFavoriteStar() : static
- renderAfterFilterButtons() : static
- renderAfterTitleButtons() : static
- renderFilterRightButtons() : static
- renderRightButtons() : static
- setTitleMaxWidth() : static
- setTitleMinWidth() : static
- shuffleButtons() : static
Constants
DEFAULT_ID
public
mixed
DEFAULT_ID
= 'default-toolbar'
Methods
__callStatic()
public
static __callStatic(mixed $name, mixed $arguments) : mixed
Parameters
- $name : mixed
- $arguments : mixed
addAfterTitleHtml()
public
addAfterTitleHtml(string $html) : static
Parameters
- $html : string
Return values
staticaddBeforeTitleHtml()
public
addBeforeTitleHtml(string $html) : static
;
Parameters
- $html : string
Return values
staticaddButton()
public
addButton(mixed $button[, mixed $location = = 'ButtonLocation::RIGHT' ]) : static
;
Parameters
- $button : mixed
- $location : mixed = = 'ButtonLocation::RIGHT'
Return values
staticaddFavoriteStar()
public
addFavoriteStar() : static
;
Return values
staticaddFilter()
public
addFilter([mixed $options = = '[]' ]) : static
;
Parameters
- $options : mixed = = '[]'
Return values
staticaddRightCustomHtml()
public
addRightCustomHtml(string $html) : static
;
Parameters
- $html : string
Return values
staticdeleteButtons()
public
deleteButtons(Closure $closure) : static
Parameters
- $closure : Closure
Return values
staticdeleteFavoriteStar()
public
deleteFavoriteStar() : static
;
Return values
staticgetAfterTitleHtml()
public
getAfterTitleHtml() : static
;
Return values
staticgetBeforeTitleHtml()
public
getBeforeTitleHtml() : static
;
Return values
staticgetButtons()
public
getButtons() : static
Return values
staticgetFilter()
public
getFilter() : static
;
Return values
staticgetId()
public
getId() : static
;
Return values
staticgetRightCustomHtml()
public
getRightCustomHtml() : static
;
Return values
staticgetTitleMaxWidth()
public
getTitleMaxWidth() : static
;
Return values
staticgetTitleMinWidth()
public
getTitleMinWidth() : static
;
Return values
staticgetUnderTitleHtml()
public
getUnderTitleHtml() : static
;
Return values
statichasFavoriteStar()
public
hasFavoriteStar() : static
;
Return values
staticrenderAfterFilterButtons()
public
renderAfterFilterButtons() : static
;
Return values
staticrenderAfterTitleButtons()
public
renderAfterTitleButtons() : static
;
Return values
staticrenderFilterRightButtons()
public
renderFilterRightButtons() : static
;
Return values
staticrenderRightButtons()
public
renderRightButtons() : static
;
Return values
staticsetTitleMaxWidth()
public
setTitleMaxWidth(mixed $width) : static
;
Parameters
- $width : mixed
Return values
staticsetTitleMinWidth()
public
setTitleMinWidth(mixed $width) : static
;
Parameters
- $width : mixed
Return values
staticshuffleButtons()
public
shuffleButtons(Closure $closure, mixed $buttonLocation) : static
Parameters
- $closure : Closure
- $buttonLocation : mixed