Interface ICardlayout<I extends IAnyGroup>

    • Field Detail

      • DEFAULT

        static final ICardlayout<IAnyGroup> DEFAULT
        Constant for default attributes of this immutable component.
    • Method Detail

      • getWidgetClass

        default java.lang.String getWidgetClass()
        Returns the client widget class.

        Default: "zkmax.layout.Cardlayout"

        Specified by:
        getWidgetClass in interface IComponent<I extends IAnyGroup>
      • getOrient

        default java.lang.String getOrient()
        Returns the orient.

        Default: "horizontal".

      • withOrient

        ICardlayout<I> withOrient​(java.lang.String orient)
        Returns a copy of this immutable component with the specified orient.

        Sets the orient of component

        Parameters:
        orient - Either "horizontal" or "vertical"

        Default: "horizontal".

        Returns:
        A modified copy of the this object
      • withOrient

        default ICardlayout<I> withOrient​(ICardlayout.Orient orient)
        Returns a copy of this immutable component with the specified orient.

        Sets the orient of component

        Parameters:
        orient - The orient

        Default: "horizontal".

        Returns:
        A modified copy of the this object
      • of

        static <I extends IAnyGroupICardlayout<I> of​(java.lang.Iterable<? extends I> children)
        Returns the instance with the given any group children.
        Parameters:
        children - The children belong to any group
        See Also:
        IAnyGroup
      • of

        static <I extends IAnyGroupICardlayout<I> of​(I... children)
        Returns the instance with the given any group children.
        Parameters:
        children - The children belong to any group
        See Also:
        IAnyGroup
      • ofSize

        static <I extends IAnyGroupICardlayout<I> ofSize​(java.lang.String width,
                                                           java.lang.String height)
        Returns the instance with the given size, width and height
        Parameters:
        width - The width of the component
        height - The height of the component
      • ofVflex

        static <I extends IAnyGroupICardlayout<I> ofVflex​(java.lang.String vflex)
        Returns the instance with the given vflex.
        Parameters:
        vflex - The vertical flex hint.
      • ofOrient

        static <I extends IAnyGroupICardlayout<I> ofOrient​(ICardlayout.Orient orient)
        Returns the instance with the given orient.
        Parameters:
        orient - The orient of this component.
      • ofId

        static <I extends IAnyGroupICardlayout<I> ofId​(java.lang.String id)
        Returns the instance with the given id.
        Parameters:
        id - The id to identify this component