Class CellGridImpl.Cell

All Implemented Interfaces:
HasAttachHandlers, HasHandlers, EventListener, HasVisibility, IsWidget
Direct Known Subclasses:
DefaultCalendarView.CellGrid.DateCell
Enclosing class:
CellGridImpl<V>

abstract class CellGridImpl.Cell extends Widget
  • Constructor Details

    • Cell

      Cell(V value)
    • Cell

      Cell(Element elem, V value)
  • Method Details

    • getValue

      public V getValue()
    • isEnabled

      public boolean isEnabled()
    • isHighlighted

      public boolean isHighlighted()
    • isSelected

      public boolean isSelected()
    • setEnabled

      public final void setEnabled(boolean enabled)
    • verticalNavigation

      public void verticalNavigation(int keyCode)
    • nextItem

      protected CellGridImpl<V>.Cell nextItem()
    • onEnabled

      protected void onEnabled(boolean enabled)
      Parameters:
      enabled -
    • onHighlighted

      protected void onHighlighted(boolean highlighted)
      Parameters:
      highlighted -
    • onSelected

      protected void onSelected(boolean selected)
      Parameters:
      selected -
    • previousItem

      protected CellGridImpl<V>.Cell previousItem()
    • updateStyle

      protected abstract void updateStyle()