Uses of Interface
net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell.N2oCell
-
-
Uses of N2oCell in net.n2oapp.framework.api.metadata.global.view.widget.table.column
Methods in net.n2oapp.framework.api.metadata.global.view.widget.table.column that return N2oCell Modifier and Type Method Description N2oCellN2oSimpleColumn. getCell()Methods in net.n2oapp.framework.api.metadata.global.view.widget.table.column that return types with arguments of type N2oCell Modifier and Type Method Description N2oDynamicSwitch<N2oCell>DynamicColumn. getN2oSwitch()Methods in net.n2oapp.framework.api.metadata.global.view.widget.table.column with parameters of type N2oCell Modifier and Type Method Description voidN2oSimpleColumn. setCell(N2oCell cell)Method parameters in net.n2oapp.framework.api.metadata.global.view.widget.table.column with type arguments of type N2oCell Modifier and Type Method Description voidDynamicColumn. setN2oSwitch(N2oDynamicSwitch<N2oCell> n2oSwitch) -
Uses of N2oCell in net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell
Classes in net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell that implement N2oCell Modifier and Type Class Description classN2oAbstractCellАбстрактная ячейкаclassN2oActionCellАбстрактная ячейка с действиемclassN2oBadgeCellИсходная модель ячейки со значком.classN2oCheckboxCellЯчейка таблицы с checkboxclassN2oColorCellDeprecated.classN2oCustomCellНастраиваемая ячейкаclassN2oEditCellЯчейка позволяющая изменять содержимое таблицыclassN2oIconCellЯчейка с иконкойclassN2oImageCellЯчейка с изображениемclassN2oLinkCellЯчейка таблицы с ссылкойclassN2oListCellЯчейка со спискомclassN2oProgressBarCellЯчейка с индикатором прогрессаclassN2oRatingCellЯчейка таблицы с рейтингомclassN2oSwitchCellИсходная модель переключателя ячеекclassN2oTextCellПростая ячейка с текстомclassN2oToolbarCellЯчейка с кнопками.classN2oTooltipListCellЯчейка с тултипом и раскрывающимся текстовым спискомclassN2oXEditableCellЯчейка позволяющая изменять содержимое таблицы -
Uses of N2oCell in net.n2oapp.framework.api.metadata.meta.cell
Classes in net.n2oapp.framework.api.metadata.meta.cell that implement N2oCell Modifier and Type Class Description classEditCellКлиентская модель редактируемой ячейки таблицыclassSwitchCellКлиентская модель переключателя ячеек таблицы -
Uses of N2oCell in net.n2oapp.framework.api.metadata.meta.toolbar
Classes in net.n2oapp.framework.api.metadata.meta.toolbar that implement N2oCell Modifier and Type Class Description classToolbarCell
-