Class f_input
Object
f_object
f_eventTarget
f_component
f_input
- All Implemented Interfaces:
- Element, fa_clientData, fa_eventTarget, fa_focusStyleClass, fa_message, fa_serializable, fa_tabIndex, HTMLElement, Node
- Direct Known Subclasses:
- f_abstractEntry, f_abstractList, f_button, f_hyperLink
public class f_input
- extends f_component
- implements fa_message, fa_tabIndex, fa_focusStyleClass
f_input class.
| Methods inherited from class f_component |
f_findComponent, f_findSiblingComponent, f_getAccessKey, f_getBackgroundColor, f_getDocument, f_getForegroundColor, f_getHeight, f_getHelpMessage, f_getHelpURL, f_getHiddenMode, f_getId, f_getParent, f_getToolTipText, f_getVisible, f_getWidth, f_getX, f_getY, f_isVisible, f_setBackgroundColor, f_setFocus, f_setForegroundColor, f_setHeight, f_setHelpMessage, f_setHelpURL, f_setHiddenMode, f_setToolTipText, f_setVisible, f_setWidth, f_setX, f_setY, f_show, toString |
f_setReadOnly
public void f_setReadOnly(boolean set)
- Parameters:
set - Set Read-only.
f_getText
public String f_getText()
f_setFocus
public void f_setFocus()
- Overrides:
f_setFocus in class f_component
f_setText
public void f_setText(String text)
- Returns the text associated to the input.
- Parameters:
text - The text of the input.
f_isDisabled
public boolean f_isDisabled()
- Returns the disabled state.
- Returns:
- Returns
true if the input is disabled.
f_setDisabled
public void f_setDisabled(boolean disabled)
- Set the disabled state of this component.
- Parameters:
disabled - Set disabled state.
f_setValue
public boolean f_setValue(Object value)
- Returns the value associated to the input component.
- Parameters:
value -
- Returns:
- If value is recognized.
f_getValue
public Object f_getValue()
- Returns the value associated to the input component.
- Returns:
- The value associated.
f_isReadOnly
public boolean f_isReadOnly()
- Returns the read only state.
- Returns:
- Returns
true if the component is in read only mode.
f_isValid
public boolean f_isValid()
- Returns:
- Returns
true if value of the component has been validated.