Class UiActions
- java.lang.Object
-
- com.google.gerrit.server.extensions.webui.UiActions
-
public class UiActions extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Predicate<UiAction.Description>
enabled()
<R extends RestResource>
Iterable<UiAction.Description>from(DynamicMap<RestView<R>> views, R resource)
<R extends RestResource>
Iterable<UiAction.Description>from(RestCollection<?,R> collection, R resource)
-
-
-
Method Detail
-
enabled
public static Predicate<UiAction.Description> enabled()
-
from
public <R extends RestResource> Iterable<UiAction.Description> from(RestCollection<?,R> collection, R resource)
-
from
public <R extends RestResource> Iterable<UiAction.Description> from(DynamicMap<RestView<R>> views, R resource)
-
-