|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines what it means to be a view component. Generally, it is thought that a component would be a class extended by a view bean so as to wrap properties, etc., and functionality and implementing this interface. Then the view bean would have a vector of references to its components, using this interface type as a common type for the vector.
Method Summary | |
java.beans.BeanInfo |
getBeanInfo() Return a BeanInfo structure representing public properties this component wants to expose in an IDE. |
java.lang.String |
getComponentName() Return the string name for this component. |
int |
getID() Return the view-defined ID for this component. |
Method Detail |
public int getID()
public java.lang.String getComponentName()
public java.beans.BeanInfo getBeanInfo()
null
if none
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |