org.efaps.ui.wicket.models.cell
Class UIFormCellChart
java.lang.Object
org.efaps.ui.wicket.models.AbstractInstanceObject
org.efaps.ui.wicket.models.cell.AbstractUICell
org.efaps.ui.wicket.models.cell.UITableCell
org.efaps.ui.wicket.models.cell.UIFormCell
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
| 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 |
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
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.