Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jcorporate.expresso.services.controller.configuration
Class ShowContainerTree  view ShowContainerTree download ShowContainerTree.java

java.lang.Object
  extended bycom.jcorporate.expresso.core.controller.State
      extended bycom.jcorporate.expresso.services.controller.configuration.ConfigurationBase
          extended bycom.jcorporate.expresso.services.controller.configuration.ShowContainerTree
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class ShowContainerTree
extends ConfigurationBase

State that shows the container hierarchy in a tree. The tree is rendered in the javascript tree in the left of the panel.

Since:
Expresso 5.1
Version:
$Revision: 1.5 $ on $Date: 2004/11/17 20:48:17 $

Field Summary
 
Fields inherited from class com.jcorporate.expresso.services.controller.configuration.ConfigurationBase
lc
 
Fields inherited from class com.jcorporate.expresso.core.controller.State
NOTEMPTY_MASK, secure
 
Constructor Summary
ShowContainerTree()
           
 
Method Summary
protected  void addOneContainer(com.jcorporate.expresso.core.controller.Block parentBlock, com.jcorporate.expresso.kernel.Containable current)
          Add a container and links to the block tree
protected  void addShowTransition(com.jcorporate.expresso.kernel.ExpressoComponent component, com.jcorporate.expresso.core.controller.Block parent)
          Adds the transition to each block given each component to show any particular component
 void run(com.jcorporate.expresso.core.controller.ControllerRequest request, com.jcorporate.expresso.core.controller.ControllerResponse response)
          A state may implement a "run" method to actually perform it's logic by overriding this method.
 
Methods inherited from class com.jcorporate.expresso.services.controller.configuration.ConfigurationBase
getRuntime
 
Methods inherited from class com.jcorporate.expresso.core.controller.State
add, addAutoInput, addAutoInput, addAutoInput, addBlock, addError, addInput, addOptionalParameter, addOutput, addParameter, addParameter, addParameter, addRequiredParameter, addTransition, autoValidate, autoValidate, calculateHandlerName, checkMask, checkParamMasks, clearFormCache, clone, equals, getAttribute, getController, getControllerRequest, getControllerResponse, getDataContext, getDBController, getDBName, getDescription, getErrors, getErrorState, getErrorTransition, getFileName, getFormCache, getHandlerName, getInitParameter, getName, getObjectParameter, getOptionalParameters, getOptionalParametersList, getParameter, getParameters, getPatternMatcher, getRequiredParametersList, getResponse, getReturnToSender, getSession, getStateFormClass, getString, getString, getSuccessTransition, getUid, getUser, hashCode, isFileParameter, isParameter, isSecure, perform, saveErrors, setController, setDescription, setErrorState, setErrorTransition, setFormCache, setHandlerName, setMask, setMask, setMaskError, setName, setResponse, setReturnToSender, setSecure, setStateFormClass, setSuccessTransition, toString, transition
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShowContainerTree

public ShowContainerTree()
Method Detail

run

public void run(com.jcorporate.expresso.core.controller.ControllerRequest request,
                com.jcorporate.expresso.core.controller.ControllerResponse response)
         throws com.jcorporate.expresso.core.controller.NonHandleableException,
                com.jcorporate.expresso.core.controller.ControllerException
Description copied from class: com.jcorporate.expresso.core.controller.State
A state may implement a "run" method to actually perform it's logic by overriding this method.


addShowTransition

protected void addShowTransition(com.jcorporate.expresso.kernel.ExpressoComponent component,
                                 com.jcorporate.expresso.core.controller.Block parent)
                          throws com.jcorporate.expresso.core.controller.ControllerException
Adds the transition to each block given each component to show any particular component


addOneContainer

protected void addOneContainer(com.jcorporate.expresso.core.controller.Block parentBlock,
                               com.jcorporate.expresso.kernel.Containable current)
                        throws com.jcorporate.expresso.core.controller.ControllerException
Add a container and links to the block tree