|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry.spec.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.BaseComponent
org.apache.tapestry.AbstractPage
org.apache.tapestry.html.BasePage
org.sigpath.tapestry.pages.ValidatedPage
org.sigpath.tapestry.pages.AssembleReaction
public abstract class AssembleReaction
| Field Summary |
|---|
| Fields inherited from class org.sigpath.tapestry.pages.ValidatedPage |
|---|
_validationDelegate |
| Constructor Summary | |
|---|---|
AssembleReaction()
|
|
| Method Summary | |
|---|---|
void |
activateExternalPage(Object[] parameters,
IRequestCycle cycle)
Coming into the page from the menu. |
void |
addPublications(IRequestCycle cycle)
opens the addPublications page. |
void |
addToLeft(IRequestCycle cycle)
Add selected Chemicals the the Collection of reactants of the reaction. |
void |
addToModifiers(IRequestCycle cycle)
Add selcted Chemicals the the Collection of modifiers of the reaction. |
void |
addToRight(IRequestCycle cycle)
Add selcted Chemicals the the Collection of products of the reaction. |
void |
attachKinetic(IRequestCycle cycle)
Attaches a kinetic to the Edited KineticInteraction. |
void |
beginEdit(IRequestCycle cycle,
Reaction r)
Sets externally the Kinetic property of the page. |
Set |
getAvailableChemicals()
|
abstract KineticBindings |
getDefaultBinding()
|
String |
getDescription(String bindingName)
Bypasses the accessor of the bindingsDescriptions properties. |
Reaction |
getEditedKineticInteraction()
Obtain the castor reaction that this page is assembling. |
abstract Kinetic |
getKinetic()
|
abstract String |
getKineticName()
|
Collection |
getMolecules(String[] spids)
adds a set a reactions to a model from their spids. |
IPropertySelectionModel |
getUnitListFromExample(String name)
Gets the concentratin unit model for a specific parameter. |
UserComments |
getUserComments()
|
void |
removeFromLeft(IRequestCycle cycle)
remove a chemical from the left member of a reaction. |
void |
removeFromModifiers(IRequestCycle cycle)
Removes a chemical from the modifiers member of a reaction. |
void |
removeFromRight(IRequestCycle cycle)
Removes a chemical from the right member of a reaction. |
void |
saveAndMoveOn(IRequestCycle cycle)
Save the kineticInteraction (the reaction) into the database. |
abstract void |
setDefaultBinding(KineticBindings newval)
|
abstract void |
setKinetic(Kinetic newval)
|
void |
setKinetic(Reaction reaction,
String kineticName,
Kinetic kinetic)
Attach a new kinetic to a reaction. |
abstract void |
setKineticName(String newName)
|
void |
setUserComments(UserComments comments)
|
| Methods inherited from class org.sigpath.tapestry.pages.ValidatedPage |
|---|
getModelErrorsList, getValidationDelegate, initialize, moveTo, pageValidate, passErrorsToValidateDelegate, setErrorField |
| Methods inherited from class org.apache.tapestry.html.BasePage |
|---|
getResponseWriter |
| Methods inherited from class org.apache.tapestry.BaseComponent |
|---|
addOuter, finishLoad, renderComponent |
| Methods inherited from class org.apache.tapestry.spec.BaseLocatable |
|---|
getLocation, setLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.tapestry.IPage |
|---|
addPageDetachListener, addPageRenderListener, addPageValidateListener, attach, beginPageRender, beginResponse, detach, endPageRender, getChangeObserver, getEngine, getGlobal, getLocale, getNestedComponent, getPageName, getRequestCycle, getResponseWriter, getVisit, removePageDetachListener, removePageRenderListener, removePageValidateListener, renderPage, setChangeObserver, setLocale, setPageName, setRequestCycle, validate |
| Methods inherited from interface org.apache.tapestry.IComponent |
|---|
addAsset, addBody, addComponent, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, renderBody, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification |
| Methods inherited from interface org.apache.tapestry.IRender |
|---|
render |
| Methods inherited from interface org.apache.tapestry.ILocationHolder |
|---|
setLocation |
| Methods inherited from interface org.apache.tapestry.ILocatable |
|---|
getLocation |
| Constructor Detail |
|---|
public AssembleReaction()
| Method Detail |
|---|
public abstract KineticBindings getDefaultBinding()
public abstract void setDefaultBinding(KineticBindings newval)
public abstract Kinetic getKinetic()
public abstract void setKinetic(Kinetic newval)
public void activateExternalPage(Object[] parameters,
IRequestCycle cycle)
activateExternalPage in interface IExternalPageparameters - incoming parameters. not usedcycle - tapestry cyclepublic void addPublications(IRequestCycle cycle)
cycle -
public void addToLeft(IRequestCycle cycle)
throws SigPathDatabaseException,
SigPathKineticException
cycle -
SigPathDatabaseException
SigPathKineticException
public void addToModifiers(IRequestCycle cycle)
throws SigPathDatabaseException,
SigPathKineticException
cycle -
SigPathDatabaseException
SigPathKineticException
public void addToRight(IRequestCycle cycle)
throws SigPathDatabaseException,
SigPathKineticException
cycle -
SigPathDatabaseException
SigPathKineticException
public Collection getMolecules(String[] spids)
throws SigPathDatabaseException
spids -
SigPathDatabaseException
public void attachKinetic(IRequestCycle cycle)
throws SigPathDatabaseException
cycle -
SigPathDatabaseExceptionpublic abstract String getKineticName()
public Reaction getEditedKineticInteraction()
public void setKinetic(Reaction reaction,
String kineticName,
Kinetic kinetic)
throws SigPathDatabaseException
reaction - Reaction the kinetic is associated with.kineticName - Name of the kinetic to set on reaction.
SigPathDatabaseExceptionpublic abstract void setKineticName(String newName)
public void beginEdit(IRequestCycle cycle,
Reaction r)
throws IOException,
ClassNotFoundException
cycle - r -
IOException
ClassNotFoundExceptionpublic Set getAvailableChemicals()
public String getDescription(String bindingName)
bindingName -
public UserComments getUserComments()
public void removeFromLeft(IRequestCycle cycle)
throws SigPathDatabaseException,
SigPathKineticException
cycle -
SigPathDatabaseException
SigPathKineticException
public void removeFromModifiers(IRequestCycle cycle)
throws SigPathDatabaseException,
SigPathKineticException
cycle -
SigPathDatabaseException
SigPathKineticException
public void removeFromRight(IRequestCycle cycle)
throws SigPathDatabaseException,
SigPathKineticException
cycle -
SigPathDatabaseException
SigPathKineticException
public void saveAndMoveOn(IRequestCycle cycle)
throws SigPathDatabaseException
cycle -
SigPathDatabaseExceptionpublic void setUserComments(UserComments comments)
public IPropertySelectionModel getUnitListFromExample(String name)
name - the name of the parameter
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||