videoautomat.contentcreator
Class RentPayFSContentCreator
java.lang.Object
FormSheetContentCreator
videoautomat.contentcreator.RentPayFSContentCreator
public class RentPayFSContentCreator
- extends FormSheetContentCreator
Changes the FormSheet layout and adds some labels and a listener
to change the pay button state.
- Author:
- Tobias Ruch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RentPayFSContentCreator
public RentPayFSContentCreator(SaleProcessRent process)
- Creates the content creator.
- Parameters:
process
- - SaleProcessRent
in which the ContentCreator is use to have access to some
process data
createFormSheetContent
protected void createFormSheetContent(FormSheet fs)
- Changes the FormSheetContent of the gives
FormSheet
.
Adds labels, button and there actions
- Parameters:
fs
- - a FormSheet
which should be changed.
setPayValue
public void setPayValue(String payValue)