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

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

public interface HasId

Has Id Attribute

Since:
2.0.4.0
Author:
ohashi keisuke

Method Summary
 String getId()
          Get ID
 void setId(String id)
          Set ID
 

Method Detail

getId

String getId()
Get ID

Returns:
ID

setId

void setId(String id)
Set ID

Parameters:
id - set id


Copyright © 2012 gwtbootstrap. All Rights Reserved.