|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.io.TablePreferencesConfiguration
public class TablePreferencesConfiguration
This class represents a table preferences configuration.
| Nested Class Summary | |
|---|---|
static class |
TablePreferencesConfiguration.Mode
The table preferences mode. |
| Constructor Summary | |
|---|---|
TablePreferencesConfiguration()
TablePreferencesConfiguration constructor. |
|
| Method Summary | |
|---|---|
void |
fetchConfiguration(User user)
Fetches table preferences configurations that have not been explicitly set in this class from properties files and other sources. |
int |
getMode()
Get the table preferences mode. 0 = "Never". 1 = "Always". 2 = "Use current preferences but do not update them". |
void |
setMode(int mode)
Set the table preferences mode. 0 = "Never". 1 = "Always". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TablePreferencesConfiguration()
| Method Detail |
|---|
public int getMode()
public void setMode(int mode)
mode - int The table preferences mode to use.public void fetchConfiguration(User user)
user - User The user for which preferences should be obtained.
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||