Package org.adempiere.webui.editor
Class WChartEditor
- java.lang.Object
-
- org.adempiere.webui.editor.WEditor
-
- org.adempiere.webui.editor.WChartEditor
-
- All Implemented Interfaces:
PropertyChangeListener,EventListener,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
public class WChartEditor extends WEditor
This class is based on org.compiere.grid.ed.WImageEditor and WGraph written by Low Heng Sin.- Author:
- Low Heng Sin Modifications - chart display, Paul Bowden, Adaxa Pty Ltd
-
-
Field Summary
-
Fields inherited from class org.adempiere.webui.editor.WEditor
component, gridField, gridTab, INIT_EDIT_EVENT, label, listeners, mandatory, MAX_DISPLAY_LENGTH, popupMenu, readOnly, tableEditor
-
-
Constructor Summary
Constructors Constructor Description WChartEditor(GridField gridField, int windowNo)WChartEditor(GridField gridField, int windowNo, boolean tableEditor, IEditorConfiguration editorConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddynamicDisplay()org.zkoss.zul.PanelgetComponent()StringgetDisplay()String[]getEvents()ObjectgetValue()booleanisMandatory()booleanisReadWrite()booleanisSearchable()voidonEvent(org.zkoss.zk.ui.event.Event event)protected voidsetFieldStyle(String style)voidsetMandatory(boolean mandatory)Set whether the editor represents a mandatory field.voidsetReadWrite(boolean readWrite)voidsetValue(Object value)-
Methods inherited from class org.adempiere.webui.editor.WEditor
addChangeLogMenu, addTextEditorMenu, addValueChangeListener, applyFieldStyles, applyLabelStyles, buildStyle, cleanColumnName, dynamicDisplay, fillHorizontal, fireValueChange, focusNext, getColumnName, getDescription, getDisplayComponent, getDisplayTextForGridView, getGridField, getLabel, getPopupMenu, getStyleEvaluatee, isComponentOfEditor, isMandatoryStyle, isNullOrEmpty, isProcessParameter, isShowPreference, isVisible, isZoomable, propertyChange, removeValuechangeListener, setBackground, setBackground, setChangeEventWhenEditing, setColumnName, setComponent, setGridTab, setLabelStyle, setProcessParameter, setTableEditor, setVisible, showMenu, toString, updateLabelStyle, updateStyle, updateStyle
-
-
-
-
Constructor Detail
-
WChartEditor
public WChartEditor(GridField gridField, int windowNo)
- Parameters:
gridField-windowNo-
-
WChartEditor
public WChartEditor(GridField gridField, int windowNo, boolean tableEditor, IEditorConfiguration editorConfiguration)
- Parameters:
gridField-windowNo-tableEditor-editorConfiguration-
-
-
Method Detail
-
getComponent
public org.zkoss.zul.Panel getComponent()
- Overrides:
getComponentin classWEditor- Returns:
- Component
-
getDisplay
public String getDisplay()
- Specified by:
getDisplayin classWEditor- Returns:
- display text
-
isMandatory
public boolean isMandatory()
- Overrides:
isMandatoryin classWEditor- Returns:
- boolean
-
setMandatory
public void setMandatory(boolean mandatory)
Description copied from class:WEditorSet whether the editor represents a mandatory field.- Overrides:
setMandatoryin classWEditor- Parameters:
mandatory- whether the field is mandatory
-
isReadWrite
public boolean isReadWrite()
- Specified by:
isReadWritein classWEditor- Returns:
- editable
-
setReadWrite
public void setReadWrite(boolean readWrite)
- Specified by:
setReadWritein classWEditor
-
dynamicDisplay
public void dynamicDisplay()
- Overrides:
dynamicDisplayin classWEditor
-
isSearchable
public boolean isSearchable()
- Overrides:
isSearchablein classWEditor- Returns:
- true if usable in find window, false otherwise
-
setFieldStyle
protected void setFieldStyle(String style)
- Overrides:
setFieldStylein classWEditor
-
-