org.lobobrowser.html.domimpl

Interface InputContext

Known Implementing Classes:
InputFileControl

public interface InputContext

Method Summary

void
blur()
void
click()
void
focus()
boolean
getChecked()
int
getCols()
int
getControlSize()
boolean
getDisabled()
java.io.File
getFileValue()
int
getMaxLength()
boolean
getMultiple()
String
getName()
boolean
getReadOnly()
int
getRows()
int
getSelectedIndex()
int
getTabIndex()
String
getValue()
int
getVisibleSize()
void
resetInput()
void
select()
void
setChecked(boolean checked)
void
setCols(int cols)
void
setControlSize(int size)
void
setDisabled(boolean disabled)
void
setMaxLength(int maxLength)
void
setMultiple(boolean value)
void
setName(String name)
void
setReadOnly(boolean readOnly)
void
setRows(int rows)
void
setSelectedIndex(int value)
void
setTabIndex(int tabIndex)
void
setValue(String value)
void
setVisibleSize(int value)

Method Details

blur

public void blur()

click

public void click()

focus

public void focus()

getChecked

public boolean getChecked()

getCols

public int getCols()

getControlSize

public int getControlSize()

getDisabled

public boolean getDisabled()

getFileValue

public java.io.File getFileValue()

getMaxLength

public int getMaxLength()

getMultiple

public boolean getMultiple()

getName

public String getName()

getReadOnly

public boolean getReadOnly()

getRows

public int getRows()

getSelectedIndex

public int getSelectedIndex()

getTabIndex

public int getTabIndex()

getValue

public String getValue()

getVisibleSize

public int getVisibleSize()

resetInput

public void resetInput()

select

public void select()

setChecked

public void setChecked(boolean checked)

setCols

public void setCols(int cols)

setControlSize

public void setControlSize(int size)

setDisabled

public void setDisabled(boolean disabled)

setMaxLength

public void setMaxLength(int maxLength)

setMultiple

public void setMultiple(boolean value)

setName

public void setName(String name)

setReadOnly

public void setReadOnly(boolean readOnly)

setRows

public void setRows(int rows)

setSelectedIndex

public void setSelectedIndex(int value)

setTabIndex

public void setTabIndex(int tabIndex)

setValue

public void setValue(String value)

setVisibleSize

public void setVisibleSize(int value)