|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.rave.web.ui.component.util.descriptors.ComponentType
public class ComponentType
This class holds information that describes a LayoutComponent
type. It provides access to a ComponentFactory
for
instantiating an instance of a the UIComponent described by this
descriptor. See the layout.dtd file for more information on how to
declare types via XML.
Constructor Summary | |
---|---|
ComponentType(java.lang.String id,
java.lang.String factoryClass)
Constructor |
Method Summary | |
---|---|
protected ComponentFactory |
createFactory()
This method creates a new factory. |
ComponentFactory |
getFactory()
This method provides access to the UIComponentFactory. |
java.lang.String |
getId()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentType(java.lang.String id, java.lang.String factoryClass)
Method Detail |
---|
public java.lang.String getId()
public ComponentFactory getFactory()
protected ComponentFactory createFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |