Uses of Class
com.sun.rave.web.ui.component.util.descriptors.ComponentType

Packages that use ComponentType
com.sun.rave.web.ui.component.util.descriptors   
com.sun.rave.web.ui.renderer.template.xml   
 

Uses of ComponentType in com.sun.rave.web.ui.component.util.descriptors
 

Methods in com.sun.rave.web.ui.component.util.descriptors that return ComponentType
 ComponentType LayoutDefinition.getComponentType(java.lang.String typeID)
          Retrieve a ComponentType by typeID
 ComponentType LayoutComponent.getType()
           Accessor for type.
 

Methods in com.sun.rave.web.ui.component.util.descriptors with parameters of type ComponentType
 void LayoutDefinition.addComponentType(ComponentType type)
          This will add the given ComponentType to the map of registered ComponentTypes.
 

Constructors in com.sun.rave.web.ui.component.util.descriptors with parameters of type ComponentType
LayoutComponent(LayoutElement parent, java.lang.String id, ComponentType type)
           Constructor.
 

Uses of ComponentType in com.sun.rave.web.ui.renderer.template.xml
 

Methods in com.sun.rave.web.ui.renderer.template.xml that return ComponentType
 ComponentType XMLLayoutDefinitionReader.getComponentType(LayoutElement elt, java.lang.String type)
          This utility method returns the requested component type.