Class JmixGroupTableWidget.JmixGroupTableBody.JmixGroupTableRow

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.vaadin.v7.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
io.jmix.ui.widget.client.table.JmixScrollTableWidget.JmixScrollTableBody.JmixScrollTableRow
io.jmix.ui.widget.client.grouptable.JmixGroupTableWidget.JmixGroupTableBody.JmixGroupTableRow
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, com.vaadin.client.ui.ActionOwner, Iterable<com.google.gwt.user.client.ui.Widget>
Direct Known Subclasses:
JmixGroupTableWidget.JmixGroupTableBody.JmixGroupTableGroupRow
Enclosing class:
JmixGroupTableWidget.JmixGroupTableBody

protected class JmixGroupTableWidget.JmixGroupTableBody.JmixGroupTableRow extends JmixScrollTableWidget.JmixScrollTableBody.JmixScrollTableRow
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

    com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled

    Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets

    com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.google.gwt.dom.client.TableCellElement
     
    protected boolean
     

    Fields inherited from class io.jmix.ui.widget.client.table.JmixScrollTableWidget.JmixScrollTableBody.JmixScrollTableRow

    currentColumnKey, selectable

    Fields inherited from class com.vaadin.v7.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow

    actionKeys, applyZeroWidthFix, childWidgets, rowKey

    Fields inherited from class com.google.gwt.user.client.ui.UIObject

    DEBUG_ID_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixGroupTableRow(com.vaadin.client.UIDL uidl, char[] aligns)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addDividerCell(char align)
     
    protected boolean
    addSpecificCell(Object columnId, int colIndex, char[] aligns)
     
    protected void
    updateStyleNames(String primaryStyleName)
     

    Methods inherited from class com.vaadin.v7.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow

    addCell, addCell, addCell, addCell, addCellsFromUIDL, getActions, getClient, getEventTargetTdOrTr, getIndex, getKey, getPaintableId, getRealCellWidth, getTdOrTr, getTooltip, getTooltipInfo, getWidgetForPaintable, handleClickEvent, initCellWidths, isBefore, isInViewPort, isRenderHtmlInCells, isSelected, iterator, onDetach, remove, setCellWidth, startRowDrag

    Methods inherited from class com.google.gwt.user.client.ui.Panel

    add, add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove

    Methods inherited from class com.google.gwt.user.client.ui.Widget

    addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents

    Methods inherited from class com.google.gwt.user.client.ui.UIObject

    addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Field Details

    • groupDividerCell

      protected com.google.gwt.dom.client.TableCellElement groupDividerCell
    • isDividerAdded

      protected boolean isDividerAdded
  • Constructor Details

    • JmixGroupTableRow

      public JmixGroupTableRow(com.vaadin.client.UIDL uidl, char[] aligns)
  • Method Details

    • addSpecificCell

      protected boolean addSpecificCell(Object columnId, int colIndex, char[] aligns)
      Overrides:
      addSpecificCell in class com.vaadin.v7.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
    • addDividerCell

      public void addDividerCell(char align)
    • updateStyleNames

      protected void updateStyleNames(String primaryStyleName)
      Overrides:
      updateStyleNames in class com.vaadin.v7.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow