|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.objex.progeny.anywhere.fields.XRFIDSDataField
public abstract class XRFIDSDataField
| Constructor Summary | |
|---|---|
XRFIDSDataField()
Creates a new instance of XRFIDSDataField |
|
| Method Summary | |
|---|---|
int |
countSubFields()
|
boolean |
equals(java.lang.Object a_f2)
|
int |
getDefaultWidth()
get the default width for the field. |
java.lang.String[] |
getDropdownValues()
|
int |
getFieldid()
|
java.lang.String |
getFieldname()
|
XRFFieldType |
getFieldtype()
|
XRFLookupTableInfo |
getLookupTableInfo()
|
XRFField[] |
getSubfields()
|
int |
getTableid()
|
int |
getType()
Helper method that returns the type id of the field type |
int |
getUpdateColsCount()
|
boolean |
isSystemField()
A data field that is also a System XRFField will return true |
void |
setDefaultWidth(int w)
Set the default width for the field. |
void |
setDropdownValues(java.lang.String[] rhs)
|
void |
setFieldid(int fieldid)
|
void |
setFieldname(java.lang.String fieldname)
|
void |
setFieldtype(XRFFieldType fieldtype)
|
void |
setLookupTableInfo(XRFLookupTableInfo a_lookupTableInfo)
|
void |
setSubfields(XRFField[] subfields)
|
void |
setTableid(int tableid)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.objex.progeny.anywhere.fields.XRFField |
|---|
createFieldData, getFieldClass, getImageURL, isCalcField, isComputed, isTable, transform |
| Constructor Detail |
|---|
public XRFIDSDataField()
| Method Detail |
|---|
public boolean isSystemField()
isSystemField in interface XRFFieldpublic int getFieldid()
getFieldid in interface XRFFieldpublic void setFieldid(int fieldid)
setFieldid in interface XRFFieldpublic java.lang.String getFieldname()
getFieldname in interface XRFFieldpublic void setFieldname(java.lang.String fieldname)
setFieldname in interface XRFFieldpublic XRFField[] getSubfields()
getSubfields in interface XRFFieldpublic void setSubfields(XRFField[] subfields)
setSubfields in interface XRFFieldpublic java.lang.String[] getDropdownValues()
getDropdownValues in interface XRFFieldpublic void setDropdownValues(java.lang.String[] rhs)
setDropdownValues in interface XRFFieldpublic XRFLookupTableInfo getLookupTableInfo()
getLookupTableInfo in interface XRFFieldpublic void setLookupTableInfo(XRFLookupTableInfo a_lookupTableInfo)
setLookupTableInfo in interface XRFFieldpublic XRFFieldType getFieldtype()
getFieldtype in interface XRFFieldpublic void setFieldtype(XRFFieldType fieldtype)
setFieldtype in interface XRFFieldpublic int getType()
public int countSubFields()
countSubFields in interface XRFFieldpublic int getUpdateColsCount()
getUpdateColsCount in interface XRFFieldpublic void setDefaultWidth(int w)
XRFField
setDefaultWidth in interface XRFFieldpublic int getDefaultWidth()
XRFField
getDefaultWidth in interface XRFFieldpublic boolean equals(java.lang.Object a_f2)
equals in class java.lang.Objectpublic int getTableid()
getTableid in interface XRFFieldpublic void setTableid(int tableid)
setTableid in interface XRFField
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||