org.nuiton.guix.client.demo
Class GuixDemoAbstract

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.ComplexPanel
                  extended by com.google.gwt.user.client.ui.CellPanel
                      extended by com.google.gwt.user.client.ui.VerticalPanel
                          extended by org.nuiton.guix.client.demo.GuixDemoAbstract
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasAlignment, com.google.gwt.user.client.ui.HasHorizontalAlignment, com.google.gwt.user.client.ui.HasVerticalAlignment, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IndexedPanel, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>, GuixDemo
Direct Known Subclasses:
GuixDemoBisAbstract, GuixDemoImpl

public abstract class GuixDemoAbstract
extends com.google.gwt.user.client.ui.VerticalPanel
implements GuixDemo

test javadoc Application


Nested Class Summary
static class GuixDemoAbstract.Day
           
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
 
Field Summary
protected  KevinMorinBisAbstract _KevinMorinBis19
           
protected  com.google.gwt.user.client.ui.Label _Label22
           
protected  com.google.gwt.user.client.ui.Label _Label25
           
protected  com.google.gwt.user.client.ui.MenuBar _Menu3
           
protected  com.google.gwt.user.client.ui.MenuBar _Menu5
           
protected  com.google.gwt.user.client.ui.MenuBar _Menu7
           
protected  com.google.gwt.user.client.ui.MenuBar _MenuBar2
           
protected  java.util.List<java.lang.String> activeBindings
          List of the active bindings
protected  GuixDemo3Abstract bt3
           
protected  GuixDemo4Abstract bt31
           
protected  Controller c1
           
protected  Controller c2
           
protected  GuixDemo2Abstract gd2
           
protected  GuixDemo2Abstract gd22
           
protected  int integer
           
protected  com.google.gwt.user.client.ui.Label label
           
protected  com.google.gwt.user.client.ui.Label label2
           
protected  com.google.gwt.user.client.ui.Label label3
           
protected  java.util.ArrayList list
           
protected  java.beans.PropertyChangeSupport support
           
protected  com.google.gwt.user.client.ui.FlexTable table1
           
protected  com.google.gwt.user.client.ui.TabPanel tabPanel
           
protected  com.google.gwt.user.client.ui.TextBox textfield
          javadoc textfield
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Fields inherited from interface com.google.gwt.user.client.ui.HasHorizontalAlignment
ALIGN_CENTER, ALIGN_DEFAULT, ALIGN_LEFT, ALIGN_RIGHT
 
Fields inherited from interface com.google.gwt.user.client.ui.HasVerticalAlignment
ALIGN_BOTTOM, ALIGN_MIDDLE, ALIGN_TOP
 
Constructor Summary
GuixDemoAbstract()
          Constructor
 
Method Summary
protected  void _Application1Settings()
          _Application1 settings
protected  void _KevinMorinBis19Settings()
          _KevinMorinBis19 settings
protected  void _Label22Settings()
          _Label22 settings
protected  void _Label25Settings()
          _Label25 settings
protected  void _MenuBar2Settings()
          _MenuBar2 settings
 void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void addPropertyChangeListener(java.lang.String property, java.beans.PropertyChangeListener listener)
           
 void applyDataBinding(java.lang.String _binding)
          Adds the listeners to the elements which are bound by another attribute
 void beforeBinding()
          Method called before the binding
 void beforeCreation()
          Method called before the creation of the components
 void beforeSetting()
          Method called before the settings of the components
 void beforeTree()
          Method called before the creation of the component tree
protected  void bt31Settings()
          bt31 settings
protected  void bt3Settings()
          bt3 settings
protected  void c1Settings()
          c1 settings
protected  void c2Settings()
          c2 settings
 void componentsCreation()
          Components creation
 void componentsSetting()
          Components settings
 void componentsTree()
          components layout
protected  void gd22Settings()
          gd22 settings
protected  void gd2Settings()
          gd2 settings
 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()
           
 com.google.gwt.user.client.ui.Button getB()
           
 GuixDemo3Abstract getBt3()
           
 GuixDemo4Abstract getBt31()
           
 Controller getC1()
           
 Controller getC2()
           
 com.google.gwt.user.client.Command getCmd()
           
 GuixDemo2Abstract getGd2()
           
 GuixDemo2Abstract getGd22()
           
 int getInteger()
           
 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()
           
 java.beans.PropertyChangeSupport getSupport()
           
 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 initDataBinding()
          initilization of databinding
 void initialize()
          initialization
 void inTheEnd()
          Method called in the end of the initialization
protected  void label2Settings()
          label2 settings
protected  void label3Settings()
          label3 settings
protected  void labelSettings()
          label settings
protected  void listSettings()
          list settings
 void onChangeFromc1getNum()
          Method called when the objects bound by 'text' of '_Label22' change
 void onChangeFromc1getText()
          Method called when the objects bound by 'text' of '_Label22' change
 void onChangeFromc2getNum()
          Method called when the objects bound by 'text' of '_Label25' change
 void onChangeFromc2getText()
          Method called when the objects bound by 'text' of '_Label25' change
 void onChangeFromgd22buttonisSelected()
          Method called when the objects bound by 'enabled' of 'textfield' change
 void onChangeFromgd2getButtondown()
          Method called when the objects bound by 'enabled' of 'textfield' change
 void onChangeFrominteger()
          Method called when the objects bound by 'text' of 'label3' change
 void onChangeFromtextfieldenabled()
          Method called when the objects bound by 'visible' of 'label' change
 void onChangeFromtextfieldgetText()
          Method called when the objects bound by 'text' of 'label' change
 void processDataBinding(java.lang.String _binding)
          Executes the binding instruction
 void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
           
 void removePropertyChangeListener(java.lang.String property, java.beans.PropertyChangeListener listener)
           
 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 setB(com.google.gwt.user.client.ui.Button newValue)
           
 void setBt3(GuixDemo3Abstract newValue)
           
 void setBt31(GuixDemo4Abstract newValue)
           
 void setC1(Controller newValue)
           
 void setC2(Controller newValue)
           
 void setCmd(com.google.gwt.user.client.Command newValue)
           
 void setGd2(GuixDemo2Abstract newValue)
           
 void setGd22(GuixDemo2Abstract newValue)
           
 void setInteger(int 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)
           
protected  void table1Settings()
          table1 settings
protected  void tabPanelSettings()
          tabPanel settings
 void test2(java.lang.String test)
          test
 void testSameName()
           
protected  void textfieldSettings()
          textfield settings
 
Methods inherited from class com.google.gwt.user.client.ui.VerticalPanel
add, getHorizontalAlignment, getVerticalAlignment, insert, onEnsureDebugId, remove, setHorizontalAlignment, setVerticalAlignment
 
Methods inherited from class com.google.gwt.user.client.ui.CellPanel
getBody, getSpacing, getTable, setBorderWidth, setCellHeight, setCellHorizontalAlignment, setCellHorizontalAlignment, setCellVerticalAlignment, setCellVerticalAlignment, setCellWidth, setSpacing
 
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, insert, insert, iterator, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
adopt, adopt, clear, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addDomHandler, addHandler, delegateEvent, fireEvent, getHandlerCount, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, removeFromParent, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_KevinMorinBis19

protected KevinMorinBisAbstract _KevinMorinBis19

_Label22

protected com.google.gwt.user.client.ui.Label _Label22

_Label25

protected com.google.gwt.user.client.ui.Label _Label25

_Menu3

protected com.google.gwt.user.client.ui.MenuBar _Menu3

_Menu5

protected com.google.gwt.user.client.ui.MenuBar _Menu5

_Menu7

protected com.google.gwt.user.client.ui.MenuBar _Menu7

_MenuBar2

protected com.google.gwt.user.client.ui.MenuBar _MenuBar2

activeBindings

protected java.util.List<java.lang.String> activeBindings
List of the active bindings


bt3

protected GuixDemo3Abstract bt3

bt31

protected GuixDemo4Abstract bt31

c1

protected Controller c1

c2

protected Controller c2

gd2

protected GuixDemo2Abstract gd2

gd22

protected GuixDemo2Abstract gd22

integer

protected int integer

label

protected com.google.gwt.user.client.ui.Label label

label2

protected com.google.gwt.user.client.ui.Label label2

label3

protected com.google.gwt.user.client.ui.Label label3

list

protected java.util.ArrayList list

support

protected java.beans.PropertyChangeSupport support

tabPanel

protected com.google.gwt.user.client.ui.TabPanel tabPanel

table1

protected com.google.gwt.user.client.ui.FlexTable table1

textfield

protected com.google.gwt.user.client.ui.TextBox textfield
javadoc textfield

Constructor Detail

GuixDemoAbstract

public GuixDemoAbstract()
Constructor

Method Detail

applyDataBinding

public void applyDataBinding(java.lang.String _binding)
Adds the listeners to the elements which are bound by another attribute


processDataBinding

public void processDataBinding(java.lang.String _binding)
Executes the binding instruction


getB

public com.google.gwt.user.client.ui.Button getB()

getBt3

public GuixDemo3Abstract getBt3()
Specified by:
getBt3 in interface GuixDemo

getBt31

public GuixDemo4Abstract getBt31()
Specified by:
getBt31 in interface GuixDemo

getC1

public Controller getC1()
Specified by:
getC1 in interface GuixDemo

getC2

public Controller getC2()
Specified by:
getC2 in interface GuixDemo

getCmd

public com.google.gwt.user.client.Command getCmd()

getGd2

public GuixDemo2Abstract getGd2()
Specified by:
getGd2 in interface GuixDemo

getGd22

public GuixDemo2Abstract getGd22()
Specified by:
getGd22 in interface GuixDemo

getInteger

public int getInteger()

getLabel

public com.google.gwt.user.client.ui.Label getLabel()
Specified by:
getLabel in interface GuixDemo

getLabel2

public com.google.gwt.user.client.ui.Label getLabel2()
Specified by:
getLabel2 in interface GuixDemo

getLabel3

public com.google.gwt.user.client.ui.Label getLabel3()
Specified by:
getLabel3 in interface GuixDemo

getList

public java.util.ArrayList getList()
Specified by:
getList in interface GuixDemo

getSupport

public java.beans.PropertyChangeSupport getSupport()

getTabPanel

public com.google.gwt.user.client.ui.TabPanel getTabPanel()
Specified by:
getTabPanel in interface GuixDemo

getTable1

public com.google.gwt.user.client.ui.FlexTable getTable1()
Specified by:
getTable1 in interface GuixDemo

getTextfield

public com.google.gwt.user.client.ui.TextBox getTextfield()
Specified by:
getTextfield in interface GuixDemo

get_KevinMorinBis19

public KevinMorinBisAbstract get_KevinMorinBis19()
Specified by:
get_KevinMorinBis19 in interface GuixDemo

get_Label22

public com.google.gwt.user.client.ui.Label get_Label22()
Specified by:
get_Label22 in interface GuixDemo

get_Label25

public com.google.gwt.user.client.ui.Label get_Label25()
Specified by:
get_Label25 in interface GuixDemo

get_Menu3

public com.google.gwt.user.client.ui.MenuBar get_Menu3()
Specified by:
get_Menu3 in interface GuixDemo

get_Menu5

public com.google.gwt.user.client.ui.MenuBar get_Menu5()
Specified by:
get_Menu5 in interface GuixDemo

get_Menu7

public com.google.gwt.user.client.ui.MenuBar get_Menu7()
Specified by:
get_Menu7 in interface GuixDemo

get_MenuBar2

public com.google.gwt.user.client.ui.MenuBar get_MenuBar2()
Specified by:
get_MenuBar2 in interface GuixDemo

setB

public void setB(com.google.gwt.user.client.ui.Button newValue)

setBt3

public void setBt3(GuixDemo3Abstract newValue)
Specified by:
setBt3 in interface GuixDemo

setBt31

public void setBt31(GuixDemo4Abstract newValue)
Specified by:
setBt31 in interface GuixDemo

setC1

public void setC1(Controller newValue)
Specified by:
setC1 in interface GuixDemo

setC2

public void setC2(Controller newValue)
Specified by:
setC2 in interface GuixDemo

setCmd

public void setCmd(com.google.gwt.user.client.Command newValue)

setGd2

public void setGd2(GuixDemo2Abstract newValue)
Specified by:
setGd2 in interface GuixDemo

setGd22

public void setGd22(GuixDemo2Abstract newValue)
Specified by:
setGd22 in interface GuixDemo

setInteger

public void setInteger(int newValue)

setLabel

public void setLabel(com.google.gwt.user.client.ui.Label newValue)
Specified by:
setLabel in interface GuixDemo

setLabel2

public void setLabel2(com.google.gwt.user.client.ui.Label newValue)
Specified by:
setLabel2 in interface GuixDemo

setLabel3

public void setLabel3(com.google.gwt.user.client.ui.Label newValue)
Specified by:
setLabel3 in interface GuixDemo

setList

public void setList(java.util.ArrayList newValue)
Specified by:
setList in interface GuixDemo

setTabPanel

public void setTabPanel(com.google.gwt.user.client.ui.TabPanel newValue)
Specified by:
setTabPanel in interface GuixDemo

setTable1

public void setTable1(com.google.gwt.user.client.ui.FlexTable newValue)
Specified by:
setTable1 in interface GuixDemo

setTextfield

public void setTextfield(com.google.gwt.user.client.ui.TextBox newValue)
Specified by:
setTextfield in interface GuixDemo

set_KevinMorinBis19

public void set_KevinMorinBis19(KevinMorinBisAbstract newValue)
Specified by:
set_KevinMorinBis19 in interface GuixDemo

set_Label22

public void set_Label22(com.google.gwt.user.client.ui.Label newValue)
Specified by:
set_Label22 in interface GuixDemo

set_Label25

public void set_Label25(com.google.gwt.user.client.ui.Label newValue)
Specified by:
set_Label25 in interface GuixDemo

set_Menu3

public void set_Menu3(com.google.gwt.user.client.ui.MenuBar newValue)
Specified by:
set_Menu3 in interface GuixDemo

set_Menu5

public void set_Menu5(com.google.gwt.user.client.ui.MenuBar newValue)
Specified by:
set_Menu5 in interface GuixDemo

set_Menu7

public void set_Menu7(com.google.gwt.user.client.ui.MenuBar newValue)
Specified by:
set_Menu7 in interface GuixDemo

set_MenuBar2

public void set_MenuBar2(com.google.gwt.user.client.ui.MenuBar newValue)
Specified by:
set_MenuBar2 in interface GuixDemo

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)

addPropertyChangeListener

public void addPropertyChangeListener(java.lang.String property,
                                      java.beans.PropertyChangeListener listener)

beforeBinding

public void beforeBinding()
Method called before the binding

Specified by:
beforeBinding in interface GuixDemo

beforeCreation

public void beforeCreation()
Method called before the creation of the components

Specified by:
beforeCreation in interface GuixDemo

beforeSetting

public void beforeSetting()
Method called before the settings of the components

Specified by:
beforeSetting in interface GuixDemo

beforeTree

public void beforeTree()
Method called before the creation of the component tree

Specified by:
beforeTree in interface GuixDemo

componentsCreation

public void componentsCreation()
Components creation


componentsSetting

public void componentsSetting()
Components settings


componentsTree

public void componentsTree()
components layout


inTheEnd

public void inTheEnd()
Method called in the end of the initialization

Specified by:
inTheEnd in interface GuixDemo

initDataBinding

public void initDataBinding()
initilization of databinding


initialize

public void initialize()
initialization

Specified by:
initialize in interface GuixDemo

onChangeFromc1getNum

public void onChangeFromc1getNum()
Method called when the objects bound by 'text' of '_Label22' change


onChangeFromc1getText

public void onChangeFromc1getText()
Method called when the objects bound by 'text' of '_Label22' change


onChangeFromc2getNum

public void onChangeFromc2getNum()
Method called when the objects bound by 'text' of '_Label25' change


onChangeFromc2getText

public void onChangeFromc2getText()
Method called when the objects bound by 'text' of '_Label25' change


onChangeFromgd22buttonisSelected

public void onChangeFromgd22buttonisSelected()
Method called when the objects bound by 'enabled' of 'textfield' change


onChangeFromgd2getButtondown

public void onChangeFromgd2getButtondown()
Method called when the objects bound by 'enabled' of 'textfield' change


onChangeFrominteger

public void onChangeFrominteger()
Method called when the objects bound by 'text' of 'label3' change


onChangeFromtextfieldenabled

public void onChangeFromtextfieldenabled()
Method called when the objects bound by 'visible' of 'label' change


onChangeFromtextfieldgetText

public void onChangeFromtextfieldgetText()
Method called when the objects bound by 'text' of 'label' change


removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(java.lang.String property,
                                         java.beans.PropertyChangeListener listener)

test2

public void test2(java.lang.String test)
           throws java.lang.NullPointerException,
                  java.lang.ArrayIndexOutOfBoundsException
test

Throws:
java.lang.NullPointerException
java.lang.ArrayIndexOutOfBoundsException
Since:
0.0.1

testSameName

public void testSameName()

_Application1Settings

protected void _Application1Settings()
_Application1 settings


_KevinMorinBis19Settings

protected void _KevinMorinBis19Settings()
_KevinMorinBis19 settings


_Label22Settings

protected void _Label22Settings()
_Label22 settings


_Label25Settings

protected void _Label25Settings()
_Label25 settings


_MenuBar2Settings

protected void _MenuBar2Settings()
_MenuBar2 settings


bt31Settings

protected void bt31Settings()
bt31 settings


bt3Settings

protected void bt3Settings()
bt3 settings


c1Settings

protected void c1Settings()
c1 settings


c2Settings

protected void c2Settings()
c2 settings


gd22Settings

protected void gd22Settings()
gd22 settings


gd2Settings

protected void gd2Settings()
gd2 settings


label2Settings

protected void label2Settings()
label2 settings


label3Settings

protected void label3Settings()
label3 settings


labelSettings

protected void labelSettings()
label settings


listSettings

protected void listSettings()
list settings


tabPanelSettings

protected void tabPanelSettings()
tabPanel settings


table1Settings

protected void table1Settings()
table1 settings


textfieldSettings

protected void textfieldSettings()
textfield settings



Copyright © 2009 CodeLutin. All Rights Reserved.