Modifier and Type | Class and Description |
---|---|
class |
DemoCollectionEditLinePresentationController |
class |
DemoInquiryViewPresentationController
Created with IntelliJ IDEA.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentViewPresentationControllerBase
Implementation of
ViewPresentationController for
DocumentView instances |
class |
TransactionalDocumentViewPresentationControllerBase
Extension to DocumentViewPresentationControllerBase interface which adds transactional document specific methods
|
Modifier and Type | Class and Description |
---|---|
class |
InquiryViewPresentationControllerBase
Implementation of
ViewPresentationController for
InquiryView instances |
Modifier and Type | Class and Description |
---|---|
class |
LabsTravelAccountPresentationController
Labs demonstration of a maintenance presentation controller.
|
Modifier and Type | Class and Description |
---|---|
class |
LookupViewPresentationControllerBase
Implementation of
ViewPresentationController for
LookupView instances |
Modifier and Type | Class and Description |
---|---|
class |
MaintenanceViewPresentationControllerBase
Implementation of
ViewPresentationController for
MaintenanceDocumentView instances |
Modifier and Type | Class and Description |
---|---|
class |
ViewPresentationControllerBase
Implementation of
ViewPresentationController that implements no logic by default |
Modifier and Type | Method and Description |
---|---|
ViewPresentationController |
View.getPresentationController()
PresentationController that should be used for the View instance.
|
Modifier and Type | Method and Description |
---|---|
void |
View.setPresentationController(ViewPresentationController presentationController) |
Modifier and Type | Method and Description |
---|---|
void |
View.setPresentationControllerClass(Class<? extends ViewPresentationController> presentationControllerClass)
Setter for the view's presentation controller by class
|
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.