|
||||||||||
| 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.XRFIDSLookupTableField
public class XRFIDSLookupTableField
| Constructor Summary | |
|---|---|
XRFIDSLookupTableField()
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()
|
XRFLookupTableInfo |
getLookupTableInfo()
|
XRFField |
getSubfield(int aIndex)
Rteurn Subfield at the specified index if one exists otherwise NULL |
XRFField[] |
getSubfields()
|
boolean |
isCalcField()
|
boolean |
isComputed()
|
boolean |
isTable()
|
void |
setLookupTableInfo(XRFLookupTableInfo a_lookupTableInfo)
|
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, getTableid, getType, getUpdateColsCount, isSystemField, setDefaultWidth, setDropdownValues, setFieldid, setFieldname, setFieldtype, setTableid |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XRFIDSLookupTableField()
| Method Detail |
|---|
public XRFData createFieldData(java.lang.Object value)
XRFField
createFieldData in interface XRFFieldvalue - The default data valuepublic XRFLookupTableInfo getLookupTableInfo()
getLookupTableInfo in interface XRFFieldgetLookupTableInfo in interface XRFLookupTableFieldgetLookupTableInfo in class XRFIDSDataFieldpublic void setLookupTableInfo(XRFLookupTableInfo a_lookupTableInfo)
setLookupTableInfo in interface XRFFieldsetLookupTableInfo in interface XRFLookupTableFieldsetLookupTableInfo in class XRFIDSDataFieldpublic java.lang.String getImageURL()
getImageURL in interface XRFFieldpublic java.lang.String transform(java.lang.Object a_from)
XRFField
transform in interface XRFFieldpublic java.lang.Class getFieldClass()
getFieldClass in interface XRFFieldpublic boolean isComputed()
isComputed in interface XRFFieldpublic boolean isCalcField()
isCalcField in interface XRFFieldpublic boolean isTable()
isTable in interface XRFFieldpublic 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 | |||||||||