Interface Position

  • All Known Implementing Classes:
    CompassPosition, NamedPosition

    @JsType
    public interface Position
    Tells a PanelManager implementation where to place a part within a panel. Each PanelManager has its own layout system, and implements its own unique set of Position objects (for example, the North-South-East-West panel manager uses compass directions, and the Templated panel manager uses element names).

    All implementations of this interface must be marked as Portable.

    • Method Detail