borland Packages Class Hierarchy internetbeans Package
com.borland.internetbeans.Binder
Methods
Implemented by IxPageProducer, PageProducer, JspBinder
A Binder
is like a container; it binds all the components that are associated with a single page context.
void addObject(IxComponent newObject)Binds component.
Map getObjectMap()Return all the bound components, mapped by their identifier.
Returns map of components; may be empty, but not null.
Map getObjectMapByClass(Class c)Return all the bound components of a particular class (and all subclasses), mapped by their identifier.
c
Returns map of matching components; may be empty, but not null.
IxComponent[] getObjects()Return all the bound components in an array.
Returns array of components; may be empty, but not null.
IxComponent[] getObjectsByClass(Class c)Return all the bound components of a particular class (and all subclasses).
c
Returns array of matching components; may be empty, but not null.
void removeObject(IxComponent oldObject)Unbinds component.