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 type
W - 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.
  • Constructor Details

    • AbstractToTextSwitcher

      public AbstractToTextSwitcher(R readWidget, W writeWidget)
      Constructor
      Parameters:
      readWidget - the read render widget
      writeWidget - the edit render widget
  • Method Details