Class PageProperty<T,​B extends Bean>

  • Type Parameters:
    T - The element type
    B - The container Bean type
    All Implemented Interfaces:
    Serializable

    public final class PageProperty<T,​B extends Bean>
    extends IterableProperty<T,​Page<T>,​B>
    A property for pages. Contains the element type
    See Also:
    Serialized Form
    • Method Detail

      • getTypeForAccessorAndMutator

        public static Class<Page> getTypeForAccessorAndMutator()
        Returns:
        the type used for getter and setter methods in a Bean
      • getTypeForDeclaration

        public static Class<PageImpl> getTypeForDeclaration()
        Returns:
        the type used for field declaration in a Bean.