videoautomat.contentcreator
Class RentConfirmFSContentCreator
java.lang.Object
FormSheetContentCreator
videoautomat.contentcreator.RentConfirmFSContentCreator
public class RentConfirmFSContentCreator
- extends FormSheetContentCreator
ContentCreator
which changes the existing FormSheet
to an addidtional table with the change money and some additional labels
- Author:
- Tobias Ruch
Method Summary |
protected void |
createFormSheetContent(FormSheet fs)
Creates additional content to the given FormSheet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RentConfirmFSContentCreator
public RentConfirmFSContentCreator(SaleProcessRent process,
UIGate gate)
- Constructs a new
RentConfirmFSContentCreator
.
- Parameters:
process
- - SaleProcessRent
in which the content creator is used.gate
- - UIGate
for the additional SingleTableFormSheet
createFormSheetContent
protected void createFormSheetContent(FormSheet fs)
- Creates additional content to the given FormSheet.
Creates another table, some labels and the commit action to the ok button.
- Parameters:
fs
- - FormSheet which should be changed