net.pleso.framework.client.ui.custom.controls.data
Class IntegerDataControl

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.Composite
              extended by net.pleso.framework.client.ui.custom.controls.data.TextBoxDataControl
                  extended by net.pleso.framework.client.ui.custom.controls.data.IntegerDataControl
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.SourcesKeyboardEvents, IBindableDataControl, IEditableDataControl, IFocusControl, ISingleColumnBind

public class IntegerDataControl
extends TextBoxDataControl

Data control with text box for integer values

CSS Style Rules


Constructor Summary
IntegerDataControl()
           
 
Method Summary
 
Methods inherited from class net.pleso.framework.client.ui.custom.controls.data.TextBoxDataControl
addKeyboardListener, bind, getValue, isRequired, isValid, readData, removeKeyboardListener, setFocus, setRequired, updateData, validate
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getElement
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, onBrowserEvent, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getTitle, isVisible, isVisible, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerDataControl

public IntegerDataControl()


Copyright © 2006-2007 pleso.net crew All Rights Reserved.