|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputBuilder
Builds an input element.
Method Summary | |
---|---|
InputBuilder |
accept(java.lang.String accept)
A comma-separated list of content types that a server processing this form will handle correctly. |
InputBuilder |
accessKey(java.lang.String accessKey)
A single character access key to give access to the form control. |
InputBuilder |
alt(java.lang.String alt)
Alternate text for user agents not rendering the normal content of this element. |
InputBuilder |
checked()
Set the state of the form control to true when type attribute
of the element has the value "radio" or "checkbox". |
InputBuilder |
defaultChecked()
Set the default state of the form control to true when type
attribute of the element has the value "radio" or "checkbox". |
InputBuilder |
defaultValue(java.lang.String defaultValue)
When the type attribute of the element has the value "text", "file" or "password", this represents the HTML value attribute of the element. |
InputBuilder |
disabled()
Disable the control. |
InputBuilder |
maxLength(int maxLength)
Maximum number of characters for text fields, when type has the value "text" or "password". |
InputBuilder |
name(java.lang.String name)
Form control or object name when submitted with a form. |
InputBuilder |
readOnly()
Make the control read-only. |
InputBuilder |
size(int size)
Size information. |
InputBuilder |
src(java.lang.String src)
When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button. |
InputBuilder |
value(java.lang.String value)
When the type attribute of the element has the value "text", "file" or "password", this represents the current contents of the corresponding form control, in an interactive user agent. |
Method Detail |
---|
InputBuilder accept(java.lang.String accept)
InputBuilder accessKey(java.lang.String accessKey)
InputBuilder alt(java.lang.String alt)
InputBuilder checked()
true
when type attribute
of the element has the value "radio" or "checkbox".
InputBuilder defaultChecked()
true
when type
attribute of the element has the value "radio" or "checkbox".
InputBuilder defaultValue(java.lang.String defaultValue)
InputBuilder disabled()
InputBuilder maxLength(int maxLength)
InputBuilder name(java.lang.String name)
InputBuilder readOnly()
InputBuilder size(int size)
InputBuilder src(java.lang.String src)
InputBuilder value(java.lang.String value)
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |