fr.inra.refcomp.client
Class RefComp

java.lang.Object
  extended by fr.inra.refcomp.client.RefComp
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint, com.google.gwt.event.logical.shared.ValueChangeHandler<String>, com.google.gwt.event.shared.EventHandler

public class RefComp
extends Object
implements com.google.gwt.core.client.EntryPoint, com.google.gwt.event.logical.shared.ValueChangeHandler<String>

User: couteau Date: 3 nov. 2010


Field Summary
static String CONTENT
           
static String CONTENT_HOME
           
static String CONTENT_IMPRESSION
           
static String CONTENT_STYLE
           
static String FOOTER
           
static String HEADER
           
static String HELLO
           
static String HOME
           
protected static boolean loggedIn
           
static String LOGIN
           
static String MENU
           
static String MY_ACCOUNT
           
static String MY_SHEET
           
static String MY_SKILLS
           
static String SEARCH
           
 
Constructor Summary
RefComp()
           
 
Method Summary
protected  void add(String contentStyle, com.google.gwt.user.client.ui.Composite page)
           
static boolean isLoggedIn()
           
static void logIn()
           
static void logOut()
           
 void onModuleLoad()
           
 void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loggedIn

protected static boolean loggedIn

CONTENT_STYLE

public static final String CONTENT_STYLE
See Also:
Constant Field Values

CONTENT

public static final String CONTENT
See Also:
Constant Field Values

HEADER

public static final String HEADER
See Also:
Constant Field Values

MENU

public static final String MENU
See Also:
Constant Field Values

FOOTER

public static final String FOOTER
See Also:
Constant Field Values

HOME

public static final String HOME
See Also:
Constant Field Values

LOGIN

public static final String LOGIN
See Also:
Constant Field Values

SEARCH

public static final String SEARCH
See Also:
Constant Field Values

MY_SKILLS

public static final String MY_SKILLS
See Also:
Constant Field Values

MY_ACCOUNT

public static final String MY_ACCOUNT
See Also:
Constant Field Values

MY_SHEET

public static final String MY_SHEET
See Also:
Constant Field Values

CONTENT_HOME

public static final String CONTENT_HOME
See Also:
Constant Field Values

CONTENT_IMPRESSION

public static final String CONTENT_IMPRESSION
See Also:
Constant Field Values

HELLO

public static final String HELLO
See Also:
Constant Field Values
Constructor Detail

RefComp

public RefComp()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

isLoggedIn

public static boolean isLoggedIn()

logIn

public static void logIn()

logOut

public static void logOut()

onValueChange

public void onValueChange(com.google.gwt.event.logical.shared.ValueChangeEvent<String> event)
Specified by:
onValueChange in interface com.google.gwt.event.logical.shared.ValueChangeHandler<String>

add

protected void add(String contentStyle,
                   com.google.gwt.user.client.ui.Composite page)


Copyright © 2010-2012 Code Lutin. All Rights Reserved.