org.gwtiger.client.widget
Class CheckBoxWidget

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.CheckBox
                      extended by org.gwtiger.client.widget.CheckBoxWidget
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasFocus, com.google.gwt.user.client.ui.HasHTML, com.google.gwt.user.client.ui.HasName, 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

public class CheckBoxWidget
extends com.google.gwt.user.client.ui.CheckBox


Constructor Summary
CheckBoxWidget()
           
CheckBoxWidget(java.lang.Long id)
           
CheckBoxWidget(java.lang.String label)
           
CheckBoxWidget(java.lang.String label, boolean asHTML)
           
CheckBoxWidget(java.lang.String label, boolean asHTML, java.lang.Long id)
           
CheckBoxWidget(java.lang.String label, java.lang.Long id)
           
 
Method Summary
 java.lang.Long getId()
           
 void setId(java.lang.Long id)
           
 
Methods inherited from class com.google.gwt.user.client.ui.CheckBox
getHTML, getName, getTabIndex, getText, isChecked, isEnabled, setAccessKey, setChecked, setEnabled, setFocus, setHTML, setName, setTabIndex, setText
 
Methods inherited from class com.google.gwt.user.client.ui.FocusWidget
addClickListener, addFocusListener, addKeyboardListener, onBrowserEvent, removeClickListener, removeFocusListener, removeKeyboardListener
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, isAttached, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckBoxWidget

public CheckBoxWidget()

CheckBoxWidget

public CheckBoxWidget(java.lang.Long id)

CheckBoxWidget

public CheckBoxWidget(java.lang.String label)

CheckBoxWidget

public CheckBoxWidget(java.lang.String label,
                      java.lang.Long id)

CheckBoxWidget

public CheckBoxWidget(java.lang.String label,
                      boolean asHTML)

CheckBoxWidget

public CheckBoxWidget(java.lang.String label,
                      boolean asHTML,
                      java.lang.Long id)
Method Detail

getId

public java.lang.Long getId()

setId

public void setId(java.lang.Long id)