Uses of Class
org.guvnor.m2repo.client.widgets.ColumnType
-
Packages that use ColumnType Package Description org.guvnor.m2repo.client.widgets -
-
Uses of ColumnType in org.guvnor.m2repo.client.widgets
Methods in org.guvnor.m2repo.client.widgets that return ColumnType Modifier and Type Method Description static ColumnTypeColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColumnType[]ColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.guvnor.m2repo.client.widgets with parameters of type ColumnType Modifier and Type Method Description voidArtifactListPresenter. setup(ColumnType... columns)voidArtifactListPresenterImpl. setup(ColumnType... columns)voidArtifactListView. setup(ColumnType... columns)voidArtifactListViewImpl. setup(ColumnType... _columns)
-