Uses of Class
com.iamsoft.fixparser.FieldRow
Packages that use FieldRow
-
Uses of FieldRow in com.iamsoft.fixparser
Methods in com.iamsoft.fixparser that return FieldRowMethods in com.iamsoft.fixparser that return types with arguments of type FieldRowModifier and TypeMethodDescriptionMsgRow.fieldRowRecursiveStream()
MsgRow.fieldRowStream()
FieldRow.getChildren()
javafx.scene.control.TableColumn
<FieldRow, ?> FieldTableController.getColumn
(FieldView.ColumnId pColumnId) com.iamsoft.util.ui.javafx.table.FilterTreeTableColumn
<FieldRow, ?> FieldTreeTableController.getColumn
(FieldView.ColumnId pColumnId) MsgRow.getFieldRows()
FieldTableController.getFilterPredicate
(FieldView.ColumnId pColumnId) FieldTreeTableController.getFilterPredicate
(FieldView.ColumnId pColumnId) FieldView.getFilterPredicate
(FieldView.ColumnId pColumnId) final javafx.collections.ObservableList
<FieldRow> FieldTableController.getSelectedRows()
final javafx.collections.ObservableList
<FieldRow> FieldTreeTableController.getSelectedRows()
javafx.collections.ObservableList
<FieldRow> FieldView.getSelectedRows()
final javafx.scene.control.TableView
<FieldRow> FieldTableController.getTableView()
final javafx.scene.control.TreeTableView
<FieldRow> FieldTreeTableController.getTreeTableView()
MsgRow.orderedStream
(Stream<FieldRow> pStream, List<Integer> pPreFields) Method parameters in com.iamsoft.fixparser with type arguments of type FieldRowModifier and TypeMethodDescriptionMsgRow.orderedStream
(Stream<FieldRow> pStream, List<Integer> pPreFields) void
FieldTableController.setFilterPredicate
(FieldView.ColumnId pColumnId, Predicate<FieldRow> pPredicate) void
FieldTreeTableController.setFilterPredicate
(FieldView.ColumnId pColumnId, Predicate<FieldRow> pPredicate) void
FieldView.setFilterPredicate
(FieldView.ColumnId pColumnId, Predicate<FieldRow> pPredicate) Constructors in com.iamsoft.fixparser with parameters of type FieldRowModifierConstructorDescriptionFieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, FixMessage.Section pSection) FieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, Function<FieldRow, Stream<FieldRow>> pChildFunc, FixMessage.Section pSection) FieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, Function<FieldRow, Stream<FieldRow>> pChildFunc, Integer pGroupIdx, FixMessage.Section pSection) Constructor parameters in com.iamsoft.fixparser with type arguments of type FieldRowModifierConstructorDescriptionFieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, Function<FieldRow, Stream<FieldRow>> pChildFunc, FixMessage.Section pSection) FieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, Function<FieldRow, Stream<FieldRow>> pChildFunc, FixMessage.Section pSection) FieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, Function<FieldRow, Stream<FieldRow>> pChildFunc, Integer pGroupIdx, FixMessage.Section pSection) FieldRow
(MsgRow pMsgRow, quickfix.DataDictionary pDict, quickfix.Field<?> pField, FieldRow pParent, Function<FieldRow, Stream<FieldRow>> pChildFunc, Integer pGroupIdx, FixMessage.Section pSection) -
Uses of FieldRow in com.iamsoft.fixparser.action
Constructor parameters in com.iamsoft.fixparser.action with type arguments of type FieldRowModifierConstructorDescriptionFieldsDescriptionAction
(javafx.collections.ObservableList<FieldRow> pSelectedFieldRows)