Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
JComponent
org.lobobrowser.html.renderer.BaseControl
org.lobobrowser.html.renderer.BaseInputControl
org.lobobrowser.html.renderer.InputFileControl
public class InputFileControl
extends org.lobobrowser.html.renderer.BaseInputControl
Field Summary |
Fields inherited from class org.lobobrowser.html.renderer.BaseControl | |
ZERO_DIMENSION , controlElement , ruicontrol |
Constructor Summary | |
|
Method Summary | |
File | |
String |
|
void | |
void |
|
void |
|
Methods inherited from class org.lobobrowser.html.renderer.BaseInputControl | |
blur , click , focus , getChecked , getCols , getControlSize , getDisabled , getFileValue , getMaxLength , getMultiple , getReadOnly , getRows , getSelectedIndex , getTabIndex , getVAlign , getValue , getVisibleSize , paintSelection , reset , select , setChecked , setCols , setControlSize , setDisabled , setMaxLength , setMultiple , setReadOnly , setRows , setSelectedIndex , setTabIndex , setValue , setVisibleSize |
Methods inherited from class org.lobobrowser.html.renderer.BaseControl | |
getBackgroundColor , getComponent , getVAlign , invalidateAndRepaint , setRUIControl |
public File getFileValue()
- Specified by:
- getFileValue in interface InputContext
- Overrides:
- getFileValue in interface org.lobobrowser.html.renderer.BaseInputControl
public String getValue()
- Specified by:
- getValue in interface InputContext
- Overrides:
- getValue in interface org.lobobrowser.html.renderer.BaseInputControl
public void setDisabled(boolean disabled)
- Specified by:
- setDisabled in interface InputContext
- Overrides:
- setDisabled in interface org.lobobrowser.html.renderer.BaseInputControl
public void setValue(String value)
- Specified by:
- setValue in interface InputContext
- Overrides:
- setValue in interface org.lobobrowser.html.renderer.BaseInputControl