net.ontopia.topicmaps.webed.impl.basic
Interface FieldInformationIF

All Known Implementing Classes:
FieldInformation

public interface FieldInformationIF

INTERNAL: Container for storing information about an input field used for displaying an form as part of the user interface.


Method Summary
 String getColumns()
          INTERNAL: Gets the number of character columns for this field.
 String getMaxLength()
          INTERNAL: Gets the maximum number of characters allowed for this field to be typed in by the user.
 String getName()
          INTERNAL: Gets the name of the input field.
 String getRows()
          INTERNAL: Gets the number of rows for this field.
 String getType()
          INTERNAL: Gets the type of the input field.
 

Method Detail

getName

String getName()
INTERNAL: Gets the name of the input field.


getType

String getType()
INTERNAL: Gets the type of the input field. Allowed values are "text" (default) and "textarea".


getMaxLength

String getMaxLength()
INTERNAL: Gets the maximum number of characters allowed for this field to be typed in by the user.


getColumns

String getColumns()
INTERNAL: Gets the number of character columns for this field.


getRows

String getRows()
INTERNAL: Gets the number of rows for this field.



Copyright © 2000-2012 Ontopia.