net.comtor.j2me.form
Class GenericLoginForm
java.lang.Object
Form
net.comtor.j2me.gui.GenericForm
net.comtor.j2me.form.GenericLoginForm
- public class GenericLoginForm
- extends GenericForm
- See Also:
- Serialized Form
Constructor Summary |
GenericLoginForm(java.lang.String formName,
java.lang.String url,
javax.microedition.lcdui.TextField login,
javax.microedition.lcdui.TextField password,
GenericLoginFormListener listener)
Creates a new instance of GenericLoginForm |
Method Summary |
void |
commandActionSynchronized(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
|
java.lang.String |
getUrl()
Getter for property url. |
void |
setUrl(java.lang.String url)
Setter for property url. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericLoginForm
public GenericLoginForm(java.lang.String formName,
java.lang.String url,
javax.microedition.lcdui.TextField login,
javax.microedition.lcdui.TextField password,
GenericLoginFormListener listener)
- Creates a new instance of GenericLoginForm
commandActionSynchronized
public void commandActionSynchronized(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
- Specified by:
commandActionSynchronized
in class GenericForm
getUrl
public java.lang.String getUrl()
- Getter for property url.
- Returns:
- Value of property url.
setUrl
public void setUrl(java.lang.String url)
- Setter for property url.
- Parameters:
url
- New value of property url.