PHP2Go Javascript Framework

Class InputSelectorField

Object
   |
   +--Field
         |
         +--InputSelectorField

class InputSelectorField
extends Field

Defined in form.js


 
Fields inherited from class Field
fld, id, name, label, type
 
Constructor Summary
InputSelectorField (<Object> fld)
            This Field child class is used with selector fields: radio buttons and checkboxes
 
Method Summary
 void clear()
           Unchecks the input
 String getValue()
           Returns the value of the input.
 Boolean isEmpty()
           Verifies if the input is unchecked
 void setChecked(<Boolean> b)
           Changes the checked status of the input
 
Methods inherited from class Field
getFormElement, getMask, setValue, enable, disable, setDisabled, focus, beforeFocus, serialize
 

Constructor Detail

InputSelectorField

InputSelectorField(<Object> fld)

Method Detail

clear

void clear()

getValue

String getValue()

isEmpty

Boolean isEmpty()

setChecked

void setChecked(<Boolean> b)

PHP2Go Javascript Framework

Copyright © 2002-2006 by Marcos Pont
Documentation generated by JSDoc on Sun Oct 7 19:52:10 2007