|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewComponent
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 |
---|
int getID()
java.lang.String getComponentName()
java.beans.BeanInfo getBeanInfo()
null
if none
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |