|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Component in org.jaffa.components.finder |
| Subclasses of Component in org.jaffa.components.finder | |
class |
FinderComponent
Deprecated. This class is required by the object_finder_1_0 pattern. The object_finder_2_0 pattern has made this class redundant. |
class |
FinderComponent2
This is the base class for all Finder components created by using the object_finder_2_0 pattern. |
| Uses of Component in org.jaffa.components.lookup |
| Subclasses of Component in org.jaffa.components.lookup | |
class |
LookupComponent
Deprecated. This class is required by the object_lookup_1_0 pattern. The object_lookup_2_0 pattern has made this class redundant. |
class |
LookupComponent2
This is the base class for all Lookup components. |
| Uses of Component in org.jaffa.components.maint |
| Subclasses of Component in org.jaffa.components.maint | |
class |
CreateComponent
This is an abstract implementation of the ICreateComponent interface. |
class |
DeleteComponent
This is an abstract implementation of the IDeleteComponent interface. |
class |
MaintComponent
Deprecated. This class is required by the object_maintenance_1_0 pattern. The object_maintenance_2_0 pattern has made this class redundant. |
class |
MaintComponent2
This is the base class for all Maintenance components created by using the object_maintenance_2_0 pattern. |
class |
UpdateComponent
This is an abstract implementation of the IUpdateComponent interface. |
| Uses of Component in org.jaffa.presentation.portlet |
| Fields in org.jaffa.presentation.portlet declared as Component | |
protected Component |
ActionBase.component
The optional component for this request (if any) |
| Methods in org.jaffa.presentation.portlet that return Component | |
Component |
FormBase.getComponent()
Returns the Component to which this Form belongs |
| Methods in org.jaffa.presentation.portlet with parameters of type Component | |
void |
FormBase.setComponent(Component component)
Sets the Component for the Form |
| Uses of Component in org.jaffa.presentation.portlet.component |
| Methods in org.jaffa.presentation.portlet.component that return Component | |
static Component |
ComponentManager.run(String comp,
UserSession us)
Creates an instance of the named component. |
Component |
Component.run(String component)
Convenience Method for 'ComponentManager.run()'. |
| Methods in org.jaffa.presentation.portlet.component with parameters of type Component | |
void |
Component.addChildComponent(Component component)
This adds a child component to an internal list. |
| Uses of Component in org.jaffa.presentation.portlet.session |
| Methods in org.jaffa.presentation.portlet.session that return Component | |
Component |
UserSession.getComponent(String compId)
Get a Component object based on a componentId from the list of created components that have been created by this user. |
| Methods in org.jaffa.presentation.portlet.session with parameters of type Component | |
void |
UserSession.addComponent(Component comp)
Adds a component to the internal cache. |
void |
UserSession.removeComponent(Component comp)
Remove the component from the internal cache. |
| Uses of Component in org.jaffa.presentation.portlet.session.ui |
| Subclasses of Component in org.jaffa.presentation.portlet.session.ui | |
class |
SessionExplorerComponent
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||