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