|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Html5InputProperties
| Method Summary | |
|---|---|
String |
getDataList()
Id of <hx:datalist> or HTML <datalist> for suggestions mechanism. |
String |
getOnformchange()
HTML: Script to be invoked when the state of the owner form is changed. |
String |
getOnforminput()
HTML: Script to be invoked when the owner form gets user input. |
String |
getOninput()
HTML: Script to be invoked when the element gets user input. |
String |
getOninvalid()
HTML: Script to be invoked when the owner form is validated and this element could not pass the validation. |
Object |
getSuggestions()
Static(not Ajax) suggestion values. |
boolean |
isAutoFocus()
If this property is set to true, it will allow the user to just start typing without having to manually focus the main control when the page is loaded. |
| Method Detail |
|---|
@JSFProperty(defaultValue="false",
deferredValueType="java.lang.Boolean")
boolean isAutoFocus()
@JSFProperty(deferredValueType="java.lang.Object") Object getSuggestions()
property@JSFProperty(deferredValueType="java.lang.String") String getDataList()
@JSFProperty(clientEvent="formchange") String getOnformchange()
@JSFProperty(clientEvent="forminput") String getOnforminput()
@JSFProperty(clientEvent="input") String getOninput()
@JSFProperty(clientEvent="invalid") String getOninvalid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||