Class TwinColumnDelegate<C extends com.vaadin.flow.component.AbstractField<?,V>,T,V>

All Implemented Interfaces:
ValueBindingDelegate<T>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component("flowui_TwinColumnDelegate") @Scope("prototype") public class TwinColumnDelegate<C extends com.vaadin.flow.component.AbstractField<?,V>,T,V> extends AbstractFieldDelegate<C,T,V>
  • Field Details

    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • TwinColumnDelegate

      public TwinColumnDelegate(C component)
  • Method Details

    • createValueBinding

      protected AbstractValueBinding createValueBinding(ValueSource valueSource)
      Specified by:
      createValueBinding in class AbstractValueComponentDelegate<C extends com.vaadin.flow.component.AbstractField<?,V>,T,V>
    • setApplicationContext

      @Autowired public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Overrides:
      setApplicationContext in class AbstractFieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,V>,T,V>
      Throws:
      org.springframework.beans.BeansException
    • updateInvalidState

      public void updateInvalidState()
      Overrides:
      updateInvalidState in class AbstractFieldDelegate<C extends com.vaadin.flow.component.AbstractField<?,V>,T,V>