sharin.doc.builder.xhtml1
Class InputElem
java.lang.Object
sharin.doc.builder.Elem
sharin.doc.builder.GenericXmlElem<E>
sharin.doc.builder.xhtml1.GenericCoreElem<E>
sharin.doc.builder.xhtml1.GenericCommonElem<InputElem>
sharin.doc.builder.xhtml1.InputElem
public class InputElem
- extends GenericCommonElem<InputElem>
Methods inherited from class sharin.doc.builder.xhtml1.GenericCommonElem |
dir, lang, onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, xmllang |
InputElem
public InputElem(Object... nodes)
accept
public InputElem accept(Object value)
accesskey
public InputElem accesskey(Object value)
align
public InputElem align(Object value)
alignBottom
public InputElem alignBottom()
alignLeft
public InputElem alignLeft()
alignMiddle
public InputElem alignMiddle()
alignRight
public InputElem alignRight()
alignTop
public InputElem alignTop()
alt
public InputElem alt(Object value)
checked
public InputElem checked(boolean checked)
checked
public InputElem checked(Object value)
disabled
public InputElem disabled(boolean disabled)
disabled
public InputElem disabled(Object value)
maxlength
public InputElem maxlength(Object value)
name
public InputElem name(Object value)
onblur
public InputElem onblur(Object value)
onchange
public InputElem onchange(Object value)
onfocus
public InputElem onfocus(Object value)
onselect
public InputElem onselect(Object value)
readonly
public InputElem readonly(boolean readonly)
readonly
public InputElem readonly(Object value)
size
public InputElem size(Object value)
src
public InputElem src(Object value)
tabindex
public InputElem tabindex(Object value)
type
public InputElem type(Object value)
typeButton
public InputElem typeButton()
typeCheckbox
public InputElem typeCheckbox()
typeFile
public InputElem typeFile()
typeHidden
public InputElem typeHidden()
typeImage
public InputElem typeImage()
typePassword
public InputElem typePassword()
typeRadio
public InputElem typeRadio()
typeReset
public InputElem typeReset()
typeSubmit
public InputElem typeSubmit()
typeText
public InputElem typeText()
usemap
public InputElem usemap(Object value)
value
public InputElem value(Object value)
Copyright © 2009 SHU. All Rights Reserved.