Class JmixTreeTableWidget.JmixTreeTableTableHead.DeselectAllAction

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

protected class JmixTreeTableWidget.JmixTreeTableTableHead.DeselectAllAction 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
    DeselectAllAction(com.vaadin.client.ui.Action[] actions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected void
    execute(com.vaadin.v7.client.ui.VScrollTable.TableHead.VisibleColumnAction action)
     
     

    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

    • DeselectAllAction

      public DeselectAllAction(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
    • execute

      protected void execute(com.vaadin.v7.client.ui.VScrollTable.TableHead.VisibleColumnAction action)
    • getHTML

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