Package org.uberfire.workbench.model
Interface Position
-
- All Known Implementing Classes:
CompassPosition,NamedPosition
@JsType public interface PositionTells 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
-