Package totalcross.ui

Class GridContainer.Cell

  • Enclosing class:
    GridContainer

    public static class GridContainer.Cell
    extends Container
    A Grid's cell. All cells must extend this class so they can be added.
    • Constructor Detail

      • Cell

        public Cell()
    • Method Detail

      • onEvent

        public void onEvent​(Event e)
        Description copied from class: Control
        Called to process key, pen, control and other posted events.
        Overrides:
        onEvent in class Control
        Parameters:
        e - the event to process
        See Also:
        Event, KeyEvent, PenEvent