com.vaadin.addon.touchkit.gwt.client.vcom
Class CheckBoxConnector

java.lang.Object
  extended by com.vaadin.client.ui.AbstractConnector
      extended by com.vaadin.client.ui.AbstractComponentConnector
          extended by com.vaadin.client.ui.AbstractFieldConnector
              extended by com.vaadin.client.ui.checkbox.CheckBoxConnector
                  extended by com.vaadin.addon.touchkit.gwt.client.vcom.CheckBoxConnector
All Implemented Interfaces:
com.google.gwt.event.dom.client.BlurHandler, com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.dom.client.FocusHandler, com.google.gwt.event.shared.EventHandler, com.vaadin.client.communication.StateChangeEvent.StateChangeHandler, com.vaadin.client.ComponentConnector, com.vaadin.client.ServerConnector, com.vaadin.shared.Connector, Serializable

public class CheckBoxConnector
extends com.vaadin.client.ui.checkbox.CheckBoxConnector

Overrides default implementation of Connector of CheckBox. Moves caption presenting from widget to parent (layout). FIXME overriding connector implementation don't work anymore

See Also:
Serialized Form

Constructor Summary
CheckBoxConnector()
           
 
Method Summary
 boolean delegateCaptionHandling()
           
 CheckBox getWidget()
           
 
Methods inherited from class com.vaadin.client.ui.checkbox.CheckBoxConnector
getState, init, onBlur, onClick, onFocus, onStateChanged
 
Methods inherited from class com.vaadin.client.ui.AbstractFieldConnector
isModified, isReadOnly, isRequired, updateWidgetStyleNames
 
Methods inherited from class com.vaadin.client.ui.AbstractComponentConnector
createWidget, flush, getIcon, getIconUri, getLayoutManager, getTooltipInfo, hasTooltip, isRealUpdate, isRelativeHeight, isRelativeWidth, isUndefinedHeight, isUndefinedWidth, onUnregister, setWidgetEnabled, setWidgetStyleName, setWidgetStyleNameWithPrefix, updateComponentSize, updateComponentSize, updateEnabledState, updateWidgetSize
 
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, hasEventListener, isEnabled, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent, unregisterRpc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.vaadin.client.ServerConnector
addStateChangeHandler, addStateChangeHandler, doInit, fireEvent, getChildren, getConnection, getParent, getRpcImplementations, hasEventListener, isEnabled, removeStateChangeHandler, removeStateChangeHandler, setChildren, setParent
 
Methods inherited from interface com.vaadin.shared.Connector
getConnectorId
 

Constructor Detail

CheckBoxConnector

public CheckBoxConnector()
Method Detail

delegateCaptionHandling

public boolean delegateCaptionHandling()
Specified by:
delegateCaptionHandling in interface com.vaadin.client.ComponentConnector
Overrides:
delegateCaptionHandling in class com.vaadin.client.ui.checkbox.CheckBoxConnector

getWidget

public CheckBox getWidget()
Specified by:
getWidget in interface com.vaadin.client.ComponentConnector
Overrides:
getWidget in class com.vaadin.client.ui.checkbox.CheckBoxConnector


Copyright © 2014 Vaadin Ltd. All rights reserved.