java.lang.Object
com.voytechs.html.component.Component
com.voytechs.html.component.DispatchableComponent
com.voytechs.html.component.LinkComponent
com.voytechs.html.component.Link
com.voytechs.html.component.LoginButton
- All Implemented Interfaces:
- com.voytechs.html.event.LinkListenerIf, com.voytechs.html.event.ListenerIf
- public class LoginButton
- extends Link
A Link button.
| Fields inherited from class com.voytechs.html.component.Link |
|
| Fields inherited from class com.voytechs.html.component.LinkComponent |
|
|
Constructor Summary |
LoginButton()
Creates a Link element. |
| Methods inherited from class com.voytechs.html.component.Component |
areFlagsSet, clearFlags, getParent, getRootFrame, getUriPath, setFlags, setParent, show, show, toStringPrefix, toStringPrefixCap, toStringPrefixTee |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loginInProgress
private boolean loginInProgress
LoginButton
public LoginButton()
throws com.voytechs.html.event.EventException
- Creates a Link element. A HTML anchor element. This constructor
constructs a LoginButton suitable for invoking
processEvent
public void processEvent(com.voytechs.html.event.HtmlLinkEvent event,
java.lang.Object userData)
- Override the default processEvent() method and this is where we do the
Auth stuff.
- Specified by:
processEvent in interface com.voytechs.html.event.LinkListenerIf- Overrides:
processEvent in class Link
main
public static void main(java.lang.String[] args)
- Test function for LoginButton