Class AbstractValuedPanel<V>

    • Constructor Detail

      • AbstractValuedPanel

        public AbstractValuedPanel​(java.lang.Class<V> valueClass,
                                   Layout<? extends Constraints> layout)
        Value class and layout constructor.
        Parameters:
        valueClass - The class indicating the type of value displayed within the component.
        layout - The layout definition for the container.
        Throws:
        java.lang.NullPointerException - if the given value class and/or layout is null.
    • Method Detail

      • getValueClass

        public java.lang.Class<V> getValueClass()
        Specified by:
        getValueClass in interface ValuedComponent<V>
        Returns:
        The class representing the type of value displayed in the component.