public class InvoicesController extends AbstractController
| Constructor and Description |
|---|
InvoicesController() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNewInvoice()
Add new invoice.
|
void |
addNewItem()
Add new item to selected invoice.
|
void |
deleteInvoice()
Delete selected invoice.
|
void |
deletetem()
Delete selected item.
|
void |
onCreateInvoiceFieldKeyPressed(javafx.scene.input.KeyEvent event)
Event handler: Key Pressed on field in "create invoice" form group.
|
void |
onCreateItemFieldKeyPressed(javafx.scene.input.KeyEvent event)
Event handler: Key Pressed on field in "create item" form group.
|
void |
onInvoiceTableKeyPressed(javafx.scene.input.KeyEvent event)
Event handler: Key Pressed on invoices table.
|
void |
onItemTableKeyPressed(javafx.scene.input.KeyEvent event)
Event handler: Key Pressed on items table.
|
void |
setApp(PartyInvoiceApp app)
Set the app.
|
getApp, getStage, setStagepublic void setApp(PartyInvoiceApp app)
AbstractControllersetApp in class AbstractControllerapp - party invoice app instancepublic void addNewInvoice()
public void deleteInvoice()
public void addNewItem()
public void deletetem()
public void onCreateInvoiceFieldKeyPressed(javafx.scene.input.KeyEvent event)
event - key eventpublic void onInvoiceTableKeyPressed(javafx.scene.input.KeyEvent event)
event - key eventpublic void onCreateItemFieldKeyPressed(javafx.scene.input.KeyEvent event)
event - key eventpublic void onItemTableKeyPressed(javafx.scene.input.KeyEvent event)
event - key eventCopyright © 2015 illucIT Software GmbH. All rights reserved.