org.efaps.ui.wicket.models.cell
Class UIFormCellChart

java.lang.Object
  extended by org.efaps.ui.wicket.models.AbstractInstanceObject
      extended by org.efaps.ui.wicket.models.cell.AbstractUICell
          extended by org.efaps.ui.wicket.models.cell.UITableCell
              extended by org.efaps.ui.wicket.models.cell.UIFormCell
                  extended by org.efaps.ui.wicket.models.cell.UIFormCellChart
All Implemented Interfaces:
Serializable, org.apache.wicket.IClusterable

public class UIFormCellChart
extends UIFormCell

TODO comment!

Version:
$Id: UIFormCellChart.java 6123 2011-02-05 03:44:46Z jan@moxter.net $
Author:
The eFaps Team
See Also:
Serialized Form

Constructor Summary
UIFormCellChart(AbstractUIObject _parent, org.efaps.admin.ui.field.FieldChart _field, org.efaps.db.Instance _instance, String _label)
          Constructor.
 
Method Summary
 File getImage()
          Getter method for the instance variable image.
 String getSnipplet()
          Getter method for the instance variable snipplet.
 boolean hasMap()
           
 boolean hasSnipllet()
           
 void initialize()
          Initialize the object.
 
Methods inherited from class org.efaps.ui.wicket.models.cell.UIFormCell
getCellLabel, getRowSpan, getTypeName, isHideLabel, isRequired
 
Methods inherited from class org.efaps.ui.wicket.models.cell.UITableCell
executeEvents, getAlign, getAutoCompletion, getCellTitle, getCompareValue, getFieldUpdate, getFieldUpdateEvent, getIcon, getPicker, getReference, isAutoComplete, isCheckOut, isFieldUpdate, isFixedWidth, isMultiRows, isValuePicker, setAutoComplete, setCellTitle, setReference
 
Methods inherited from class org.efaps.ui.wicket.models.cell.AbstractUICell
getAttribute, getCellValue, getComponent, getDisplay, getField, getFieldId, getInstanceFromManager, getName, getParent, getTarget, getUiClass, hasInstanceManager, setCellValue, setComponent, toString
 
Methods inherited from class org.efaps.ui.wicket.models.AbstractInstanceObject
getInstance, getInstanceKey, setInstanceKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UIFormCellChart

public UIFormCellChart(AbstractUIObject _parent,
                       org.efaps.admin.ui.field.FieldChart _field,
                       org.efaps.db.Instance _instance,
                       String _label)
                throws org.efaps.util.EFapsException
Constructor.

Parameters:
_parent - parent ui object
_field - FieldValue of the Cell
_instance - Instance of the field
_label - Label for the Cell
Throws:
org.efaps.util.EFapsException - on error
Method Detail

initialize

public void initialize()
                throws org.efaps.util.EFapsException
Initialize the object.

Throws:
org.efaps.util.EFapsException - on error

hasSnipllet

public boolean hasSnipllet()
Returns:
has this cell a snipplet

hasMap

public boolean hasMap()
Returns:
contains the snipplet a map for the image

getImage

public File getImage()
Getter method for the instance variable image.

Returns:
value of instance variable image

getSnipplet

public String getSnipplet()
Getter method for the instance variable snipplet.

Returns:
value of instance variable snipplet


Copyright © 2003-2011 The eFaps Team. All Rights Reserved.