Ability to switch workspace in JCR browser (MGNLUI-2496)

[MGNLUI-3705] Provide backwards compatible API for alignment and positioning of the content tools in workbench Created: 06/Dec/15  Updated: 22/Dec/15  Resolved: 06/Dec/15

Status: Closed
Project: Magnolia UI
Component/s: workbench
Affects Version/s: 5.4.3
Fix Version/s: 5.4.4

Type: Sub-task Priority: Neutral
Reporter: Aleksandr Pchelintcev Assignee: Aleksandr Pchelintcev
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Cloners
is cloned by MGNLUI-3709 Provide API for alignment and positio... Closed
Template:
Sprint: Basel 25

 Description   

At the moment there is no easy way to position a content tool e.g. aligned to the right.
Also given there are several configured content tools in one app - it is impossible to control, how much toolbar space is consumed by each of the tools.
In order to fix this it is proposed to add the following methods to ContentToolDefinition interface (meanwhile due to backwards compatibility reasons - to the concerete impl class only):

class ConfiguredContentToolDefinition {
  ....
  Alignment getAlignment();
  float getExpandRatio();
  ....
}

Generated at Mon Feb 12 09:09:18 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.