org.nuiton.guix.client.demo
Class GuixDemo3Abstract

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.FocusWidget
              extended by com.google.gwt.user.client.ui.ButtonBase
                  extended by com.google.gwt.user.client.ui.Button
                      extended by org.nuiton.guix.client.demo.GuixDemo3Abstract
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasAllFocusHandlers, com.google.gwt.event.dom.client.HasAllKeyHandlers, com.google.gwt.event.dom.client.HasAllMouseHandlers, com.google.gwt.event.dom.client.HasBlurHandlers, com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.dom.client.HasFocusHandlers, com.google.gwt.event.dom.client.HasKeyDownHandlers, com.google.gwt.event.dom.client.HasKeyPressHandlers, com.google.gwt.event.dom.client.HasKeyUpHandlers, com.google.gwt.event.dom.client.HasMouseDownHandlers, com.google.gwt.event.dom.client.HasMouseMoveHandlers, com.google.gwt.event.dom.client.HasMouseOutHandlers, com.google.gwt.event.dom.client.HasMouseOverHandlers, com.google.gwt.event.dom.client.HasMouseUpHandlers, com.google.gwt.event.dom.client.HasMouseWheelHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.Focusable, com.google.gwt.user.client.ui.HasFocus, com.google.gwt.user.client.ui.HasHTML, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.SourcesClickEvents, com.google.gwt.user.client.ui.SourcesFocusEvents, com.google.gwt.user.client.ui.SourcesKeyboardEvents, com.google.gwt.user.client.ui.SourcesMouseEvents, GuixDemo3
Direct Known Subclasses:
GuixDemo3Impl, GuixDemo4Abstract

public abstract class GuixDemo3Abstract
extends com.google.gwt.user.client.ui.Button
implements GuixDemo3

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  java.beans.PropertyChangeSupport support
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
GuixDemo3Abstract()
          Constructor
 
Method Summary
protected  void _Button1Settings()
          _Button1 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
 java.beans.PropertyChangeSupport getSupport()
           
 void initDataBinding()
          initilization of databinding
 void initialize()
          initialization
 void inTheEnd()
          Method called in the end of the initialization
 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)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Button
click, wrap
 
Methods inherited from class com.google.gwt.user.client.ui.ButtonBase
getHTML, getText, setHTML, setText
 
Methods inherited from class com.google.gwt.user.client.ui.FocusWidget
addBlurHandler, addClickHandler, addClickListener, addFocusHandler, addFocusListener, addKeyboardListener, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addMouseDownHandler, addMouseListener, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, addMouseWheelListener, getFocusImpl, getTabIndex, isEnabled, removeClickListener, removeFocusListener, removeKeyboardListener, removeMouseListener, removeMouseWheelListener, setAccessKey, setElement, setEnabled, setFocus, setTabIndex
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onLoad, onUnload, 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, 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
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Field Detail

activeBindings

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


support

protected java.beans.PropertyChangeSupport support
Constructor Detail

GuixDemo3Abstract

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


getSupport

public java.beans.PropertyChangeSupport getSupport()

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 GuixDemo3

beforeCreation

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

Specified by:
beforeCreation in interface GuixDemo3

beforeSetting

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

Specified by:
beforeSetting in interface GuixDemo3

beforeTree

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

Specified by:
beforeTree in interface GuixDemo3

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 GuixDemo3

initDataBinding

public void initDataBinding()
initilization of databinding


initialize

public void initialize()
initialization

Specified by:
initialize in interface GuixDemo3

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)

removePropertyChangeListener

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

_Button1Settings

protected void _Button1Settings()
_Button1 settings



Copyright © 2009 CodeLutin. All Rights Reserved.