Class AbstractSwitcher<T,R extends com.axemble.vdp.ui.framework.foundation.Widget,W extends com.axemble.vdp.ui.framework.widgets.CtlInputWidget>

java.lang.Object
com.vdoc.sdk.commons.ui.widget.view.inline.edit.switcher.AbstractSwitcher<T,R,W>
Type Parameters:
T - the stockage type
R - the read widget type
W - the edit widget type
All Implemented Interfaces:
IInlineEditSwitcher<T,R,W>
Direct Known Subclasses:
AbstractTextToListSingleSelectionComponent, AbstractToTextSwitcher, ResourceToAutocompleteListSwitcher, TextToDateSwitcher

public abstract class AbstractSwitcher<T,R extends com.axemble.vdp.ui.framework.foundation.Widget,W extends com.axemble.vdp.ui.framework.widgets.CtlInputWidget> extends Object implements IInlineEditSwitcher<T,R,W>
Abstract switcher Created by wtoscer on 02/09/2015.
  • Field Details

    • readWidget

      protected final R extends com.axemble.vdp.ui.framework.foundation.Widget readWidget
      The read render widget
    • writeWidget

      protected final W extends com.axemble.vdp.ui.framework.widgets.CtlInputWidget writeWidget
      The edit render widget
  • Constructor Details

    • AbstractSwitcher

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