Package io.writeopia.sdk.drawer
Object DefaultDrawers
-
- All Implemented Interfaces:
public class DefaultDrawers
-
-
Field Summary
Fields Modifier and Type Field Description public final static DefaultDrawersINSTANCE
-
Method Summary
Modifier and Type Method Description final Map<Integer, StoryStepDrawer>create(WriteopiaManager manager, Shape defaultBorder, Boolean editable, Color groupsBackgroundColor, Function0<Unit> onHeaderClick)final Map<Integer, StoryStepDrawer>create(Boolean editable, Function2<String, Integer, Unit> onTextEdit, Function2<String, Integer, Unit> onTitleEdit, Function1<Action.LineBreak, Unit> onLineBreak, Function1<Action.Merge, Unit> mergeRequest, Function1<Action.Move, Unit> moveRequest, Function1<Action.StoryStateChange, Unit> checkRequest, Function1<Action.DeleteStory, Unit> onDeleteRequest, Function3<Integer, StoryType, CommandInfo, Unit> changeStoryType, Function2<Boolean, Integer, Unit> onSelected, Function0<Unit> clickAtTheEnd, Function0<Unit> onHeaderClick, Shape defaultBorder, Color groupsBackgroundColor, TextCommandHandler textCommandHandler, Function1<Integer, Unit> nextFocus)-
-
Method Detail
-
create
@Composable() final Map<Integer, StoryStepDrawer> create(WriteopiaManager manager, Shape defaultBorder, Boolean editable, Color groupsBackgroundColor, Function0<Unit> onHeaderClick)
-
create
@Composable() final Map<Integer, StoryStepDrawer> create(Boolean editable, Function2<String, Integer, Unit> onTextEdit, Function2<String, Integer, Unit> onTitleEdit, Function1<Action.LineBreak, Unit> onLineBreak, Function1<Action.Merge, Unit> mergeRequest, Function1<Action.Move, Unit> moveRequest, Function1<Action.StoryStateChange, Unit> checkRequest, Function1<Action.DeleteStory, Unit> onDeleteRequest, Function3<Integer, StoryType, CommandInfo, Unit> changeStoryType, Function2<Boolean, Integer, Unit> onSelected, Function0<Unit> clickAtTheEnd, Function0<Unit> onHeaderClick, Shape defaultBorder, Color groupsBackgroundColor, TextCommandHandler textCommandHandler, Function1<Integer, Unit> nextFocus)
-
-
-
-