Class RdcChoiceBoxDelegate

  • All Implemented Interfaces:
    org.tentackle.fx.ErrorPopupSupported, org.tentackle.fx.FxComponent, org.tentackle.fx.FxControl, org.tentackle.fx.InfoPopupSupported

    public class RdcChoiceBoxDelegate
    extends org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
    Delegate for RdcChoiceBox.
    Author:
    harald
    • Field Summary

      • Fields inherited from class org.tentackle.fx.FxComponentDelegate

        ERROR_STYLE, INFO_STYLE, MANDATORY_STYLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected PdoComponentAddon createPdoAddon()
      Creates the PDO style implementation.
      PdoComponentAddon getPdoAddon()
      Gets the PDO addon.
      void setPdoAddon​(PdoComponentAddon pdoAddon)
      Sets the PDO addon.
      void setType​(java.lang.Class<?> type)  
      void setViewValue​(java.lang.Object value)  
      • Methods inherited from class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate

        getComponent, getParentContainer, getViewObject, getViewValue, isDeselectAllowed, setViewObject
      • Methods inherited from class org.tentackle.fx.FxComponentDelegate

        createChangeableProperty, getBinding, getBindingPath, getComponentPath, getDelegate, getError, getGenericType, getInfo, getNode, getSavedViewObject, getTableCell, getType, getValueTranslator, hideErrorPopup, hideInfoPopup, invalidateSavedView, isMandatory, isModelUpdated, isUpdatingModel, isUpdatingView, mandatoryProperty, saveView, setBinding, setBindingPath, setComponentPath, setContainerChangeable, setError, setGenericType, setInfo, setMandatory, setTableCell, setValueTranslator, showErrorPopup, showInfoPopup, toGenericString, toString, triggerViewModified, updateChangeable, updateErrorStyle, updateInfoStyle, updateMandatoryStyle, updateModel, updateView
      • Methods inherited from class org.tentackle.fx.FxControlDelegate

        addModelToViewListener, addViewToModelListener, changeableProperty, fireModelToViewListeners, fireViewToModelListeners, getHelpUrl, getModelToViewListeners, getViewToModelListeners, isBindable, isChangeable, isContainerChangeableIgnored, isControlChangeable, isViewModified, removeModelToViewListener, removeViewToModelListener, setBindable, setChangeable, setContainerChangableIgnored, setHelpUrl, setViewModified, showHelp, viewModifiedProperty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.tentackle.fx.FxControl

        addModelToViewListener, addViewToModelListener, changeableProperty, getHelpUrl, isBindable, isChangeable, isContainerChangeableIgnored, isViewModified, removeModelToViewListener, removeViewToModelListener, setBindable, setChangeable, setContainerChangableIgnored, setHelpUrl, setViewModified, showHelp, viewModifiedProperty
    • Constructor Detail

      • RdcChoiceBoxDelegate

        public RdcChoiceBoxDelegate​(RdcChoiceBox<?> component)
        Creates the delegate.
        Parameters:
        component - the component
    • Method Detail

      • setType

        public void setType​(java.lang.Class<?> type)
        Specified by:
        setType in interface org.tentackle.fx.FxComponent
        Overrides:
        setType in class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
      • setViewValue

        public void setViewValue​(java.lang.Object value)
        Specified by:
        setViewValue in interface org.tentackle.fx.FxComponent
        Overrides:
        setViewValue in class org.tentackle.fx.component.delegate.FxChoiceBoxDelegate
      • getPdoAddon

        public PdoComponentAddon getPdoAddon()
        Gets the PDO addon.
        Returns:
        the addon
      • setPdoAddon

        public void setPdoAddon​(PdoComponentAddon pdoAddon)
        Sets the PDO addon.
        Parameters:
        pdoAddon - the addon
      • createPdoAddon

        protected PdoComponentAddon createPdoAddon()
        Creates the PDO style implementation.
        Returns:
        the implementation