|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.objex.progeny.anywhere.fields.XRFIDSDataField
com.objex.progeny.anywhere.fields.XRFTableField
public class XRFTableField
| Constructor Summary | |
|---|---|
XRFTableField()
Creates a new instance of TextField |
|
| Method Summary | |
|---|---|
int |
countSubFields()
|
XRFData |
createFieldData(java.lang.Object value)
Creates a FieldData object of the relevant type depending on the field type. |
java.lang.Class |
getFieldClass()
|
java.lang.String |
getImageURL()
|
XRFField |
getSubfield(int aIndex)
Rteurn Subfield at the specified index if one exists otherwise NULL |
XRFField[] |
getSubfields()
|
boolean |
isCalcField()
|
boolean |
isComputed()
|
boolean |
isTable()
|
void |
setSubfield(XRFField aSubfield,
int aIndex)
Add a subfield to the subfields array at specified index. |
void |
setSubfields(XRFField[] subfields)
|
java.lang.String |
transform(java.lang.Object a_from)
Where possible, transform the value a_from contained some place as the data for this field, into a string literal representation |
| Methods inherited from class com.objex.progeny.anywhere.fields.XRFIDSDataField |
|---|
equals, getDefaultWidth, getDropdownValues, getFieldid, getFieldname, getFieldtype, getLookupTableInfo, getTableid, getType, getUpdateColsCount, isSystemField, setDefaultWidth, setDropdownValues, setFieldid, setFieldname, setFieldtype, setLookupTableInfo, setTableid |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XRFTableField()
| Method Detail |
|---|
public XRFData createFieldData(java.lang.Object value)
XRFField
value - The default data value
public java.lang.String getImageURL()
public java.lang.String transform(java.lang.Object a_from)
XRFField
public java.lang.Class getFieldClass()
public boolean isComputed()
public boolean isCalcField()
public boolean isTable()
public XRFField[] getSubfields()
getSubfields in interface XRFFieldgetSubfields in class XRFIDSDataFieldpublic void setSubfields(XRFField[] subfields)
setSubfields in interface XRFFieldsetSubfields in class XRFIDSDataFieldpublic XRFField getSubfield(int aIndex)
public void setSubfield(XRFField aSubfield,
int aIndex)
public int countSubFields()
countSubFields in interface XRFFieldcountSubFields in class XRFIDSDataField
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||