Modifier and Type | Method and Description |
---|---|
java.util.List<Participant> |
NumberNetService.getAllParticipants()
Gets the all participants.
|
java.util.List<Participant> |
NumberNetService.getNamesForTable(java.lang.String table)
Gets the names for table.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberNetServiceAsync.getAllParticipants(com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Participant>> callback)
Gets the all participants.
|
void |
NumberNetServiceAsync.getNamesForTable(java.lang.String table,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<Participant>> callback)
Gets the names for table.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<java.util.List<Participant>> |
NumberNetStudentTableClusteredData.getParticipantListControlVariable()
Gets the participant list control variable.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Participant> |
TeacherControlComms.getAllParticipants()
Gets the all participants.
|
java.util.List<Participant> |
TeacherControlComms.getParticipantListForTable(java.lang.String table)
Gets the participant list for table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Participant> |
NumberNetServiceImpl.getAllParticipants() |
java.util.List<Participant> |
NumberNetServiceImpl.getNamesForTable(java.lang.String table) |