Package org.uberfire.client.workbench
Interface Orderable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()Returns the unique identifier of this widget.intgetOrder()Returns the stacking order of this header or footer.
-
-
-
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).
-
-