|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.JdbcTable org.melati.poem.PoemTable org.melati.poem.generated.ValueInfoTableBase org.melati.poem.ValueInfoTable
public class ValueInfoTable
Melati POEM generated, programmer modifiable stub
for a ValueInfoTable
object.
Field summary for SQL table ValueInfo
| ||
---|---|---|
Name | Type | Description |
displayname | String | A user-friendly name for the field |
description | String | A brief description of the field's function |
usereditable | Boolean | Whether it makes sense for the user to update the field's value |
typefactory | PoemTypeFactory | The field's Melati type |
nullable | Boolean | Whether the field can be empty |
size | Integer | For character fields, the maximum number of characters that can be stored, (-1 for unlimited) |
width | Integer | A sensible width for text boxes used for entering the field, where appropriate |
height | Integer | A sensible height for text boxes used for entering the field, where appropriate |
precision | Integer | Precision (total number of digits) for fixed-point numbers |
scale | Integer | Scale (number of digits after the decimal) for fixed-point numbers |
renderinfo | String | The name of the Melati templet (if not the default) to use for input controls for the field |
rangelow_string | String | The low end of the range of permissible values for the field |
rangelimit_string | String | The (exclusive) limit of the range of permissible values for the field |
Constructor Summary | |
---|---|
ValueInfoTable(Database database,
String name,
DefinitionSource definitionSource)
Constructor. |
Method Summary |
---|
Methods inherited from class org.melati.poem.generated.ValueInfoTableBase |
---|
defaultDisplayOrder, getDescriptionColumn, getDisplaynameColumn, getHeightColumn, getNullableColumn, getPoemDatabaseTables, getPrecisionColumn, getRangelimit_stringColumn, getRangelow_stringColumn, getRenderinfoColumn, getScaleColumn, getSizeColumn, getTypefactoryColumn, getUsereditableColumn, getValueInfoObject, getValueInfoObject, getWidthColumn, init |
Methods inherited from class org.melati.poem.PoemTable |
---|
postInitialise |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValueInfoTable(Database database, String name, DefinitionSource definitionSource) throws PoemException
database
- the POEM database we are usingname
- the name of this Table
definitionSource
- which definition is being used
PoemException
- if anything goes wrong
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |