|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface View
Interface defining the operations necessary to implement a view.
Method Summary | |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget()
Get the attachable widget which represents this view |
boolean |
beforeHide()
Called by the controller before the view is hidden to allow the view to perform cleanup or request confirmation from the user, etc. |
void |
beforeShow(Callback<Boolean> onReadyCallback)
Called by controller before the view is displayed to allow lazy initialization or any other preparatory work to be done. |
void |
clear()
Can be called to reset a view to a cleared state. |
Controller |
getController()
Returns the controller associated with the view |
String |
getName()
Returns the view's name |
Enum<?> |
getViewEnum()
|
boolean |
isExportButtonActive()
This method needs to be implemented only on views that want the export button to display. |
void |
showExport(boolean show)
|
void |
updateModel()
Updates the model with information from this view. |
Methods inherited from interface org.kuali.student.common.ui.client.mvc.history.HistorySupport |
---|
collectHistory, onHistoryEvent |
Methods inherited from interface org.kuali.student.common.ui.client.mvc.breadcrumb.BreadcrumbSupport |
---|
collectBreadcrumbNames |
Method Detail |
---|
void beforeShow(Callback<Boolean> onReadyCallback)
boolean beforeHide()
Controller getController()
String getName()
Enum<?> getViewEnum()
void clear()
void updateModel()
com.google.gwt.user.client.ui.Widget asWidget()
SectionView
boolean isExportButtonActive()
void showExport(boolean show)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |