Class AbstractToTextSwitcher<R extends com.axemble.vdp.ui.framework.foundation.Widget,W extends com.axemble.vdp.ui.framework.widgets.CtlTextBox>
java.lang.Object
com.vdoc.sdk.commons.ui.widget.view.inline.edit.switcher.AbstractSwitcher<String,R,W>
com.vdoc.sdk.commons.ui.widget.view.inline.edit.switcher.AbstractToTextSwitcher<R,W>
- Type Parameters:
R- the read widget typeW- the edit widget type
- All Implemented Interfaces:
IInlineEditSwitcher<String,R, W>
- Direct Known Subclasses:
BaseTextToTextSwitcher,HyperLinkToTextBoxSwitcher
public abstract class AbstractToTextSwitcher<R extends com.axemble.vdp.ui.framework.foundation.Widget,W extends com.axemble.vdp.ui.framework.widgets.CtlTextBox>
extends AbstractSwitcher<String,R,W>
Abstract to text switcher
Created by wtoscer on 02/09/2015.
-
Field Summary
Fields inherited from class com.vdoc.sdk.commons.ui.widget.view.inline.edit.switcher.AbstractSwitcher
readWidget, writeWidget -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vdoc.sdk.commons.ui.widget.view.inline.edit.switcher.AbstractSwitcher
getReadWidget, getWriteWidgetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vdoc.sdk.commons.ui.widget.view.inline.edit.interfaces.IInlineEditSwitcher
cancel, setValue, updateWidgets
-
Constructor Details
-
AbstractToTextSwitcher
Constructor- Parameters:
readWidget- the read render widgetwriteWidget- the edit render widget
-
-
Method Details
-
getValue
Description copied from interface:IInlineEditSwitcherget the current value- Returns:
-