Interface Orderable

  • All Known Subinterfaces:
    Footer, Header

    public interface Orderable
    • Method Detail

      • getId

        String getId()
        Returns the unique identifier of this widget. This ID is used when specifying which headers and footers to retain when running the workbench in standalone (embedded) mode.
        Returns:
        a unique identifier for this widget
      • getOrder

        int getOrder()
        Returns the stacking order of this header or footer.
        Returns:
        the order this header should be stacked in (higher numbers closer to the top of the screen).