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

Quick Search    Search Deep

com.voytechs.html.component.extended
Class ListServletsPanel  view ListServletsPanel download ListServletsPanel.java

java.lang.Object
  extended bycom.voytechs.html.component.Component
      extended bycom.voytechs.html.component.SimpleComponent
          extended bycom.voytechs.html.component.Container
              extended bycom.voytechs.html.component.Panel
                  extended bycom.voytechs.html.component.extended.ListServletsPanel
All Implemented Interfaces:
com.voytechs.html.event.ButtonListenerIf, com.voytechs.html.event.ListenerIf

public class ListServletsPanel
extends com.voytechs.html.component.Panel
implements com.voytechs.html.event.ButtonListenerIf


Field Summary
private  com.voytechs.html.component.FormSubmit displayServletsButton
           
private  com.voytechs.html.component.Panel displayServletsControlPanel
           
private  com.voytechs.html.component.Panel displayServletsPanel
           
 
Fields inherited from class com.voytechs.html.component.Container
 
Fields inherited from class com.voytechs.html.component.Component
COMPONENT_FLAG_DISPATCHABLE, COMPONENT_FLAG_FORM, COMPONENT_FLAG_INIT, COMPONENT_FLAG_SHOW, tagProperties
 
Constructor Summary
ListServletsPanel()
           
 
Method Summary
 com.voytechs.html.component.Panel createServletsPanel()
           
static void main(java.lang.String[] args)
          Test function for ListServletsPanel
 void processEvent(com.voytechs.html.event.HtmlButtonEvent event, java.lang.Object userData)
          Process Buttonual component events.
 
Methods inherited from class com.voytechs.html.component.Panel
addElement, addElement, addElement
 
Methods inherited from class com.voytechs.html.component.Container
addChild, init, paint, paintChildren, process, removeElement, toStringTree
 
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

displayServletsPanel

private com.voytechs.html.component.Panel displayServletsPanel

displayServletsControlPanel

private com.voytechs.html.component.Panel displayServletsControlPanel

displayServletsButton

private com.voytechs.html.component.FormSubmit displayServletsButton
Constructor Detail

ListServletsPanel

public ListServletsPanel()
                  throws com.voytechs.html.event.EventException
Method Detail

createServletsPanel

public com.voytechs.html.component.Panel createServletsPanel()
                                                      throws com.voytechs.html.event.EventException

processEvent

public void processEvent(com.voytechs.html.event.HtmlButtonEvent event,
                         java.lang.Object userData)
Description copied from interface: com.voytechs.html.event.ButtonListenerIf
Process Buttonual component events.

Specified by:
processEvent in interface com.voytechs.html.event.ButtonListenerIf

main

public static void main(java.lang.String[] args)
Test function for ListServletsPanel