|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchristophedelory.betty.admin.gwt.Betty
public class Betty
Entry point classes define onModuleLoad()
.
Constructor Summary | |
---|---|
Betty()
|
Method Summary | |
---|---|
void |
addChampionship(ChampionshipDetails championship)
|
void |
addLocation(LocationDetails location,
com.google.gwt.user.client.ui.TreeItem parentTreeItem)
|
void |
addPlayer(PlayerDetails details)
|
void |
addResource(ResourceDetails details,
com.google.gwt.user.client.ui.TreeItem parentTreeItem)
|
void |
addUser(UserDetails details)
|
void |
createRankModel(com.google.gwt.user.client.ui.TreeItem parentTreeItem,
boolean isDefault)
|
void |
createScoreModel(com.google.gwt.user.client.ui.TreeItem parentTreeItem,
boolean isDefault)
|
BettyAdminRemoteServiceAsync |
getBettyAdminRemoteServiceAsync()
Returns the client proxy to the administration service interface. |
BettyRemoteServiceAsync |
getBettyRemoteServiceAsync()
Returns the client proxy to the public service interface. |
LocationsDetails |
getLocations()
Returns the top-level list of locations. |
com.google.gwt.user.client.ui.SuggestOracle |
getLocationSuggestOracle()
|
com.google.gwt.user.client.ui.SuggestOracle |
getPlayerSuggestOracle()
|
void |
onModuleLoad()
|
void |
onTreeItemSelected(com.google.gwt.user.client.ui.TreeItem item)
|
void |
onTreeItemStateChanged(com.google.gwt.user.client.ui.TreeItem item)
|
void |
remove(com.google.gwt.user.client.ui.TreeItem treeItem)
Removes the specified tree item from the application's tree. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Betty()
Method Detail |
---|
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public void remove(com.google.gwt.user.client.ui.TreeItem treeItem)
treeItem
- a tree item. Shall not be null
.
NullPointerException
- if treeItem
is null
.public void onTreeItemSelected(com.google.gwt.user.client.ui.TreeItem item)
onTreeItemSelected
in interface com.google.gwt.user.client.ui.TreeListener
public void onTreeItemStateChanged(com.google.gwt.user.client.ui.TreeItem item)
onTreeItemStateChanged
in interface com.google.gwt.user.client.ui.TreeListener
public BettyAdminRemoteServiceAsync getBettyAdminRemoteServiceAsync()
null
.getBettyRemoteServiceAsync()
public BettyRemoteServiceAsync getBettyRemoteServiceAsync()
null
.getBettyAdminRemoteServiceAsync()
public com.google.gwt.user.client.ui.SuggestOracle getLocationSuggestOracle()
public com.google.gwt.user.client.ui.SuggestOracle getPlayerSuggestOracle()
public LocationsDetails getLocations()
null
until properly fetched.public void addChampionship(ChampionshipDetails championship)
public void addLocation(LocationDetails location, com.google.gwt.user.client.ui.TreeItem parentTreeItem)
public void addResource(ResourceDetails details, com.google.gwt.user.client.ui.TreeItem parentTreeItem)
public void addPlayer(PlayerDetails details)
public void addUser(UserDetails details)
public void createRankModel(com.google.gwt.user.client.ui.TreeItem parentTreeItem, boolean isDefault)
public void createScoreModel(com.google.gwt.user.client.ui.TreeItem parentTreeItem, boolean isDefault)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |