Class UmsatzList

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.extension.Extendable, de.willuhn.jameica.gui.Part
    Direct Known Subclasses:
    KontoauszugList

    public class UmsatzList
    extends de.willuhn.jameica.gui.parts.TablePart
    implements de.willuhn.jameica.gui.extension.Extendable
    Implementierung einer fix und fertig vorkonfigurierten Liste mit Umsaetzen.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  UmsatzList.UmsatzChangedMessageConsumer
      Hilfsklasse damit wir ueber importierte Umsaetze informiert werden.
      class  UmsatzList.UmsatzNewMessageConsumer
      Hilfsklasse damit wir ueber importierte Umsaetze informiert werden.
      • Nested classes/interfaces inherited from class de.willuhn.jameica.gui.parts.AbstractTablePart

        de.willuhn.jameica.gui.parts.AbstractTablePart.AbstractTableItem
    • Field Summary

      • Fields inherited from class de.willuhn.jameica.gui.parts.TablePart

        tableFormatter
      • Fields inherited from class de.willuhn.jameica.gui.parts.AbstractTablePart

        action, changeable, checkable, columns, menu, multi, rememberColWidth, rememberOrder, rememberState, selectionListeners
    • Constructor Summary

      Constructors 
      Constructor Description
      UmsatzList​(de.willuhn.datasource.GenericIterator<Umsatz> list, de.willuhn.jameica.gui.Action action)  
      UmsatzList​(Konto konto, de.willuhn.jameica.gui.Action action)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExtendableID()  
      protected java.lang.String getSummary()  
      void paint​(org.eclipse.swt.widgets.Composite parent)  
      void setFilterVisible​(boolean visible)
      Schaltet die Anzeige der Umsatzfilter an oder aus.
      • Methods inherited from class de.willuhn.jameica.gui.parts.TablePart

        addChangeListener, addItem, addItem, addItem, addItem, createFeatureEventContext, getCollator, getControlValue, getEditorControl, getItems, getItems, getSelection, isEnabled, orderBy, orderBy, refreshSummary, removeAll, removeItem, restoreState, select, setChecked, setEnabled, setFormatter, setSummary, setTopIndex, size, sort, updateItem
      • Methods inherited from class de.willuhn.jameica.gui.parts.AbstractTablePart

        addColumn, addColumn, addColumn, addColumn, addColumn, addFeature, addFeature, addSelectionListener, asList, featureEvent, getFeature, hasEvent, removeFeature, select, setCheckable, setChecked, setContextMenu, setMulti, setRememberColWidths, setRememberOrder, setRememberState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UmsatzList

        public UmsatzList​(Konto konto,
                          de.willuhn.jameica.gui.Action action)
                   throws java.rmi.RemoteException
        Parameters:
        konto -
        action -
        Throws:
        java.rmi.RemoteException
      • UmsatzList

        public UmsatzList​(de.willuhn.datasource.GenericIterator<Umsatz> list,
                          de.willuhn.jameica.gui.Action action)
                   throws java.rmi.RemoteException
        Parameters:
        list -
        action -
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • setFilterVisible

        public void setFilterVisible​(boolean visible)
        Schaltet die Anzeige der Umsatzfilter an oder aus.
        Parameters:
        visible - true, wenn die Umsatzfilter angezeigt werden sollen. Default: true.
      • getSummary

        protected java.lang.String getSummary()
        Overrides:
        getSummary in class de.willuhn.jameica.gui.parts.TablePart
        See Also:
        TablePart.getSummary()
      • paint

        public void paint​(org.eclipse.swt.widgets.Composite parent)
                   throws java.rmi.RemoteException
        Specified by:
        paint in interface de.willuhn.jameica.gui.Part
        Overrides:
        paint in class de.willuhn.jameica.gui.parts.TablePart
        Throws:
        java.rmi.RemoteException
        See Also:
        Part.paint(org.eclipse.swt.widgets.Composite)
      • getExtendableID

        public java.lang.String getExtendableID()
        Specified by:
        getExtendableID in interface de.willuhn.jameica.gui.extension.Extendable
        See Also:
        Extendable.getExtendableID()