public interface View extends HistorySupport, BreadcrumbSupport
Modifier and Type | Method and Description |
---|---|
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.
|
collectHistory, onHistoryEvent
collectBreadcrumbNames
void beforeShow(Callback<Boolean> onReadyCallback)
boolean beforeHide()
Controller getController()
Enum<?> getViewEnum()
void clear()
void updateModel()
com.google.gwt.user.client.ui.Widget asWidget()
SectionView
boolean isExportButtonActive()
void showExport(boolean show)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.