Class TreeTable.HierarchyColumnWrapper

java.lang.Object
com.vaadin.flow.component.Component
org.vaadin.firitin.components.TreeTable.HierarchyColumnWrapper
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasText, Serializable
Enclosing class:
TreeTable<T>

@Tag("vaadin-grid-tree-toggle") public class TreeTable.HierarchyColumnWrapper extends com.vaadin.flow.component.Component implements com.vaadin.flow.component.HasText
See Also:
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasText Link icon

    com.vaadin.flow.component.HasText.WhiteSpace
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Methods inherited from class com.vaadin.flow.component.Component Link icon

    addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisible

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.vaadin.flow.component.AttachNotifier Link icon

    addAttachListener

    Methods inherited from interface com.vaadin.flow.component.DetachNotifier Link icon

    addDetachListener

    Methods inherited from interface com.vaadin.flow.component.HasElement Link icon

    getElement

    Methods inherited from interface com.vaadin.flow.component.HasStyle Link icon

    addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName

    Methods inherited from interface com.vaadin.flow.component.HasText Link icon

    getText, getWhiteSpace, setText, setWhiteSpace
  • Constructor Details Link icon

    • HierarchyColumnWrapper Link icon

      public HierarchyColumnWrapper(T item)