org.mmbase.module.gui.html
Class FieldEditor
java.lang.Object
|
+--org.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).
- Author:
- Daniel Ockeloen, Hans Speijer, Arjan Houtman
|
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)
|
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 |
FieldEditor
public FieldEditor(StateManager manager)
- Constructor
getList
public java.util.Vector getList(scanpage sp,
StringTagger args,
java.util.StringTokenizer command)
throws ParseException
- List commands
- Specified by:
getList in interface CommandHandlerInterface
replace
public java.lang.String replace(scanpage sp,
java.util.StringTokenizer command)
- Replace/Trigger commands
- Specified by:
replace in interface CommandHandlerInterface
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
getMonthString
public static java.lang.String getMonthString(int m)
getFile
public byte[] getFile(java.lang.String filepath)
- getFile: This method creates a byte array using the specified filepath argument.
MMBase 2002