ru.goodidea.df.dictionary
Class FileField

java.lang.Object
  extended by ru.goodidea.df.dictionary.datasource.FieldAbstract
      extended by ru.goodidea.df.dictionary.Field
          extended by ru.goodidea.df.dictionary.FileField
All Implemented Interfaces:
java.io.Serializable, PanelBuildable, XMLable, XMLFillable

public class FileField
extends Field
implements java.io.Serializable, XMLable

Title: Core library for GoodDocFlow

Description:

Copyright: Copyright (c) 2004

Company: GoodIdea

Version:
0.91
Author:
Pupkov K.V.
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ru.goodidea.df.xml.XMLFillable
ATTRIBUTE_HEIGHT, ATTRIBUTE_WIDTH, ATTRIBUTE_X, ATTRIBUTE_Y
 
Constructor Summary
FileField()
           
FileField(Componentable componentable)
           
 
Method Summary
 void fillXML(org.w3c.dom.Element root)
          fillXML
 java.lang.String getMimeType()
           
 java.lang.Object getValue()
          getValue
 void restoreXML(org.w3c.dom.Element root)
          restoreXML
 void setMimeType(java.lang.String mimeType)
           
 void setValue(java.lang.Object value)
          setValue
 
Methods inherited from class ru.goodidea.df.dictionary.Field
getComponentable, getName, setName
 
Methods inherited from class ru.goodidea.df.dictionary.datasource.FieldAbstract
equals, getConstraint, getLabel, getModel, getType, hashCode, setConstraint
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ru.goodidea.df.ui.PanelBuildable
getConstraint, getLabel, setConstraint
 

Constructor Detail

FileField

public FileField()

FileField

public FileField(Componentable componentable)
Method Detail

getMimeType

public java.lang.String getMimeType()

setMimeType

public void setMimeType(java.lang.String mimeType)

getValue

public java.lang.Object getValue()
getValue

Specified by:
getValue in class Field
Returns:
Object

setValue

public void setValue(java.lang.Object value)
setValue

Specified by:
setValue in class Field
Parameters:
value - Object

restoreXML

public void restoreXML(org.w3c.dom.Element root)
restoreXML

Specified by:
restoreXML in interface XMLable
Overrides:
restoreXML in class Field
Parameters:
root - Element

fillXML

public void fillXML(org.w3c.dom.Element root)
fillXML

Specified by:
fillXML in interface XMLFillable
Overrides:
fillXML in class Field
Parameters:
root - Element


Copyright © 2009. All Rights Reserved.