Schnittstelle CellRendererMode


public interface CellRendererMode
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The cell can be clicked.
    static final int
    The cell can be edited or otherwise modified.
    static final int
    The cell is just for display
    and cannot be interacted with.
  • Felddetails

    • INERT

      static final int INERT
      The cell is just for display
      and cannot be interacted with. Note that this doesn’t mean that eg. the
      row being drawn can’t be selected -- just that a particular element of
      it cannot be individually modified.
      Siehe auch:
    • ACTIVATABLE

      static final int ACTIVATABLE
      The cell can be clicked.
      Siehe auch:
    • EDITABLE

      static final int EDITABLE
      The cell can be edited or otherwise modified.
      Siehe auch: