Package | Description |
---|---|
controller | |
lib |
Modifier and Type | Field and Description |
---|---|
private ObjektType |
ControllerTabell.objekttype |
private ObjektType |
ControllerToppPanelMegler.radioTypeValgt |
Modifier and Type | Method and Description |
---|---|
void |
ListListenerInterface.listReady(java.util.ArrayList<E> liste,
ObjektType obj)
Brukes mellom TopPanelMegler og ControllerToppPanelMegler.
|
void |
ListListenerInterface.listReady(java.util.HashSet<E> liste,
ObjektType obj)
Brukes mellom TopPanelAnnonse og ControllerToppPanelAnnonse
|
void |
ControllerTabell.sendObjektFraTabellTilOutput(ObjektType objekttype)
Tar i mot en Enum og bestemmer hvilken "HTML"-metode som skal brukes.
|
void |
ControllerTabell.settInnDataITabell(java.util.Collection innkommendeDatasett,
ObjektType objekttypeEnum)
Oppretter en arraylist med lengde av mottatt datasett.
|
Modifier and Type | Method and Description |
---|---|
static ObjektType |
ObjektType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ObjektType[] |
ObjektType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|