Class FxCardDelegate

java.lang.Object
org.tentackle.fx.FxControlDelegate
org.tentackle.fx.FxContainerDelegate
org.tentackle.fx.atlanta.container.delegate.FxCardDelegate
All Implemented Interfaces:
org.tentackle.fx.FxContainer, org.tentackle.fx.FxControl

public class FxCardDelegate extends org.tentackle.fx.FxContainerDelegate
Delegate for FxCard.
Author:
harald
  • Property Summary

    Properties inherited from class org.tentackle.fx.FxControlDelegate

    changeable, viewModified

    Properties inherited from interface org.tentackle.fx.FxControl

    changeable, viewModified
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates the delegate.
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.collections.ObservableList<javafx.scene.Node>
     
     

    Methods inherited from class org.tentackle.fx.FxContainerDelegate

    clearErrors, getController, getController, getNode, getParentContainer, invalidateSavedView, saveView, setBindable, setChangeable, setContainerChangeable, setContainerChangeable, setController, toGenericString, toString, triggerViewModified, updateModel, updateView, updateViewNonFocused

    Methods inherited from class org.tentackle.fx.FxControlDelegate

    addModelToViewListener, addViewToModelListener, changeableProperty, createChangeableProperty, fireModelToViewListeners, fireViewToModelListeners, getDelegate, getHelpUrl, getModelToViewListeners, getViewToModelListeners, isBindable, isChangeable, isContainerChangeableIgnored, isControlChangeable, isViewModified, removeModelToViewListener, removeViewToModelListener, setContainerChangeableIgnored, setHelpUrl, setViewModified, showHelp, updateChangeable, viewModifiedProperty

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.tentackle.fx.FxControl

    addModelToViewListener, addViewToModelListener, changeableProperty, getDelegate, getHelpUrl, isBindable, isChangeable, isContainerChangeableIgnored, isViewModified, removeModelToViewListener, removeViewToModelListener, setContainerChangeableIgnored, setHelpUrl, setViewModified, showHelp, viewModifiedProperty
  • Constructor Details

    • FxCardDelegate

      public FxCardDelegate(FxCard container)
      Creates the delegate.
      Parameters:
      container - the container
  • Method Details

    • getContainer

      public FxCard getContainer()
      Specified by:
      getContainer in class org.tentackle.fx.FxContainerDelegate
    • getComponents

      public javafx.collections.ObservableList<javafx.scene.Node> getComponents()