Search:

Type: Posts; User: rastagallo

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    766

    Re: Remove item from table

    I managed to make it run in this way


    private void refreshContainer(IndexedContainer container, Map<Long,Date> mappa)
    {
    container.removeAllItems();
    // Iterator it =...
  2. Replies
    3
    Views
    766

    Remove item from table

    Hi to everybody! :)

    I'm trying to make a calendar that, when you click on the date, the result are stored in a map and visualized in a table that refers to a container.

    I successfully created...
Results 1 to 2 of 2