com.github.gwtbootstrap.client.ui.base
Interface IsSearchQuery

All Known Implementing Classes:
CheckBox, DateBox, DateBoxBase, DoubleBox, FileUpload, IntegerBox, ListBox, LongBox, PasswordTextBox, RadioButton, TextArea, TextBox, TextBoxBase, UneditableInput, ValueBox, ValueBoxBase, ValueListBox

public interface IsSearchQuery

The interface of can change serach query form.

Since:
2.0.4.0
Author:
ohashi keisuke

Method Summary
 boolean isSearchQuery()
          is the element search-query style?
 void setSearchQuery(boolean searchQuery)
          Set search-query style to the element.
 

Method Detail

setSearchQuery

void setSearchQuery(boolean searchQuery)
Set search-query style to the element.

Parameters:
searchQuery - true:add search-query css-class/false:remove search-query css-class

isSearchQuery

boolean isSearchQuery()
is the element search-query style?

Returns:
true:has search-query css-class/false:has no search-query cass-class.


Copyright © 2012 gwtbootstrap. All Rights Reserved.