kindergartenform
Class DailyRoutineWindow

java.lang.Object
  extended by no.tellu.cdlc.gui.GuiWindow
      extended by kindergartenform.DailyRoutineWindow
All Implemented Interfaces:
no.tellu.cdlc.gui.ElementListner

public class DailyRoutineWindow
extends no.tellu.cdlc.gui.GuiWindow

DailyRoutineWindow.java

Contains the information shown in the daily routine window.


Field Summary
 
Fields inherited from class no.tellu.cdlc.gui.GuiWindow
BUTTON, buttonLineColour, centerWidth, controllerApp, DROP_DOWN, fieldErrorColour, headingColour, headingHeight, horizontalSpace, INPUT_FIELD, inputFieldBackgroundColour, inputFieldSelectedColour, inputFieldTextColour, KEY_BACK, KEY_CLEAR, KEY_DOWN, KEY_FIRE, KEY_LEFT, KEY_POUND, KEY_RIGHT, KEY_SOFTLEFT, KEY_SOFTRIGHT, KEY_STAR, KEY_UP, LARGE_SIZE, largeSize, lineColour, MAIN, marg, MEDIUM_SIZE, mediumSize, MENU_ELEMENT, menuBackgroundColour, menuHeight, menuTextColour, MESSAGE, notSelectedColour, screenHeight, screenWidth, SCROLL_BOX, SELECT, SELECTABLE_LIST_ELEMENT, selectedColour, SMALL_SIZE, smallSize, startMenuPosition, TAB, TEXT_FIELD, textColour, textFieldBackgroundColour, textFieldSelectedColour, textFieldTextColour, useScreenAnimation, verticalSpace, white, windowHeight, windowWidth, YES_NO_CANCEL
 
Constructor Summary
DailyRoutineWindow(java.lang.String windowId, no.tellu.cdlc.gui.GuiListener controllerApp, java.util.Vector kindergartensInfo, boolean showIcons, FormWindow fw)
          Constructor DailyRoutineWindow
 
Method Summary
 void callbackAction(java.lang.String elementId, int type, java.lang.Object value)
          Shows the main window of the form when the 'Back' soft button is pressed.
 
Methods inherited from class no.tellu.cdlc.gui.GuiWindow
addElement, addElement, clearScreen, drawString, fieldsCompleted, getCanvasId, getContentPane, getControllerApp, getCurrentElement, getCurrGuiFont, getElement, getGuiMenu, getHeadingHeight, getHeight, getLeafGuiElement, getMenu, getModalGuiElement, getParent, getScreenHeight, getValue, getWidth, handleKeyEvent, handleKeyReleased, handleKeyRepeatedEvent, initScreen, isAllElementsComplete, isChild, isUseSelectionWrapping, paint, recheckFieldsCompletion, removeElement, repaint, repaint, selectNextEditableField, selectPreviousEditableField, setCanvasId, setContentPane, setControllerApp, setCurrentElement, setCurrGuiFont, setFadeBackground, setHeading, setHeadingText, setHideElement, setLockSelection, setMenu, setModalGuiElement, setParent, setScreenHeight, setScreenWidth, setSelectedField, setSoftButtonLeft, setSoftButtonRight, setSoftButtonRight, setSoftButtons, setUseAutoLayout, setUseSelectionWrapping, useAutoLayout, useBackgroundImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DailyRoutineWindow

public DailyRoutineWindow(java.lang.String windowId,
                          no.tellu.cdlc.gui.GuiListener controllerApp,
                          java.util.Vector kindergartensInfo,
                          boolean showIcons,
                          FormWindow fw)
Constructor DailyRoutineWindow

Parameters:
windowId - the ID of the window
controllerApp - the controller application
kindergartensInfo - the information about the kindergartens
showIcons - whether or not to show the window with icons
fw - the form's main window
Method Detail

callbackAction

public void callbackAction(java.lang.String elementId,
                           int type,
                           java.lang.Object value)
Shows the main window of the form when the 'Back' soft button is pressed.

Specified by:
callbackAction in interface no.tellu.cdlc.gui.ElementListner
Overrides:
callbackAction in class no.tellu.cdlc.gui.GuiWindow