|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.reflect.ObjectIntrospector
nextapp.echo.app.reflect.ComponentIntrospector
public class ComponentIntrospector
Extends ObjectIntrospector to provide
nextapp.echo.app.Component-specific functionality,
i.e., introspection of style constants names.
| Field Summary |
|---|
| Fields inherited from class nextapp.echo.app.reflect.ObjectIntrospector |
|---|
PUBLIC_CONSTANT_MODIFERS |
| Constructor Summary | |
|---|---|
protected |
ComponentIntrospector(java.lang.String typeName,
java.lang.ClassLoader classLoader)
Creates a new ComponentIntrospector for the specified
type. |
| Method Summary | |
|---|---|
java.lang.String |
getStyleConstantName(java.lang.String propertyName)
Returns the name of the style constant for the given property name. |
| Methods inherited from class nextapp.echo.app.reflect.ObjectIntrospector |
|---|
getConstantNames, getConstantValue, getEventHandlerNames, getEventSetDescriptor, getEventSetNames, getObjectClass, getPropertyClass, getPropertyCount, getPropertyDefinitionConcreteType, getPropertyDefinitionType, getPropertyDescriptor, getPropertyNames, getWriteMethod, isIndexedProperty, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ComponentIntrospector(java.lang.String typeName,
java.lang.ClassLoader classLoader)
throws java.lang.ClassNotFoundException
ComponentIntrospector for the specified
type.
typeName - the component type name
java.lang.ClassNotFoundException| Method Detail |
|---|
public java.lang.String getStyleConstantName(java.lang.String propertyName)
propertyName - The name of the property.
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||