de.thorstenberger.uebman.ws
Class UebmanInstanceListable

java.lang.Object
  extended by de.thorstenberger.uebman.ws.UebmanInstanceListable
All Implemented Interfaces:
Listable

public class UebmanInstanceListable
extends java.lang.Object
implements Listable

Author:
Thorsten Berger TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static int LectureLocationFieldID
           
static int LectureNameFieldID
           
static int LectureTimeFieldID
           
static int URLFieldID
           
static int URLTextFieldID
           
 
Constructor Summary
UebmanInstanceListable(UebmanInstance instance)
           
 
Method Summary
 java.lang.String[] getFieldDescriptions()
          Enthält die Namen der Felder, die in der Kopfzeile stehen.
 java.lang.String getFieldValue(int i)
          Akt.
 boolean RadioButtonSelectable()
          Falls RadioButton gesetzt, ist der auch auswählbar?
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LectureNameFieldID

public static int LectureNameFieldID

LectureTimeFieldID

public static int LectureTimeFieldID

LectureLocationFieldID

public static int LectureLocationFieldID

URLTextFieldID

public static int URLTextFieldID

URLFieldID

public static int URLFieldID
Constructor Detail

UebmanInstanceListable

public UebmanInstanceListable(UebmanInstance instance)
Method Detail

getFieldDescriptions

public java.lang.String[] getFieldDescriptions()
Description copied from interface: Listable
Enthält die Namen der Felder, die in der Kopfzeile stehen. Länge des Arrays bestimmt Anzahl Spalten.

Specified by:
getFieldDescriptions in interface Listable
Returns:

getFieldValue

public java.lang.String getFieldValue(int i)
Description copied from interface: Listable
Akt. Wert der Spalte zurückgeben

Specified by:
getFieldValue in interface Listable
Returns:

RadioButtonSelectable

public boolean RadioButtonSelectable()
Description copied from interface: Listable
Falls RadioButton gesetzt, ist der auch auswählbar?

Specified by:
RadioButtonSelectable in interface Listable
Returns: