Uses of Class
net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell.Position
-
Packages that use Position Package Description net.n2oapp.framework.api.metadata.global.view.widget.table.column.cell -
-
Uses of 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 Position Modifier and Type Method Description static PositionPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Position[]Position. values()Returns an array containing the constants of this enum type, in the order they are declared.
-