|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Input | |
| com.jcorporate.expresso.core.controller | This package contains the object defining the "Controller" object, an important component of Expresso that should be used to encapsulate all user interaction sequences. |
| com.jcorporate.expresso.ext.struts.taglib | This package contains tag libraries that correspond to the Struts Library tags. |
| com.jcorporate.expresso.ext.taglib | This package contains an abundance of Expresso specific tags. |
| com.jcorporate.expresso.services.controller.dbmaint | This package contains the various State objects that make up the "Model" of the DBMaint controller. |
| com.jcorporate.expresso.services.controller.ui | Objects that provide an automatic user interface rendering capability to the system |
| Uses of Input in com.jcorporate.expresso.core.controller |
| Methods in com.jcorporate.expresso.core.controller that return Input | |
Input |
Block.getInput(String inputName)
Retrieve a nested input by name. |
Input |
ControllerResponse.getInput(String inputName)
Return a specific Input item. |
| Methods in com.jcorporate.expresso.core.controller with parameters of type Input | |
void |
ControllerResponse.addInput(Input newInput)
Add an Input to the ControllerResponse |
protected void |
State.addInput(Input newInput)
Adds an input object to the controller response |
| Uses of Input in com.jcorporate.expresso.ext.struts.taglib |
| Methods in com.jcorporate.expresso.ext.struts.taglib that return Input | |
static Input |
ControllerUtils.findInput(PageContext pageContext,
String property)
Find an input out of the ControllerReponse |
| Uses of Input in com.jcorporate.expresso.ext.taglib |
| Methods in com.jcorporate.expresso.ext.taglib that return Input | |
Input |
InputTag.getInput()
|
| Uses of Input in com.jcorporate.expresso.services.controller.dbmaint |
| Methods in com.jcorporate.expresso.services.controller.dbmaint with parameters of type Input | |
protected void |
GetBase.addLookupTransition(DataObjectMetaData metadata,
Input oneField,
String oneFieldName)
Adds the lookup transition if the target is a DataObject. |
protected void |
DynamicCmd.showBlobViewLink(String fieldName,
DataObject dbobj,
Input myElement,
String controller)
Create a link that is nested to myElement that is for displaying a BLOB field. |
| Uses of Input in com.jcorporate.expresso.services.controller.ui |
| Methods in com.jcorporate.expresso.services.controller.ui that return Input | |
Input |
AutoControllerElement.renderDBObjectField(ControllerResponse response,
DataObject dbobj,
String fieldName,
String defaultValue,
boolean readOnly)
Renders an Input in a update method per field name. |
Input |
DefaultAutoElement.renderDBObjectField(ControllerResponse response,
DataObject dbobj,
String fieldName,
String cachedValue,
boolean readOnly)
Renders a DBOBject Field as either an Input or an Output. |
protected Input |
DefaultAutoElement.renderReadOnlyInput(ControllerResponse response,
Input oneField,
DataObject dbobj,
String fieldName,
String oneFieldValue)
Modifies an already instantiated Input to be a finished read only control. |
protected Input |
DefaultAutoElement.renderReadWriteInput(ControllerResponse response,
Input oneField,
DataObject dbobj,
String fieldName,
String oneFieldValue,
String oneFieldSize)
Modifies an already instantiated Input to be a finished Input control |
| Methods in com.jcorporate.expresso.services.controller.ui with parameters of type Input | |
protected void |
DefaultAutoElement.retrieveCachedValueInForm(ControllerResponse response,
String oneFieldName,
Input i)
Used to set values in created db objects to the values found (if any) in the form cache. |
protected Input |
DefaultAutoElement.renderReadOnlyInput(ControllerResponse response,
Input oneField,
DataObject dbobj,
String fieldName,
String oneFieldValue)
Modifies an already instantiated Input to be a finished read only control. |
protected void |
DefaultAutoElement.renderReadWriteBlob(ControllerResponse response,
Input oneField,
DataObject dbobj,
String fieldName,
String oneFieldValue,
String oneFieldSize)
Modifies an already instantiated Input to be a finished Input control specifically for a blob field. |
protected Input |
DefaultAutoElement.renderReadWriteInput(ControllerResponse response,
Input oneField,
DataObject dbobj,
String fieldName,
String oneFieldValue,
String oneFieldSize)
Modifies an already instantiated Input to be a finished Input control |
protected void |
CacheAutoElement.retrieveCachedValueInForm(ControllerResponse response,
String oneFieldName,
Input i)
Used to set values in created db objects to the values found (if any) in the form cache. |
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||