org.mmbase.module.gui.html
Class FieldEditor

java.lang.Object
  extended byorg.mmbase.module.gui.html.FieldEditor
All Implemented Interfaces:
CommandHandlerInterface

public class FieldEditor
extends java.lang.Object
implements CommandHandlerInterface

The FieldEditor class is a frontend for the different TypeEditors (hitlisted).

Version:
$Id: FieldEditor.java,v 1.13 2003/12/03 11:27:35 keesj Exp $
Author:
Daniel Ockeloen, Hans Speijer, Arjan Houtman
Warning: No Java Documentation Available.

Constructor Summary
FieldEditor(StateManager manager)
          Constructor
 
Method Summary
 byte[] getFile(java.lang.String filepath)
          getFile: This method creates a byte array using the specified filepath argument.
 java.util.Vector getList(scanpage sp, StringTagger args, java.util.StringTokenizer command)
          List commands
static java.lang.String getMonthString(int m)
          Deprecated. use Locale
 boolean process(scanpage sp, java.util.StringTokenizer command, java.util.Hashtable cmds, java.util.Hashtable vars)
          The hook that passes all form related pages to the correct handler
 java.lang.String replace(scanpage sp, java.util.StringTokenizer command)
          Replace/Trigger commands
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldEditor

public FieldEditor(StateManager manager)
Constructor

Warning: No Java Documentation Available.
Method Detail

getList

public java.util.Vector getList(scanpage sp,
                                StringTagger args,
                                java.util.StringTokenizer command)
                         throws ParseException
List commands

Specified by:
getList in interface CommandHandlerInterface
Throws:
ParseException
Warning: No Java Documentation Available.

replace

public java.lang.String replace(scanpage sp,
                                java.util.StringTokenizer command)
Replace/Trigger commands

Specified by:
replace in interface CommandHandlerInterface
Warning: No Java Documentation Available.

process

public boolean process(scanpage sp,
                       java.util.StringTokenizer command,
                       java.util.Hashtable cmds,
                       java.util.Hashtable vars)
The hook that passes all form related pages to the correct handler

Specified by:
process in interface CommandHandlerInterface
Warning: No Java Documentation Available.

getMonthString

public static java.lang.String getMonthString(int m)
Deprecated. use Locale


getFile

public byte[] getFile(java.lang.String filepath)
getFile: This method creates a byte array using the specified filepath argument.



MMBase build 1.7.4.20050922