|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jaffa.presentation.portlet.component.Component
org.jaffa.components.maint.CreateComponent
This is an abstract implementation of the ICreateComponent interface. All the Create components should extend this component.
| Constructor Summary | |
CreateComponent()
|
|
| Method Summary | |
void |
addCreateListener(ICreateListener listener)
Adds a listener. |
protected Collection |
getCreateListeners()
Returns a Collection of ICreateListener objects. |
protected void |
invokeCreateListeners()
Invokes the createDone() method of the registered ICreateListener objects in the same thread. |
protected void |
invokeCreateListeners(EventObject eventObject)
Invokes the createDone() method of the registered ICreateListener objects in the same thread. |
void |
quit()
This clears the internal collection of listeners. |
boolean |
removeCreateListener(ICreateListener listener)
Removes a listener. |
| Methods inherited from class org.jaffa.presentation.portlet.component.Component |
addChildComponent, addFormKeyChangeListener, display, getComponentDefinition, getComponentId, getContainerFormKey, getFormKeyChangeListeners, getReturnToFormKey, getToken, getUserSession, isActive, quitAndReturnToCallingScreen, reflectAndSetParms, removeFormKeyChangeListener, returnChildComponents, returnLastActivityDate, run, setContainerFormKey, setReturnToFormKey, setToken, updateLastActivityDate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jaffa.presentation.portlet.component.IComponent |
addFormKeyChangeListener, display, getComponentDefinition, getComponentId, getContainerFormKey, getFormKeyChangeListeners, getReturnToFormKey, getToken, getUserSession, isActive, quitAndReturnToCallingScreen, removeFormKeyChangeListener, setContainerFormKey, setReturnToFormKey, setToken |
| Constructor Detail |
public CreateComponent()
| Method Detail |
public void addCreateListener(ICreateListener listener)
addCreateListener in interface ICreateComponentlistener - the listener.public boolean removeCreateListener(ICreateListener listener)
removeCreateListener in interface ICreateComponentlistener - the listener.
public void quit()
quit in interface IComponentquit in class Componentprotected Collection getCreateListeners()
protected void invokeCreateListeners()
protected void invokeCreateListeners(EventObject eventObject)
eventObject - The EventObject which will probably contain the component itself.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||