|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Block | |
| 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.controller | Controllers that are optional to Expresso. |
| com.jcorporate.expresso.ext.taglib | This package contains an abundance of Expresso specific tags. |
| com.jcorporate.expresso.services.controller.configuration | |
| 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 Block in com.jcorporate.expresso.core.controller |
| Fields in com.jcorporate.expresso.core.controller declared as Block | |
protected Block |
ControllerInstallLog.parentBlock
|
| Methods in com.jcorporate.expresso.core.controller that return Block | |
Block |
Block.getBlock(String blockName)
Retrieve a newsted Block by name. |
Block |
ControllerResponse.getBlock(String blockName)
Get a specific block. |
| Methods in com.jcorporate.expresso.core.controller with parameters of type Block | |
void |
ControllerResponse.addBlock(Block newBlock)
Adds a Block to the response that will be formatted by the controller handler |
protected void |
State.addBlock(Block newBlock)
Adds a block to the controller response associated with this state. |
void |
ControllerInstallLog.setParentBlock(Block b)
Optional method. |
| Uses of Block in com.jcorporate.expresso.ext.controller |
| Methods in com.jcorporate.expresso.ext.controller that return Block | |
Block |
RunSQL.getTableDefinition(String dataContext,
String def)
Builds a table definition and enters it into a block. |
| Uses of Block in com.jcorporate.expresso.ext.taglib |
| Fields in com.jcorporate.expresso.ext.taglib declared as Block | |
protected Block |
BlockTag.oneBlock
|
| Methods in com.jcorporate.expresso.ext.taglib that return Block | |
Block |
BlockTag.getBlock()
|
| Uses of Block in com.jcorporate.expresso.services.controller.configuration |
| Methods in com.jcorporate.expresso.services.controller.configuration with parameters of type Block | |
protected void |
ShowContainerTree.addShowTransition(ExpressoComponent component,
Block parent)
Adds the transition to each block given each component to show any particular component |
protected void |
ShowContainerTree.addOneContainer(Block parentBlock,
Containable current)
Add a container and links to the block tree |
| Uses of Block in com.jcorporate.expresso.services.controller.dbmaint |
| Methods in com.jcorporate.expresso.services.controller.dbmaint that return Block | |
protected Block |
ListBase.generatePageTransitions(ControllerRequest request,
RecordPaginator rp,
int pageLimit)
Generates an arrayList of transitions to allow direct jumping to a page. |
| Methods in com.jcorporate.expresso.services.controller.dbmaint with parameters of type Block | |
protected long |
ListBase.listRecords(String sortKey,
Block myTable)
Lists the records for display |
protected void |
ListBase.addRecordsToBlock(ArrayList i_AllRecords,
Block myTable)
Given an interator containing database objects add all of those objects to the given output block as rows. |
| Uses of Block in com.jcorporate.expresso.services.controller.ui |
| Methods in com.jcorporate.expresso.services.controller.ui that return Block | |
Block |
AutoControllerElement.createDBObjectBlock(ControllerRequest request,
ControllerResponse response,
DataObject dbobj)
Creates a DBObject Block that contains all the non-secret fields for the DBObject. |
Block |
AutoControllerElement.createDBObjectBlock(ControllerRequest request,
ControllerResponse response,
String title,
DataObject dbobj)
Creates a DBObject Block that contains all the non-secret fields for the DBObject. |
Block |
DefaultAutoElement.createDBObjectBlock(ControllerRequest request,
ControllerResponse response,
DataObject dbobj)
Creates a DBObject Block that contains all the non-secret fields for the DBObject. |
Block |
DefaultAutoElement.createDBObjectBlock(ControllerRequest request,
ControllerResponse response,
String title,
DataObject dbobj)
Creates a DBObject Block that contains all the non-secret fields for the DBObject. |
|
Expresso 5-6 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||