Interface IOrganigram

    • Field Detail

      • DEFAULT

        static final IOrganigram 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.Organigram"

        Specified by:
        getWidgetClass in interface IComponent<IOrganigram>
        Returns:
      • ofId

        static IOrganigram ofId​(java.lang.String id)
        Returns the instance with the given id.
        Parameters:
        id - The id to identify this component