Class JmixTreeTableWidget.JmixTreeTableTableHead.SelectAllAction

java.lang.Object
com.vaadin.client.ui.Action
io.jmix.ui.widget.client.treetable.JmixTreeTableWidget.JmixTreeTableTableHead.SelectAllAction
All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command
Enclosing class:
JmixTreeTableWidget.JmixTreeTableTableHead

protected class JmixTreeTableWidget.JmixTreeTableTableHead.SelectAllAction extends com.vaadin.client.ui.Action
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.vaadin.client.ui.Action[]
     

    Fields inherited from class com.vaadin.client.ui.Action

    caption, iconUrl, owner
  • Constructor Summary

    Constructors
    Constructor
    Description
    SelectAllAction(com.vaadin.client.ui.Action[] actions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     

    Methods inherited from class com.vaadin.client.ui.Action

    getCaption, getIconUrl, setCaption, setIconUrl, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • actions

      protected com.vaadin.client.ui.Action[] actions
  • Constructor Details

    • SelectAllAction

      public SelectAllAction(com.vaadin.client.ui.Action[] actions)
  • Method Details

    • execute

      public void execute()
      Specified by:
      execute in interface com.google.gwt.user.client.Command
      Specified by:
      execute in interface com.google.gwt.core.client.Scheduler.ScheduledCommand
      Specified by:
      execute in class com.vaadin.client.ui.Action
    • getHTML

      public String getHTML()
      Overrides:
      getHTML in class com.vaadin.client.ui.Action