org.nuiton.guix.client.demo
Interface GuixDemo

All Known Implementing Classes:
GuixDemoAbstract, GuixDemoBisAbstract, GuixDemoBisImpl, GuixDemoImpl

public interface GuixDemo

test javadoc Application


Method Summary
 void beforeBinding()
           
 void beforeCreation()
           
 void beforeSetting()
           
 void beforeTree()
           
 KevinMorinBisAbstract get_KevinMorinBis19()
           
 com.google.gwt.user.client.ui.Label get_Label22()
           
 com.google.gwt.user.client.ui.Label get_Label25()
           
 com.google.gwt.user.client.ui.MenuBar get_Menu3()
           
 com.google.gwt.user.client.ui.MenuBar get_Menu5()
           
 com.google.gwt.user.client.ui.MenuBar get_Menu7()
           
 com.google.gwt.user.client.ui.MenuBar get_MenuBar2()
           
 GuixDemo3Abstract getBt3()
           
 GuixDemo4Abstract getBt31()
           
 Controller getC1()
           
 Controller getC2()
           
 GuixDemo2Abstract getGd2()
           
 GuixDemo2Abstract getGd22()
           
 com.google.gwt.user.client.ui.Label getLabel()
           
 com.google.gwt.user.client.ui.Label getLabel2()
           
 com.google.gwt.user.client.ui.Label getLabel3()
           
 java.util.ArrayList getList()
           
 com.google.gwt.user.client.ui.FlexTable getTable1()
           
 com.google.gwt.user.client.ui.TabPanel getTabPanel()
           
 com.google.gwt.user.client.ui.TextBox getTextfield()
           
 void initialize()
          initialization
 void inTheEnd()
           
 void set_KevinMorinBis19(KevinMorinBisAbstract newValue)
           
 void set_Label22(com.google.gwt.user.client.ui.Label newValue)
           
 void set_Label25(com.google.gwt.user.client.ui.Label newValue)
           
 void set_Menu3(com.google.gwt.user.client.ui.MenuBar newValue)
           
 void set_Menu5(com.google.gwt.user.client.ui.MenuBar newValue)
           
 void set_Menu7(com.google.gwt.user.client.ui.MenuBar newValue)
           
 void set_MenuBar2(com.google.gwt.user.client.ui.MenuBar newValue)
           
 void setBt3(GuixDemo3Abstract newValue)
           
 void setBt31(GuixDemo4Abstract newValue)
           
 void setC1(Controller newValue)
           
 void setC2(Controller newValue)
           
 void setGd2(GuixDemo2Abstract newValue)
           
 void setGd22(GuixDemo2Abstract newValue)
           
 void setLabel(com.google.gwt.user.client.ui.Label newValue)
           
 void setLabel2(com.google.gwt.user.client.ui.Label newValue)
           
 void setLabel3(com.google.gwt.user.client.ui.Label newValue)
           
 void setList(java.util.ArrayList newValue)
           
 void setTable1(com.google.gwt.user.client.ui.FlexTable newValue)
           
 void setTabPanel(com.google.gwt.user.client.ui.TabPanel newValue)
           
 void setTextfield(com.google.gwt.user.client.ui.TextBox newValue)
           
 

Method Detail

getBt3

GuixDemo3Abstract getBt3()

getBt31

GuixDemo4Abstract getBt31()

getC1

Controller getC1()

getC2

Controller getC2()

getGd2

GuixDemo2Abstract getGd2()

getGd22

GuixDemo2Abstract getGd22()

getLabel

com.google.gwt.user.client.ui.Label getLabel()

getLabel2

com.google.gwt.user.client.ui.Label getLabel2()

getLabel3

com.google.gwt.user.client.ui.Label getLabel3()

getList

java.util.ArrayList getList()

getTabPanel

com.google.gwt.user.client.ui.TabPanel getTabPanel()

getTable1

com.google.gwt.user.client.ui.FlexTable getTable1()

getTextfield

com.google.gwt.user.client.ui.TextBox getTextfield()

get_KevinMorinBis19

KevinMorinBisAbstract get_KevinMorinBis19()

get_Label22

com.google.gwt.user.client.ui.Label get_Label22()

get_Label25

com.google.gwt.user.client.ui.Label get_Label25()

get_Menu3

com.google.gwt.user.client.ui.MenuBar get_Menu3()

get_Menu5

com.google.gwt.user.client.ui.MenuBar get_Menu5()

get_Menu7

com.google.gwt.user.client.ui.MenuBar get_Menu7()

get_MenuBar2

com.google.gwt.user.client.ui.MenuBar get_MenuBar2()

setBt3

void setBt3(GuixDemo3Abstract newValue)

setBt31

void setBt31(GuixDemo4Abstract newValue)

setC1

void setC1(Controller newValue)

setC2

void setC2(Controller newValue)

setGd2

void setGd2(GuixDemo2Abstract newValue)

setGd22

void setGd22(GuixDemo2Abstract newValue)

setLabel

void setLabel(com.google.gwt.user.client.ui.Label newValue)

setLabel2

void setLabel2(com.google.gwt.user.client.ui.Label newValue)

setLabel3

void setLabel3(com.google.gwt.user.client.ui.Label newValue)

setList

void setList(java.util.ArrayList newValue)

setTabPanel

void setTabPanel(com.google.gwt.user.client.ui.TabPanel newValue)

setTable1

void setTable1(com.google.gwt.user.client.ui.FlexTable newValue)

setTextfield

void setTextfield(com.google.gwt.user.client.ui.TextBox newValue)

set_KevinMorinBis19

void set_KevinMorinBis19(KevinMorinBisAbstract newValue)

set_Label22

void set_Label22(com.google.gwt.user.client.ui.Label newValue)

set_Label25

void set_Label25(com.google.gwt.user.client.ui.Label newValue)

set_Menu3

void set_Menu3(com.google.gwt.user.client.ui.MenuBar newValue)

set_Menu5

void set_Menu5(com.google.gwt.user.client.ui.MenuBar newValue)

set_Menu7

void set_Menu7(com.google.gwt.user.client.ui.MenuBar newValue)

set_MenuBar2

void set_MenuBar2(com.google.gwt.user.client.ui.MenuBar newValue)

beforeBinding

void beforeBinding()

beforeCreation

void beforeCreation()

beforeSetting

void beforeSetting()

beforeTree

void beforeTree()

inTheEnd

void inTheEnd()

initialize

void initialize()
initialization



Copyright © 2009 CodeLutin. All Rights Reserved.