www.element4solution.com

e4s.html.input.extended
Interface E4InputFieldName_Intf

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
E4DBColumn, E4DBColumnInfo, E4DBColumnName, E4DBFreeFieldName, E4EditingDataDescriptor.SimpleFieldName, E4EditingDefinitionDataField, E4InputFieldName

public interface E4InputFieldName_Intf
extends java.lang.Comparable

Interface indended to be used to name input fields.

Since:
JDK 1.4

Method Summary
 boolean equals(E4InputFieldName_Intf name)
          Test, if this fieldname equals the specified name.
 boolean equalsIgnoreCase(E4InputFieldName_Intf name2)
           
 java.lang.String getHtmlParamName()
          Get the name for the input field when used in an HTML context for field names.
 java.lang.String getName()
          Get the name for the input field.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()
Get the name for the input field.

Returns:
the name

getHtmlParamName

java.lang.String getHtmlParamName()
Get the name for the input field when used in an HTML context for field names.

Returns:
the name

equalsIgnoreCase

boolean equalsIgnoreCase(E4InputFieldName_Intf name2)

equals

boolean equals(E4InputFieldName_Intf name)
Test, if this fieldname equals the specified name.

Parameters:
name - the name to be checked
Returns:
true, if getName() matches.

www.element4solution.com