Class RdcComboBoxDelegate

  • All Implemented Interfaces:
    java.util.function.Function<javafx.scene.control.TextFormatter.Change,​javafx.scene.control.TextFormatter.Change>, java.util.function.UnaryOperator<javafx.scene.control.TextFormatter.Change>, org.tentackle.fx.ErrorPopupSupported, org.tentackle.fx.FxComponent, org.tentackle.fx.FxControl, org.tentackle.fx.FxTextComponent, org.tentackle.fx.InfoPopupSupported

    public class RdcComboBoxDelegate
    extends org.tentackle.fx.component.delegate.FxComboBoxDelegate
    Delegate for RdcComboBox.
    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
      void setType​(java.lang.Class<?> type)  
      void setViewValue​(java.lang.Object value)  
      • Methods inherited from class org.tentackle.fx.component.delegate.FxComboBoxDelegate

        autoSelect, getColumns, getComponent, getParentContainer, getViewObject, getViewValue, isDeselectAllowed, mapErrorOffsetToCaretPosition, setColumns, setViewObject
      • Methods inherited from class org.tentackle.fx.FxTextComponentDelegate

        apply, createChangeableProperty, filter, getCaseConversion, getErrorOffset, getFiller, getInvalidChars, getMaxColumns, getPattern, getScale, getTextAlignment, getTextComponent, getTextConverter, getValidChars, isAutoSelect, isLenient, isUnsigned, isUTC, saveView, setAutoSelect, setCaseConversion, setContainerChangeable, setErrorOffset, setFiller, setInvalidChars, setLenient, setMaxColumns, setPattern, setScale, setTextAlignment, setTextConverter, setUnsigned, setUTC, setValidChars, showErrorPopup, triggerViewModified, updateChangeable, updateMandatoryStyle, updateModel, updateView
      • Methods inherited from class org.tentackle.fx.FxComponentDelegate

        getBinding, getBindingPath, getComponentPath, getDelegate, getError, getGenericType, getInfo, getNode, getSavedViewObject, getTableCell, getType, getValueTranslator, hideErrorPopup, hideInfoPopup, invalidateSavedView, isMandatory, isModelUpdated, isUpdatingModel, isUpdatingView, mandatoryProperty, setBinding, setBindingPath, setComponentPath, setError, setGenericType, setInfo, setMandatory, setTableCell, setValueTranslator, showInfoPopup, toGenericString, toString, updateErrorStyle, updateInfoStyle
      • 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.ErrorPopupSupported

        getError, hideErrorPopup, setError
      • Methods inherited from interface java.util.function.Function

        andThen, compose
      • Methods inherited from interface org.tentackle.fx.FxComponent

        getBinding, getBindingPath, getComponentPath, getDelegate, getGenericType, getSavedViewObject, getTableCell, getType, getValueTranslator, isMandatory, isModelUpdated, mandatoryProperty, setBinding, setBindingPath, setComponentPath, setGenericType, setMandatory, setTableCell, setValueTranslator
      • Methods inherited from interface org.tentackle.fx.FxControl

        addModelToViewListener, addViewToModelListener, changeableProperty, getHelpUrl, invalidateSavedView, isBindable, isChangeable, isContainerChangeableIgnored, isViewModified, removeModelToViewListener, removeViewToModelListener, setBindable, setChangeable, setContainerChangableIgnored, setHelpUrl, setViewModified, showHelp, toGenericString, viewModifiedProperty
      • Methods inherited from interface org.tentackle.fx.InfoPopupSupported

        getInfo, hideInfoPopup, setInfo, showInfoPopup
    • Constructor Detail

      • RdcComboBoxDelegate

        public RdcComboBoxDelegate​(RdcComboBox<?> 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.FxComboBoxDelegate
      • 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.FxComboBoxDelegate