public class WertpapierListePart
extends de.willuhn.jameica.gui.parts.TablePart
implements de.willuhn.jameica.gui.Part
Constructor and Description |
---|
WertpapierListePart(de.willuhn.jameica.gui.Action action)
Konstruktor mit Angabe der Action beim Doppelklick.
|
WertpapierListePart(de.willuhn.datasource.rmi.DBIterator<Wertpapier> list,
de.willuhn.jameica.gui.Action action)
Konstruktor mit Angabe der Liste und der Action beim Doppelklick.
|
Modifier and Type | Method and Description |
---|---|
protected de.willuhn.jameica.gui.parts.table.Feature.Context |
createFeatureEventContext(de.willuhn.jameica.gui.parts.table.Feature.Event event,
java.lang.Object data) |
java.util.List<ExchangeInfo> |
getExchangeInfos()
Liefert Umtauschraten von WP, die nicht in der Standardwährung sind.
|
java.math.BigDecimal |
getGesamtSumme()
Liefert die Gesamtsumme aller WP.
|
boolean |
isShowWaehrungsSpalte()
Liefert true falls die Währungsspalte angezeigt werden muss,
sonst false.
|
addChangeListener, addItem, addItem, addItem, addItem, getCollator, getControlValue, getEditorControl, getItems, getItems, getSelection, getSummary, isEnabled, orderBy, orderBy, paint, refreshSummary, removeAll, removeItem, restoreState, select, setChecked, setEnabled, setFormatter, setSummary, setTopIndex, size, sort, updateItem
addColumn, addColumn, addColumn, addColumn, addColumn, addFeature, addFeature, addSelectionListener, asList, featureEvent, getFeature, hasEvent, removeFeature, select, setCheckable, setChecked, setContextMenu, setMulti, setRememberColWidths, setRememberOrder, setRememberState
public WertpapierListePart(de.willuhn.jameica.gui.Action action) throws java.rmi.RemoteException
action
- java.rmi.RemoteException
public WertpapierListePart(de.willuhn.datasource.rmi.DBIterator<Wertpapier> list, de.willuhn.jameica.gui.Action action) throws java.rmi.RemoteException
list
- action
- java.rmi.RemoteException
public java.util.List<ExchangeInfo> getExchangeInfos()
public java.math.BigDecimal getGesamtSumme()
public boolean isShowWaehrungsSpalte()
protected de.willuhn.jameica.gui.parts.table.Feature.Context createFeatureEventContext(de.willuhn.jameica.gui.parts.table.Feature.Event event, java.lang.Object data)
createFeatureEventContext
in class de.willuhn.jameica.gui.parts.TablePart
TablePart.createFeatureEventContext(Feature.Event, Object )