org.kuali.student.lum.program.client
Class ProgramRegistry

java.lang.Object
  extended by org.kuali.student.lum.program.client.ProgramRegistry

public class ProgramRegistry
extends Object

Author:
Igor

Field Summary
private static boolean createNew
           
private static Data data
           
private static int row
           
private static Enum<?> section
           
private static HashMap<com.google.gwt.event.shared.GwtEvent.Type,com.google.gwt.event.shared.EventHandler> specializationHandlers
           
 
Constructor Summary
ProgramRegistry()
           
 
Method Summary
static void addHandler(com.google.gwt.event.shared.GwtEvent.Type<?> type, com.google.gwt.event.shared.EventHandler handler)
           
static Data getData()
           
static int getRow()
           
static Enum<?> getSection()
           
static HashMap<com.google.gwt.event.shared.GwtEvent.Type,com.google.gwt.event.shared.EventHandler> getSpecializationHandlers()
           
static boolean isCreateNew()
           
static void setCreateNew(boolean createNew)
           
static void setData(Data data)
           
static void setRow(int row)
           
static void setSection(Enum<?> section)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

private static Data data

row

private static int row

section

private static Enum<?> section

specializationHandlers

private static HashMap<com.google.gwt.event.shared.GwtEvent.Type,com.google.gwt.event.shared.EventHandler> specializationHandlers

createNew

private static boolean createNew
Constructor Detail

ProgramRegistry

public ProgramRegistry()
Method Detail

getData

public static Data getData()

setData

public static void setData(Data data)

getRow

public static int getRow()

setRow

public static void setRow(int row)

getSection

public static Enum<?> getSection()

setSection

public static void setSection(Enum<?> section)

addHandler

public static void addHandler(com.google.gwt.event.shared.GwtEvent.Type<?> type,
                              com.google.gwt.event.shared.EventHandler handler)

getSpecializationHandlers

public static HashMap<com.google.gwt.event.shared.GwtEvent.Type,com.google.gwt.event.shared.EventHandler> getSpecializationHandlers()

isCreateNew

public static boolean isCreateNew()

setCreateNew

public static void setCreateNew(boolean createNew)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.