java.lang.Object
com.voytechs.html.component.Component
com.voytechs.html.component.SimpleComponent
com.voytechs.html.component.Container
com.voytechs.html.component.Panel
com.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
| Fields inherited from class com.voytechs.html.component.Container |
|
| 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 |
displayServletsPanel
private com.voytechs.html.component.Panel displayServletsPanel
displayServletsControlPanel
private com.voytechs.html.component.Panel displayServletsControlPanel
displayServletsButton
private com.voytechs.html.component.FormSubmit displayServletsButton
ListServletsPanel
public ListServletsPanel()
throws com.voytechs.html.event.EventException
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