org.gwtbootstrap3.client.ui.base
Interface HasAutoComplete

All Known Implementing Classes:
DoubleBox, Input, IntegerBox, LongBox, SuggestBox, TextArea, TextBox, TextBoxBase, ValueBoxBase

public interface HasAutoComplete


Field Summary
static String AUTO_COMPLETE
           
static String OFF
           
static String ON
           
 
Method Summary
 String getAutoComplete()
          Get the auto complete attribute from the widget
 void setAutoComplete(boolean autoComplete)
          Sets the auto complete property on the widget
 

Field Detail

AUTO_COMPLETE

static final String AUTO_COMPLETE
See Also:
Constant Field Values

ON

static final String ON
See Also:
Constant Field Values

OFF

static final String OFF
See Also:
Constant Field Values
Method Detail

setAutoComplete

void setAutoComplete(boolean autoComplete)
Sets the auto complete property on the widget

Parameters:
autoComplete - auto complete setting for the widget

getAutoComplete

String getAutoComplete()
Get the auto complete attribute from the widget

Returns:
auto complete attribute


Copyright © 2015. All rights reserved.