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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.voytechs.html.component.Component
      extended bycom.voytechs.html.component.SimpleComponent
Direct Known Subclasses:
Container, Image, Text

public abstract class SimpleComponent
extends Component

Base class for all HTML elements considered simple. ie. TableComponents, FormComponents are considered complex.


Field Summary
 
Fields inherited from class com.voytechs.html.component.Component
COMPONENT_FLAG_DISPATCHABLE, COMPONENT_FLAG_FORM, COMPONENT_FLAG_INIT, COMPONENT_FLAG_SHOW, tagProperties
 
Constructor Summary
SimpleComponent()
           
 
Method Summary
static void main(java.lang.String[] args)
          Test function for SimpleComponent
 
Methods inherited from class com.voytechs.html.component.Component
areFlagsSet, clearFlags, getParent, getRootFrame, getUriPath, init, paint, setFlags, setParent, show, show, toStringPrefix, toStringPrefixCap, toStringPrefixTee, toStringTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleComponent

public SimpleComponent()
Method Detail

main

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