|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Field in planetj.database |
Methods in planetj.database that return Field | |
Field |
Row.getField(int pIndex)
Returns the Field at the specified index in this Row. |
Field |
Row.getField(String fieldName)
Returns the Field for the given name, or null if no such Field exists. |
Field |
Row.getField(String name,
boolean create)
Get the Field in this Row with the given name. |
Field |
Row.getFieldWithUsageId(int usageId)
Get the Field with the given usage id from this row. |
Field |
Row.newField(FieldDescriptorRow pFD)
Creates and adds a Field to this Row, then returns the Field. |
Field |
Row.newField(String pFieldName,
FieldDescriptorRow pFD)
Creates and adds a Field to this Row, then returns the Field. |
Field |
Row.newField(String pFieldName,
int pSQLType)
Creates and adds a Field to this Row, then returns the Field. |
Field |
Row.newField(String pFieldName,
String pFieldClassName)
Creates and adds a Field to this Row, then returns the Field. |
Field |
Row.SpacingRow.newField(String pFieldName,
FieldDescriptorRow pFD)
|
Field |
FieldCollection.getField(int pIndex)
Returns the Field with the given index. |
Field |
FieldCollection.getField(String pFieldName)
Returns the Field with the given name. |
Field |
Field.cloneField()
Returns a clone of the Field. |
static Field |
Field.create(String pName,
int pSQLType)
Create and return a new Field |
static Field |
Field.create(String pName,
Class pFieldType)
Create and return a new Field |
static Field |
Field.createFromDataType(String pName,
Class pDataType)
Create and return a new Field, based on the type of data the field should hold. |
Field |
Field.rollbackChanges()
Undo any changes that have been made to this Field since it was read from or written to the database. |
Methods in planetj.database with parameters of type Field | |
void |
Row.add(Field pField)
Adds the given Field to this Row's FieldCollection. |
boolean |
Row.fieldHasPossibleValuesSQLOperation(Field pField,
ExecutingContext pContext)
Tests if a field is possible values op. |
int |
Row.getColumnSpan(Field field,
boolean isDetails)
Get the number of columns the given field should take up. |
Object |
Row.getFieldDefaultValue(Field pField,
ExecutingContext executingContext)
Get the field's default value as a String. |
FieldDescriptorRow |
Row.getFieldDescriptor(Field pField,
FieldDescriptorRow pFieldDescriptor)
Row subclasses can override this method to return the a clone of the default FD added by TJH Jun 22, 2004 11 : 49 : 27 PM to allow Rows to return different FDs for this field. |
String |
Row.getFieldStyleClass(Field field,
String value,
String displayValue,
ExecutingContext ec)
Get a Field's style. |
boolean |
Row.hasMultipleStyleClasses(Field field,
ExecutingContext ec)
Check if the given Field possibly has more than one style class. |
boolean |
Row.isFieldApplicable(Field fld,
ExecutingContext ec)
Tests if a field is applicable in the current scenario |
boolean |
Row.isFieldAuthorizedForEdit(Field pField,
ExecutingContext pContext)
Tests if a field is authorized for edit. |
boolean |
Row.isFieldAuthorizedForRead(Field pField,
ExecutingContext pContext)
Tests if a field is authorized for read. |
boolean |
Row.isFieldDisplayable(Field field,
ExecutingContext ec)
Check to see if this Field is displayable. |
boolean |
Row.isFieldReadOnly(Field pField,
ExecutingContext pContext)
Tests if a field is read only. |
boolean |
Row.isFieldRequired(Field pField,
ExecutingContext pContext)
Tests if a field is required or not. |
boolean |
Row.isFieldRequiredOnSearch(Field pField,
ExecutingContext pContext)
Tests if a field is required or not. |
boolean |
Row.isIncrementorResetAfterMaxInsertRetries(Field field)
Check if the FieldIncrementor for the given Field should be reset after the max number of insert retries is attempted. |
boolean |
Row.isValidationRequiredForAutoPopulate(Field pField,
ExecutingContext pEC)
Tells whether or not the Field's validate method will be called before the Auto Populate action is executed. |
void |
Row.replaceField(Field pField)
Replace a Field with the given Field. |
Row |
Row.statusChanged(Field pField,
ExecutingContext ec)
Invoked when a status change takes place on of this Row's fields. |
void |
FieldCollection.add(Field pField)
Adds the given field to this FieldCollection. |
void |
FieldCollection.replace(Field pField)
Replaces the Field with the name of the given Field. |
RowCollection |
Field.getPossibleValues(Field fld)
Returns a RowCollection containing the possible values for the Field. |
Uses of Field in planetj.database.connection |
Subclasses of Field in planetj.database.connection | |
class |
ConnectionStatusField
Displays the status of a connection |
Methods in planetj.database.connection that return Field | |
Field |
ConnectionRow.getOwnerIdField()
Returns the Owner Id Field |
Methods in planetj.database.connection with parameters of type Field | |
Row |
ConnectionRow.statusChanged(Field pField,
ExecutingContext ec)
Invoked when a status change takes place on of this Row's fields. |
Uses of Field in planetj.database.field |
Subclasses of Field in planetj.database.field | |
class |
AbstractBooleanField
|
class |
Address1Field
|
class |
Address2Field
|
class |
BigDecimalField
|
class |
BigDecimalNonNegativeField
Same as a BigDecimalField except cannot hold a negative value and be valid. |
class |
BigIntegerField
|
class |
BlankDisplayField
A Field which is always displayed as blank, and whose value is null. |
class |
BlobField
|
class |
CellNumberField
Represents a CellNumber. |
class |
CityField
|
class |
CreditCardExpirationMonthField
Represents a Credit Card Expiration Month Creation date: (7/1/2002 11:19:44 PM) |
class |
CreditCardExpirationYearField
Represents a Credit Card Expiration Year Creation date: (7/1/2002 11:19:44 PM) |
class |
CreditCardNumberField
Represents a Credit Card Number Creation date: (7/1/2002 11:02:23 PM) |
class |
CreditCardTypeField
Represents a Credit Card Type Examples: American Express, Discover, Visa, Master Card Creation date: (7/1/2002 11:03:55 PM) |
class |
CybraFormatField
|
class |
DataEngineServletClassName
Insert the type's description here. |
class |
DataLinkField
|
class |
DateField
|
class |
EmailField
Creation date: (1/29/2002 4:58:09 PM) |
class |
FaxNumberField
Represents a FaxNumber. |
class |
FDLibraryNameField
Used to display a library name in FD Manager |
class |
FDNameField
Insert the type's description here. |
class |
FieldClassName
Insert the type's description here. |
class |
FirstNameField
!!DA (7/21/2003 11:53:32 AM) |
class |
FlatFileReferenceField
Insert the type's description here. |
class |
FormatterClassName
Insert the type's description here. |
class |
GenderField
This field will represent a sex or gender. |
class |
ImageURLReferenceField
This Field acts as a wrapper for a reference to an image. |
class |
JavaClassNameField
A field which holds the name of a Java class |
class |
JSPFileNameField
A field which holds the name of a JSP file |
class |
LastNameField
!!DA (7/21/2003 11:56:20 AM) |
class |
LastUpdateTimestampField
TimestampField that sets a new timestamp value when being inserted & updated. |
class |
LogicalField
Represents a field which cannot exist in the database. |
class |
LowerCaseStringField
A String field which converts everything to uppercase Creation date: (4/12/02 11:36:24 AM) |
class |
NumberField
|
class |
NumericCurrencyField
Represents numeric currency values only. |
class |
OneToManyAssociationField
Represents a one-to-many association. |
class |
OneToOneAssociationField
Represents a one-to-one association. |
class |
OperationClassName
|
class |
PasswordField
Creation date: (1/29/2002 4:58:01 PM) |
class |
PhoneNumberAreaCodeField
Represents a PhoneNumberAreaCode. |
class |
PhoneNumberField
Represents a PhoneNumber. |
class |
PossibleValueGetterClassName
Insert the type's description here. |
class |
RegistrationModeField
|
class |
RowClassName
|
class |
RowCollectionClassName
Insert the type's description here. |
class |
SocialSecurityNumberField
Represents a Social Security Number. |
class |
SQLAssociationField
Represents an association between two SQL tables |
class |
SQLOperationField
A Field whose data is the result of an SQLOperation. |
class |
StateField
|
class |
StringField
|
class |
StringOrNumberField
|
class |
TableField
A field which contains a table |
class |
TempField
Insert the type's description here. |
class |
TFBooleanField
This Field class should be used in a case where a Field's value is either T or F in the database. |
class |
TimeField
|
class |
TimestampField
|
class |
TrackingNumberField
This class is used to denote its value contains a tracking number for some shipping carrier. |
class |
UpperCaseStringField
A String field which converts everything to uppercase Creation date: (4/12/02 11:36:24 AM) |
class |
URLReferenceField
Wraps a field that is a url reference. |
class |
UserIdField
This field has been enhanced to get the current user from its context. |
class |
YBlankBooleanField
Insert the type's description here. |
class |
YearField
|
class |
YNBooleanField
Insert the type's description here. |
class |
ZipCodeField
Represents a Zip Code Creation date: (5/10/2002 9:15:08 PM) |
class |
ZipCodeSuffixField
Represents a Zip Code Suffix Creation date: (5/13/2002 5:39:54 PM) |
Methods in planetj.database.field that return Field | |
Field |
TimestampField.cloneField()
Returns a clone of the Field. |
Field |
DateField.cloneField()
Returns a clone of the Field. |
Methods in planetj.database.field with parameters of type Field | |
RowCollection |
StateField.getPossibleValues(Field fld)
Returns a RowCollection containing the possible values for the Field. |
static Object |
SQLAssociationField.getAssociation(Field field)
Deprecated. replaced with getAssociation(Field, ExecutingContext) because with the executing context, user parameters can now be included in association sqls operations |
static Object |
SQLAssociationField.getAssociation(Field field,
ExecutingContext ec)
Get the association from the given Field. |
RowCollection |
RegistrationModeField.getPossibleValues(Field fld)
Returns a RowCollection containing the possible values for the Field. |
Object |
IFieldIncrementor.getNextValue(Field pField)
Gets the next value of a field for which the auto-increment value is true. |
void |
IFieldIncrementor.setLastValue(Field pField,
Object pLastValue)
Sets the last value of a field for which the auto-increment value is true. |
void |
IFieldIncrementor.setNextValue(Field pField,
Object pNextValue)
Sets the next value of a field for which the auto-increment value is true. |
void |
IFieldIncrementor.clearValue(Field field)
Clears the incrementors value. |
RowCollection |
GenderField.getPossibleValues(Field fld)
Returns a RowCollection containing the possible values for the Field. |
void |
FieldIncrementor.clearValue(Field field)
Clears the next value for the incrementor, which will force the incrementor to read the database to get the most current value. |
Object |
FieldIncrementor.getNextValue(Field pField)
Gets the next value of a field for which the auto-increment value is true. |
void |
FieldIncrementor.setLastValue(Field pField,
Object pLastValue)
Sets the last value of a field for which the auto-increment value is true. |
void |
FieldIncrementor.setNextValue(Field field,
Object nextValue)
Sets the next value of a field for which the auto-increment value is true. |
RowCollection |
CreditCardTypeField.getPossibleValues(Field fld)
Returns a RowCollection containing the possible values for the Field. |
RowCollection |
CreditCardExpirationYearField.getPossibleValues(Field fld)
Returns a RowCollection containing the possible values for the Field. |
RowCollection |
CreditCardExpirationMonthField.getPossibleValues(Field fld)
Returns a RowCollection containing the possible values for the Field. |
Uses of Field in planetj.database.fielddescriptors |
Methods in planetj.database.fielddescriptors that return Field | |
Field |
FieldDescriptorRow.createDefaultField()
Creates a default field for this field descriptor. |
Field |
FieldDescriptorRow.createDefaultField(String pFieldName)
Creates a default field for this field descriptor. |
Field |
FieldDescriptorRow.createField()
Creates a new field of the appropriate type |
Field |
FieldDescriptorRow.createField(String pFieldName)
Creates a new field of the appropriate type |
Field |
FieldDescriptorRow.getOwnerIdField()
Returns the Owner Id Field |
Field |
DerivedDate.getDerivedField(Row pRow)
Return a Field appropriate for the Derivation such as concat, substract, etc. |
Field |
ColumnFunctionResultFieldDescriptor.getDerivedField(Row row)
Return a Field appropriate for the Derivation such as concat, substract, etc. |
abstract Field |
AbstractDerivedFieldDescriptor.getDerivedField(Row row)
Return a Field appropriate for the Derivation such as concat, substract, etc. |
Methods in planetj.database.fielddescriptors with parameters of type Field | |
RowCollection |
FieldDescriptorRow.getPossibleValues(Field fld)
Returns a RowCollection containing the possible values for the Field. |
static FieldDescriptorRow |
FieldDescriptorManager.createFDFromDBMetaData(Connection pConnection,
Field pField)
Create a field descriptor for the specified field name in the table from the given connection. |
static FieldDescriptorRow |
FieldDescriptorManager.createFDFromDBMetaData(Field pField)
Create a field descriptor for the specified Field. |
static FieldDescriptorRow |
FieldDescriptorManager.getFieldDescriptor(Field pField)
Return an IFieldDescriptor for the given Field, if it doesn't exist then create it from DatabaseMetaData. |
Uses of Field in planetj.database.sql |
Methods in planetj.database.sql that return Field | |
Field |
SQLComparison.getField(int index)
Deprecated. (6/11/2003 8:11:05 AM) This method will not allow setting the Field's default value from a user property. Replaced by getField(int, ExecutingContext) |
Field |
SQLComparison.getField(int index,
ExecutingContext ec)
Gets this Field corresponding to one of this comparison's parameters. |
Uses of Field in planetj.dataengine.application |
Methods in planetj.dataengine.application that return Field | |
Field |
IOwner.getOwnerIdField()
Returns the Owner Id for this Row. |
Field |
Application.getOwnerIdField()
Returns the Owner Id Field |
Uses of Field in planetj.dataengine.autorun |
Methods in planetj.dataengine.autorun with parameters of type Field | |
Object |
AutoRunOperation.execute(ExecutingContext ec,
Field field)
Child classes should override for functionality Creation date: (4/23/2003 7:40:14 AM) |
Uses of Field in planetj.dataengine.operation |
Methods in planetj.dataengine.operation that return Field | |
Field |
Operation.getOwnerIdField()
Returns the Owner Id Field |
Methods in planetj.dataengine.operation with parameters of type Field | |
boolean |
UserAuthorizationOperation.isFieldApplicable(Field fld,
ExecutingContext ec)
Tests if a field is applicable in the current scenario |
boolean |
UserAuthorizationListOperation.isFieldApplicable(Field fld,
ExecutingContext ec)
Tests if a field is applicable in the current scenario |
boolean |
RefererAuthorizationOperation.isFieldApplicable(Field fld,
ExecutingContext ec)
Tests if a field is applicable in the current scenario |
IMagicRequest |
Operation.createMagicRequest(String id,
Field basedOnField,
Row basedOnRow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a MagicRequest for viewing this operation. |
Object |
Operation.execute(ExecutingContext ec,
Field field)
Executes this operation from the given executing context and Field. |
Row |
Operation.statusChanged(Field pField,
ExecutingContext ec)
Invoked when a status change takes place on of this Row's fields. |
boolean |
HTMLOperation.isFieldApplicable(Field fld,
ExecutingContext ec)
Tests if a field is applicable in the current scenario |
Uses of Field in planetj.dataengine.parameter |
Methods in planetj.dataengine.parameter that return Field | |
Field |
SQLPromptParameter.getDisplayField(ExecutingContext ec)
Gets the field to use when displaying a prompt to the user. |
Field |
RequestPromptParameter.getDisplayField()
Deprecated. (6/11/2003 7:43:20 AM) This method will not allow setting the Field's default value from a user property. Replaced by getDisplayField(ExecutingContext) |
Field |
RequestPromptParameter.getDisplayField(ExecutingContext ec)
Gets the field to use when displaying a prompt to the user. |
Field |
IDisplayParameter.getDisplayField()
Deprecated. (6/11/2003 7:43:20 AM) This method will not allow setting the Field's default value from a user property. Replaced by getDisplayField(ExecutingContext) |
Field |
IDisplayParameter.getDisplayField(ExecutingContext ec)
Gets the field to use when displaying a prompt to the user. |
Uses of Field in planetj.dataengine.sqloperation |
Methods in planetj.dataengine.sqloperation with parameters of type Field | |
boolean |
SQLOperation.isFieldApplicable(Field fld,
ExecutingContext ec)
Tests if a field is applicable in the current scenario |
Object |
PossibleValuesSearchOperation.execute(ExecutingContext ec,
Field field)
Child classes should override for functionality Creation date: (4/23/2003 7:40:14 AM) |
Uses of Field in planetj.dataengine.test |
Subclasses of Field in planetj.dataengine.test | |
class |
TestFormatField
Insert the type's description here. |
Uses of Field in planetj.dataengine.theme |
Methods in planetj.dataengine.theme that return Field | |
Field |
Theme.getOwnerIdField()
Returns the Owner Id Field |
Uses of Field in planetj.html |
Methods in planetj.html that return Field | |
Field |
HTMLField.getField()
Returns the HTMLField's Field. |
Methods in planetj.html with parameters of type Field | |
static StringBuffer |
JavaScriptManager.generateDatePicker(StringBuffer sb,
String id,
Field field,
javax.servlet.http.HttpServletRequest req)
This will generate the DatePicker. |
static StringBuffer |
JavaScriptManager.generateValidationFieldJavaScript(StringBuffer sb,
Field pField,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
This will generate the java script for a field. |
static StringBuffer |
HTMLTextArea.appendTextArea(String id,
Field field,
int cols,
int rows,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML text input for the given Field and arguements. |
static StringBuffer |
HTMLSelect.appendRadioButtonSelect(String id,
Field field,
int size,
boolean mulitpleSelection,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. (6/27/2003 5:07:12 PM) this method needs to be coded.... currently it doesn't generate a radio button select |
static StringBuffer |
HTMLSelect.appendRadioButtonSelect(String id,
Field field,
int size,
boolean mulitpleSelection,
boolean forceValueIntoList,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
!!C MT (4/23/2003 1:10:27 PM) This class is almost the same as the planetj.html.HTMLSelect.appendSelect and should be revised when the HTML design of WOW is reworked. |
static StringBuffer |
HTMLSelect.appendSelect(String id,
Field field,
int size,
boolean mulitpleSelection,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLSelect.appendSelect(String id,
Field field,
int size,
boolean mulitpleSelection,
boolean forceValueIntoList,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLRadioButtonPVSelect.appendRadioButtonPVSelect(String id,
Field field,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML text input for the given Field and arguements. |
static StringBuffer |
HTMLInput.appendCheckbox(String id,
Field field,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML checkbox input for the given Field and arguements. |
static StringBuffer |
HTMLInput.appendClass(int type,
Field field,
FieldDescriptorRow fd,
StringBuffer html,
ExecutingContext ec)
Appends an inputs class attribute to the given buffer depending upon the input type. |
static StringBuffer |
HTMLInput.appendFileInput(String id,
Field field,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML file input for the given Field and arguements. |
static StringBuffer |
HTMLInput.appendHiddenInput(String id,
Field field,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML checkbox input for the given Field and arguements. |
static StringBuffer |
HTMLInput.appendInput(String id,
Field field,
int size,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates an HTML input for the given Field. |
static StringBuffer |
HTMLInput.appendPasswordInput(String id,
Field field,
int size,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML text input for the given Field and arguements. |
static StringBuffer |
HTMLInput.appendRadioButton(String id,
Field field,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML radio input for the given Field and arguements. |
static StringBuffer |
HTMLInput.appendRadioButton(String id,
Field field,
boolean setValueAsDisplayValue,
boolean appendExtractableHiddenField,
int selectedDefault,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML radio input for the given Field and arguements. |
static StringBuffer |
HTMLInput.appendTextInput(String id,
Field field,
int size,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML text input for the given Field and arguements. |
static String |
HTMLGenerator.generateComboBox(Field fld,
String attributes,
String fldName,
String dspFldName,
RowCollection rowCol,
String selectedVal,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. |
static String |
HTMLGenerator.generateComboBox(Field fld,
String attributes,
String fldName,
String dspFldName,
RowCollection rowCol,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. |
static String |
HTMLGenerator.generateComboBox(Field fld,
String attributes,
String fldName,
RowCollection rowCol,
String selectedVal,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. |
static String |
HTMLGenerator.generateComboBox(Field fld,
String attributes,
String fldName,
RowCollection rowCol,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. |
static String |
HTMLGenerator.generateField(Field field,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. replaced with HTMLField.appendDisplayValue(.......) |
static String |
HTMLGenerator.generateInput(Field fld,
int size,
String attributes,
int x,
int y,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. x and y are no longer used, replaced with appendInput(Field, int, String, int, int, StringBuffer, HttpServletRequest, HttpServletResponse) |
static String |
HTMLGenerator.generateInput(Field fld,
int size,
String attributes,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. replaced with HTMLField.appendInput(....) |
static String |
HTMLGenerator.generateInput(Field fld,
String attributes,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. replaced with HTMLField.appendInput(....) |
static String |
HTMLGenerator.generateLabel(Field fld,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String representing the Field's external column name as a bold label. |
static String |
HTMLGenerator.generateLabelAndField(Field fld,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String representing HTML for a Field and also its label. |
static String |
HTMLGenerator.generateLabelAndInput(Field fld,
int size,
String inputAttributes,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String representing HTML for input (with specified size) for a Field and also its label. |
static String |
HTMLGenerator.generateLabelAndInput(Field fld,
String inputAttributes,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String representing HTML for input of a Field and also its label. |
static String |
HTMLGenerator.generateList(Field fld,
String attributes,
String fldName,
String dspFldName,
RowCollection rowCol,
int size,
int selectionMode,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String for a HTML list. |
static String |
HTMLGenerator.generateList(Field fld,
String attributes,
String fldName,
String dspFldName,
RowCollection rowCol,
int size,
String selectedVal,
int selectionMode,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String for a HTML list. |
static String |
HTMLGenerator.generateList(Field fld,
String attributes,
String fldName,
String dspFldName,
RowCollection rowCol,
int size,
String selectedVal,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String for a HTML list. |
static String |
HTMLGenerator.generateList(Field fld,
String attributes,
String fldName,
String dspFldName,
RowCollection rowCol,
int size,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String for a HTML list. |
static String |
HTMLGenerator.generateList(Field fld,
String attributes,
String fldName,
RowCollection rowCol,
int size,
int selectionMode,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String for a HTML list. |
static String |
HTMLGenerator.generateList(Field fld,
String attributes,
String fldName,
RowCollection rowCol,
int size,
String selectedVal,
int selectionMode,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String for a HTML list. |
static String |
HTMLGenerator.generateList(Field fld,
String attributes,
String fldName,
RowCollection rowCol,
int size,
String selectedVal,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String for a HTML list. |
static String |
HTMLGenerator.generateList(Field fld,
String attributes,
String fldName,
RowCollection rowCol,
int size,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Returns a String for a HTML list. |
static String |
HTMLGenerator.generateRadio(Field fld,
String attributes,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. replaced by HTMLInput.appendRadioButton(....) |
static StringBuffer |
HTMLField.appendAssociation(Field field,
Operation operation,
String linkText,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendAssociation(Field field,
Operation operation,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendAutoPopulateButton(String id,
Field field,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML text input for the given Field and arguements. |
static StringBuffer |
HTMLField.appendCheckbox(String id,
Field field,
String attributes,
int x,
int y,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. replaced with HTMLInput.appendCheckbox(.....) |
static StringBuffer |
HTMLField.appendCheckbox(String id,
Field field,
String attributes,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. replaced with HTMLInput.appendCheckbox(.....) |
static StringBuffer |
HTMLField.appendCheckbox(Field field,
String attributes,
int row,
int column,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. replaced with HTMLInput.appendCheckbox(.....) |
static StringBuffer |
HTMLField.appendCheckbox(Field field,
String attributes,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. replaced with HTMLInput.appendCheckbox(.....) |
static StringBuffer |
HTMLField.appendDisplayValue(String id,
Field field,
StringBuffer originalHTML,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns a StringBuffer representing the Field's value in HTML text. |
static StringBuffer |
HTMLField.appendDisplayValue(Field field,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns a StringBuffer representing the Field's value in HTML text. |
static StringBuffer |
HTMLField.appendFileUploadButton(String id,
Field field,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML text input for the given Field and arguements. |
static StringBuffer |
HTMLField.appendHelp(Field field,
StringBuffer html)
Appends help text onto the StringBuffer. |
static StringBuffer |
HTMLField.appendInput(String id,
Field field,
int size,
int size2,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendInput(String id,
Field field,
int size,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendInput(Field field,
int size,
int size2,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendInput(Field field,
int size,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendInput(Field field,
String attributes,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendLabel(Field field,
int maxLength,
boolean labelFromValue,
boolean includeColon,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendLabel(Field field,
boolean includeColon,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendLabel(Field field,
boolean labelFromValue,
boolean includeColon,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static StringBuffer |
HTMLField.appendLabelExceptionCheckmark(Field field,
StringBuffer html)
|
static StringBuffer |
HTMLField.appendPossibleValuesSearch(String id,
Field field,
int size,
String attributes,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML text input for the given Field and arguements. |
static StringBuffer |
HTMLField.appendStatusChangeCall(Field fld,
String javaScriptEvent,
String rcNavKey,
String rowNavKey,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
StringBuffer sb)
|
static String |
HTMLField.generateDisplayValue(Field field,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
String |
HTMLField.generateLabelDisplayDetails(Field pField)
This will generate display details if it is turned on. |
HTMLField |
HTMLField.setField(Field fld)
Sets the HTMLField's Field. |
static boolean |
HTMLElement.isDisplayField(Field fld,
ExecutingContext ec,
javax.servlet.http.HttpServletRequest req)
Determines if a field should be displayed or not |
static StringBuffer |
HTMLEditableSelect.appendEditableSelect(String id,
Field field,
boolean displayAsTextArea,
String rcNavKey,
String rowNavKey,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates a HTML text input for the given Field and arguements. |
String |
FieldHTMLSelect.generate(Field field,
String rcNavKey,
String rowNavKey,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. y & x are no longer used, replaced with generate(Field, HttpServletRequest, HttpServletResponse) |
String |
FieldHTMLSelect.generate(Field field,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated. |
Constructors in planetj.html with parameters of type Field | |
HTMLField(Field fld)
Creates a new HTMLTableProperties object and sets its table id. |
|
FieldHTMLSelect(Field fld)
Deprecated. |
Uses of Field in planetj.magic |
Methods in planetj.magic that return Field | |
Field |
IMagicRequest.getBaseField()
Return the Base Field of this Request. |
Field |
AbstractSelectionRequest.getSelectedField(javax.servlet.http.HttpServletRequest request)
|
Field |
AbstractMagicRequest.getBaseField()
Get the based on Row for this Request. |
Methods in planetj.magic with parameters of type Field | |
void |
ViewSelectionAssociationRequest.executeOperation(Field field,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DataEngineServlet servlet)
Execute method comment. |
void |
IMagicRequest.setBaseField(Field field)
Set the based on Row for this Request. |
void |
BlobDownloadRequest.executeOperation(Field field,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DataEngineServlet servlet)
|
void |
AssociationRequest.executeOperation(Field field,
Operation operation,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
DataEngineServlet servlet)
|
void |
AbstractMagicRequest.setBaseField(Field pBaseField)
Set the based on Field for this Request. |
Uses of Field in planetj.possiblevalues |
Methods in planetj.possiblevalues with parameters of type Field | |
RowCollection |
UserAuthenticationListOperationsPV.getPossibleValues(Field field)
Gets a RowCollection of Possible Value Authentciation Operations & Authorization Operations. |
RowCollection |
ThemesPV.getPossibleValues(Field field)
Gets a RowCollection of Themes for the given theme id Field's Row. |
RowCollection |
PossibleValueSQLOperationsPV.getPossibleValues(Field field)
Gets a RowCollection of Possible Value SQLOperations for the given Field's Row's owner. |
RowCollection |
IPossibleValueGetter.getPossibleValues(Field pField)
It is recommended that your possible value class use the DataEngine.getRows() methods to return a RowCollection. |
RowCollection |
DistinctPV.getPossibleValues(Field pField)
It is recommended that your possible value class use the DataEngine.getRows() methods to return a RowCollection. |
RowCollection |
AuthorizationOperationsPV.getPossibleValues(Field field)
Gets a RowCollection of Possible Value Authorization Operations. |
RowCollection |
AssociationSQLOperationsPV.getPossibleValues(Field field)
Gets a RowCollection of Possible Value SQLOperations for the given Field's Row's owner. |
RowCollection |
AbstractPV.getPossibleValues(Field field)
It is recommended that your possible value class use the DataEngine.getRows() methods to return a RowCollection. |
Uses of Field in planetj.processes.logon |
Methods in planetj.processes.logon that return Field | |
Field |
SignOnAndRegistrationRow.getOwnerIdField()
Returns the Owner Id Field |
Field |
SignOnAndRegistrationRow.getPasswordField()
This method will use the usage ids to find the Password field. |
Field |
SignOnAndRegistrationRow.getUserIdField()
This method will use the usage ids to find the User id field. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |