de.mguennewig.pobjects.metadata
Class FileEntry

java.lang.Object
  extended by de.mguennewig.pobjects.metadata.Column
      extended by de.mguennewig.pobjects.metadata.FormEntry
          extended by de.mguennewig.pobjects.metadata.ValueEntry
              extended by de.mguennewig.pobjects.metadata.InputEntry
                  extended by de.mguennewig.pobjects.metadata.FileEntry

public class FileEntry
extends InputEntry

A file selection entry within a form.

Author:
Michael Günnewig

Field Summary
 
Fields inherited from class de.mguennewig.pobjects.metadata.InputEntry
INPUT_CLASS_CHECKBOX, INPUT_CLASS_PASSWORD, INPUT_CLASS_STANDARD, NORMALIZE_COLLAPSE_WHITESPACE, NORMALIZE_NO_TRANSFORMATION
 
Fields inherited from class de.mguennewig.pobjects.metadata.ValueEntry
RENDER_AS_DISABLED, RENDER_AS_HIDDEN, RENDER_AS_INPUT, RENDER_AS_TEXT
 
Fields inherited from class de.mguennewig.pobjects.metadata.FormEntry
ADD_METHOD, CHANGED_METHOD, CLASS_NAME, LAYOUT_NO_HEADER_CELL, LAYOUT_PULL_IN, LAYOUT_PULL_IN_CELL, LAYOUT_STANDARD
 
Fields inherited from class de.mguennewig.pobjects.metadata.Column
GET_METHOD, GET_METHOD_VISUAL, MEMBER_ATTR, MEMBER_ATTR_TYPE, MEMBER_NAME, SET_METHOD
 
Constructor Summary
FileEntry(java.lang.String name, java.lang.String label, boolean nullAllowed)
          Creates a new FileEntry.
 
Method Summary
 
Methods inherited from class de.mguennewig.pobjects.metadata.InputEntry
getDefaultValue, getInputClass, getLabel, getNormalization, isNullAllowed, normalize
 
Methods inherited from class de.mguennewig.pobjects.metadata.ValueEntry
getRenderAs
 
Methods inherited from class de.mguennewig.pobjects.metadata.FormEntry
getLayout, name
 
Methods inherited from class de.mguennewig.pobjects.metadata.Column
getDescription, getIndex, getName, getSchemaName, getType, setDescription, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileEntry

public FileEntry(java.lang.String name,
                 java.lang.String label,
                 boolean nullAllowed)
Creates a new FileEntry.