public class FormItem extends Object implements FormDataElement
Modifier and Type | Field and Description |
---|---|
protected boolean |
isEnabled |
protected String |
name |
protected int |
type |
protected String |
value |
_rcsid
Constructor and Description |
---|
FormItem(String name,
String value,
int type,
boolean isEnabled) |
Modifier and Type | Method and Description |
---|---|
String |
getElementName()
Get the element name
|
String |
getElementValue()
Get the element value
|
boolean |
getEnabled() |
int |
getType() |
void |
setEnabled(boolean enabled) |
void |
setValue(String value) |
protected String name
protected String value
protected boolean isEnabled
protected int type
public void setEnabled(boolean enabled)
public boolean getEnabled()
public void setValue(String value)
public int getType()
public String getElementName()
getElementName
in interface FormDataElement
public String getElementValue()
getElementValue
in interface FormDataElement