org.nuiton.guix.client.km
Class KevinMorinAbstract

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.FlowPanel
                      extended by org.nuiton.guix.client.km.KevinMorinAbstract
All Implemented Interfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.IndexedPanel, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>, KevinMorin
Direct Known Subclasses:
KevinMorinBisAbstract, KevinMorinImpl

public abstract class KevinMorinAbstract
extends com.google.gwt.user.client.ui.FlowPanel
implements KevinMorin

test javadoc Application


Nested Class Summary
 
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
 
Field Summary
protected  java.util.List<java.lang.String> activeBindings
          List of the active bindings
protected  com.google.gwt.user.client.ui.Label nom
           
protected  com.google.gwt.user.client.ui.Label prenom
          test javadoc Application
protected  java.beans.PropertyChangeSupport support
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
KevinMorinAbstract()
          Constructor
 
Method Summary
protected  void _Panel1Settings()
          _Panel1 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
 void componentsCreation()
          Components creation
 void componentsSetting()
          Components settings
 void componentsTree()
          components layout
 com.google.gwt.user.client.ui.Label getNom()
           
 com.google.gwt.user.client.ui.Label getPrenom()
           
 java.beans.PropertyChangeSupport getSupport()
           
 void initDataBinding()
          initilization of databinding
 void initialize()
          initialization
 void inTheEnd()
          Method called in the end of the initialization
protected  void nomSettings()
          nom settings
protected  void prenomSettings()
          prenom settings
 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 setNom(com.google.gwt.user.client.ui.Label newValue)
           
 void setPrenom(com.google.gwt.user.client.ui.Label newValue)
           
 
Methods inherited from class com.google.gwt.user.client.ui.FlowPanel
add, clear, insert
 
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, insert, insert, iterator, remove, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
adopt, adopt, 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, onEnsureDebugId, 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

activeBindings

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


nom

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

prenom

protected com.google.gwt.user.client.ui.Label prenom
test javadoc Application


support

protected java.beans.PropertyChangeSupport support
Constructor Detail

KevinMorinAbstract

public KevinMorinAbstract()
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


getNom

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

getPrenom

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

getSupport

public java.beans.PropertyChangeSupport getSupport()

setNom

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

setPrenom

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

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 KevinMorin

beforeCreation

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

Specified by:
beforeCreation in interface KevinMorin

beforeSetting

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

Specified by:
beforeSetting in interface KevinMorin

beforeTree

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

Specified by:
beforeTree in interface KevinMorin

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 KevinMorin

initDataBinding

public void initDataBinding()
initilization of databinding


initialize

public void initialize()
initialization

Specified by:
initialize in interface KevinMorin

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)

removePropertyChangeListener

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

_Panel1Settings

protected void _Panel1Settings()
_Panel1 settings


nomSettings

protected void nomSettings()
nom settings


prenomSettings

protected void prenomSettings()
prenom settings



Copyright © 2009 CodeLutin. All Rights Reserved.