|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
---|---|
org.melati | See melati.org. |
org.melati.admin | A Melati Database Administration System. |
org.melati.example.contacts.generated | The POEM-generated support classes for org.melati.example.contacts. |
org.melati.example.odmg.generated | The POEM-generated support classes for org.melati.example.odmg. |
org.melati.poem | Persistent Object Engine for Melati. |
org.melati.poem.generated | The POEM-generated support classes for org.melati.poem. |
org.melati.template | Using Templates to render Objects to output formats. |
Uses of Field in org.melati |
---|
Methods in org.melati with parameters of type Field | |
---|---|
boolean |
Melati.isReferencePoemType(Field field)
Establish if field is a ReferencePoemType field. |
Uses of Field in org.melati.admin |
---|
Methods in org.melati.admin with parameters of type Field | |
---|---|
String |
AdminUtils.UploadURL(Table table,
Persistent object,
Field field)
In an insert situation we will not have a Troid, so cannot pass it through. |
Uses of Field in org.melati.example.contacts.generated |
---|
Methods in org.melati.example.contacts.generated that return Field | |
---|---|
Field |
ContactBase.getAddressField()
Retrieves the Address value as a Field
from this Contact Persistent . |
Field |
ContactCategoryBase.getCategoryField()
Retrieves the Category value as a Field
from this ContactCategory Persistent . |
Field |
ContactCategoryBase.getContactField()
Retrieves the Contact value as a Field
from this ContactCategory Persistent . |
Field |
ContactCategoryBase.getIdField()
Retrieves the Id value as a Field
from this ContactCategory Persistent . |
Field |
ContactBase.getIdField()
Retrieves the Id value as a Field
from this Contact Persistent . |
Field |
CategoryBase.getIdField()
Retrieves the Id value as a Field
from this Category Persistent . |
Field |
ContactBase.getLastupdatedField()
Retrieves the Lastupdated value as a Field
from this Contact Persistent . |
Field |
ContactBase.getLastupdateuserField()
Retrieves the Lastupdateuser value as a Field
from this Contact Persistent . |
Field |
ContactBase.getNameField()
Retrieves the Name value as a Field
from this Contact Persistent . |
Field |
CategoryBase.getNameField()
Retrieves the Name value as a Field
from this Category Persistent . |
Field |
ContactBase.getOwnerField()
Retrieves the Owner value as a Field
from this Contact Persistent . |
Field |
ContactBase.getUpdatesField()
Retrieves the Updates value as a Field
from this Contact Persistent . |
Uses of Field in org.melati.example.odmg.generated |
---|
Methods in org.melati.example.odmg.generated that return Field | |
---|---|
Field |
ChildBase.getIdField()
Retrieves the Id value as a Field
from this Child Persistent . |
Field |
ParentBase.getIdField()
Retrieves the Id value as a Field
from this Parent Persistent . |
Field |
ChildBase.getNameField()
Retrieves the Name value as a Field
from this Child Persistent . |
Field |
ParentBase.getNameField()
Retrieves the Name value as a Field
from this Parent Persistent . |
Field |
ChildBase.getParentField()
Retrieves the Parent value as a Field
from this Child Persistent . |
Uses of Field in org.melati.poem |
---|
Methods in org.melati.poem that return Field | |
---|---|
Field |
Column.asEmptyField()
Return a Field of the same type as this Column with default attributes. |
abstract Field |
Column.asField(Persistent g)
Return a Field of the same type as this Column from the Persistent. |
Field |
ExtraColumn.asField(Persistent g)
Return a Field of the same type as this Column from the Persistent. |
static Field |
Field.basic(Object value,
String name,
PoemType type)
A convenience method to create a Field. |
Field |
JdbcTable.cachedSelectionField(String whereClause,
String orderByClause,
boolean nullable,
Integer selectedTroid,
String nameP)
Make up a Field object whose possible values are a selected subset of the records in the table. |
Field |
Table.cachedSelectionField(String whereClause,
String orderByClause,
boolean nullable,
Integer selectedTroid,
String nameP)
Make up a Field object whose possible values are a selected subset of the records in the table. |
Field |
FieldSet.get(String name)
Return a specified field. |
Field |
JdbcPersistent.getField(String name)
The value of one of the object's fields, wrapped up with type information sufficient for rendering it. |
Field |
Persistent.getField(String name)
The value of one of the object's fields, wrapped up with type information sufficient for rendering it. |
Field |
JdbcPersistent.getPrimaryDisplayField()
|
Field |
Persistent.getPrimaryDisplayField()
|
Field |
ValueInfo.getRangelimit_stringField()
Retrieves the Rangelimit_string value as a Field
from this ValueInfo Persistent . |
Field |
ValueInfo.getRangelow_stringField()
Retrieves the Rangelow_string value as a Field
from this ValueInfo Persistent . |
Field |
Setting.getValueField()
Override the normal field attributes for the Value field, use the attribute values set in this setting. |
static Field |
Field.integer(Integer value,
String name)
A convenience method to create nullable Integer Field. |
static Field |
Field.reference(Persistent value,
String name)
A convenience method to create a populated, nullable, Reference Field. |
static Field |
Field.reference(Table table,
String name)
A convenience method to create new unpopulated, nullable Reference Field. |
static Field |
Field.string(String value,
String name)
A convenience method to create nullable String Field. |
Field |
Field.withDescription(String description)
Clone with a new description. |
Field |
Field.withName(String name)
Clone with a new name. |
Field |
Field.withNullable(boolean nullable)
Clone with a different nullability. |
Field |
Field.withRaw(Object rawP)
Clone this Field with a new value but same metadata. |
Methods in org.melati.poem that return types with arguments of type Field | |
---|---|
Enumeration<Field> |
FieldSet.elements()
|
Enumeration<Field> |
JdbcPersistent.fieldsOfColumns(Enumeration<Column> columns)
Create Fields from Columns. |
Enumeration<Field> |
Persistent.fieldsOfColumns(Enumeration<Column> columns)
Create Fields from Columns. |
Enumeration<Field> |
JdbcPersistent.getDetailDisplayFields()
All fields at the detailed display level in display order. |
Enumeration<Field> |
Persistent.getDetailDisplayFields()
All fields at the detailed display level in display order. |
Enumeration<Field> |
JdbcPersistent.getFields()
The values of all the object's fields, wrapped up with type information sufficient for rendering them. |
Enumeration<Field> |
Persistent.getFields()
The values of all the object's fields, wrapped up with type information sufficient for rendering them. |
Enumeration<Field> |
JdbcPersistent.getRecordDisplayFields()
The values of all the object's fields designated for inclusion in full record displays, wrapped up with type information sufficient for rendering them. |
Enumeration<Field> |
Persistent.getRecordDisplayFields()
The values of all the object's fields designated for inclusion in full record displays, wrapped up with type information sufficient for rendering them. |
Enumeration<Field> |
JdbcPersistent.getSearchCriterionFields()
|
Enumeration<Field> |
Persistent.getSearchCriterionFields()
|
Enumeration<Field> |
JdbcPersistent.getSummaryDisplayFields()
All fields at the summary display level in display order. |
Enumeration<Field> |
Persistent.getSummaryDisplayFields()
All fields at the summary display level in display order. |
Methods in org.melati.poem with parameters of type Field | |
---|---|
boolean |
Field.sameRawAs(Field other)
Compare raws. |
Constructors in org.melati.poem with parameters of type Field | |
---|---|
FieldSet(Hashtable<String,Integer> table_columnMap,
Field[] fields)
Constructor. |
Uses of Field in org.melati.poem.generated |
---|
Methods in org.melati.poem.generated that return Field | |
---|---|
Field |
TableInfoBase.getCachelimitField()
Retrieves the Cachelimit value as a Field
from this TableInfo Persistent . |
Field |
TableInfoBase.getCancreateField()
Retrieves the Cancreate value as a Field
from this TableInfo Persistent . |
Field |
GroupCapabilityBase.getCapabilityField()
Retrieves the Capability value as a Field
from this GroupCapability Persistent . |
Field |
TableInfoBase.getCategoryField()
Retrieves the Category value as a Field
from this TableInfo Persistent . |
Field |
TableInfoBase.getDefaultcandeleteField()
Retrieves the Defaultcandelete value as a Field
from this TableInfo Persistent . |
Field |
TableInfoBase.getDefaultcanreadField()
Retrieves the Defaultcanread value as a Field
from this TableInfo Persistent . |
Field |
TableInfoBase.getDefaultcanwriteField()
Retrieves the Defaultcanwrite value as a Field
from this TableInfo Persistent . |
Field |
ValueInfoBase.getDescriptionField()
Retrieves the Description value as a Field
from this ValueInfo Persistent . |
Field |
TableInfoBase.getDescriptionField()
Retrieves the Description value as a Field
from this TableInfo Persistent . |
Field |
ColumnInfoBase.getDisplaylevelField()
Retrieves the Displaylevel value as a Field
from this ColumnInfo Persistent . |
Field |
ValueInfoBase.getDisplaynameField()
Retrieves the Displayname value as a Field
from this ValueInfo Persistent . |
Field |
TableInfoBase.getDisplaynameField()
Retrieves the Displayname value as a Field
from this TableInfo Persistent . |
Field |
TableInfoBase.getDisplayorderField()
Retrieves the Displayorder value as a Field
from this TableInfo Persistent . |
Field |
ColumnInfoBase.getDisplayorderField()
Retrieves the Displayorder value as a Field
from this ColumnInfo Persistent . |
Field |
ColumnInfoBase.getDisplayorderpriorityField()
Retrieves the Displayorderpriority value as a Field
from this ColumnInfo Persistent . |
Field |
GroupMembershipBase.getGroupField()
Retrieves the Group value as a Field
from this GroupMembership Persistent . |
Field |
GroupCapabilityBase.getGroupField()
Retrieves the Group value as a Field
from this GroupCapability Persistent . |
Field |
ValueInfoBase.getHeightField()
Retrieves the Height value as a Field
from this ValueInfo Persistent . |
Field |
CapabilityBase.getIdField()
Retrieves the Id value as a Field
from this Capability Persistent . |
Field |
UserBase.getIdField()
Retrieves the Id value as a Field
from this User Persistent . |
Field |
TableInfoBase.getIdField()
Retrieves the Id value as a Field
from this TableInfo Persistent . |
Field |
GroupBase.getIdField()
Retrieves the Id value as a Field
from this Group Persistent . |
Field |
SettingBase.getIdField()
Retrieves the Id value as a Field
from this Setting Persistent . |
Field |
ColumnInfoBase.getIdField()
Retrieves the Id value as a Field
from this ColumnInfo Persistent . |
Field |
GroupMembershipBase.getIdField()
Retrieves the Id value as a Field
from this GroupMembership Persistent . |
Field |
TableCategoryBase.getIdField()
Retrieves the Id value as a Field
from this TableCategory Persistent . |
Field |
GroupCapabilityBase.getIdField()
Retrieves the Id value as a Field
from this GroupCapability Persistent . |
Field |
ColumnInfoBase.getIndexedField()
Retrieves the Indexed value as a Field
from this ColumnInfo Persistent . |
Field |
ColumnInfoBase.getIntegrityfixField()
Retrieves the Integrityfix value as a Field
from this ColumnInfo Persistent . |
Field |
UserBase.getLoginField()
Retrieves the Login value as a Field
from this User Persistent . |
Field |
CapabilityBase.getNameField()
Retrieves the Name value as a Field
from this Capability Persistent . |
Field |
UserBase.getNameField()
Retrieves the Name value as a Field
from this User Persistent . |
Field |
TableInfoBase.getNameField()
Retrieves the Name value as a Field
from this TableInfo Persistent . |
Field |
GroupBase.getNameField()
Retrieves the Name value as a Field
from this Group Persistent . |
Field |
SettingBase.getNameField()
Retrieves the Name value as a Field
from this Setting Persistent . |
Field |
ColumnInfoBase.getNameField()
Retrieves the Name value as a Field
from this ColumnInfo Persistent . |
Field |
TableCategoryBase.getNameField()
Retrieves the Name value as a Field
from this TableCategory Persistent . |
Field |
ValueInfoBase.getNullableField()
Retrieves the Nullable value as a Field
from this ValueInfo Persistent . |
Field |
UserBase.getPasswordField()
Retrieves the Password value as a Field
from this User Persistent . |
Field |
ValueInfoBase.getPrecisionField()
Retrieves the Precision value as a Field
from this ValueInfo Persistent . |
Field |
ValueInfoBase.getRangelimit_stringField()
Retrieves the Rangelimit_string value as a Field
from this ValueInfo Persistent . |
Field |
ValueInfoBase.getRangelow_stringField()
Retrieves the Rangelow_string value as a Field
from this ValueInfo Persistent . |
Field |
ValueInfoBase.getRenderinfoField()
Retrieves the Renderinfo value as a Field
from this ValueInfo Persistent . |
Field |
ValueInfoBase.getScaleField()
Retrieves the Scale value as a Field
from this ValueInfo Persistent . |
Field |
ColumnInfoBase.getSearchabilityField()
Retrieves the Searchability value as a Field
from this ColumnInfo Persistent . |
Field |
TableInfoBase.getSeqcachedField()
Retrieves the Seqcached value as a Field
from this TableInfo Persistent . |
Field |
ValueInfoBase.getSizeField()
Retrieves the Size value as a Field
from this ValueInfo Persistent . |
Field |
ColumnInfoBase.getSortdescendingField()
Retrieves the Sortdescending value as a Field
from this ColumnInfo Persistent . |
Field |
ColumnInfoBase.getTableinfoField()
Retrieves the Tableinfo value as a Field
from this ColumnInfo Persistent . |
Field |
ValueInfoBase.getTypefactoryField()
Retrieves the Typefactory value as a Field
from this ValueInfo Persistent . |
Field |
ColumnInfoBase.getUniqueField()
Retrieves the Unique value as a Field
from this ColumnInfo Persistent . |
Field |
ColumnInfoBase.getUsercreateableField()
Retrieves the Usercreateable value as a Field
from this ColumnInfo Persistent . |
Field |
ValueInfoBase.getUsereditableField()
Retrieves the Usereditable value as a Field
from this ValueInfo Persistent . |
Field |
GroupMembershipBase.getUserField()
Retrieves the User value as a Field
from this GroupMembership Persistent . |
Field |
SettingBase.getValueField()
Retrieves the Value value as a Field
from this Setting Persistent . |
Field |
ValueInfoBase.getWidthField()
Retrieves the Width value as a Field
from this ValueInfo Persistent . |
Uses of Field in org.melati.template |
---|
Methods in org.melati.template that return Field | |
---|---|
Field |
YMDDateAdaptor.dayField(Field dateField)
|
Field |
YMDHMSTimestampAdaptor.hourField(Field field)
|
Field |
YMDHMSTimestampAdaptor.minuteField(Field field)
|
Field |
YMDDateAdaptor.monthField(Field dateField)
|
Field |
YMDHMSTimestampAdaptor.secondField(Field field)
|
Field |
YMDDateAdaptor.yearField(Field dateField)
|
Methods in org.melati.template with parameters of type Field | |
---|---|
Field |
YMDDateAdaptor.dayField(Field dateField)
|
Field |
YMDHMSTimestampAdaptor.hourField(Field field)
|
String |
AbstractMarkupLanguage.input(Field field)
Get an input widget for this Field. |
String |
MarkupLanguage.input(Field field)
Get an input widget for this Field. |
protected String |
AbstractMarkupLanguage.input(Field field,
String templetName,
String nullValue,
boolean overrideNullable)
|
String |
AbstractMarkupLanguage.inputAs(Field field,
String templetName)
Get an input widget for this Field defined by name. |
String |
MarkupLanguage.inputAs(Field field,
String templetName)
Get an input widget for this Field defined by name. |
Field |
YMDHMSTimestampAdaptor.minuteField(Field field)
|
Field |
YMDDateAdaptor.monthField(Field dateField)
|
protected void |
AbstractMarkupLanguage.render(Field field,
int style,
int limit,
MelatiWriter writer)
Render a Field Object in a MarkupLanguage specific way, rendering to supplied MelatiWriter. |
protected void |
AbstractMarkupLanguage.render(Field field,
MelatiWriter writer)
Render a Field Object in a MarkupLanguage specific way, rendering to supplied MelatiWriter. |
String |
SimpleDateAdaptor.rendered(Field dateField)
|
String |
AbstractMarkupLanguage.rendered(Field field,
int style)
Render a Field Object in a MarkupLanguage specific way, returning a String. |
String |
MarkupLanguage.rendered(Field field,
int style)
Render a Field Object in a MarkupLanguage specific way, returning a String. |
String |
AbstractMarkupLanguage.rendered(Field field,
int style,
int limit)
Render a Field Object in a MarkupLanguage specific way, returning a String. |
String |
MarkupLanguage.rendered(Field field,
int style,
int limit)
Render a Field Object in a MarkupLanguage specific way, returning a String. |
String |
AbstractMarkupLanguage.renderedStart(Field field)
Render a Date Field Object in a MarkupLanguage specific way, returning a START Date format String. |
String |
MarkupLanguage.renderedStart(Field field)
Render a Date Field Object in a MarkupLanguage specific way, returning a START Date format String. |
protected void |
AbstractMarkupLanguage.renderStart(Field field,
MelatiWriter writer)
|
String |
AbstractMarkupLanguage.searchInput(Field field,
String nullValue)
Get an input widget for this Field specifying the null value. |
String |
MarkupLanguage.searchInput(Field field,
String nullValue)
Get an input widget for this Field specifying the null value. |
Field |
YMDHMSTimestampAdaptor.secondField(Field field)
|
protected Calendar |
YMDDateAdaptor.when(Field dateField)
|
Field |
YMDDateAdaptor.yearField(Field dateField)
|
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |