Uses of Class
net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell.N2oImageCell.Position
-
Packages that use N2oImageCell.Position Package Description net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell -
-
Uses of N2oImageCell.Position in net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell
Methods in net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell that return N2oImageCell.Position Modifier and Type Method Description static N2oImageCell.PositionN2oImageCell.Position. valueOf(String name)Returns the enum constant of this type with the specified name.static N2oImageCell.Position[]N2oImageCell.Position. values()Returns an array containing the constants of this enum type, in the order they are declared.
-