com.vaadin.addon.touchkit.gwt.client.vcom
Interface DatePickerServerRpc

All Superinterfaces:
Serializable, com.vaadin.shared.communication.ServerRpc

public interface DatePickerServerRpc
extends com.vaadin.shared.communication.ServerRpc

Server RPC interface of DatePicker


Method Summary
 void valueChanged(String date)
          Value of DatePicker has changed on client side (yyyy-MM-dd'T'HH:mm:ss)
 

Method Detail

valueChanged

void valueChanged(String date)
Value of DatePicker has changed on client side (yyyy-MM-dd'T'HH:mm:ss)



Copyright © 2014 Vaadin Ltd. All rights reserved.