public interface FrameworkView
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget()
Retrieves this view as a
Widget so that it can be inserted within
the DOM. |
void |
initialLoad()
Call for Entities to be loaded into the view for the first time.
|
void |
refresh()
Called whenever the data in the view needs to be refreshed.
|
void |
setEditingEnabled(boolean isEnabled)
Tells the view if editing should be enabled.
|
com.google.gwt.user.client.ui.Widget asWidget()
Widget so that it can be inserted within
the DOM.void initialLoad()
void refresh()
void setEditingEnabled(boolean isEnabled)
isEnabled - Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.