Class RdcShortLongTextCellFactory<T>

  • Type Parameters:
    T - the type
    All Implemented Interfaces:
    javafx.util.Callback<javafx.scene.control.ListView<T>,​javafx.scene.control.ListCell<T>>

    public class RdcShortLongTextCellFactory<T>
    extends org.tentackle.fx.ShortLongTextCellFactory<T>
    Extended ShortLongTextCellFactory with security checks.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.tentackle.misc.ShortLongText getShortLongText​(T item)  
      • Methods inherited from class org.tentackle.fx.ShortLongTextCellFactory

        call, updateLabels
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RdcShortLongTextCellFactory

        public RdcShortLongTextCellFactory()
    • Method Detail

      • getShortLongText

        protected org.tentackle.misc.ShortLongText getShortLongText​(T item)
        Overrides:
        getShortLongText in class org.tentackle.fx.ShortLongTextCellFactory<T>