Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.voytechs.html.component
Class LoginButton  view LoginButton download LoginButton.java

java.lang.Object
  extended bycom.voytechs.html.component.Component
      extended bycom.voytechs.html.component.DispatchableComponent
          extended bycom.voytechs.html.component.LinkComponent
              extended bycom.voytechs.html.component.Link
                  extended bycom.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.


Field Summary
private  boolean loginInProgress
           
 
Fields inherited from class com.voytechs.html.component.Link
 
Fields inherited from class com.voytechs.html.component.LinkComponent
 
Fields inherited from class com.voytechs.html.component.DispatchableComponent
 
Fields inherited from class com.voytechs.html.component.Component
COMPONENT_FLAG_DISPATCHABLE, COMPONENT_FLAG_FORM, COMPONENT_FLAG_INIT, COMPONENT_FLAG_SHOW, tagProperties
 
Constructor Summary
LoginButton()
          Creates a Link element.
 
Method Summary
static void main(java.lang.String[] args)
          Test function for LoginButton
 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.
 
Methods inherited from class com.voytechs.html.component.Link
addElement, addLinkListener, paint
 
Methods inherited from class com.voytechs.html.component.LinkComponent
addChild, init, paintChild, toStringTree
 
Methods inherited from class com.voytechs.html.component.DispatchableComponent
addListener, getElementId, getElementName, getElementType
 
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
 

Field Detail

loginInProgress

private boolean loginInProgress
Constructor Detail

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

Method Detail

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