|
Videoautomat | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sale.FormSheetContentCreator | +--videoautomat.contentcreator.RegisterContentCreator
Content creator of the register process. Contains methods to set and add data independly from the gui part.
Constructor Summary | |
RegisterContentCreator(String message)
Creates a new content creator with an initial message |
Method Summary | |
protected void |
createFormSheetContent(sale.FormSheet fs)
Method will be called from the FormSheet to which this ContentCreator is added. |
char[] |
getConfirmedPassword()
Returns the value of the confirmed password. |
char[] |
getPassword()
Returns the value of the password. |
String |
getUserName()
Returns the value of the username. |
void |
setErrorMessage(String message)
Sets the error message to this formsheet. |
void |
setUserName(String userName)
Sets the value of the username |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RegisterContentCreator(String message)
message
- - initial messageMethod Detail |
protected void createFormSheetContent(sale.FormSheet fs)
createFormSheetContent
in class sale.FormSheetContentCreator
fs
- - FormSheet to which this ContentCreator was added.public String getUserName()
public char[] getPassword()
public char[] getConfirmedPassword()
public void setUserName(String userName)
userName
- - value of the usernamepublic void setErrorMessage(String message)
message
- - an error massage.
|
Videoautomat | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |