Package org.adempiere.webui.editor
Class WStringEditor
- java.lang.Object
-
- org.adempiere.webui.editor.WEditor
-
- org.adempiere.webui.editor.WStringEditor
-
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
,ContextMenuListener
,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
- Direct Known Subclasses:
WPasswordEditor
,WUnknownEditor
public class WStringEditor extends WEditor implements ContextMenuListener
- Version:
- $Revision: 0.10 $
- Author:
- Ashley G Ramdass
-
-
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 WStringEditor()
to ease porting of swing formWStringEditor(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, int displayLength, int fieldLength, String wVFormat, String obscureType)
to ease porting of swing formWStringEditor(GridField gridField)
WStringEditor(GridField gridField, boolean tableEditor)
WStringEditor(GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionRefresh()
void
dynamicDisplay()
org.zkoss.zul.Textbox
getComponent()
String
getDisplay()
String[]
getEvents()
Object
getValue()
boolean
isReadWrite()
void
onEvent(org.zkoss.zk.ui.event.Event event)
void
onMenu(ContextMenuEvent evt)
void
setReadWrite(boolean readWrite)
protected void
setTypePassword(boolean password)
void
setValue(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, isMandatory, isMandatoryStyle, isNullOrEmpty, isProcessParameter, isSearchable, isShowPreference, isVisible, isZoomable, propertyChange, removeValuechangeListener, setBackground, setBackground, setChangeEventWhenEditing, setColumnName, setComponent, setFieldStyle, setGridTab, setLabelStyle, setMandatory, setProcessParameter, setTableEditor, setVisible, showMenu, toString, updateLabelStyle, updateStyle, updateStyle
-
-
-
-
Constructor Detail
-
WStringEditor
public WStringEditor()
to ease porting of swing form
-
WStringEditor
public WStringEditor(GridField gridField)
- Parameters:
gridField
-
-
WStringEditor
public WStringEditor(GridField gridField, boolean tableEditor)
- Parameters:
gridField
-tableEditor
-
-
WStringEditor
public WStringEditor(GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration)
- Parameters:
gridField
-tableEditor
-editorConfiguration
-
-
WStringEditor
public WStringEditor(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, int displayLength, int fieldLength, String wVFormat, String obscureType)
to ease porting of swing form- Parameters:
columnName
-mandatory
-isReadOnly
-isUpdateable
-displayLength
-fieldLength
-wVFormat
-obscureType
-
-
-
Method Detail
-
getComponent
public org.zkoss.zul.Textbox getComponent()
- Overrides:
getComponent
in classWEditor
- Returns:
- Component
-
isReadWrite
public boolean isReadWrite()
- Specified by:
isReadWrite
in classWEditor
- Returns:
- editable
-
setReadWrite
public void setReadWrite(boolean readWrite)
- Specified by:
setReadWrite
in classWEditor
-
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event event)
- Specified by:
onEvent
in interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
-
getDisplay
public String getDisplay()
- Specified by:
getDisplay
in classWEditor
- Returns:
- display text
-
setTypePassword
protected void setTypePassword(boolean password)
-
onMenu
public void onMenu(ContextMenuEvent evt)
- Specified by:
onMenu
in interfaceContextMenuListener
-
dynamicDisplay
public void dynamicDisplay()
- Overrides:
dynamicDisplay
in classWEditor
-
actionRefresh
public void actionRefresh()
-
-