void |
Row.init(ParameterizedCommand<RowDrop> dropOnRowCommand,
ParameterizedCommand<Row> removeCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
ColumnWithComponents parentColumnWithComponents,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Integer height) |
void |
Row.init(ParameterizedCommand<RowDrop> dropOnRowCommand,
ParameterizedCommand<Row> removeCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier,
Integer height) |
void |
EmptyDropRow.init(ParameterizedCommand<RowDrop> dropCommand,
String titleText,
String subTitleText) |
void |
Row.load(ParameterizedCommand<RowDrop> dropOnRowCommand,
LayoutRow layoutRow,
ParameterizedCommand<Row> removeCommand,
ParameterizedCommand<ColumnDrop> removeComponentCommand,
Supplier<LayoutTemplate> currentLayoutTemplateSupplier) |