Modifier and Type | Method and Description |
---|---|
void |
CalculatorKeyControlPanel.CalculatorKeyControlPanelDelegate.keyStateChanged(CalculatorKey key,
boolean state)
Key state changed.
|
Modifier and Type | Method and Description |
---|---|
void |
EditCalculatorForTablePanel.setValuesForCheckBoxesWithKeyStateInfo(java.util.Map<CalculatorKey,java.lang.Boolean> keyStateInfo)
Sets the values for check boxes with key state info.
|
void |
CalculatorKeyControlPanel.setValuesForCheckBoxesWithKeyStateInfo(java.util.Map<CalculatorKey,java.lang.Boolean> keyStateInfo)
Sets the values for check boxes with key state info.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassWideCalculatorSync.keyStateChanged(CalculatorKey key,
boolean state) |
void |
CalculatorSync.keyStateChanged(CalculatorKey key,
boolean state) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CalculatorKey,java.lang.Boolean> |
NumberNetService.getCalculatorAllKeyStatesForTable(java.lang.String tableName)
Gets the calculator all key states for table.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NumberNetService.getCalculatorKeyStateForTable(java.lang.String tableName,
CalculatorKey key)
Gets the calculator key state for table.
|
void |
NumberNetServiceAsync.getCalculatorKeyStateForTable(java.lang.String tableName,
CalculatorKey key,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Boolean> callback)
Gets the calculator key state for table.
|
void |
NumberNetService.setCalculatorKeyStateForAllTables(CalculatorKey key,
boolean state)
Sets the calculator key state for all tables.
|
void |
NumberNetServiceAsync.setCalculatorKeyStateForAllTables(CalculatorKey key,
boolean state,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Sets the calculator key state for all tables.
|
void |
NumberNetService.setCalculatorKeyStateForTable(java.lang.String tableName,
CalculatorKey key,
boolean state)
Sets the calculator key state for table.
|
void |
NumberNetServiceAsync.setCalculatorKeyStateForTable(java.lang.String tableName,
CalculatorKey key,
boolean state,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Sets the calculator key state for table.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberNetServiceAsync.getCalculatorAllKeyStatesForTable(java.lang.String tableName,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.Map<CalculatorKey,java.lang.Boolean>> callback)
Gets the calculator all key states for table.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<java.util.Map<CalculatorKey,java.lang.Boolean>> |
NumberNetStudentTableClusteredData.getCalculatorKeyStateMap()
Gets the calculator key state map.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<CalculatorKey,java.lang.Boolean> |
TeacherControlComms.getCalculatorAllKeyStatesForTable(java.lang.String tableName)
Gets the calculator all key states for table.
|
Modifier and Type | Method and Description |
---|---|
void |
TeacherControlComms.setCalculatorKeyStateForAllTables(CalculatorKey key,
boolean state)
Sets the calculator key state for all tables.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<CalculatorKey,java.lang.Boolean> |
NumberNetServiceImpl.getCalculatorAllKeyStatesForTable(java.lang.String tableName) |
Modifier and Type | Method and Description |
---|---|
boolean |
NumberNetServiceImpl.getCalculatorKeyStateForTable(java.lang.String tableName,
CalculatorKey key) |
void |
NumberNetServiceImpl.setCalculatorKeyStateForAllTables(CalculatorKey key,
boolean state) |
void |
NumberNetServiceImpl.setCalculatorKeyStateForTable(java.lang.String tableName,
CalculatorKey key,
boolean state) |
Modifier and Type | Method and Description |
---|---|
static CalculatorKey |
CalculatorKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalculatorKey[] |
CalculatorKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|