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,IInputValidator,ContextMenuListener,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
- Direct Known Subclasses:
WJsonEditor,WPasswordEditor,WUnknownEditor
Default editor for text display type (String, PrinterName, Text, TextLong and Memo).
Implemented with
Implemented with
Textbox or Combobox (AD_Field.IsAutocomplete=Y) component and WTextEditorDialog dialog.- Author:
- Ashley G Ramdass
-
Nested Class Summary
Nested classes/interfaces inherited from class org.adempiere.webui.editor.WEditor
WEditor.DynamicDisplayListener -
Field Summary
Fields inherited from class org.adempiere.webui.editor.WEditor
component, gridField, gridTab, IDEMPIERE_EDITOR_ATTR, INIT_EDIT_EVENT, label, listeners, mandatory, MAX_DISPLAY_LENGTH, popupMenu, readOnly, tableEditor -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorWStringEditor(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, int displayLength, int fieldLength, String wVFormat, String obscureType) WStringEditor(GridField gridField) WStringEditor(GridField gridField, boolean tableEditor) WStringEditor(GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidRefresh auto complete combovoidDynamic update of component stateorg.zkoss.zul.TextboxString[]getValue()booleanvoidonEvent(org.zkoss.zk.ui.event.Event event) voidonMenu(ContextMenuEvent evt) On context menu eventvoidsetReadWrite(boolean readWrite) protected voidsetTypePassword(boolean password) Set type of textbox to password or textvoidSet editor valueMethods inherited from class org.adempiere.webui.editor.WEditor
addChangeLogMenu, addDynamicDisplayListener, addTextEditorMenu, addValueChangeListener, applyFieldStyles, applyLabelStyles, buildStyle, cleanColumnName, dynamicDisplay, fillHorizontal, fireValueChange, focusNext, getColumnName, getDescription, getDisplayComponent, getDisplayTextForGridView, getDisplayTextForGridView, getGridField, getLabel, getPopupMenu, getStyleEvaluatee, getValidInput, isComponentOfEditor, isMandatory, isMandatoryStyle, isNullOrEmpty, isProcessParameter, isSearchable, isShowPreference, isValid, isVisible, isZoomable, propertyChange, removeDynamicDisplayListener, removeValuechangeListener, setBackground, setBackground, setChangeEventWhenEditing, setColumnName, setComponent, setFieldStyle, setGridTab, setLabelStyle, setMandatory, setProcessParameter, setTableEditor, setValidInput, setVisible, setVisible, showMenu, toString, updateLabelStyle, updateStyle, updateStyle
-
Constructor Details
-
WStringEditor
public WStringEditor()Default constructor -
WStringEditor
- Parameters:
gridField-
-
WStringEditor
- 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) - Parameters:
columnName-mandatory-isReadOnly-isUpdateable-displayLength-fieldLength-wVFormat-obscureType-
-
-
Method Details
-
getComponent
public org.zkoss.zul.Textbox getComponent()- Overrides:
getComponentin classWEditor- Returns:
- Component
-
isReadWrite
public boolean isReadWrite()- Specified by:
isReadWritein classWEditor- Returns:
- true if editable
-
setReadWrite
public void setReadWrite(boolean readWrite) - Specified by:
setReadWritein classWEditor
-
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event event) - Specified by:
onEventin interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
-
getDisplay
- Specified by:
getDisplayin classWEditor- Returns:
- display text
-
getValue
-
setValue
Description copied from class:WEditorSet editor value -
setTypePassword
protected void setTypePassword(boolean password) Set type of textbox to password or text- Parameters:
password- true to set type to password
-
getEvents
- Overrides:
getEventsin classWEditor- Returns:
- list of
WEditor.componentevents that this editor will listen to
-
onMenu
Description copied from interface:ContextMenuListenerOn context menu event- Specified by:
onMenuin interfaceContextMenuListener
-
dynamicDisplay
public void dynamicDisplay()Description copied from class:WEditorDynamic update of component state- Overrides:
dynamicDisplayin classWEditor
-
actionRefresh
public void actionRefresh()Refresh auto complete combo
-