org.nuiton.guix.client.km
Class KevinMorinBisAbstract

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
                          extended by org.nuiton.guix.client.km.KevinMorinBisAbstract
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, KevinMorinBis
Direct Known Subclasses:
KevinMorinBisImpl

public abstract class KevinMorinBisAbstract
extends KevinMorinAbstract
implements KevinMorinBis

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  com.google.gwt.user.client.ui.HTML prenom
          test javadoc Application
 
Fields inherited from class org.nuiton.guix.client.km.KevinMorinAbstract
activeBindings, nom, support
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
KevinMorinBisAbstract()
          Constructor
 
Method Summary
protected  void _KevinMorin1Settings()
          _KevinMorin1 settings
 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.HTML getPrenom()
           
 void initDataBinding()
          initilization of databinding
 void initialize()
          initialization
 void inTheEnd()
          Method called in the end of the initialization
protected  void prenomSettings()
          prenom settings
 void processDataBinding(java.lang.String _binding)
          Executes the binding instruction
 void setPrenom(com.google.gwt.user.client.ui.HTML newValue)
           
 
Methods inherited from class org.nuiton.guix.client.km.KevinMorinAbstract
_Panel1Settings, addPropertyChangeListener, addPropertyChangeListener, getNom, getSupport, nomSettings, removePropertyChangeListener, removePropertyChangeListener, setNom, setPrenom
 
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

prenom

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

Constructor Detail

KevinMorinBisAbstract

public KevinMorinBisAbstract()
Constructor

Method Detail

applyDataBinding

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

Overrides:
applyDataBinding in class KevinMorinAbstract

processDataBinding

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

Overrides:
processDataBinding in class KevinMorinAbstract

getPrenom

public com.google.gwt.user.client.ui.HTML getPrenom()
Specified by:
getPrenom in interface KevinMorin
Specified by:
getPrenom in interface KevinMorinBis
Overrides:
getPrenom in class KevinMorinAbstract

setPrenom

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

beforeBinding

public void beforeBinding()
Method called before the binding

Specified by:
beforeBinding in interface KevinMorin
Specified by:
beforeBinding in interface KevinMorinBis
Overrides:
beforeBinding in class KevinMorinAbstract

beforeCreation

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

Specified by:
beforeCreation in interface KevinMorin
Specified by:
beforeCreation in interface KevinMorinBis
Overrides:
beforeCreation in class KevinMorinAbstract

beforeSetting

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

Specified by:
beforeSetting in interface KevinMorin
Specified by:
beforeSetting in interface KevinMorinBis
Overrides:
beforeSetting in class KevinMorinAbstract

beforeTree

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

Specified by:
beforeTree in interface KevinMorin
Specified by:
beforeTree in interface KevinMorinBis
Overrides:
beforeTree in class KevinMorinAbstract

componentsCreation

public void componentsCreation()
Components creation

Overrides:
componentsCreation in class KevinMorinAbstract

componentsSetting

public void componentsSetting()
Components settings

Overrides:
componentsSetting in class KevinMorinAbstract

componentsTree

public void componentsTree()
components layout

Overrides:
componentsTree in class KevinMorinAbstract

inTheEnd

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

Specified by:
inTheEnd in interface KevinMorin
Specified by:
inTheEnd in interface KevinMorinBis
Overrides:
inTheEnd in class KevinMorinAbstract

initDataBinding

public void initDataBinding()
initilization of databinding

Overrides:
initDataBinding in class KevinMorinAbstract

initialize

public void initialize()
initialization

Specified by:
initialize in interface KevinMorin
Specified by:
initialize in interface KevinMorinBis
Overrides:
initialize in class KevinMorinAbstract

_KevinMorin1Settings

protected void _KevinMorin1Settings()
_KevinMorin1 settings


prenomSettings

protected void prenomSettings()
prenom settings

Overrides:
prenomSettings in class KevinMorinAbstract


Copyright © 2009 CodeLutin. All Rights Reserved.