Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataProvider ¶
type DataProvider struct {
// contains filtered or unexported fields
}
DataProvider implements ext.TableDataProvider and ext.FromDataProvider for interaction with transactions.
func NewDataProvider ¶
func NewDataProvider(service *service.Service, presenter *presenter.Presenter) *DataProvider
NewDataProvider returns new DataProvider.
func (*DataProvider) GetAll ¶
func (d *DataProvider) GetAll() []map[string]string
GetAll returns slice of maps which represents transaction struct.
func (*DataProvider) GetDropDownOptions ¶
func (d *DataProvider) GetDropDownOptions(label string) []string
GetDropDownOptions returns dropdown obtions for given label.
type View ¶
View is a transactions view.
func (*View) InputHandler ¶
InputHandler returns the handler for this primitive.
func (*View) ModalHasFocus ¶
ModalHasFocus returns true if any of modal is currently on focus.
Click to show internal directories.
Click to hide internal directories.