com.github.gwtbootstrap.datepicker.client.ui.base
Interface HasAutoclose

All Known Subinterfaces:
HasAllDatePickerHandlers
All Known Implementing Classes:
DateBox, DateBoxBase

public interface HasAutoclose

Define a element that have the autoclose property.

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Method Summary
 void setAutoClose(boolean autoclose)
          Determine if the element will autoclose in some events.
 

Method Detail

setAutoClose

void setAutoClose(boolean autoclose)
Determine if the element will autoclose in some events.

Parameters:
autoclose: - if true, set the autoclose on, set of otherwise.


Copyright © 2012 gwtbootstrap. All Rights Reserved.